Pull request #43231 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 rather than 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 Obtained Jenkinsfile from 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-43231@libs/jps # timeout=10 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 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch 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" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' 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-02-12T01:47:20.502Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-02-12T01:47:20.506Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-02-12T01:47:35.687Z] Still waiting to schedule task [2022-02-12T01:47:35.689Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline [2022-02-12T01:48:17.561Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a8a9ce443017e995) in /home/ubuntu/workspace/moby_PR-43231 [Pipeline] { [Pipeline] checkout [2022-02-12T01:48:17.678Z] The recommended git tool is: git [2022-02-12T01:48:20.839Z] using credential docker-jenkins-github-credentials [2022-02-12T01:48:20.850Z] Cloning the remote Git repository [2022-02-12T01:48:20.850Z] Cloning with configured refspecs honoured and without tags [2022-02-12T01:48:21.155Z] Cloning repository https://github.com/moby/moby.git [2022-02-12T01:48:21.221Z] > git init /home/ubuntu/workspace/moby_PR-43231 # timeout=10 [2022-02-12T01:48:21.476Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:48:21.477Z] > git --version # timeout=10 [2022-02-12T01:48:21.511Z] > git --version # 'git version 2.17.1' [2022-02-12T01:48:21.512Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:48:21.513Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:48:43.861Z] Fetching without tags [2022-02-12T01:48:43.783Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:48:43.798Z] > git config --add remote.origin.fetch +refs/pull/43231/head:refs/remotes/origin/PR-43231 # timeout=10 [2022-02-12T01:48:43.818Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:48:43.853Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:48:43.874Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:48:43.874Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:48:43.875Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:48:44.187Z] Merging remotes/origin/master commit 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 into PR head commit 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:48:45.068Z] Merge succeeded, producing 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:48:45.069Z] Checking out Revision 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 (PR-43231) [2022-02-12T01:48:44.207Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:48:44.230Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:48:44.997Z] > git remote # timeout=10 [2022-02-12T01:48:45.021Z] > git config --get remote.origin.url # timeout=10 [2022-02-12T01:48:45.040Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:48:45.041Z] > git merge 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 # timeout=10 [2022-02-12T01:48:45.063Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-12T01:48:45.078Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:48:45.086Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:48:49.788Z] Commit message: "pkg/filenotify: don't open file for polling" [2022-02-12T01:48:49.788Z] First time build. Skipping changelog. [2022-02-12T01:48:49.834Z] > git --version # timeout=10 [2022-02-12T01:48:49.855Z] > git --version # 'git version 2.17.1' [2022-02-12T01:48:49.872Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-02-12T01:48:52.107Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43231:/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-02-12T01:49:00.267Z] Unable to find image 'alpine:latest' locally [2022-02-12T01:49:00.267Z] latest: Pulling from library/alpine [2022-02-12T01:49:00.267Z] 59bf1c3509f3: Pulling fs layer [2022-02-12T01:49:00.267Z] 59bf1c3509f3: Verifying Checksum [2022-02-12T01:49:00.267Z] 59bf1c3509f3: Download complete [2022-02-12T01:49:00.841Z] 59bf1c3509f3: Pull complete [2022-02-12T01:49:00.841Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300 [2022-02-12T01:49:00.841Z] Status: Downloaded newer image for alpine:latest [2022-02-12T01:49:10.864Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2022-02-12T01:49:12.517Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a8a9ce443017e995) in /home/ubuntu/workspace/moby_PR-43231 [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-02-12T01:49:12.580Z] The recommended git tool is: git [2022-02-12T01:49:12.590Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2022-02-12T01:49:12.617Z] Fetching changes from the remote Git repository [Pipeline] // stage [2022-02-12T01:49:12.634Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-02c1f13d32f92371d) in /home/ubuntu/workspace/moby_PR-43231 [2022-02-12T01:49:12.635Z] 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-02-12T01:49:12.668Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07ed4cd5f802a117b) in /home/ubuntu/workspace/moby_PR-43231 Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] // stage [Pipeline] // stage [2022-02-12T01:49:12.760Z] The recommended git tool is: git [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 Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2022-02-12T01:49:12.909Z] The recommended git tool is: git [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [2022-02-12T01:49:12.952Z] Merging remotes/origin/master commit 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 into PR head commit 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-02-12T01:49:13.108Z] Merge succeeded, producing 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:49:13.108Z] Checking out Revision 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 (PR-43231) [2022-02-12T01:49:13.266Z] Commit message: "pkg/filenotify: don't open file for polling" [2022-02-12T01:49:13.326Z] > git --version # timeout=10 [2022-02-12T01:49:13.347Z] > git --version # 'git version 2.17.1' [2022-02-12T01:49:13.354Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-02-12T01:49:12.601Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43231/.git # timeout=10 [2022-02-12T01:49:12.620Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:49:12.637Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:49:12.637Z] > git --version # timeout=10 [2022-02-12T01:49:12.653Z] > git --version # 'git version 2.17.1' [2022-02-12T01:49:12.654Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:49:12.655Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:49:12.954Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:49:12.963Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:49:13.047Z] > git remote # timeout=10 [2022-02-12T01:49:13.066Z] > git config --get remote.origin.url # timeout=10 [2022-02-12T01:49:13.075Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:49:13.076Z] > git merge 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 # timeout=10 [2022-02-12T01:49:13.102Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-12T01:49:13.110Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:49:13.124Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-12T01:49:13.995Z] + docker version [2022-02-12T01:49:13.995Z] Client: Docker Engine - Community [2022-02-12T01:49:13.995Z] Version: 20.10.12 [2022-02-12T01:49:13.995Z] API version: 1.41 [2022-02-12T01:49:13.995Z] Go version: go1.16.12 [2022-02-12T01:49:13.995Z] Git commit: e91ed57 [2022-02-12T01:49:13.995Z] Built: Mon Dec 13 11:45:27 2021 [2022-02-12T01:49:13.995Z] OS/Arch: linux/amd64 [2022-02-12T01:49:13.995Z] Context: default [2022-02-12T01:49:13.995Z] Experimental: true [2022-02-12T01:49:13.995Z] [2022-02-12T01:49:13.995Z] Server: Docker Engine - Community [2022-02-12T01:49:13.995Z] Engine: [2022-02-12T01:49:13.995Z] Version: 20.10.12 [2022-02-12T01:49:13.995Z] API version: 1.41 (minimum version 1.12) [2022-02-12T01:49:13.995Z] Go version: go1.16.12 [2022-02-12T01:49:13.995Z] Git commit: 459d0df [2022-02-12T01:49:13.995Z] Built: Mon Dec 13 11:43:36 2021 [2022-02-12T01:49:13.995Z] OS/Arch: linux/amd64 [2022-02-12T01:49:13.995Z] Experimental: true [2022-02-12T01:49:13.995Z] containerd: [2022-02-12T01:49:13.995Z] Version: 1.4.12 [2022-02-12T01:49:13.995Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-12T01:49:13.995Z] runc: [2022-02-12T01:49:13.995Z] Version: 1.0.2 [2022-02-12T01:49:13.995Z] GitCommit: v1.0.2-0-g52b36a2 [2022-02-12T01:49:13.995Z] docker-init: [2022-02-12T01:49:13.995Z] Version: 0.19.0 [2022-02-12T01:49:13.995Z] GitCommit: de40ad0 [Pipeline] sh [2022-02-12T01:49:14.297Z] + docker info [2022-02-12T01:49:14.528Z] using credential docker-jenkins-github-credentials [2022-02-12T01:49:14.537Z] Cloning the remote Git repository [2022-02-12T01:49:14.537Z] Cloning with configured refspecs honoured and without tags [2022-02-12T01:49:14.552Z] Cloning repository https://github.com/moby/moby.git [2022-02-12T01:49:14.603Z] > git init /home/ubuntu/workspace/moby_PR-43231 # timeout=10 [2022-02-12T01:49:14.810Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:49:14.810Z] > git --version # timeout=10 [2022-02-12T01:49:14.813Z] > git --version # 'git version 2.17.1' [2022-02-12T01:49:14.813Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:49:14.814Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:49:15.464Z] using credential docker-jenkins-github-credentials [2022-02-12T01:49:15.472Z] Cloning the remote Git repository [2022-02-12T01:49:15.472Z] Cloning with configured refspecs honoured and without tags [2022-02-12T01:49:15.538Z] Cloning repository https://github.com/moby/moby.git [2022-02-12T01:49:15.593Z] > git init /home/ubuntu/workspace/moby_PR-43231 # timeout=10 [2022-02-12T01:49:15.872Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:49:15.873Z] > git --version # timeout=10 [2022-02-12T01:49:15.895Z] > git --version # 'git version 2.17.1' [2022-02-12T01:49:15.895Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:49:15.897Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:49:27.516Z] Still waiting to schedule task [2022-02-12T01:49:27.517Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2022-02-12T01:49:27.520Z] Still waiting to schedule task [2022-02-12T01:49:27.520Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline [2022-02-12T01:49:27.521Z] Still waiting to schedule task [2022-02-12T01:49:27.521Z] All nodes of label ‘windows-2019’ are offline [2022-02-12T01:49:27.522Z] Still waiting to schedule task [2022-02-12T01:49:27.522Z] All nodes of label ‘windows-2022’ are offline [2022-02-12T01:49:27.523Z] Still waiting to schedule task [2022-02-12T01:49:27.524Z] All nodes of label ‘windows-2022’ are offline [2022-02-12T01:49:27.885Z] Fetching without tags [2022-02-12T01:49:28.124Z] Merging remotes/origin/master commit 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 into PR head commit 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:49:27.862Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:49:27.868Z] > git config --add remote.origin.fetch +refs/pull/43231/head:refs/remotes/origin/PR-43231 # timeout=10 [2022-02-12T01:49:27.871Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:49:27.881Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:49:27.888Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:49:27.888Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:49:27.890Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:49:28.131Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:49:28.133Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:49:28.973Z] Merge succeeded, producing 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:49:28.973Z] Checking out Revision 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 (PR-43231) [2022-02-12T01:49:28.931Z] > git remote # timeout=10 [2022-02-12T01:49:28.934Z] > git config --get remote.origin.url # timeout=10 [2022-02-12T01:49:28.938Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:49:28.940Z] > git merge 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 # timeout=10 [2022-02-12T01:49:28.969Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-12T01:49:28.975Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:49:28.977Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:49:33.007Z] Commit message: "pkg/filenotify: don't open file for polling" [2022-02-12T01:49:33.026Z] > git --version # timeout=10 [2022-02-12T01:49:33.028Z] > git --version # 'git version 2.17.1' [2022-02-12T01:49:33.031Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-02-12T01:49:33.831Z] + [ PR != PR ] [2022-02-12T01:49:33.831Z] + [ master != master ] [2022-02-12T01:49:33.831Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-12T01:49:34.196Z] + docker version [2022-02-12T01:49:36.296Z] Client: [2022-02-12T01:49:36.296Z] Context: default [2022-02-12T01:49:36.296Z] Debug Mode: false [2022-02-12T01:49:36.296Z] Plugins: [2022-02-12T01:49:36.296Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-02-12T01:49:36.296Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-02-12T01:49:36.296Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-02-12T01:49:36.296Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-02-12T01:49:36.296Z] [2022-02-12T01:49:36.296Z] Server: [2022-02-12T01:49:36.296Z] Containers: 0 [2022-02-12T01:49:36.296Z] Running: 0 [2022-02-12T01:49:36.296Z] Paused: 0 [2022-02-12T01:49:36.296Z] Stopped: 0 [2022-02-12T01:49:36.296Z] Images: 1 [2022-02-12T01:49:36.296Z] Server Version: 20.10.12 [2022-02-12T01:49:36.296Z] Storage Driver: overlay2 [2022-02-12T01:49:36.296Z] Backing Filesystem: extfs [2022-02-12T01:49:36.296Z] Supports d_type: true [2022-02-12T01:49:36.296Z] Native Overlay Diff: true [2022-02-12T01:49:36.296Z] userxattr: false [2022-02-12T01:49:36.296Z] Logging Driver: json-file [2022-02-12T01:49:36.296Z] Cgroup Driver: cgroupfs [2022-02-12T01:49:36.296Z] Cgroup Version: 1 [2022-02-12T01:49:36.296Z] Plugins: [2022-02-12T01:49:36.296Z] Volume: local [2022-02-12T01:49:36.296Z] Network: bridge host ipvlan macvlan null overlay [2022-02-12T01:49:36.296Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-02-12T01:49:36.296Z] Swarm: inactive [2022-02-12T01:49:36.296Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-02-12T01:49:36.296Z] Default Runtime: runc [2022-02-12T01:49:36.296Z] Init Binary: docker-init [2022-02-12T01:49:36.296Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-12T01:49:36.296Z] runc version: v1.0.2-0-g52b36a2 [2022-02-12T01:49:36.296Z] init version: de40ad0 [2022-02-12T01:49:36.296Z] Security Options: [2022-02-12T01:49:36.296Z] apparmor [2022-02-12T01:49:36.296Z] seccomp [2022-02-12T01:49:36.296Z] Profile: default [2022-02-12T01:49:36.296Z] Kernel Version: 5.4.0-1061-aws [2022-02-12T01:49:36.296Z] Operating System: Ubuntu 18.04.6 LTS [2022-02-12T01:49:36.296Z] OSType: linux [2022-02-12T01:49:36.296Z] Architecture: x86_64 [2022-02-12T01:49:36.296Z] CPUs: 2 [2022-02-12T01:49:36.296Z] Total Memory: 7.483GiB [2022-02-12T01:49:36.296Z] Name: ip-10-100-33-1 [2022-02-12T01:49:36.296Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-02-12T01:49:36.296Z] Docker Root Dir: /var/lib/docker [2022-02-12T01:49:36.296Z] Debug Mode: false [2022-02-12T01:49:36.296Z] Registry: https://index.docker.io/v1/ [2022-02-12T01:49:36.296Z] Labels: [2022-02-12T01:49:36.296Z] Experimental: true [2022-02-12T01:49:36.296Z] Insecure Registries: [2022-02-12T01:49:36.296Z] 127.0.0.0/8 [2022-02-12T01:49:36.296Z] Live Restore Enabled: true [2022-02-12T01:49:36.296Z] [2022-02-12T01:49:36.296Z] WARNING: No swap limit support [Pipeline] sh [2022-02-12T01:49:36.600Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-12T01:49:36.600Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-12T01:49:36.600Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43231/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-02-12T01:49:36.600Z] + bash /home/ubuntu/workspace/moby_PR-43231/check-config.sh [2022-02-12T01:49:36.600Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-02-12T01:49:36.600Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-02-12T01:49:36.600Z] [2022-02-12T01:49:36.600Z] Generally Necessary: [2022-02-12T01:49:36.600Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-02-12T01:49:36.600Z] - apparmor: enabled and tools installed [2022-02-12T01:49:36.600Z] - CONFIG_NAMESPACES: enabled [2022-02-12T01:49:36.600Z] - CONFIG_NET_NS: enabled [2022-02-12T01:49:36.600Z] - CONFIG_PID_NS: enabled [2022-02-12T01:49:36.600Z] - CONFIG_IPC_NS: enabled [2022-02-12T01:49:36.600Z] - CONFIG_UTS_NS: enabled [2022-02-12T01:49:36.600Z] - CONFIG_CGROUPS: enabled [2022-02-12T01:49:36.600Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-02-12T01:49:36.600Z] - CONFIG_CGROUP_DEVICE: enabled [2022-02-12T01:49:36.863Z] - CONFIG_CGROUP_FREEZER: enabled [2022-02-12T01:49:36.863Z] - CONFIG_CGROUP_SCHED: enabled [2022-02-12T01:49:36.863Z] - CONFIG_CPUSETS: enabled [2022-02-12T01:49:36.863Z] - CONFIG_MEMCG: enabled [2022-02-12T01:49:36.863Z] - CONFIG_KEYS: enabled [2022-02-12T01:49:36.863Z] - CONFIG_VETH: enabled (as module) [2022-02-12T01:49:36.863Z] - CONFIG_BRIDGE: enabled (as module) [2022-02-12T01:49:36.863Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-02-12T01:49:36.863Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-02-12T01:49:36.863Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-02-12T01:49:36.863Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-02-12T01:49:36.863Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-02-12T01:49:36.863Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-02-12T01:49:36.863Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-02-12T01:49:36.863Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-02-12T01:49:36.863Z] - CONFIG_NF_NAT: enabled (as module) [2022-02-12T01:49:36.863Z] - CONFIG_POSIX_MQUEUE: enabled [2022-02-12T01:49:36.863Z] - CONFIG_CGROUP_BPF: enabled [2022-02-12T01:49:36.863Z] [2022-02-12T01:49:36.863Z] Optional Features: [2022-02-12T01:49:36.863Z] - CONFIG_USER_NS: enabled [2022-02-12T01:49:36.863Z] - CONFIG_SECCOMP: enabled [2022-02-12T01:49:36.863Z] - CONFIG_SECCOMP_FILTER: enabled [2022-02-12T01:49:36.863Z] - CONFIG_CGROUP_PIDS: enabled [2022-02-12T01:49:36.863Z] - CONFIG_MEMCG_SWAP: enabled [2022-02-12T01:49:36.863Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-02-12T01:49:36.863Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-02-12T01:49:36.863Z] - CONFIG_BLK_CGROUP: enabled [2022-02-12T01:49:36.863Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-02-12T01:49:36.863Z] - CONFIG_CGROUP_PERF: enabled [2022-02-12T01:49:36.863Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-02-12T01:49:36.863Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-02-12T01:49:36.863Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-02-12T01:49:36.863Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-02-12T01:49:36.863Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-02-12T01:49:36.863Z] - CONFIG_RT_GROUP_SCHED: missing [2022-02-12T01:49:37.135Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-02-12T01:49:37.135Z] - CONFIG_IP_VS: enabled (as module) [2022-02-12T01:49:37.135Z] - CONFIG_IP_VS_NFCT: enabled [2022-02-12T01:49:37.135Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-02-12T01:49:37.135Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-02-12T01:49:37.135Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-02-12T01:49:37.135Z] - CONFIG_SECURITY_SELINUX: enabled [2022-02-12T01:49:37.135Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-02-12T01:49:37.135Z] - CONFIG_EXT4_FS: enabled [2022-02-12T01:49:37.135Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-02-12T01:49:37.135Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-02-12T01:49:37.135Z] - Network Drivers: [2022-02-12T01:49:37.135Z] - "overlay": [2022-02-12T01:49:37.135Z] - CONFIG_VXLAN: enabled (as module) [2022-02-12T01:49:37.135Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-02-12T01:49:37.135Z] Optional (for encrypted networks): [2022-02-12T01:49:37.135Z] - CONFIG_CRYPTO: enabled [2022-02-12T01:49:37.135Z] - CONFIG_CRYPTO_AEAD: enabled [2022-02-12T01:49:37.135Z] - CONFIG_CRYPTO_GCM: enabled [2022-02-12T01:49:37.135Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-02-12T01:49:37.135Z] - CONFIG_CRYPTO_GHASH: enabled [2022-02-12T01:49:37.135Z] - CONFIG_XFRM: enabled [2022-02-12T01:49:37.135Z] - CONFIG_XFRM_USER: enabled (as module) [2022-02-12T01:49:37.135Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-02-12T01:49:37.135Z] - CONFIG_INET_ESP: enabled (as module) [2022-02-12T01:49:37.135Z] - "ipvlan": [2022-02-12T01:49:37.135Z] - CONFIG_IPVLAN: enabled (as module) [2022-02-12T01:49:37.135Z] - "macvlan": [2022-02-12T01:49:37.135Z] - CONFIG_MACVLAN: enabled (as module) [2022-02-12T01:49:37.135Z] - CONFIG_DUMMY: enabled (as module) [2022-02-12T01:49:37.135Z] - "ftp,tftp client in container": [2022-02-12T01:49:37.135Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-02-12T01:49:37.135Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-02-12T01:49:37.135Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-02-12T01:49:37.135Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-02-12T01:49:37.135Z] - Storage Drivers: [2022-02-12T01:49:37.135Z] - "aufs": [2022-02-12T01:49:37.135Z] - CONFIG_AUFS_FS: enabled (as module) [2022-02-12T01:49:37.135Z] - "btrfs": [2022-02-12T01:49:37.135Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-02-12T01:49:37.135Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-02-12T01:49:37.135Z] - "devicemapper": [2022-02-12T01:49:37.135Z] - CONFIG_BLK_DEV_DM: enabled [2022-02-12T01:49:37.135Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-02-12T01:49:37.403Z] - "overlay": [2022-02-12T01:49:37.403Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-02-12T01:49:37.403Z] - "zfs": [2022-02-12T01:49:37.403Z] - /dev/zfs: present [2022-02-12T01:49:37.403Z] - zfs command: missing [2022-02-12T01:49:37.403Z] - zpool command: missing [2022-02-12T01:49:37.403Z] [2022-02-12T01:49:37.403Z] Limits: [2022-02-12T01:49:37.403Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-02-12T01:49:37.403Z] [2022-02-12T01:49:37.403Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-02-12T01:49:37.769Z] + sudo modprobe ip_vs [2022-02-12T01:49:37.769Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 . [2022-02-12T01:49:38.031Z] #1 [internal] load build definition from Dockerfile [2022-02-12T01:49:38.031Z] #1 sha256:63d64f445090aa4484de53c432e827bdd3d5070b7f0f27a723a43774b7635505 [2022-02-12T01:49:38.031Z] #1 transferring dockerfile: [2022-02-12T01:49:38.031Z] #1 transferring dockerfile: 16.86kB done [2022-02-12T01:49:38.031Z] #1 DONE 0.2s [2022-02-12T01:49:38.031Z] [2022-02-12T01:49:38.031Z] #2 [internal] load .dockerignore [2022-02-12T01:49:38.031Z] #2 sha256:474af90a5d010912e0c7aa11679e0c34a5a76224060eb12a2f5aa12e10eb3b79 [2022-02-12T01:49:38.031Z] #2 transferring context: 87B done [2022-02-12T01:49:38.031Z] #2 DONE 0.2s [2022-02-12T01:49:38.031Z] [2022-02-12T01:49:38.031Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-02-12T01:49:38.031Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-02-12T01:49:38.603Z] #3 DONE 0.5s [2022-02-12T01:49:38.603Z] [2022-02-12T01:49:38.603Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-02-12T01:49:38.603Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-02-12T01:49:38.603Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-02-12T01:49:38.603Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-02-12T01:49:38.603Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-02-12T01:49:38.603Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0B / 9.67MB 0.1s [2022-02-12T01:49:38.603Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-02-12T01:49:38.870Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.50MB / 9.67MB 0.2s [2022-02-12T01:49:38.870Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-02-12T01:49:39.132Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-02-12T01:49:39.486Z] Client: Docker Engine - Community [2022-02-12T01:49:39.486Z] Version: 20.10.12 [2022-02-12T01:49:39.486Z] API version: 1.41 [2022-02-12T01:49:39.486Z] Go version: go1.16.12 [2022-02-12T01:49:39.486Z] Git commit: e91ed57 [2022-02-12T01:49:39.486Z] Built: Mon Dec 13 11:45:27 2021 [2022-02-12T01:49:39.486Z] OS/Arch: linux/amd64 [2022-02-12T01:49:39.486Z] Context: default [2022-02-12T01:49:39.486Z] Experimental: true [2022-02-12T01:49:39.486Z] [2022-02-12T01:49:39.486Z] Server: Docker Engine - Community [2022-02-12T01:49:39.486Z] Engine: [2022-02-12T01:49:39.486Z] Version: 20.10.12 [2022-02-12T01:49:39.486Z] API version: 1.41 (minimum version 1.12) [2022-02-12T01:49:39.486Z] Go version: go1.16.12 [2022-02-12T01:49:39.486Z] Git commit: 459d0df [2022-02-12T01:49:39.486Z] Built: Mon Dec 13 11:43:36 2021 [2022-02-12T01:49:39.486Z] OS/Arch: linux/amd64 [2022-02-12T01:49:39.486Z] Experimental: true [2022-02-12T01:49:39.486Z] containerd: [2022-02-12T01:49:39.486Z] Version: 1.4.12 [2022-02-12T01:49:39.486Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-12T01:49:39.486Z] runc: [2022-02-12T01:49:39.486Z] Version: 1.0.2 [2022-02-12T01:49:39.486Z] GitCommit: v1.0.2-0-g52b36a2 [2022-02-12T01:49:39.486Z] docker-init: [2022-02-12T01:49:39.486Z] Version: 0.19.0 [2022-02-12T01:49:39.486Z] GitCommit: de40ad0 [Pipeline] sh [2022-02-12T01:49:39.706Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.5s done [2022-02-12T01:49:39.706Z] #4 DONE 1.0s [2022-02-12T01:49:39.771Z] + docker info [2022-02-12T01:49:39.968Z] [2022-02-12T01:49:39.969Z] #6 [internal] load build definition from Dockerfile [2022-02-12T01:49:39.969Z] #6 sha256:09150f275ca5ffd66fc5e1548f9cdd53312f83fbd045874dbb3df7f1afa0acbc [2022-02-12T01:49:39.969Z] #6 DONE 0.0s [2022-02-12T01:49:39.969Z] [2022-02-12T01:49:39.969Z] #5 [internal] load .dockerignore [2022-02-12T01:49:39.969Z] #5 sha256:aa176f1abd0a1ce9fbc69db39006f22b84be8e6db96019b61c592203c756afe5 [2022-02-12T01:49:39.969Z] #5 DONE 0.0s [2022-02-12T01:49:39.969Z] [2022-02-12T01:49:39.969Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-12T01:49:39.969Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-02-12T01:49:40.256Z] Fetching without tags [2022-02-12T01:49:40.674Z] Merging remotes/origin/master commit 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 into PR head commit 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:49:40.914Z] #10 ... [2022-02-12T01:49:40.914Z] [2022-02-12T01:49:40.914Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-02-12T01:49:40.914Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-02-12T01:49:40.914Z] #9 DONE 0.9s [2022-02-12T01:49:40.914Z] [2022-02-12T01:49:40.914Z] #8 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-02-12T01:49:40.914Z] #8 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-02-12T01:49:40.914Z] #8 DONE 1.0s [2022-02-12T01:49:40.914Z] [2022-02-12T01:49:40.914Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-12T01:49:40.914Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-02-12T01:49:40.914Z] #7 DONE 1.0s [2022-02-12T01:49:40.914Z] [2022-02-12T01:49:40.914Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-12T01:49:40.914Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-02-12T01:49:40.914Z] #10 DONE 1.2s [2022-02-12T01:49:40.171Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:49:40.183Z] > git config --add remote.origin.fetch +refs/pull/43231/head:refs/remotes/origin/PR-43231 # timeout=10 [2022-02-12T01:49:40.205Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:49:40.245Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:49:40.258Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:49:40.259Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:49:40.260Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:49:40.680Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:49:40.704Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:49:41.835Z] Merge succeeded, producing 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:49:41.835Z] Checking out Revision 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 (PR-43231) [2022-02-12T01:49:41.858Z] [2022-02-12T01:49:41.858Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:49:41.858Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:49:41.858Z] #11 resolve docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 0.0s done [2022-02-12T01:49:41.858Z] #11 sha256:80d9a75ccb3879eefdece2f6409bd7a7eed708ea4e830e6c4ecfadeff65f68e0 7.07kB / 7.07kB done [2022-02-12T01:49:41.858Z] #11 sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 1.86kB / 1.86kB done [2022-02-12T01:49:41.858Z] #11 sha256:ec67c62f48ddfbca1ccaef18f9b3addccd707e1885fa28702a3954340786fcf6 1.80kB / 1.80kB done [2022-02-12T01:49:41.858Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 0B / 54.92MB 0.1s [2022-02-12T01:49:41.858Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0B / 5.15MB 0.1s [2022-02-12T01:49:41.858Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0B / 10.87MB 0.1s [2022-02-12T01:49:42.131Z] #11 ... [2022-02-12T01:49:42.131Z] [2022-02-12T01:49:42.131Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-02-12T01:49:42.131Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-02-12T01:49:42.131Z] #45 DONE 0.5s [2022-02-12T01:49:42.131Z] [2022-02-12T01:49:42.131Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:49:42.131Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:49:42.131Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 3.50MB / 54.92MB 0.2s [2022-02-12T01:49:42.395Z] #11 ... [2022-02-12T01:49:42.395Z] [2022-02-12T01:49:42.395Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-02-12T01:49:42.395Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-02-12T01:49:42.395Z] #45 DONE 0.0s [2022-02-12T01:49:42.395Z] [2022-02-12T01:49:42.395Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:49:42.395Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:49:42.395Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 11.53MB / 54.92MB 0.4s [2022-02-12T01:49:42.395Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 2.10MB / 5.15MB 0.4s [2022-02-12T01:49:42.395Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 3.15MB / 10.87MB 0.4s [2022-02-12T01:49:42.395Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 15.73MB / 54.92MB 0.5s [2022-02-12T01:49:42.395Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.5s [2022-02-12T01:49:42.395Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 9.44MB / 10.87MB 0.5s [2022-02-12T01:49:42.395Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 19.92MB / 54.92MB 0.6s [2022-02-12T01:49:42.395Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 0.6s [2022-02-12T01:49:42.658Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 27.89MB / 54.92MB 0.8s [2022-02-12T01:49:42.658Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.6s done [2022-02-12T01:49:42.658Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 6.29MB / 54.57MB 0.8s [2022-02-12T01:49:42.658Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 0.9s done [2022-02-12T01:49:42.658Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 13.24MB / 54.57MB 0.9s [2022-02-12T01:49:42.658Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 0B / 85.81MB 0.9s [2022-02-12T01:49:42.922Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 39.34MB / 54.92MB 1.0s [2022-02-12T01:49:42.922Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 42.12MB / 54.92MB 1.1s [2022-02-12T01:49:42.922Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 19.92MB / 54.57MB 1.1s [2022-02-12T01:49:42.922Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 6.29MB / 85.81MB 1.1s [2022-02-12T01:49:43.186Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 47.19MB / 54.92MB 1.3s [2022-02-12T01:49:43.186Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 26.21MB / 54.57MB 1.3s [2022-02-12T01:49:43.186Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 13.63MB / 85.81MB 1.3s [2022-02-12T01:49:43.186Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 30.41MB / 54.57MB 1.4s [2022-02-12T01:49:43.451Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 1.5s [2022-02-12T01:49:43.451Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 18.31MB / 85.81MB 1.5s [2022-02-12T01:49:43.451Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 34.60MB / 54.57MB 1.6s [2022-02-12T01:49:43.715Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 42.99MB / 54.57MB 1.8s [2022-02-12T01:49:43.715Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 25.17MB / 85.81MB 1.8s [2022-02-12T01:49:43.715Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 50.33MB / 54.57MB 1.9s [2022-02-12T01:49:41.734Z] > git remote # timeout=10 [2022-02-12T01:49:41.758Z] > git config --get remote.origin.url # timeout=10 [2022-02-12T01:49:41.782Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:49:41.783Z] > git merge 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 # timeout=10 [2022-02-12T01:49:41.810Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-12T01:49:41.837Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:49:41.859Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:49:43.983Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.53MB / 54.57MB 2.0s [2022-02-12T01:49:43.983Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 31.46MB / 85.81MB 2.0s [2022-02-12T01:49:43.983Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 40.89MB / 85.81MB 2.2s [2022-02-12T01:49:44.245Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 47.19MB / 85.81MB 2.3s [2022-02-12T01:49:44.245Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 51.80MB / 85.81MB 2.4s [2022-02-12T01:49:44.507Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 2.4s done [2022-02-12T01:49:44.507Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 58.72MB / 85.81MB 2.5s [2022-02-12T01:49:44.507Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 64.64MB / 85.81MB 2.7s [2022-02-12T01:49:44.507Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 71.30MB / 85.81MB 2.8s [2022-02-12T01:49:44.507Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 [2022-02-12T01:49:44.776Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 83.89MB / 85.81MB 3.0s [2022-02-12T01:49:45.350Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.57MB / 54.57MB 3.5s done [2022-02-12T01:49:45.350Z] #11 sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 155B / 155B 3.6s [2022-02-12T01:49:46.298Z] Commit message: "pkg/filenotify: don't open file for polling" [2022-02-12T01:49:46.339Z] > git --version # timeout=10 [2022-02-12T01:49:46.363Z] > git --version # 'git version 2.17.1' [2022-02-12T01:49:46.397Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-02-12T01:49:46.740Z] #11 ... [2022-02-12T01:49:46.740Z] [2022-02-12T01:49:46.740Z] #24 [internal] load build context [2022-02-12T01:49:46.740Z] #24 sha256:46456ab518c9428b4b53ebcaab5735c1a0cfbe13417a3dba9ffcd5d89d2781a8 [2022-02-12T01:49:46.740Z] #24 transferring context: 56.70MB 4.2s done [2022-02-12T01:49:46.740Z] #24 DONE 5.1s [2022-02-12T01:49:46.740Z] [2022-02-12T01:49:46.740Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:49:46.740Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-12T01:49:47.002Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 4.9s done [2022-02-12T01:49:47.002Z] #11 sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 155B / 155B 5.0s done [2022-02-12T01:49:47.002Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 0B / 134.83MB 5.1s [2022-02-12T01:49:47.264Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 12.58MB / 134.83MB 5.3s [2022-02-12T01:49:47.264Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 21.23MB / 134.83MB 5.5s [2022-02-12T01:49:47.530Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 29.36MB / 134.83MB 5.6s [2022-02-12T01:49:47.530Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 38.80MB / 134.83MB 5.8s [2022-02-12T01:49:47.549Z] + docker version [2022-02-12T01:49:47.792Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 47.19MB / 134.83MB 6.0s [2022-02-12T01:49:48.053Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 57.67MB / 134.83MB 6.3s [2022-02-12T01:49:48.316Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 65.01MB / 134.83MB 6.4s [2022-02-12T01:49:48.579Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 77.59MB / 134.83MB 6.6s [2022-02-12T01:49:48.579Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 88.09MB / 134.83MB 6.8s [2022-02-12T01:49:48.841Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 99.61MB / 134.83MB 7.0s [2022-02-12T01:49:49.104Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 106.95MB / 134.83MB 7.2s [2022-02-12T01:49:49.366Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 114.29MB / 134.83MB 7.5s [2022-02-12T01:49:49.628Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 121.63MB / 134.83MB 7.7s [2022-02-12T01:49:49.892Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 5.3s [2022-02-12T01:49:49.892Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 128.97MB / 134.83MB 8.1s [2022-02-12T01:49:50.154Z] #11 ... [2022-02-12T01:49:50.154Z] [2022-02-12T01:49:50.154Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:49:50.154Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-12T01:49:50.154Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-02-12T01:49:50.154Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-02-12T01:49:50.154Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-02-12T01:49:50.154Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-02-12T01:49:50.154Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.9s done [2022-02-12T01:49:50.154Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.1s done [2022-02-12T01:49:50.154Z] #67 DONE 8.4s [2022-02-12T01:49:50.154Z] [2022-02-12T01:49:50.154Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:49:50.154Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:49:50.828Z] Client: Docker Engine - Community [2022-02-12T01:49:50.828Z] Version: 20.10.12 [2022-02-12T01:49:50.828Z] API version: 1.41 [2022-02-12T01:49:50.828Z] Go version: go1.16.12 [2022-02-12T01:49:50.828Z] Git commit: e91ed57 [2022-02-12T01:49:50.828Z] Built: Mon Dec 13 11:45:27 2021 [2022-02-12T01:49:50.828Z] OS/Arch: linux/amd64 [2022-02-12T01:49:50.828Z] Context: default [2022-02-12T01:49:50.828Z] Experimental: true [2022-02-12T01:49:50.828Z] [2022-02-12T01:49:50.828Z] Server: Docker Engine - Community [2022-02-12T01:49:50.828Z] Engine: [2022-02-12T01:49:50.828Z] Version: 20.10.12 [2022-02-12T01:49:50.828Z] API version: 1.41 (minimum version 1.12) [2022-02-12T01:49:50.828Z] Go version: go1.16.12 [2022-02-12T01:49:50.828Z] Git commit: 459d0df [2022-02-12T01:49:50.828Z] Built: Mon Dec 13 11:43:36 2021 [2022-02-12T01:49:50.828Z] OS/Arch: linux/amd64 [2022-02-12T01:49:50.828Z] Experimental: true [2022-02-12T01:49:50.828Z] containerd: [2022-02-12T01:49:50.828Z] Version: 1.4.12 [2022-02-12T01:49:50.828Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-12T01:49:50.828Z] runc: [2022-02-12T01:49:50.828Z] Version: 1.0.2 [2022-02-12T01:49:50.828Z] GitCommit: v1.0.2-0-g52b36a2 [2022-02-12T01:49:50.828Z] docker-init: [2022-02-12T01:49:50.828Z] Version: 0.19.0 [2022-02-12T01:49:50.828Z] GitCommit: de40ad0 [Pipeline] sh [2022-02-12T01:49:51.135Z] + docker info [2022-02-12T01:49:52.004Z] Client: [2022-02-12T01:49:52.004Z] Context: default [2022-02-12T01:49:52.004Z] Debug Mode: false [2022-02-12T01:49:52.004Z] Plugins: [2022-02-12T01:49:52.004Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-02-12T01:49:52.004Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-02-12T01:49:52.004Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-02-12T01:49:52.004Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-02-12T01:49:52.004Z] [2022-02-12T01:49:52.004Z] Server: [2022-02-12T01:49:52.004Z] Containers: 0 [2022-02-12T01:49:52.004Z] Running: 0 [2022-02-12T01:49:52.004Z] Paused: 0 [2022-02-12T01:49:52.004Z] Stopped: 0 [2022-02-12T01:49:52.004Z] Images: 0 [2022-02-12T01:49:52.004Z] Server Version: 20.10.12 [2022-02-12T01:49:52.004Z] Storage Driver: overlay2 [2022-02-12T01:49:52.004Z] Backing Filesystem: extfs [2022-02-12T01:49:52.004Z] Supports d_type: true [2022-02-12T01:49:52.004Z] Native Overlay Diff: true [2022-02-12T01:49:52.004Z] userxattr: false [2022-02-12T01:49:52.004Z] Logging Driver: json-file [2022-02-12T01:49:52.004Z] Cgroup Driver: cgroupfs [2022-02-12T01:49:52.004Z] Cgroup Version: 1 [2022-02-12T01:49:52.004Z] Plugins: [2022-02-12T01:49:52.004Z] Volume: local [2022-02-12T01:49:52.004Z] Network: bridge host ipvlan macvlan null overlay [2022-02-12T01:49:52.004Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-02-12T01:49:52.004Z] Swarm: inactive [2022-02-12T01:49:52.004Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-02-12T01:49:52.004Z] Default Runtime: runc [2022-02-12T01:49:52.004Z] Init Binary: docker-init [2022-02-12T01:49:52.004Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-12T01:49:52.004Z] runc version: v1.0.2-0-g52b36a2 [2022-02-12T01:49:52.004Z] init version: de40ad0 [2022-02-12T01:49:52.004Z] Security Options: [2022-02-12T01:49:52.004Z] apparmor [2022-02-12T01:49:52.004Z] seccomp [2022-02-12T01:49:52.004Z] Profile: default [2022-02-12T01:49:52.004Z] Kernel Version: 5.4.0-1061-aws [2022-02-12T01:49:52.004Z] Operating System: Ubuntu 18.04.6 LTS [2022-02-12T01:49:52.004Z] OSType: linux [2022-02-12T01:49:52.004Z] Architecture: x86_64 [2022-02-12T01:49:52.004Z] CPUs: 8 [2022-02-12T01:49:52.004Z] Total Memory: 30.58GiB [2022-02-12T01:49:52.004Z] Name: ip-10-100-61-204 [2022-02-12T01:49:52.004Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-02-12T01:49:52.004Z] Docker Root Dir: /var/lib/docker [2022-02-12T01:49:52.004Z] Debug Mode: false [2022-02-12T01:49:52.004Z] Registry: https://index.docker.io/v1/ [2022-02-12T01:49:52.004Z] Labels: [2022-02-12T01:49:52.004Z] Experimental: true [2022-02-12T01:49:52.004Z] Insecure Registries: [2022-02-12T01:49:52.004Z] 127.0.0.0/8 [2022-02-12T01:49:52.004Z] Live Restore Enabled: true [2022-02-12T01:49:52.004Z] [2022-02-12T01:49:52.004Z] WARNING: No swap limit support [Pipeline] sh [2022-02-12T01:49:52.077Z] #11 ... [2022-02-12T01:49:52.077Z] [2022-02-12T01:49:52.077Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:49:52.077Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-02-12T01:49:52.077Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-02-12T01:49:52.077Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-02-12T01:49:52.077Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-02-12T01:49:52.077Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-02-12T01:49:52.077Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.7s done [2022-02-12T01:49:52.077Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.7s done [2022-02-12T01:49:52.077Z] #69 ... [2022-02-12T01:49:52.077Z] [2022-02-12T01:49:52.077Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-12T01:49:52.077Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-02-12T01:49:52.077Z] #28 resolve docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 0.1s done [2022-02-12T01:49:52.077Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 2.3s done [2022-02-12T01:49:52.077Z] #28 sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 1.85kB / 1.85kB done [2022-02-12T01:49:52.077Z] #28 sha256:7d8264bf731fec57d807d1918bec0a16550f52a9766f0034b40f55c5b7dc3712 529B / 529B done [2022-02-12T01:49:52.077Z] #28 sha256:04fbdaf87a6a632f3f2e8d9f53f97b2813d9e4111c62e21d56454460f477075b 1.46kB / 1.46kB done [2022-02-12T01:49:52.077Z] #28 ... [2022-02-12T01:49:52.077Z] [2022-02-12T01:49:52.077Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:49:52.077Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:49:52.289Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-12T01:49:52.289Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-12T01:49:52.289Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43231/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-02-12T01:49:52.289Z] + bash /home/ubuntu/workspace/moby_PR-43231/check-config.sh [2022-02-12T01:49:52.289Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-02-12T01:49:52.289Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-02-12T01:49:52.289Z] [2022-02-12T01:49:52.289Z] Generally Necessary: [2022-02-12T01:49:52.289Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-02-12T01:49:52.289Z] - apparmor: enabled and tools installed [2022-02-12T01:49:52.289Z] - CONFIG_NAMESPACES: enabled [2022-02-12T01:49:52.289Z] - CONFIG_NET_NS: enabled [2022-02-12T01:49:52.289Z] - CONFIG_PID_NS: enabled [2022-02-12T01:49:52.289Z] - CONFIG_IPC_NS: enabled [2022-02-12T01:49:52.289Z] - CONFIG_UTS_NS: enabled [2022-02-12T01:49:52.289Z] - CONFIG_CGROUPS: enabled [2022-02-12T01:49:52.289Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-02-12T01:49:52.289Z] - CONFIG_CGROUP_DEVICE: enabled [2022-02-12T01:49:52.289Z] - CONFIG_CGROUP_FREEZER: enabled [2022-02-12T01:49:52.289Z] - CONFIG_CGROUP_SCHED: enabled [2022-02-12T01:49:52.289Z] - CONFIG_CPUSETS: enabled [2022-02-12T01:49:52.289Z] - CONFIG_MEMCG: enabled [2022-02-12T01:49:52.289Z] - CONFIG_KEYS: enabled [2022-02-12T01:49:52.289Z] - CONFIG_VETH: enabled (as module) [2022-02-12T01:49:52.289Z] - CONFIG_BRIDGE: enabled (as module) [2022-02-12T01:49:52.289Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-02-12T01:49:52.289Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-02-12T01:49:52.289Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-02-12T01:49:52.289Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-02-12T01:49:52.289Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-02-12T01:49:52.289Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-02-12T01:49:52.289Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-02-12T01:49:52.289Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-02-12T01:49:52.289Z] - CONFIG_NF_NAT: enabled (as module) [2022-02-12T01:49:52.289Z] - CONFIG_POSIX_MQUEUE: enabled [2022-02-12T01:49:52.289Z] - CONFIG_CGROUP_BPF: enabled [2022-02-12T01:49:52.289Z] [2022-02-12T01:49:52.289Z] Optional Features: [2022-02-12T01:49:52.289Z] - CONFIG_USER_NS: enabled [2022-02-12T01:49:52.289Z] - CONFIG_SECCOMP: enabled [2022-02-12T01:49:52.289Z] - CONFIG_SECCOMP_FILTER: enabled [2022-02-12T01:49:52.289Z] - CONFIG_CGROUP_PIDS: enabled [2022-02-12T01:49:52.289Z] - CONFIG_MEMCG_SWAP: enabled [2022-02-12T01:49:52.289Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-02-12T01:49:52.289Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-02-12T01:49:52.289Z] - CONFIG_BLK_CGROUP: enabled [2022-02-12T01:49:52.289Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-02-12T01:49:52.289Z] - CONFIG_CGROUP_PERF: enabled [2022-02-12T01:49:52.289Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-02-12T01:49:52.289Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-02-12T01:49:52.289Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-02-12T01:49:52.289Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-02-12T01:49:52.289Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-02-12T01:49:52.289Z] - CONFIG_RT_GROUP_SCHED: missing [2022-02-12T01:49:52.289Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-02-12T01:49:52.289Z] - CONFIG_IP_VS: enabled (as module) [2022-02-12T01:49:52.289Z] - CONFIG_IP_VS_NFCT: enabled [2022-02-12T01:49:52.289Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-02-12T01:49:52.550Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-02-12T01:49:52.550Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-02-12T01:49:52.550Z] - CONFIG_SECURITY_SELINUX: enabled [2022-02-12T01:49:52.550Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-02-12T01:49:52.550Z] - CONFIG_EXT4_FS: enabled [2022-02-12T01:49:52.550Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-02-12T01:49:52.550Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-02-12T01:49:52.550Z] - Network Drivers: [2022-02-12T01:49:52.550Z] - "overlay": [2022-02-12T01:49:52.550Z] - CONFIG_VXLAN: enabled (as module) [2022-02-12T01:49:52.550Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-02-12T01:49:52.550Z] Optional (for encrypted networks): [2022-02-12T01:49:52.550Z] - CONFIG_CRYPTO: enabled [2022-02-12T01:49:52.550Z] - CONFIG_CRYPTO_AEAD: enabled [2022-02-12T01:49:52.550Z] - CONFIG_CRYPTO_GCM: enabled [2022-02-12T01:49:52.550Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-02-12T01:49:52.550Z] - CONFIG_CRYPTO_GHASH: enabled [2022-02-12T01:49:52.550Z] - CONFIG_XFRM: enabled [2022-02-12T01:49:52.550Z] - CONFIG_XFRM_USER: enabled (as module) [2022-02-12T01:49:52.550Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-02-12T01:49:52.550Z] - CONFIG_INET_ESP: enabled (as module) [2022-02-12T01:49:52.550Z] - "ipvlan": [2022-02-12T01:49:52.550Z] - CONFIG_IPVLAN: enabled (as module) [2022-02-12T01:49:52.550Z] - "macvlan": [2022-02-12T01:49:52.550Z] - CONFIG_MACVLAN: enabled (as module) [2022-02-12T01:49:52.550Z] - CONFIG_DUMMY: enabled (as module) [2022-02-12T01:49:52.550Z] - "ftp,tftp client in container": [2022-02-12T01:49:52.550Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-02-12T01:49:52.550Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-02-12T01:49:52.550Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-02-12T01:49:52.550Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-02-12T01:49:52.550Z] - Storage Drivers: [2022-02-12T01:49:52.550Z] - "aufs": [2022-02-12T01:49:52.550Z] - CONFIG_AUFS_FS: enabled (as module) [2022-02-12T01:49:52.550Z] - "btrfs": [2022-02-12T01:49:52.550Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-02-12T01:49:52.550Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-02-12T01:49:52.550Z] - "devicemapper": [2022-02-12T01:49:52.550Z] - CONFIG_BLK_DEV_DM: enabled [2022-02-12T01:49:52.550Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-02-12T01:49:52.550Z] - "overlay": [2022-02-12T01:49:52.550Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-02-12T01:49:52.550Z] - "zfs": [2022-02-12T01:49:52.550Z] - /dev/zfs: present [2022-02-12T01:49:52.550Z] - zfs command: missing [2022-02-12T01:49:52.550Z] - zpool command: missing [2022-02-12T01:49:52.550Z] [2022-02-12T01:49:52.550Z] Limits: [2022-02-12T01:49:52.550Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-02-12T01:49:52.550Z] [2022-02-12T01:49:52.550Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-02-12T01:49:52.652Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 8.0s done [2022-02-12T01:49:52.882Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 . [2022-02-12T01:49:52.882Z] #1 [internal] load build definition from Dockerfile [2022-02-12T01:49:52.882Z] #1 sha256:303aff3fc7b55e4428cd4f2d81c28a564030bb2f09b186d7c5ce427ed9bfff4a [2022-02-12T01:49:52.882Z] #1 transferring dockerfile: 16.86kB 0.0s done [2022-02-12T01:49:52.882Z] #1 DONE 0.1s [2022-02-12T01:49:52.882Z] [2022-02-12T01:49:52.882Z] #2 [internal] load .dockerignore [2022-02-12T01:49:52.882Z] #2 sha256:dc4f2ddf046e3c71ae77db4bdbb60b3107bf388ea46ce2e4745db5a1de15b96e [2022-02-12T01:49:52.882Z] #2 transferring context: 87B 0.0s done [2022-02-12T01:49:52.882Z] #2 DONE 0.0s [2022-02-12T01:49:52.882Z] [2022-02-12T01:49:52.882Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-02-12T01:49:52.882Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-02-12T01:49:52.914Z] #11 ... [2022-02-12T01:49:52.914Z] [2022-02-12T01:49:52.914Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:49:52.914Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-02-12T01:49:52.914Z] #69 DONE 11.3s [2022-02-12T01:49:52.914Z] [2022-02-12T01:49:52.914Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:49:52.914Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:49:52.914Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 134.83MB / 134.83MB 11.1s done [2022-02-12T01:49:52.914Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 [2022-02-12T01:49:53.178Z] #11 ... [2022-02-12T01:49:53.178Z] [2022-02-12T01:49:53.178Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-12T01:49:53.178Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-02-12T01:49:53.178Z] #28 DONE 11.3s [2022-02-12T01:49:53.178Z] [2022-02-12T01:49:53.178Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:49:53.178Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:49:53.823Z] #3 DONE 0.5s [2022-02-12T01:49:53.823Z] [2022-02-12T01:49:53.823Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-02-12T01:49:53.823Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-02-12T01:49:53.823Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-02-12T01:49:53.823Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-02-12T01:49:53.823Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-02-12T01:49:53.823Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-02-12T01:49:53.823Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 5.24MB / 9.67MB 0.1s [2022-02-12T01:49:53.823Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.1s done [2022-02-12T01:49:53.823Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-02-12T01:49:53.823Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s done [2022-02-12T01:49:53.823Z] #4 DONE 0.4s [2022-02-12T01:49:54.083Z] [2022-02-12T01:49:54.083Z] #5 [internal] load build definition from Dockerfile [2022-02-12T01:49:54.083Z] #5 sha256:f7877bfb9068e8e5c50505fc97552cb291f650894e002eb11158d8f0cedb2211 [2022-02-12T01:49:54.083Z] #5 DONE 0.0s [2022-02-12T01:49:54.083Z] [2022-02-12T01:49:54.083Z] #6 [internal] load .dockerignore [2022-02-12T01:49:54.083Z] #6 sha256:e88ef333110a32583c982bb0da04c2aac63f5e2b358faa79728a3b9fa0c7a532 [2022-02-12T01:49:54.083Z] #6 DONE 0.0s [2022-02-12T01:49:54.083Z] [2022-02-12T01:49:54.083Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-12T01:49:54.083Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-02-12T01:49:54.195Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 1.0s done [2022-02-12T01:49:55.026Z] #10 DONE 0.8s [2022-02-12T01:49:55.026Z] [2022-02-12T01:49:55.026Z] #9 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-02-12T01:49:55.026Z] #9 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-02-12T01:49:55.026Z] #9 DONE 0.8s [2022-02-12T01:49:55.026Z] [2022-02-12T01:49:55.026Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-12T01:49:55.026Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-02-12T01:49:55.026Z] #8 DONE 0.8s [2022-02-12T01:49:55.026Z] [2022-02-12T01:49:55.026Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-02-12T01:49:55.026Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-02-12T01:49:55.026Z] #7 DONE 0.8s [2022-02-12T01:49:55.138Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 [2022-02-12T01:49:55.400Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0.3s done [2022-02-12T01:49:55.598Z] [2022-02-12T01:49:55.598Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:49:55.598Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-12T01:49:55.598Z] #74 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-02-12T01:49:55.598Z] #74 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-02-12T01:49:55.598Z] #74 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-02-12T01:49:55.598Z] #74 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-02-12T01:49:55.598Z] #74 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.1s [2022-02-12T01:49:55.662Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 [2022-02-12T01:49:55.863Z] #74 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s [2022-02-12T01:49:55.863Z] #74 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s done [2022-02-12T01:49:55.863Z] #74 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-02-12T01:49:55.863Z] #74 ... [2022-02-12T01:49:55.863Z] [2022-02-12T01:49:55.863Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-02-12T01:49:55.863Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-02-12T01:49:55.863Z] #52 DONE 0.6s [2022-02-12T01:49:55.863Z] [2022-02-12T01:49:55.863Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:49:55.863Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-12T01:49:56.126Z] #74 ... [2022-02-12T01:49:56.126Z] [2022-02-12T01:49:56.126Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-02-12T01:49:56.126Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-02-12T01:49:56.126Z] #52 DONE 0.0s [2022-02-12T01:49:56.126Z] [2022-02-12T01:49:56.126Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:49:56.126Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-12T01:49:56.126Z] #74 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.3s done [2022-02-12T01:49:56.606Z] #11 ... [2022-02-12T01:49:56.606Z] [2022-02-12T01:49:56.606Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-02-12T01:49:56.606Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-02-12T01:49:56.606Z] #68 DONE 1.0s [2022-02-12T01:49:56.606Z] [2022-02-12T01:49:56.606Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:49:56.606Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:49:57.515Z] #74 ... [2022-02-12T01:49:57.515Z] [2022-02-12T01:49:57.515Z] #31 [internal] load build context [2022-02-12T01:49:57.515Z] #31 sha256:8bab55bcdbc9f0b91082f8442ac87268b935e56df3afcfee158986040acf1fb9 [2022-02-12T01:49:57.515Z] #31 transferring context: 56.70MB 1.4s done [2022-02-12T01:49:57.515Z] #31 DONE 1.9s [2022-02-12T01:49:57.515Z] [2022-02-12T01:49:57.515Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:49:57.515Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:49:57.515Z] #11 resolve docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 0.0s done [2022-02-12T01:49:57.515Z] #11 sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 1.86kB / 1.86kB done [2022-02-12T01:49:57.515Z] #11 sha256:ec67c62f48ddfbca1ccaef18f9b3addccd707e1885fa28702a3954340786fcf6 1.80kB / 1.80kB done [2022-02-12T01:49:57.515Z] #11 sha256:80d9a75ccb3879eefdece2f6409bd7a7eed708ea4e830e6c4ecfadeff65f68e0 7.07kB / 7.07kB done [2022-02-12T01:49:57.515Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 1.4s done [2022-02-12T01:49:57.515Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.1s done [2022-02-12T01:49:57.515Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 0.5s done [2022-02-12T01:49:57.515Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 2.1s [2022-02-12T01:49:57.515Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.57MB / 54.57MB 2.0s done [2022-02-12T01:49:57.515Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 0.5s [2022-02-12T01:49:58.458Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 1.3s done [2022-02-12T01:49:58.458Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 [2022-02-12T01:49:58.458Z] #11 ... [2022-02-12T01:49:58.458Z] [2022-02-12T01:49:58.458Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:49:58.458Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-12T01:49:58.458Z] #74 DONE 3.1s [2022-02-12T01:49:58.458Z] [2022-02-12T01:49:58.458Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-12T01:49:58.458Z] #35 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-02-12T01:49:58.458Z] #35 resolve docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 0.0s done [2022-02-12T01:49:58.458Z] #35 sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 1.85kB / 1.85kB done [2022-02-12T01:49:58.458Z] #35 sha256:7d8264bf731fec57d807d1918bec0a16550f52a9766f0034b40f55c5b7dc3712 529B / 529B done [2022-02-12T01:49:58.458Z] #35 sha256:04fbdaf87a6a632f3f2e8d9f53f97b2813d9e4111c62e21d56454460f477075b 1.46kB / 1.46kB done [2022-02-12T01:49:58.458Z] #35 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 1.4s done [2022-02-12T01:49:58.458Z] #35 DONE 3.1s [2022-02-12T01:49:58.458Z] [2022-02-12T01:49:58.458Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:49:58.458Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:49:58.458Z] #11 sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 155B / 155B 3.1s done [2022-02-12T01:49:58.458Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 0B / 134.83MB 3.1s [2022-02-12T01:49:58.525Z] #11 ... [2022-02-12T01:49:58.525Z] [2022-02-12T01:49:58.525Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-02-12T01:49:58.525Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-02-12T01:49:58.525Z] #70 DONE 2.0s [2022-02-12T01:49:58.525Z] [2022-02-12T01:49:58.525Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:49:58.525Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:49:58.720Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0.2s done [2022-02-12T01:49:58.720Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 14.68MB / 134.83MB 3.2s [2022-02-12T01:49:58.720Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 32.51MB / 134.83MB 3.4s [2022-02-12T01:49:58.720Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 [2022-02-12T01:49:58.980Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 46.14MB / 134.83MB 3.5s [2022-02-12T01:49:59.260Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 57.67MB / 134.83MB 3.8s [2022-02-12T01:49:59.521Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 73.40MB / 134.83MB 4.0s [2022-02-12T01:49:59.521Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 83.89MB / 134.83MB 4.1s [2022-02-12T01:49:59.783Z] #11 ... [2022-02-12T01:49:59.783Z] [2022-02-12T01:49:59.783Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:49:59.783Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-02-12T01:49:59.783Z] #76 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-02-12T01:49:59.783Z] #76 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-02-12T01:49:59.783Z] #76 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-02-12T01:49:59.783Z] #76 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-02-12T01:49:59.783Z] #76 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.5s done [2022-02-12T01:49:59.783Z] #76 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.3s done [2022-02-12T01:49:59.783Z] #76 DONE 4.2s [2022-02-12T01:49:59.783Z] [2022-02-12T01:49:59.783Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:49:59.783Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:49:59.783Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 93.32MB / 134.83MB 4.2s [2022-02-12T01:49:59.783Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 102.76MB / 134.83MB 4.4s [2022-02-12T01:50:00.043Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 116.39MB / 134.83MB 4.5s [2022-02-12T01:50:00.304Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 134.83MB / 134.83MB 4.7s [2022-02-12T01:50:01.082Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 5.1s [2022-02-12T01:50:01.082Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 5.3s done [2022-02-12T01:50:01.091Z] Client: [2022-02-12T01:50:01.091Z] Context: default [2022-02-12T01:50:01.091Z] Debug Mode: false [2022-02-12T01:50:01.091Z] Plugins: [2022-02-12T01:50:01.091Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-02-12T01:50:01.091Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-02-12T01:50:01.091Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-02-12T01:50:01.091Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-02-12T01:50:01.091Z] [2022-02-12T01:50:01.091Z] Server: [2022-02-12T01:50:01.091Z] Containers: 0 [2022-02-12T01:50:01.091Z] Running: 0 [2022-02-12T01:50:01.091Z] Paused: 0 [2022-02-12T01:50:01.091Z] Stopped: 0 [2022-02-12T01:50:01.091Z] Images: 0 [2022-02-12T01:50:01.091Z] Server Version: 20.10.12 [2022-02-12T01:50:01.091Z] Storage Driver: overlay2 [2022-02-12T01:50:01.091Z] Backing Filesystem: extfs [2022-02-12T01:50:01.091Z] Supports d_type: true [2022-02-12T01:50:01.091Z] Native Overlay Diff: true [2022-02-12T01:50:01.091Z] userxattr: false [2022-02-12T01:50:01.091Z] Logging Driver: json-file [2022-02-12T01:50:01.091Z] Cgroup Driver: cgroupfs [2022-02-12T01:50:01.091Z] Cgroup Version: 1 [2022-02-12T01:50:01.091Z] Plugins: [2022-02-12T01:50:01.091Z] Volume: local [2022-02-12T01:50:01.091Z] Network: bridge host ipvlan macvlan null overlay [2022-02-12T01:50:01.091Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-02-12T01:50:01.091Z] Swarm: inactive [2022-02-12T01:50:01.091Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-02-12T01:50:01.091Z] Default Runtime: runc [2022-02-12T01:50:01.091Z] Init Binary: docker-init [2022-02-12T01:50:01.091Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-12T01:50:01.091Z] runc version: v1.0.2-0-g52b36a2 [2022-02-12T01:50:01.091Z] init version: de40ad0 [2022-02-12T01:50:01.091Z] Security Options: [2022-02-12T01:50:01.091Z] apparmor [2022-02-12T01:50:01.091Z] seccomp [2022-02-12T01:50:01.091Z] Profile: default [2022-02-12T01:50:01.091Z] Kernel Version: 5.4.0-1061-aws [2022-02-12T01:50:01.091Z] Operating System: Ubuntu 18.04.6 LTS [2022-02-12T01:50:01.091Z] OSType: linux [2022-02-12T01:50:01.091Z] Architecture: x86_64 [2022-02-12T01:50:01.091Z] CPUs: 2 [2022-02-12T01:50:01.091Z] Total Memory: 7.565GiB [2022-02-12T01:50:01.091Z] Name: ip-10-100-66-209 [2022-02-12T01:50:01.091Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-02-12T01:50:01.091Z] Docker Root Dir: /var/lib/docker [2022-02-12T01:50:01.091Z] Debug Mode: false [2022-02-12T01:50:01.091Z] Registry: https://index.docker.io/v1/ [2022-02-12T01:50:01.091Z] Labels: [2022-02-12T01:50:01.091Z] Experimental: true [2022-02-12T01:50:01.091Z] Insecure Registries: [2022-02-12T01:50:01.091Z] 127.0.0.0/8 [2022-02-12T01:50:01.091Z] Live Restore Enabled: true [2022-02-12T01:50:01.091Z] [2022-02-12T01:50:01.091Z] WARNING: No swap limit support [Pipeline] sh [2022-02-12T01:50:01.346Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b [2022-02-12T01:50:01.412Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-12T01:50:01.412Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-12T01:50:01.412Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43231/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-02-12T01:50:01.412Z] + bash /home/ubuntu/workspace/moby_PR-43231/check-config.sh [2022-02-12T01:50:01.412Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-02-12T01:50:01.412Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-02-12T01:50:01.412Z] [2022-02-12T01:50:01.412Z] Generally Necessary: [2022-02-12T01:50:01.412Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-02-12T01:50:01.412Z] - apparmor: enabled and tools installed [2022-02-12T01:50:01.412Z] - CONFIG_NAMESPACES: enabled [2022-02-12T01:50:01.412Z] - CONFIG_NET_NS: enabled [2022-02-12T01:50:01.412Z] - CONFIG_PID_NS: enabled [2022-02-12T01:50:01.412Z] - CONFIG_IPC_NS: enabled [2022-02-12T01:50:01.412Z] - CONFIG_UTS_NS: enabled [2022-02-12T01:50:01.412Z] - CONFIG_CGROUPS: enabled [2022-02-12T01:50:01.412Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-02-12T01:50:01.412Z] - CONFIG_CGROUP_DEVICE: enabled [2022-02-12T01:50:01.412Z] - CONFIG_CGROUP_FREEZER: enabled [2022-02-12T01:50:01.412Z] - CONFIG_CGROUP_SCHED: enabled [2022-02-12T01:50:01.412Z] - CONFIG_CPUSETS: enabled [2022-02-12T01:50:01.412Z] - CONFIG_MEMCG: enabled [2022-02-12T01:50:01.412Z] - CONFIG_KEYS: enabled [2022-02-12T01:50:01.412Z] - CONFIG_VETH: enabled (as module) [2022-02-12T01:50:01.412Z] - CONFIG_BRIDGE: enabled (as module) [2022-02-12T01:50:01.412Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-02-12T01:50:01.412Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-02-12T01:50:01.412Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-02-12T01:50:01.412Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-02-12T01:50:01.412Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-02-12T01:50:01.412Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-02-12T01:50:01.412Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-02-12T01:50:01.412Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-02-12T01:50:01.412Z] - CONFIG_NF_NAT: enabled (as module) [2022-02-12T01:50:01.412Z] - CONFIG_POSIX_MQUEUE: enabled [2022-02-12T01:50:01.412Z] - CONFIG_CGROUP_BPF: enabled [2022-02-12T01:50:01.412Z] [2022-02-12T01:50:01.412Z] Optional Features: [2022-02-12T01:50:01.412Z] - CONFIG_USER_NS: enabled [2022-02-12T01:50:01.412Z] - CONFIG_SECCOMP: enabled [2022-02-12T01:50:01.412Z] - CONFIG_SECCOMP_FILTER: enabled [2022-02-12T01:50:01.412Z] - CONFIG_CGROUP_PIDS: enabled [2022-02-12T01:50:01.412Z] - CONFIG_MEMCG_SWAP: enabled [2022-02-12T01:50:01.412Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-02-12T01:50:01.412Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-02-12T01:50:01.412Z] - CONFIG_BLK_CGROUP: enabled [2022-02-12T01:50:01.412Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-02-12T01:50:01.412Z] - CONFIG_CGROUP_PERF: enabled [2022-02-12T01:50:01.412Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-02-12T01:50:01.412Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-02-12T01:50:01.412Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-02-12T01:50:01.412Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-02-12T01:50:01.412Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-02-12T01:50:01.412Z] - CONFIG_RT_GROUP_SCHED: missing [2022-02-12T01:50:01.669Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-02-12T01:50:01.669Z] - CONFIG_IP_VS: enabled (as module) [2022-02-12T01:50:01.669Z] - CONFIG_IP_VS_NFCT: enabled [2022-02-12T01:50:01.669Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-02-12T01:50:01.669Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-02-12T01:50:01.669Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-02-12T01:50:01.669Z] - CONFIG_SECURITY_SELINUX: enabled [2022-02-12T01:50:01.669Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-02-12T01:50:01.669Z] - CONFIG_EXT4_FS: enabled [2022-02-12T01:50:01.669Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-02-12T01:50:01.669Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-02-12T01:50:01.669Z] - Network Drivers: [2022-02-12T01:50:01.669Z] - "overlay": [2022-02-12T01:50:01.669Z] - CONFIG_VXLAN: enabled (as module) [2022-02-12T01:50:01.669Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-02-12T01:50:01.669Z] Optional (for encrypted networks): [2022-02-12T01:50:01.669Z] - CONFIG_CRYPTO: enabled [2022-02-12T01:50:01.669Z] - CONFIG_CRYPTO_AEAD: enabled [2022-02-12T01:50:01.669Z] - CONFIG_CRYPTO_GCM: enabled [2022-02-12T01:50:01.669Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-02-12T01:50:01.669Z] - CONFIG_CRYPTO_GHASH: enabled [2022-02-12T01:50:01.669Z] - CONFIG_XFRM: enabled [2022-02-12T01:50:01.669Z] - CONFIG_XFRM_USER: enabled (as module) [2022-02-12T01:50:01.669Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-02-12T01:50:01.669Z] - CONFIG_INET_ESP: enabled (as module) [2022-02-12T01:50:01.669Z] - "ipvlan": [2022-02-12T01:50:01.669Z] - CONFIG_IPVLAN: enabled (as module) [2022-02-12T01:50:01.669Z] - "macvlan": [2022-02-12T01:50:01.669Z] - CONFIG_MACVLAN: enabled (as module) [2022-02-12T01:50:01.669Z] - CONFIG_DUMMY: enabled (as module) [2022-02-12T01:50:01.669Z] - "ftp,tftp client in container": [2022-02-12T01:50:01.669Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-02-12T01:50:01.669Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-02-12T01:50:01.669Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-02-12T01:50:01.669Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-02-12T01:50:01.669Z] - Storage Drivers: [2022-02-12T01:50:01.669Z] - "aufs": [2022-02-12T01:50:01.669Z] - CONFIG_AUFS_FS: enabled (as module) [2022-02-12T01:50:01.669Z] - "btrfs": [2022-02-12T01:50:01.669Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-02-12T01:50:01.669Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-02-12T01:50:01.669Z] - "devicemapper": [2022-02-12T01:50:01.669Z] - CONFIG_BLK_DEV_DM: enabled [2022-02-12T01:50:01.669Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-02-12T01:50:01.669Z] - "overlay": [2022-02-12T01:50:01.669Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-02-12T01:50:01.669Z] - "zfs": [2022-02-12T01:50:01.669Z] - /dev/zfs: present [2022-02-12T01:50:01.669Z] - zfs command: missing [2022-02-12T01:50:01.669Z] - zpool command: missing [2022-02-12T01:50:01.669Z] [2022-02-12T01:50:01.669Z] Limits: [2022-02-12T01:50:01.669Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-02-12T01:50:01.669Z] [2022-02-12T01:50:01.669Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-02-12T01:50:01.997Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 . [2022-02-12T01:50:02.216Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 134.83MB / 134.83MB 6.3s done [2022-02-12T01:50:02.257Z] #2 [internal] load .dockerignore [2022-02-12T01:50:02.257Z] #2 sha256:aac72f71cf35e289862cfd5efd18939b469397799f60d98b4d18e021f3d37bb1 [2022-02-12T01:50:02.257Z] #2 transferring context: 87B 0.0s done [2022-02-12T01:50:02.257Z] #2 DONE 0.0s [2022-02-12T01:50:02.257Z] [2022-02-12T01:50:02.257Z] #1 [internal] load build definition from Dockerfile [2022-02-12T01:50:02.257Z] #1 sha256:77c4ca190bdd56aa6a50149a059e161f4724477e570538a81ecb3500d98d7b25 [2022-02-12T01:50:02.257Z] #1 transferring dockerfile: 16.86kB 0.0s done [2022-02-12T01:50:02.257Z] #1 DONE 0.1s [2022-02-12T01:50:02.257Z] [2022-02-12T01:50:02.257Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-02-12T01:50:02.257Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-02-12T01:50:02.514Z] #3 DONE 0.4s [2022-02-12T01:50:02.514Z] [2022-02-12T01:50:02.514Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-02-12T01:50:02.514Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-02-12T01:50:02.514Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-02-12T01:50:02.514Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-02-12T01:50:02.514Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-02-12T01:50:02.514Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-02-12T01:50:02.514Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 2.10MB / 9.67MB 0.1s [2022-02-12T01:50:02.770Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.48MB / 9.67MB 0.2s [2022-02-12T01:50:02.770Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-02-12T01:50:02.770Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-02-12T01:50:03.029Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-02-12T01:50:03.029Z] #4 DONE 0.5s [2022-02-12T01:50:03.157Z] #11 ... [2022-02-12T01:50:03.157Z] [2022-02-12T01:50:03.157Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-02-12T01:50:03.157Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-02-12T01:50:03.157Z] #75 DONE 4.2s [2022-02-12T01:50:03.157Z] [2022-02-12T01:50:03.157Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:50:03.157Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:50:03.157Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 4.4s done [2022-02-12T01:50:03.279Z] #11 ... [2022-02-12T01:50:03.280Z] [2022-02-12T01:50:03.280Z] #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-02-12T01:50:03.280Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-02-12T01:50:03.280Z] #29 3.037 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:50:03.280Z] #29 3.042 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:50:03.280Z] #29 3.086 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:50:03.280Z] #29 3.291 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:50:03.280Z] #29 3.522 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:50:03.280Z] #29 3.675 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:50:03.280Z] #29 5.156 Fetched 8502 kB in 2s (3572 kB/s) [2022-02-12T01:50:03.280Z] #29 5.156 Reading package lists... [2022-02-12T01:50:03.280Z] #29 6.015 Reading package lists... [2022-02-12T01:50:03.280Z] #29 6.857 Building dependency tree... [2022-02-12T01:50:03.280Z] #29 7.251 The following additional packages will be installed: [2022-02-12T01:50:03.280Z] #29 7.251 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-02-12T01:50:03.280Z] #29 7.251 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-02-12T01:50:03.280Z] #29 7.251 Recommended packages: [2022-02-12T01:50:03.280Z] #29 7.251 libldap-common publicsuffix libsasl2-modules [2022-02-12T01:50:03.280Z] #29 7.437 The following NEW packages will be installed: [2022-02-12T01:50:03.280Z] #29 7.437 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-02-12T01:50:03.280Z] #29 7.439 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-02-12T01:50:03.280Z] #29 7.439 libssh2-1 openssl [2022-02-12T01:50:03.280Z] #29 7.726 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:50:03.280Z] #29 7.726 Need to get 3038 kB of archives. [2022-02-12T01:50:03.280Z] #29 7.726 After this operation, 6650 kB of additional disk space will be used. [2022-02-12T01:50:03.280Z] #29 7.726 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-02-12T01:50:03.280Z] #29 7.744 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-02-12T01:50:03.280Z] #29 7.744 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-02-12T01:50:03.280Z] #29 7.745 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2022-02-12T01:50:03.280Z] #29 7.794 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2022-02-12T01:50:03.280Z] #29 7.794 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-02-12T01:50:03.280Z] #29 7.795 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-02-12T01:50:03.280Z] #29 7.819 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-02-12T01:50:03.280Z] #29 7.819 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-02-12T01:50:03.280Z] #29 7.819 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-02-12T01:50:03.280Z] #29 7.819 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-02-12T01:50:03.280Z] #29 7.819 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-02-12T01:50:03.280Z] #29 7.819 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-02-12T01:50:03.280Z] #29 7.819 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-02-12T01:50:03.280Z] #29 7.834 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-02-12T01:50:03.280Z] #29 8.080 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:50:03.280Z] #29 8.136 Fetched 3038 kB in 0s (7868 kB/s) [2022-02-12T01:50:03.280Z] #29 8.163 Selecting previously unselected package openssl. [2022-02-12T01:50:03.280Z] #29 8.163 (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-02-12T01:50:03.280Z] #29 8.163 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-02-12T01:50:03.280Z] #29 8.170 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-02-12T01:50:03.280Z] #29 8.331 Selecting previously unselected package ca-certificates. [2022-02-12T01:50:03.280Z] #29 8.331 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-02-12T01:50:03.280Z] #29 8.334 Unpacking ca-certificates (20210119) ... [2022-02-12T01:50:03.280Z] #29 8.428 Selecting previously unselected package libbrotli1:amd64. [2022-02-12T01:50:03.280Z] #29 8.428 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-02-12T01:50:03.280Z] #29 8.435 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-02-12T01:50:03.280Z] #29 8.515 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-02-12T01:50:03.280Z] #29 8.515 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2022-02-12T01:50:03.280Z] #29 8.527 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:50:03.280Z] #29 8.572 Selecting previously unselected package libsasl2-2:amd64. [2022-02-12T01:50:03.280Z] #29 8.572 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2022-02-12T01:50:03.280Z] #29 8.580 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:50:03.280Z] #29 8.637 Selecting previously unselected package libldap-2.4-2:amd64. [2022-02-12T01:50:03.280Z] #29 8.637 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-02-12T01:50:03.280Z] #29 8.649 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-02-12T01:50:03.280Z] #29 8.738 Selecting previously unselected package libnghttp2-14:amd64. [2022-02-12T01:50:03.280Z] #29 8.738 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-02-12T01:50:03.280Z] #29 8.743 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-02-12T01:50:03.280Z] #29 8.797 Selecting previously unselected package libpsl5:amd64. [2022-02-12T01:50:03.280Z] #29 8.797 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-02-12T01:50:03.280Z] #29 8.801 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-02-12T01:50:03.280Z] #29 8.855 Selecting previously unselected package librtmp1:amd64. [2022-02-12T01:50:03.280Z] #29 8.855 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-02-12T01:50:03.280Z] #29 8.859 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-02-12T01:50:03.280Z] #29 8.909 Selecting previously unselected package libssh2-1:amd64. [2022-02-12T01:50:03.280Z] #29 8.909 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-02-12T01:50:03.280Z] #29 8.913 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-02-12T01:50:03.280Z] #29 8.986 Selecting previously unselected package libcurl4:amd64. [2022-02-12T01:50:03.280Z] #29 8.986 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-02-12T01:50:03.280Z] #29 8.989 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-02-12T01:50:03.280Z] #29 9.076 Selecting previously unselected package curl. [2022-02-12T01:50:03.280Z] #29 9.076 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-02-12T01:50:03.280Z] #29 9.080 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-02-12T01:50:03.280Z] #29 9.142 Selecting previously unselected package libonig5:amd64. [2022-02-12T01:50:03.280Z] #29 9.142 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-02-12T01:50:03.280Z] #29 9.146 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:50:03.280Z] #29 9.221 Selecting previously unselected package libjq1:amd64. [2022-02-12T01:50:03.280Z] #29 9.223 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-02-12T01:50:03.280Z] #29 9.226 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:50:03.280Z] #29 9.294 Selecting previously unselected package jq. [2022-02-12T01:50:03.280Z] #29 9.295 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-02-12T01:50:03.280Z] #29 9.298 Unpacking jq (1.6-2.1) ... [2022-02-12T01:50:03.280Z] #29 9.372 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-02-12T01:50:03.280Z] #29 9.378 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-02-12T01:50:03.280Z] #29 9.387 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-02-12T01:50:03.280Z] #29 9.404 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:50:03.280Z] #29 9.411 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-02-12T01:50:03.280Z] #29 9.425 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:50:03.280Z] #29 9.445 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-02-12T01:50:03.280Z] #29 9.445 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-02-12T01:50:03.280Z] #29 9.459 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:50:03.280Z] #29 9.469 Setting up libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:50:03.280Z] #29 9.479 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-02-12T01:50:03.280Z] #29 9.488 Setting up ca-certificates (20210119) ... [2022-02-12T01:50:03.280Z] #29 ... [2022-02-12T01:50:03.280Z] [2022-02-12T01:50:03.280Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:50:03.280Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:50:03.291Z] [2022-02-12T01:50:03.291Z] #5 [internal] load .dockerignore [2022-02-12T01:50:03.291Z] #5 sha256:75d7e9947ccb844d1d54b12d3b6a2bfd18d4d1234e6d0865bfc04fcaac640847 [2022-02-12T01:50:03.291Z] #5 DONE 0.0s [2022-02-12T01:50:03.291Z] [2022-02-12T01:50:03.291Z] #6 [internal] load build definition from Dockerfile [2022-02-12T01:50:03.291Z] #6 sha256:6851c1b11246e927d8956e86d7c3d08b72f6736b17f7e55e982d499d261693ed [2022-02-12T01:50:03.291Z] #6 DONE 0.0s [2022-02-12T01:50:03.291Z] [2022-02-12T01:50:03.291Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-02-12T01:50:03.291Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-02-12T01:50:04.099Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 [2022-02-12T01:50:04.099Z] #11 ... [2022-02-12T01:50:04.099Z] [2022-02-12T01:50:04.099Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-02-12T01:50:04.099Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-02-12T01:50:04.099Z] #77 DONE 1.0s [2022-02-12T01:50:04.099Z] [2022-02-12T01:50:04.099Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:50:04.099Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:50:04.231Z] #10 DONE 1.0s [2022-02-12T01:50:04.231Z] [2022-02-12T01:50:04.231Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-12T01:50:04.231Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-02-12T01:50:04.231Z] #9 DONE 1.0s [2022-02-12T01:50:04.231Z] [2022-02-12T01:50:04.231Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-12T01:50:04.231Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-02-12T01:50:04.231Z] #8 DONE 1.0s [2022-02-12T01:50:04.231Z] [2022-02-12T01:50:04.231Z] #7 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-02-12T01:50:04.231Z] #7 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-02-12T01:50:04.231Z] #7 DONE 1.1s [2022-02-12T01:50:04.798Z] [2022-02-12T01:50:04.798Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-12T01:50:04.798Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-02-12T01:50:04.798Z] #28 resolve docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 0.1s done [2022-02-12T01:50:04.798Z] #28 sha256:7d8264bf731fec57d807d1918bec0a16550f52a9766f0034b40f55c5b7dc3712 529B / 529B done [2022-02-12T01:50:04.798Z] #28 sha256:04fbdaf87a6a632f3f2e8d9f53f97b2813d9e4111c62e21d56454460f477075b 1.46kB / 1.46kB done [2022-02-12T01:50:04.798Z] #28 sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 1.85kB / 1.85kB done [2022-02-12T01:50:05.067Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 0B / 54.92MB 0.2s [2022-02-12T01:50:05.067Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 4.19MB / 54.92MB 0.3s [2022-02-12T01:50:05.330Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 15.73MB / 54.92MB 0.4s [2022-02-12T01:50:05.330Z] #28 ... [2022-02-12T01:50:05.330Z] [2022-02-12T01:50:05.330Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-02-12T01:50:05.330Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-02-12T01:50:05.330Z] #45 DONE 0.0s [2022-02-12T01:50:05.330Z] [2022-02-12T01:50:05.330Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-12T01:50:05.330Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-02-12T01:50:05.330Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 29.70MB / 54.92MB 0.5s [2022-02-12T01:50:05.484Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 1.5s done [2022-02-12T01:50:05.588Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 34.60MB / 54.92MB 0.7s [2022-02-12T01:50:05.588Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 42.99MB / 54.92MB 0.8s [2022-02-12T01:50:05.745Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 0.1s [2022-02-12T01:50:05.850Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 0.9s [2022-02-12T01:50:06.416Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 1.6s done [2022-02-12T01:50:06.595Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 5.0s [2022-02-12T01:50:06.676Z] #28 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 [2022-02-12T01:50:07.168Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 5.5s done [2022-02-12T01:50:07.168Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 [2022-02-12T01:50:07.663Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 1.7s done [2022-02-12T01:50:07.663Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 [2022-02-12T01:50:08.601Z] #28 ... [2022-02-12T01:50:08.601Z] [2022-02-12T01:50:08.601Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:50:08.601Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-12T01:50:08.601Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-02-12T01:50:08.601Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-02-12T01:50:08.601Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-02-12T01:50:08.601Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-02-12T01:50:08.601Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done [2022-02-12T01:50:08.601Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.8s done [2022-02-12T01:50:08.601Z] #67 DONE 3.9s [2022-02-12T01:50:08.605Z] #11 ... [2022-02-12T01:50:08.605Z] [2022-02-12T01:50:08.605Z] #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-02-12T01:50:08.605Z] #36 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-02-12T01:50:08.605Z] #36 4.944 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:50:08.605Z] #36 4.956 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:50:08.605Z] #36 4.956 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:50:08.605Z] #36 5.037 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:50:08.605Z] #36 5.208 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:50:08.605Z] #36 5.210 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:50:08.605Z] #36 6.429 Fetched 8502 kB in 2s (4867 kB/s) [2022-02-12T01:50:08.605Z] #36 6.429 Reading package lists... [2022-02-12T01:50:08.605Z] #36 7.017 Reading package lists... [2022-02-12T01:50:08.605Z] #36 7.638 Building dependency tree... [2022-02-12T01:50:08.605Z] #36 7.902 The following additional packages will be installed: [2022-02-12T01:50:08.605Z] #36 7.902 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-02-12T01:50:08.605Z] #36 7.902 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-02-12T01:50:08.605Z] #36 7.903 Recommended packages: [2022-02-12T01:50:08.605Z] #36 7.903 libldap-common publicsuffix libsasl2-modules [2022-02-12T01:50:08.605Z] #36 8.042 The following NEW packages will be installed: [2022-02-12T01:50:08.605Z] #36 8.042 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-02-12T01:50:08.605Z] #36 8.043 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-02-12T01:50:08.605Z] #36 8.043 libssh2-1 openssl [2022-02-12T01:50:08.605Z] #36 8.312 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:50:08.605Z] #36 8.312 Need to get 3038 kB of archives. [2022-02-12T01:50:08.605Z] #36 8.312 After this operation, 6650 kB of additional disk space will be used. [2022-02-12T01:50:08.605Z] #36 8.312 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-02-12T01:50:08.605Z] #36 8.327 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-02-12T01:50:08.605Z] #36 8.330 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-02-12T01:50:08.605Z] #36 8.332 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2022-02-12T01:50:08.605Z] #36 8.335 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2022-02-12T01:50:08.605Z] #36 8.338 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-02-12T01:50:08.605Z] #36 8.340 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-02-12T01:50:08.605Z] #36 8.342 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-02-12T01:50:08.605Z] #36 8.343 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-02-12T01:50:08.605Z] #36 8.344 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-02-12T01:50:08.605Z] #36 8.349 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-02-12T01:50:08.605Z] #36 8.352 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-02-12T01:50:08.605Z] #36 8.355 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-02-12T01:50:08.605Z] #36 8.357 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-02-12T01:50:08.605Z] #36 8.359 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-02-12T01:50:08.605Z] #36 8.480 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:50:08.605Z] #36 8.506 Fetched 3038 kB in 0s (9781 kB/s) [2022-02-12T01:50:08.605Z] #36 8.528 Selecting previously unselected package openssl. [2022-02-12T01:50:08.605Z] #36 8.528 (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-02-12T01:50:08.605Z] #36 8.533 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-02-12T01:50:08.605Z] #36 8.537 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-02-12T01:50:08.605Z] #36 8.645 Selecting previously unselected package ca-certificates. [2022-02-12T01:50:08.605Z] #36 8.646 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-02-12T01:50:08.605Z] #36 8.651 Unpacking ca-certificates (20210119) ... [2022-02-12T01:50:08.605Z] #36 8.706 Selecting previously unselected package libbrotli1:amd64. [2022-02-12T01:50:08.605Z] #36 8.707 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-02-12T01:50:08.605Z] #36 8.716 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-02-12T01:50:08.605Z] #36 8.775 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-02-12T01:50:08.605Z] #36 8.776 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2022-02-12T01:50:08.605Z] #36 8.782 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:50:08.605Z] #36 8.839 Selecting previously unselected package libsasl2-2:amd64. [2022-02-12T01:50:08.605Z] #36 8.840 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2022-02-12T01:50:08.605Z] #36 8.845 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:50:08.605Z] #36 8.898 Selecting previously unselected package libldap-2.4-2:amd64. [2022-02-12T01:50:08.605Z] #36 8.899 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-02-12T01:50:08.605Z] #36 8.903 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-02-12T01:50:08.605Z] #36 8.960 Selecting previously unselected package libnghttp2-14:amd64. [2022-02-12T01:50:08.605Z] #36 8.961 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-02-12T01:50:08.605Z] #36 8.966 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-02-12T01:50:08.605Z] #36 9.013 Selecting previously unselected package libpsl5:amd64. [2022-02-12T01:50:08.605Z] #36 9.014 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-02-12T01:50:08.605Z] #36 9.017 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-02-12T01:50:08.605Z] #36 9.068 Selecting previously unselected package librtmp1:amd64. [2022-02-12T01:50:08.605Z] #36 9.069 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-02-12T01:50:08.605Z] #36 9.074 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-02-12T01:50:08.605Z] #36 9.110 Selecting previously unselected package libssh2-1:amd64. [2022-02-12T01:50:08.605Z] #36 9.112 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-02-12T01:50:08.605Z] #36 9.115 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-02-12T01:50:08.605Z] #36 9.163 Selecting previously unselected package libcurl4:amd64. [2022-02-12T01:50:08.605Z] #36 9.164 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-02-12T01:50:08.605Z] #36 9.167 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-02-12T01:50:08.605Z] #36 9.220 Selecting previously unselected package curl. [2022-02-12T01:50:08.605Z] #36 9.221 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-02-12T01:50:08.605Z] #36 9.224 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-02-12T01:50:08.605Z] #36 9.275 Selecting previously unselected package libonig5:amd64. [2022-02-12T01:50:08.605Z] #36 9.277 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-02-12T01:50:08.605Z] #36 9.280 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:50:08.605Z] #36 9.330 Selecting previously unselected package libjq1:amd64. [2022-02-12T01:50:08.605Z] #36 9.332 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-02-12T01:50:08.605Z] #36 9.336 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:50:08.605Z] #36 9.374 Selecting previously unselected package jq. [2022-02-12T01:50:08.605Z] #36 9.375 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-02-12T01:50:08.605Z] #36 9.378 Unpacking jq (1.6-2.1) ... [2022-02-12T01:50:08.605Z] #36 9.415 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-02-12T01:50:08.605Z] #36 9.425 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-02-12T01:50:08.606Z] #36 9.436 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-02-12T01:50:08.606Z] #36 9.449 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:50:08.606Z] #36 9.460 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-02-12T01:50:08.606Z] #36 9.470 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:50:08.606Z] #36 9.480 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-02-12T01:50:08.606Z] #36 9.490 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-02-12T01:50:08.606Z] #36 9.506 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:50:08.606Z] #36 9.516 Setting up libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:50:08.606Z] #36 9.528 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-02-12T01:50:08.606Z] #36 9.546 Setting up ca-certificates (20210119) ... [2022-02-12T01:50:08.606Z] #36 9.935 Updating certificates in /etc/ssl/certs... [2022-02-12T01:50:08.606Z] #36 ... [2022-02-12T01:50:08.606Z] [2022-02-12T01:50:08.606Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:50:08.606Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:50:08.859Z] [2022-02-12T01:50:08.859Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:50:08.859Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-02-12T01:50:08.859Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-02-12T01:50:08.859Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-02-12T01:50:08.859Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.3s done [2022-02-12T01:50:08.859Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-02-12T01:50:08.859Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-02-12T01:50:08.859Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.4s done [2022-02-12T01:50:08.859Z] #69 DONE 4.0s [2022-02-12T01:50:08.859Z] [2022-02-12T01:50:08.859Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-12T01:50:08.859Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-02-12T01:50:09.135Z] #11 ... [2022-02-12T01:50:09.135Z] [2022-02-12T01:50:09.135Z] #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-02-12T01:50:09.135Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-02-12T01:50:09.135Z] #29 10.29 Updating certificates in /etc/ssl/certs... [2022-02-12T01:50:09.135Z] #29 11.44 129 added, 0 removed; done. [2022-02-12T01:50:09.135Z] #29 11.55 Setting up jq (1.6-2.1) ... [2022-02-12T01:50:09.135Z] #29 11.56 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-02-12T01:50:09.135Z] #29 11.57 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-02-12T01:50:09.135Z] #29 11.58 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:50:09.135Z] #29 11.60 Processing triggers for ca-certificates (20210119) ... [2022-02-12T01:50:09.135Z] #29 11.61 Updating certificates in /etc/ssl/certs... [2022-02-12T01:50:09.135Z] #29 12.47 0 added, 0 removed; done. [2022-02-12T01:50:09.135Z] #29 12.47 Running hooks in /etc/ca-certificates/update.d... [2022-02-12T01:50:09.135Z] #29 12.47 done. [2022-02-12T01:50:09.135Z] #29 DONE 15.6s [2022-02-12T01:50:09.135Z] [2022-02-12T01:50:09.135Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:50:09.135Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:50:09.135Z] #11 ... [2022-02-12T01:50:09.135Z] [2022-02-12T01:50:09.135Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-02-12T01:50:09.135Z] #30 sha256:17b93dbbf11a19de91848faf8b70b5f35adb3660f0903cd98102554de21be62b [2022-02-12T01:50:09.135Z] #30 DONE 0.2s [2022-02-12T01:50:09.135Z] [2022-02-12T01:50:09.135Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:50:09.135Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:50:10.764Z] #28 ... [2022-02-12T01:50:10.764Z] [2022-02-12T01:50:10.764Z] #24 [internal] load build context [2022-02-12T01:50:10.764Z] #24 sha256:740d843a623eda0a1adae9b2630d62d3086170c1cf9b8a017aa9d78ff6fb1c24 [2022-02-12T01:50:10.764Z] #24 transferring context: 56.70MB 4.9s done [2022-02-12T01:50:10.764Z] #24 DONE 5.6s [2022-02-12T01:50:10.764Z] [2022-02-12T01:50:10.764Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-12T01:50:10.764Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-02-12T01:50:11.156Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 3.3s done [2022-02-12T01:50:11.418Z] #11 extracting sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 [2022-02-12T01:50:11.418Z] #11 extracting sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 done [2022-02-12T01:50:11.697Z] #28 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 5.0s done [2022-02-12T01:50:11.955Z] #28 DONE 7.1s [2022-02-12T01:50:11.955Z] [2022-02-12T01:50:11.955Z] #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-02-12T01:50:11.955Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-02-12T01:50:12.359Z] #11 DONE 16.7s [2022-02-12T01:50:12.360Z] [2022-02-12T01:50:12.360Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-02-12T01:50:12.360Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-02-12T01:50:12.444Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 5.0s [2022-02-12T01:50:12.896Z] #29 ... [2022-02-12T01:50:12.896Z] [2022-02-12T01:50:12.896Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-02-12T01:50:12.896Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-02-12T01:50:12.896Z] #68 DONE 0.7s [2022-02-12T01:50:12.896Z] [2022-02-12T01:50:12.896Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:50:12.896Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:50:12.896Z] #11 resolve docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 0.1s done [2022-02-12T01:50:12.896Z] #11 sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 1.86kB / 1.86kB done [2022-02-12T01:50:12.896Z] #11 sha256:ec67c62f48ddfbca1ccaef18f9b3addccd707e1885fa28702a3954340786fcf6 1.80kB / 1.80kB done [2022-02-12T01:50:12.896Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 1.6s done [2022-02-12T01:50:12.896Z] #11 sha256:80d9a75ccb3879eefdece2f6409bd7a7eed708ea4e830e6c4ecfadeff65f68e0 7.07kB / 7.07kB done [2022-02-12T01:50:12.896Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.9s done [2022-02-12T01:50:12.896Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 1.0s done [2022-02-12T01:50:12.896Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.57MB / 54.57MB 2.8s done [2022-02-12T01:50:12.896Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 3.7s done [2022-02-12T01:50:12.896Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 134.83MB / 134.83MB 5.9s done [2022-02-12T01:50:12.896Z] #11 sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 155B / 155B 3.7s done [2022-02-12T01:50:12.896Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0.4s done [2022-02-12T01:50:12.896Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0.2s [2022-02-12T01:50:13.301Z] #12 ... [2022-02-12T01:50:13.301Z] [2022-02-12T01:50:13.301Z] #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-02-12T01:50:13.301Z] #36 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-02-12T01:50:13.301Z] #36 10.40 129 added, 0 removed; done. [2022-02-12T01:50:13.301Z] #36 10.52 Setting up jq (1.6-2.1) ... [2022-02-12T01:50:13.301Z] #36 10.53 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-02-12T01:50:13.301Z] #36 10.55 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-02-12T01:50:13.301Z] #36 10.56 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:50:13.301Z] #36 10.57 Processing triggers for ca-certificates (20210119) ... [2022-02-12T01:50:13.301Z] #36 10.58 Updating certificates in /etc/ssl/certs... [2022-02-12T01:50:13.301Z] #36 10.96 0 added, 0 removed; done. [2022-02-12T01:50:13.301Z] #36 10.96 Running hooks in /etc/ca-certificates/update.d... [2022-02-12T01:50:13.301Z] #36 10.96 done. [2022-02-12T01:50:13.301Z] #36 DONE 14.8s [2022-02-12T01:50:13.462Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0.6s done [2022-02-12T01:50:13.462Z] #11 ... [2022-02-12T01:50:13.462Z] [2022-02-12T01:50:13.462Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-02-12T01:50:13.462Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-02-12T01:50:13.462Z] #70 DONE 0.8s [2022-02-12T01:50:13.462Z] [2022-02-12T01:50:13.462Z] #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-02-12T01:50:13.462Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-02-12T01:50:13.462Z] #29 1.500 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:50:13.462Z] #29 1.502 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:50:13.462Z] #29 1.511 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:50:13.462Z] #29 1.700 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:50:13.561Z] [2022-02-12T01:50:13.561Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-02-12T01:50:13.561Z] #37 sha256:2e6487e99b69ad230d1487aa8bed8f2805207ece74c64b87d2d1525a30a04953 [2022-02-12T01:50:13.561Z] #37 DONE 0.1s [2022-02-12T01:50:13.561Z] [2022-02-12T01:50:13.561Z] #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-02-12T01:50:13.561Z] #38 sha256:0552d5daf2e87e92b6a66f6e1d39f02c538d2f90cfdb7803762fe53a0a3c821e [2022-02-12T01:50:13.822Z] #38 ... [2022-02-12T01:50:13.822Z] [2022-02-12T01:50:13.822Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-02-12T01:50:13.822Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-02-12T01:50:13.822Z] #12 DONE 1.4s [2022-02-12T01:50:13.822Z] [2022-02-12T01:50:13.822Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-02-12T01:50:13.822Z] #13 sha256:e9ef1126d59f1b7baa2f9742af6a0d1d50f7c96616cba544c73a1841a0d4c1b0 [2022-02-12T01:50:14.036Z] #29 1.879 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:50:14.037Z] #29 2.102 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:50:14.083Z] #13 DONE 0.5s [2022-02-12T01:50:14.083Z] [2022-02-12T01:50:14.083Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-02-12T01:50:14.083Z] #40 sha256:b7d377f2965af815cbf8c35073959a3e4ab1fc93aa58585f4e4bbf74a8e71fb8 [2022-02-12T01:50:14.083Z] #40 DONE 0.0s [2022-02-12T01:50:14.083Z] [2022-02-12T01:50:14.083Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-02-12T01:50:14.083Z] #49 sha256:88717b960ae2c32d1683d89c477023a795cab24937111aa609431ebce214cbb4 [2022-02-12T01:50:14.343Z] #49 DONE 0.1s [2022-02-12T01:50:14.343Z] [2022-02-12T01:50:14.343Z] #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-02-12T01:50:14.343Z] #53 sha256:bedbe15e565eb22f56ceb7109eec53bd8bb9ae03693df03b3a7683489064651f [2022-02-12T01:50:14.343Z] #53 DONE 0.1s [2022-02-12T01:50:14.343Z] [2022-02-12T01:50:14.343Z] #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-02-12T01:50:14.343Z] #50 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:50:14.915Z] #50 ... [2022-02-12T01:50:14.915Z] [2022-02-12T01:50:14.915Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-02-12T01:50:14.915Z] #14 sha256:a0f43bcbf82047d011ca0160430a587a8ca0787c8ffe733254dff179ba27b9ca [2022-02-12T01:50:14.915Z] #14 DONE 0.6s [2022-02-12T01:50:14.915Z] [2022-02-12T01:50:14.915Z] #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-02-12T01:50:14.915Z] #38 sha256:0552d5daf2e87e92b6a66f6e1d39f02c538d2f90cfdb7803762fe53a0a3c821e [2022-02-12T01:50:14.915Z] #38 1.093 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-02-12T01:50:14.915Z] #38 1.311 [2022-02-12T01:50:14.993Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 7.6s done [2022-02-12T01:50:14.993Z] #11 extracting sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 done [2022-02-12T01:50:15.177Z] #38 1.537 #=#=# ######################################################################## 100.0% [2022-02-12T01:50:15.177Z] #38 1.801 [2022-02-12T01:50:15.254Z] #11 DONE 33.4s [2022-02-12T01:50:15.254Z] [2022-02-12T01:50:15.254Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-02-12T01:50:15.254Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-02-12T01:50:15.408Z] #29 3.570 Fetched 8502 kB in 2s (3642 kB/s) [2022-02-12T01:50:15.756Z] #38 ... [2022-02-12T01:50:15.756Z] [2022-02-12T01:50:15.756Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-02-12T01:50:15.756Z] #15 sha256:a9532c6427c39f190d1e9bbce425fcedf727114b0709a1eefb13072795e49bf0 [2022-02-12T01:50:15.756Z] #15 DONE 1.1s [2022-02-12T01:50:16.017Z] [2022-02-12T01:50:16.017Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-02-12T01:50:16.017Z] #16 sha256:e9a4f3b19d9c80777681a89ec0677705bad61e94ba03634e8336b8d7cb814e00 [2022-02-12T01:50:16.346Z] #29 3.570 Reading package lists... [2022-02-12T01:50:16.590Z] #16 DONE 0.7s [2022-02-12T01:50:16.590Z] [2022-02-12T01:50:16.590Z] #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-02-12T01:50:16.590Z] #38 sha256:0552d5daf2e87e92b6a66f6e1d39f02c538d2f90cfdb7803762fe53a0a3c821e [2022-02-12T01:50:16.590Z] #38 2.658 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-02-12T01:50:16.590Z] #38 2.876 [2022-02-12T01:50:16.590Z] #38 3.095 #=#=# ######################################################################## 100.0% [2022-02-12T01:50:16.852Z] #38 3.412 [2022-02-12T01:50:17.182Z] #12 DONE 2.1s [2022-02-12T01:50:17.182Z] [2022-02-12T01:50:17.182Z] #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-02-12T01:50:17.182Z] #31 sha256:51c37046996391b2ec9106061cd71c648e97a2cc215611e5ec184ca7d7db8257 [2022-02-12T01:50:17.182Z] #31 1.572 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-02-12T01:50:17.182Z] #31 1.857 [2022-02-12T01:50:17.182Z] #31 2.079 #=#=# ######################################################################## 100.0% [2022-02-12T01:50:17.182Z] #31 2.317 [2022-02-12T01:50:17.182Z] #31 3.155 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-02-12T01:50:17.182Z] #31 3.435 [2022-02-12T01:50:17.182Z] #31 3.652 #=#=# ######################################################################## 100.0% [2022-02-12T01:50:17.182Z] #31 3.913 [2022-02-12T01:50:17.182Z] #31 4.854 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-02-12T01:50:17.182Z] #31 5.096 [2022-02-12T01:50:17.182Z] #31 5.317 #=#=# 0.0% ###################################### 53.7% ########################################### 60.1% #################################################################### 95.2% ######################################################################## 100.0% [2022-02-12T01:50:17.182Z] #31 6.001 [2022-02-12T01:50:17.182Z] #31 6.964 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-02-12T01:50:17.182Z] #31 7.135 [2022-02-12T01:50:17.182Z] #31 7.348 #=#=# ######################################################################## 100.0% [2022-02-12T01:50:17.182Z] #31 7.588 [2022-02-12T01:50:17.182Z] #31 8.162 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-02-12T01:50:17.182Z] #31 8.397 [2022-02-12T01:50:17.291Z] #29 4.375 Reading package lists... [2022-02-12T01:50:17.291Z] #29 5.152 Building dependency tree... [2022-02-12T01:50:17.291Z] #29 5.492 The following additional packages will be installed: [2022-02-12T01:50:17.291Z] #29 5.492 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-02-12T01:50:17.548Z] #29 5.493 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-02-12T01:50:17.548Z] #29 5.499 Recommended packages: [2022-02-12T01:50:17.548Z] #29 5.499 libldap-common publicsuffix libsasl2-modules [2022-02-12T01:50:17.548Z] #29 5.683 The following NEW packages will be installed: [2022-02-12T01:50:17.548Z] #29 5.683 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-02-12T01:50:17.548Z] #29 5.683 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-02-12T01:50:17.548Z] #29 5.683 libssh2-1 openssl [2022-02-12T01:50:17.759Z] #31 8.644 #=#=# #31 ... [2022-02-12T01:50:17.759Z] [2022-02-12T01:50:17.759Z] #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-02-12T01:50:17.759Z] #13 sha256:e9ef1126d59f1b7baa2f9742af6a0d1d50f7c96616cba544c73a1841a0d4c1b0 [2022-02-12T01:50:17.759Z] #13 DONE 0.5s [2022-02-12T01:50:17.759Z] [2022-02-12T01:50:17.759Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-02-12T01:50:17.759Z] #33 sha256:b7d377f2965af815cbf8c35073959a3e4ab1fc93aa58585f4e4bbf74a8e71fb8 [2022-02-12T01:50:17.759Z] #33 DONE 0.0s [2022-02-12T01:50:17.759Z] [2022-02-12T01:50:17.759Z] #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-02-12T01:50:17.759Z] #31 sha256:51c37046996391b2ec9106061cd71c648e97a2cc215611e5ec184ca7d7db8257 [2022-02-12T01:50:17.759Z] #31 8.644 #=#=# ######################################################################## 100.0% [2022-02-12T01:50:17.759Z] #31 ... [2022-02-12T01:50:17.759Z] [2022-02-12T01:50:17.759Z] #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-02-12T01:50:17.759Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-12T01:50:17.796Z] #38 ... [2022-02-12T01:50:17.796Z] [2022-02-12T01:50:17.796Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-02-12T01:50:17.796Z] #17 sha256:b6793ae868d943325cbcf0ec2b5c55ffd96303163fd8983061026bf6c747d097 [2022-02-12T01:50:17.796Z] #17 DONE 1.2s [2022-02-12T01:50:17.796Z] [2022-02-12T01:50:17.796Z] #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-02-12T01:50:17.796Z] #38 sha256:0552d5daf2e87e92b6a66f6e1d39f02c538d2f90cfdb7803762fe53a0a3c821e [2022-02-12T01:50:17.796Z] #38 4.381 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-02-12T01:50:18.026Z] #34 ... [2022-02-12T01:50:18.026Z] [2022-02-12T01:50:18.026Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-02-12T01:50:18.026Z] #42 sha256:88717b960ae2c32d1683d89c477023a795cab24937111aa609431ebce214cbb4 [2022-02-12T01:50:18.026Z] #42 DONE 0.2s [2022-02-12T01:50:18.026Z] [2022-02-12T01:50:18.026Z] #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-02-12T01:50:18.026Z] #46 sha256:bedbe15e565eb22f56ceb7109eec53bd8bb9ae03693df03b3a7683489064651f [2022-02-12T01:50:18.026Z] #46 DONE 0.3s [2022-02-12T01:50:18.026Z] [2022-02-12T01:50:18.026Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-02-12T01:50:18.026Z] #25 sha256:e1ecade6d2f444818dd2d908b4a38623b59d646f24d5fdd4c91a4eba08643a0c [2022-02-12T01:50:18.026Z] #25 DONE 0.3s [2022-02-12T01:50:18.026Z] [2022-02-12T01:50:18.026Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-02-12T01:50:18.026Z] #62 sha256:2e89984eca139e3641f7536e02dec54eb0570bae044a34278d3e0fa7b47f2eb2 [2022-02-12T01:50:18.026Z] #62 DONE 0.3s [2022-02-12T01:50:18.026Z] [2022-02-12T01:50:18.026Z] #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-02-12T01:50:18.026Z] #31 sha256:51c37046996391b2ec9106061cd71c648e97a2cc215611e5ec184ca7d7db8257 [2022-02-12T01:50:18.026Z] #31 8.928 [2022-02-12T01:50:18.026Z] #31 9.039 Download of images into '/build' complete. [2022-02-12T01:50:18.026Z] #31 9.039 Use something like the following to load the result into a Docker daemon: [2022-02-12T01:50:18.026Z] #31 9.039 tar -cC '/build' . | docker load [2022-02-12T01:50:18.026Z] #31 DONE 9.1s [2022-02-12T01:50:18.026Z] [2022-02-12T01:50:18.026Z] #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-02-12T01:50:18.026Z] #63 sha256:e85d7416e5b4cf18815233c2ecbfa4ce23e4d418917e8beabada8046a952ba5f [2022-02-12T01:50:18.058Z] #38 4.715 [2022-02-12T01:50:18.118Z] #29 5.955 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:50:18.118Z] #29 5.955 Need to get 3038 kB of archives. [2022-02-12T01:50:18.118Z] #29 5.955 After this operation, 6650 kB of additional disk space will be used. [2022-02-12T01:50:18.118Z] #29 5.955 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-02-12T01:50:18.118Z] #29 5.969 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-02-12T01:50:18.118Z] #29 5.969 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-02-12T01:50:18.118Z] #29 5.974 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2022-02-12T01:50:18.118Z] #29 5.974 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2022-02-12T01:50:18.118Z] #29 5.976 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-02-12T01:50:18.118Z] #29 5.981 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-02-12T01:50:18.118Z] #29 5.981 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-02-12T01:50:18.118Z] #29 5.981 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-02-12T01:50:18.118Z] #29 5.993 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-02-12T01:50:18.118Z] #29 5.995 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-02-12T01:50:18.118Z] #29 6.002 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-02-12T01:50:18.118Z] #29 6.002 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-02-12T01:50:18.118Z] #29 6.002 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-02-12T01:50:18.118Z] #29 6.012 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-02-12T01:50:18.118Z] #29 6.174 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:50:18.118Z] #29 6.212 Fetched 3038 kB in 0s (9657 kB/s) [2022-02-12T01:50:18.118Z] #29 6.245 Selecting previously unselected package openssl. [2022-02-12T01:50:18.118Z] #29 6.245 (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-02-12T01:50:18.118Z] #29 6.246 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-02-12T01:50:18.118Z] #29 6.250 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-02-12T01:50:18.375Z] #29 6.401 Selecting previously unselected package ca-certificates. [2022-02-12T01:50:18.375Z] #29 6.401 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-02-12T01:50:18.375Z] #29 6.404 Unpacking ca-certificates (20210119) ... [2022-02-12T01:50:18.375Z] #29 6.485 Selecting previously unselected package libbrotli1:amd64. [2022-02-12T01:50:18.375Z] #29 6.485 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-02-12T01:50:18.375Z] #29 6.492 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-02-12T01:50:18.375Z] #29 6.553 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-02-12T01:50:18.375Z] #29 6.553 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2022-02-12T01:50:18.375Z] #29 6.558 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:50:18.375Z] #29 6.599 Selecting previously unselected package libsasl2-2:amd64. [2022-02-12T01:50:18.632Z] #29 6.600 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2022-02-12T01:50:18.632Z] #29 6.605 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:50:18.632Z] #29 6.651 Selecting previously unselected package libldap-2.4-2:amd64. [2022-02-12T01:50:18.632Z] #29 6.651 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-02-12T01:50:18.632Z] #29 6.657 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-02-12T01:50:18.632Z] #29 6.726 Selecting previously unselected package libnghttp2-14:amd64. [2022-02-12T01:50:18.632Z] #29 6.726 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-02-12T01:50:18.632Z] #29 6.731 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-02-12T01:50:18.632Z] #29 6.768 Selecting previously unselected package libpsl5:amd64. [2022-02-12T01:50:18.632Z] #29 6.768 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-02-12T01:50:18.632Z] #29 6.772 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-02-12T01:50:18.632Z] #29 6.814 Selecting previously unselected package librtmp1:amd64. [2022-02-12T01:50:18.632Z] #29 6.814 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-02-12T01:50:18.843Z] #38 4.855 #=#=# ##O#-# ### 5.1% ##################################### 51.9% ################################################################ 89.7% ######################################################################## 100.0% [2022-02-12T01:50:18.843Z] #38 5.566 [2022-02-12T01:50:18.890Z] #29 6.819 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-02-12T01:50:18.890Z] #29 6.856 Selecting previously unselected package libssh2-1:amd64. [2022-02-12T01:50:18.890Z] #29 6.856 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-02-12T01:50:18.890Z] #29 6.859 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-02-12T01:50:18.890Z] #29 6.918 Selecting previously unselected package libcurl4:amd64. [2022-02-12T01:50:18.890Z] #29 6.918 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-02-12T01:50:18.890Z] #29 6.922 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-02-12T01:50:18.890Z] #29 6.982 Selecting previously unselected package curl. [2022-02-12T01:50:18.890Z] #29 6.982 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-02-12T01:50:18.890Z] #29 6.986 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-02-12T01:50:18.890Z] #29 7.038 Selecting previously unselected package libonig5:amd64. [2022-02-12T01:50:18.890Z] #29 7.038 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-02-12T01:50:19.105Z] #38 ... [2022-02-12T01:50:19.105Z] [2022-02-12T01:50:19.105Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-02-12T01:50:19.105Z] #18 sha256:e7a95b51f07f14c43df1a9627c1484ffb2e99df116caa41299a921bdecde9514 [2022-02-12T01:50:19.105Z] #18 DONE 1.4s [2022-02-12T01:50:19.105Z] [2022-02-12T01:50:19.105Z] #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-02-12T01:50:19.105Z] #19 sha256:e6798e78d73b38d863d277f3b50a2bcdbf997696b972cf58606dfe892bcf36ba [2022-02-12T01:50:19.150Z] #29 7.052 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:50:19.150Z] #29 7.112 Selecting previously unselected package libjq1:amd64. [2022-02-12T01:50:19.150Z] #29 7.112 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-02-12T01:50:19.150Z] #29 7.115 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:50:19.150Z] #29 7.171 Selecting previously unselected package jq. [2022-02-12T01:50:19.150Z] #29 7.171 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-02-12T01:50:19.150Z] #29 7.175 Unpacking jq (1.6-2.1) ... [2022-02-12T01:50:19.150Z] #29 7.238 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-02-12T01:50:19.150Z] #29 7.251 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-02-12T01:50:19.150Z] #29 7.260 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-02-12T01:50:19.150Z] #29 7.272 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:50:19.408Z] #29 7.282 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-02-12T01:50:19.408Z] #29 7.294 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:50:19.408Z] #29 7.304 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-02-12T01:50:19.408Z] #29 7.315 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-02-12T01:50:19.408Z] #29 7.331 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:50:19.408Z] #29 7.347 Setting up libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:50:19.408Z] #29 7.355 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-02-12T01:50:19.408Z] #29 7.365 Setting up ca-certificates (20210119) ... [2022-02-12T01:50:19.975Z] #29 7.991 Updating certificates in /etc/ssl/certs... [2022-02-12T01:50:20.504Z] #19 ... [2022-02-12T01:50:20.504Z] [2022-02-12T01:50:20.504Z] #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-02-12T01:50:20.504Z] #43 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-02-12T01:50:20.504Z] #43 1.820 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-02-12T01:50:20.504Z] #43 6.061 tomll can be used in two ways: [2022-02-12T01:50:20.504Z] #43 6.062 Writing to STDIN and reading from STDOUT: [2022-02-12T01:50:20.504Z] #43 6.062 cat file.toml | tomll > file.toml [2022-02-12T01:50:20.504Z] #43 6.062 [2022-02-12T01:50:20.504Z] #43 6.062 Reading and updating a list of files: [2022-02-12T01:50:20.504Z] #43 6.062 tomll a.toml b.toml c.toml [2022-02-12T01:50:20.504Z] #43 6.063 [2022-02-12T01:50:20.504Z] #43 6.063 When given a list of files, tomll will modify all files in place without asking. [2022-02-12T01:50:20.504Z] #43 DONE 6.2s [2022-02-12T01:50:20.504Z] [2022-02-12T01:50:20.504Z] #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-02-12T01:50:20.504Z] #19 sha256:e6798e78d73b38d863d277f3b50a2bcdbf997696b972cf58606dfe892bcf36ba [2022-02-12T01:50:20.504Z] #19 1.270 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:50:20.504Z] #19 1.286 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:50:20.504Z] #19 1.286 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:50:20.767Z] #19 1.735 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-02-12T01:50:20.908Z] #29 8.749 129 added, 0 removed; done. [2022-02-12T01:50:20.908Z] #29 8.779 Setting up jq (1.6-2.1) ... [2022-02-12T01:50:20.908Z] #29 8.789 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-02-12T01:50:20.908Z] #29 8.799 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-02-12T01:50:20.908Z] #29 8.809 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:50:20.908Z] #29 8.832 Processing triggers for ca-certificates (20210119) ... [2022-02-12T01:50:20.908Z] #29 8.840 Updating certificates in /etc/ssl/certs... [2022-02-12T01:50:21.029Z] #19 1.987 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-02-12T01:50:21.290Z] #19 2.173 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-02-12T01:50:21.473Z] #29 9.448 0 added, 0 removed; done. [2022-02-12T01:50:21.473Z] #29 9.448 Running hooks in /etc/ca-certificates/update.d... [2022-02-12T01:50:21.473Z] #29 9.450 done. [2022-02-12T01:50:21.552Z] #19 ... [2022-02-12T01:50:21.552Z] [2022-02-12T01:50:21.552Z] #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-02-12T01:50:21.552Z] #56 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-12T01:50:21.552Z] #56 1.167 go: downloading gotest.tools/gotestsum v1.7.0 [2022-02-12T01:50:21.552Z] #56 2.048 go: downloading github.com/fatih/color v1.10.0 [2022-02-12T01:50:21.552Z] #56 2.048 go: downloading golang.org/x/tools v0.1.0 [2022-02-12T01:50:21.552Z] #56 2.048 go: downloading github.com/dnephin/pflag v1.0.7 [2022-02-12T01:50:21.552Z] #56 2.060 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-02-12T01:50:21.552Z] #56 2.060 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-02-12T01:50:21.552Z] #56 2.060 go: downloading github.com/pkg/errors v0.9.1 [2022-02-12T01:50:21.552Z] #56 2.060 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-02-12T01:50:21.552Z] #56 2.064 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-02-12T01:50:21.552Z] #56 2.080 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-02-12T01:50:21.552Z] #56 2.086 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-02-12T01:50:21.552Z] #56 2.102 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-02-12T01:50:21.552Z] #56 2.105 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-02-12T01:50:21.552Z] #56 2.579 go: downloading golang.org/x/mod v0.3.0 [2022-02-12T01:50:21.552Z] #56 2.580 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-02-12T01:50:21.552Z] #56 6.842 gotestsum version dev [2022-02-12T01:50:21.552Z] #56 DONE 7.3s [2022-02-12T01:50:21.552Z] [2022-02-12T01:50:21.552Z] #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-02-12T01:50:21.552Z] #19 sha256:e6798e78d73b38d863d277f3b50a2bcdbf997696b972cf58606dfe892bcf36ba [2022-02-12T01:50:21.552Z] #19 2.321 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-12T01:50:21.815Z] #19 2.540 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:50:21.815Z] #19 2.724 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-02-12T01:50:22.076Z] #19 3.079 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [111 kB] [2022-02-12T01:50:22.248Z] #63 3.666 + RM_GOPATH=0 [2022-02-12T01:50:22.248Z] #63 3.666 + TMP_GOPATH= [2022-02-12T01:50:22.248Z] #63 3.666 + : /build [2022-02-12T01:50:22.248Z] #63 3.666 + '[' -z '' ']' [2022-02-12T01:50:22.248Z] #63 3.667 ++ mktemp -d [2022-02-12T01:50:22.248Z] #63 3.669 + export GOPATH=/tmp/tmp.gZzH4sox9p [2022-02-12T01:50:22.248Z] #63 3.669 + GOPATH=/tmp/tmp.gZzH4sox9p [2022-02-12T01:50:22.248Z] #63 3.669 + RM_GOPATH=1 [2022-02-12T01:50:22.248Z] #63 3.669 + case "$(go env GOARCH)" in [2022-02-12T01:50:22.248Z] #63 3.670 ++ go env GOARCH [2022-02-12T01:50:22.248Z] #63 3.697 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:50:22.248Z] #63 3.698 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:50:22.248Z] #63 3.700 ++ dirname /install.sh [2022-02-12T01:50:22.248Z] #63 3.714 + dir=/ [2022-02-12T01:50:22.248Z] #63 3.714 + bin=rootlesskit [2022-02-12T01:50:22.248Z] #63 3.714 + shift [2022-02-12T01:50:22.248Z] #63 3.714 + '[' '!' -f //rootlesskit.installer ']' [2022-02-12T01:50:22.248Z] #63 3.715 + . //rootlesskit.installer [2022-02-12T01:50:22.248Z] #63 3.715 ++ : v0.14.6 [2022-02-12T01:50:22.248Z] #63 3.715 + install_rootlesskit [2022-02-12T01:50:22.248Z] #63 3.715 + case "$1" in [2022-02-12T01:50:22.248Z] #63 3.716 + export CGO_ENABLED=0 [2022-02-12T01:50:22.248Z] #63 3.716 + CGO_ENABLED=0 [2022-02-12T01:50:22.248Z] #63 3.716 + _install_rootlesskit [2022-02-12T01:50:22.248Z] #63 3.717 + echo 'Install rootlesskit version v0.14.6' [2022-02-12T01:50:22.248Z] #63 3.727 Install rootlesskit version v0.14.6 [2022-02-12T01:50:22.248Z] #63 3.727 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-12T01:50:22.248Z] #63 3.727 + GOBIN=/build [2022-02-12T01:50:22.248Z] #63 3.728 + GO111MODULE=on [2022-02-12T01:50:22.248Z] #63 3.728 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-02-12T01:50:22.337Z] #19 3.092 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [114 kB] [2022-02-12T01:50:22.337Z] #19 3.095 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [111 kB] [2022-02-12T01:50:22.337Z] #19 3.099 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [119 kB] [2022-02-12T01:50:22.337Z] #19 3.100 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:50:22.337Z] #19 3.101 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [118 kB] [2022-02-12T01:50:22.337Z] #19 3.103 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-02-12T01:50:22.337Z] #19 3.105 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:50:22.337Z] #19 3.106 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-02-12T01:50:22.337Z] #19 3.107 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-12T01:50:22.337Z] #19 3.109 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-02-12T01:50:22.337Z] #19 3.109 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-02-12T01:50:22.337Z] #19 ... [2022-02-12T01:50:22.337Z] [2022-02-12T01:50:22.337Z] #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-02-12T01:50:22.337Z] #60 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-02-12T01:50:22.337Z] #60 1.773 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-02-12T01:50:22.337Z] #60 4.414 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-02-12T01:50:22.337Z] #60 4.429 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-02-12T01:50:22.337Z] #60 4.438 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-02-12T01:50:22.337Z] #60 4.851 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-02-12T01:50:22.337Z] #60 7.808 v3.0.2 [2022-02-12T01:50:22.337Z] #60 DONE 8.3s [2022-02-12T01:50:22.510Z] #63 4.254 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-02-12T01:50:22.599Z] [2022-02-12T01:50:22.599Z] #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-02-12T01:50:22.599Z] #38 sha256:0552d5daf2e87e92b6a66f6e1d39f02c538d2f90cfdb7803762fe53a0a3c821e [2022-02-12T01:50:22.599Z] #38 6.748 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-02-12T01:50:22.599Z] #38 7.136 [2022-02-12T01:50:22.599Z] #38 7.378 #=#=# ######################################################################## 100.0% [2022-02-12T01:50:22.599Z] #38 7.674 [2022-02-12T01:50:22.599Z] #38 8.390 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-02-12T01:50:22.599Z] #38 8.724 [2022-02-12T01:50:22.599Z] #38 8.986 #=#=# ######################################################################## 100.0% [2022-02-12T01:50:22.860Z] #38 9.381 [2022-02-12T01:50:22.860Z] #38 9.451 Download of images into '/build' complete. [2022-02-12T01:50:22.860Z] #38 9.456 Use something like the following to load the result into a Docker daemon: [2022-02-12T01:50:22.860Z] #38 9.456 tar -cC '/build' . | docker load [2022-02-12T01:50:23.127Z] #38 DONE 9.6s [2022-02-12T01:50:23.127Z] [2022-02-12T01:50:23.127Z] #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-02-12T01:50:23.127Z] #54 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:50:23.127Z] #54 1.876 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:50:23.127Z] #54 2.088 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:50:23.127Z] #54 2.152 Get:3 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-02-12T01:50:23.127Z] #54 2.271 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:50:23.127Z] #54 2.279 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:50:23.127Z] #54 2.447 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:50:23.127Z] #54 2.733 Get:7 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-02-12T01:50:23.127Z] #54 2.899 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:50:23.127Z] #54 4.092 Fetched 8505 kB in 3s (3190 kB/s) [2022-02-12T01:50:23.127Z] #54 4.092 Reading package lists... [2022-02-12T01:50:23.127Z] #54 4.927 Reading package lists... [2022-02-12T01:50:23.127Z] #54 5.805 Building dependency tree... [2022-02-12T01:50:23.127Z] #54 6.217 The following additional packages will be installed: [2022-02-12T01:50:23.127Z] #54 6.217 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-02-12T01:50:23.127Z] #54 6.217 python3-protobuf python3-six [2022-02-12T01:50:23.127Z] #54 6.217 Suggested packages: [2022-02-12T01:50:23.127Z] #54 6.217 python3-setuptools [2022-02-12T01:50:23.127Z] #54 6.217 Recommended packages: [2022-02-12T01:50:23.127Z] #54 6.217 iproute2 | iproute [2022-02-12T01:50:23.127Z] #54 6.325 The following NEW packages will be installed: [2022-02-12T01:50:23.127Z] #54 6.333 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-02-12T01:50:23.127Z] #54 6.333 python3-protobuf python3-six [2022-02-12T01:50:23.127Z] #54 6.626 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:50:23.127Z] #54 6.626 Need to get 2292 kB of archives. [2022-02-12T01:50:23.127Z] #54 6.626 After this operation, 11.0 MB of additional disk space will be used. [2022-02-12T01:50:23.127Z] #54 6.626 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-02-12T01:50:23.127Z] #54 6.681 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-12T01:50:23.127Z] #54 6.684 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-02-12T01:50:23.127Z] #54 6.685 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-02-12T01:50:23.127Z] #54 6.710 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-02-12T01:50:23.127Z] #54 6.714 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-02-12T01:50:23.127Z] #54 6.739 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-02-12T01:50:23.995Z] #29 DONE 11.7s [2022-02-12T01:50:23.995Z] [2022-02-12T01:50:23.995Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-02-12T01:50:23.995Z] #30 sha256:ef068630feef5bd234f473546a35fe3f5238e117081e90d927f2f80ac7bb80b9 [2022-02-12T01:50:23.995Z] #30 DONE 0.1s [2022-02-12T01:50:23.995Z] [2022-02-12T01:50:23.995Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:50:23.995Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:50:23.995Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 4.5s done [2022-02-12T01:50:23.995Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 4.1s done [2022-02-12T01:50:23.995Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 0.7s [2022-02-12T01:50:24.515Z] #54 9.951 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-02-12T01:50:24.515Z] #54 ... [2022-02-12T01:50:24.515Z] [2022-02-12T01:50:24.515Z] #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-02-12T01:50:24.515Z] #41 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-12T01:50:24.515Z] #41 1.545 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-02-12T01:50:24.515Z] #41 1.546 Cloning into '.'... [2022-02-12T01:50:24.515Z] #41 6.604 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-02-12T01:50:24.515Z] #41 6.889 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-02-12T01:50:24.515Z] #41 ... [2022-02-12T01:50:24.515Z] [2022-02-12T01:50:24.515Z] #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-02-12T01:50:24.515Z] #58 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:50:24.515Z] #58 1.347 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-02-12T01:50:24.515Z] #58 10.32 go: downloading github.com/fatih/color v1.13.0 [2022-02-12T01:50:24.515Z] #58 10.32 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-02-12T01:50:24.515Z] #58 10.32 go: downloading github.com/spf13/cobra v1.3.0 [2022-02-12T01:50:24.515Z] #58 10.32 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-12T01:50:24.515Z] #58 10.32 go: downloading github.com/spf13/pflag v1.0.5 [2022-02-12T01:50:24.515Z] #58 10.32 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-02-12T01:50:24.515Z] #58 10.32 go: downloading github.com/spf13/viper v1.10.1 [2022-02-12T01:50:24.515Z] #58 10.32 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-02-12T01:50:24.515Z] #58 10.34 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-02-12T01:50:24.515Z] #58 10.40 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-02-12T01:50:24.515Z] #58 10.43 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-02-12T01:50:24.515Z] #58 10.45 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-12T01:50:24.788Z] #58 10.47 go: downloading github.com/stretchr/testify v1.7.0 [2022-02-12T01:50:24.788Z] #58 10.48 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-02-12T01:50:24.788Z] #58 10.50 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-02-12T01:50:24.788Z] #58 10.51 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-02-12T01:50:24.788Z] #58 10.52 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-02-12T01:50:24.788Z] #58 10.54 go: downloading github.com/magiconair/properties v1.8.5 [2022-02-12T01:50:24.788Z] #58 10.54 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-02-12T01:50:24.788Z] #58 10.55 go: downloading github.com/spf13/afero v1.6.0 [2022-02-12T01:50:24.788Z] #58 10.56 go: downloading github.com/spf13/cast v1.4.1 [2022-02-12T01:50:24.788Z] #58 10.57 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-02-12T01:50:24.788Z] #58 10.57 go: downloading github.com/subosito/gotenv v1.2.0 [2022-02-12T01:50:24.788Z] #58 10.57 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-02-12T01:50:24.788Z] #58 10.58 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-02-12T01:50:24.788Z] #58 10.59 go: downloading github.com/Antonboom/errname v0.1.5 [2022-02-12T01:50:24.788Z] #58 10.59 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-02-12T01:50:24.788Z] #58 10.59 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-02-12T01:50:24.788Z] #58 10.64 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-02-12T01:50:24.788Z] #58 10.64 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-02-12T01:50:24.788Z] #58 10.64 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-02-12T01:50:24.788Z] #58 10.65 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-02-12T01:50:24.788Z] #58 10.66 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-02-12T01:50:25.052Z] #58 10.67 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-02-12T01:50:25.052Z] #58 10.68 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-02-12T01:50:25.052Z] #58 10.69 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-02-12T01:50:25.052Z] #58 10.69 go: downloading github.com/breml/bidichk v0.2.1 [2022-02-12T01:50:25.052Z] #58 10.69 go: downloading github.com/breml/errchkjson v0.2.1 [2022-02-12T01:50:25.052Z] #58 10.70 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-02-12T01:50:25.052Z] #58 10.70 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-02-12T01:50:25.052Z] #58 10.71 go: downloading github.com/daixiang0/gci v0.2.9 [2022-02-12T01:50:25.052Z] #58 10.72 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-02-12T01:50:25.052Z] #58 10.72 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-02-12T01:50:25.052Z] #58 10.73 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-02-12T01:50:25.052Z] #58 10.73 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-02-12T01:50:25.052Z] #58 10.76 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-02-12T01:50:25.052Z] #58 10.76 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-02-12T01:50:25.052Z] #58 10.78 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-02-12T01:50:25.052Z] #58 ... [2022-02-12T01:50:25.052Z] [2022-02-12T01:50:25.052Z] #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-02-12T01:50:25.052Z] #54 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:50:25.052Z] #54 10.56 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:50:25.052Z] #54 10.60 Fetched 2292 kB in 4s (577 kB/s) [2022-02-12T01:50:25.052Z] #54 10.69 Selecting previously unselected package libprotobuf23:amd64. [2022-02-12T01:50:25.052Z] #54 10.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-02-12T01:50:25.052Z] #54 10.71 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-02-12T01:50:25.052Z] #54 10.74 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-02-12T01:50:25.065Z] #63 ... [2022-02-12T01:50:25.065Z] [2022-02-12T01:50:25.065Z] #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-02-12T01:50:25.065Z] #26 sha256:4225b22b551baa81c4662f623436407b15616540a3b148c21f390ce4af786f07 [2022-02-12T01:50:25.065Z] #26 3.782 + RM_GOPATH=0 [2022-02-12T01:50:25.065Z] #26 3.783 + TMP_GOPATH= [2022-02-12T01:50:25.065Z] #26 3.783 + : /build [2022-02-12T01:50:25.065Z] #26 3.784 + '[' -z '' ']' [2022-02-12T01:50:25.065Z] #26 3.784 ++ mktemp -d [2022-02-12T01:50:25.065Z] #26 3.787 + export GOPATH=/tmp/tmp.TDyAQoYfVF [2022-02-12T01:50:25.065Z] #26 3.787 + GOPATH=/tmp/tmp.TDyAQoYfVF [2022-02-12T01:50:25.065Z] #26 3.787 + RM_GOPATH=1 [2022-02-12T01:50:25.065Z] #26 3.787 + case "$(go env GOARCH)" in [2022-02-12T01:50:25.065Z] #26 3.788 ++ go env GOARCH [2022-02-12T01:50:25.065Z] #26 3.815 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:50:25.065Z] #26 3.815 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:50:25.065Z] #26 3.816 ++ dirname /install.sh [2022-02-12T01:50:25.065Z] #26 3.819 + dir=/ [2022-02-12T01:50:25.065Z] #26 3.819 + bin=dockercli [2022-02-12T01:50:25.065Z] #26 3.820 + shift [2022-02-12T01:50:25.065Z] #26 3.820 + '[' '!' -f //dockercli.installer ']' [2022-02-12T01:50:25.065Z] #26 3.822 + . //dockercli.installer [2022-02-12T01:50:25.065Z] #26 3.822 ++ : stable [2022-02-12T01:50:25.065Z] #26 3.822 ++ : 17.06.2-ce [2022-02-12T01:50:25.065Z] #26 3.832 + install_dockercli [2022-02-12T01:50:25.065Z] #26 3.832 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-02-12T01:50:25.065Z] #26 3.832 Install docker/cli version 17.06.2-ce from stable [2022-02-12T01:50:25.065Z] #26 3.833 ++ uname -m [2022-02-12T01:50:25.065Z] #26 3.839 + arch=x86_64 [2022-02-12T01:50:25.065Z] #26 3.839 + '[' x86_64 '!=' x86_64 ']' [2022-02-12T01:50:25.065Z] #26 3.839 + url=https://download.docker.com/linux/static [2022-02-12T01:50:25.065Z] #26 3.840 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-02-12T01:50:25.065Z] #26 3.840 + tar -xz docker/docker [2022-02-12T01:50:25.314Z] #54 11.05 Selecting previously unselected package python3-pkg-resources. [2022-02-12T01:50:25.314Z] #54 11.06 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-12T01:50:25.314Z] #54 11.07 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:50:25.575Z] #54 11.19 Selecting previously unselected package python3-six. [2022-02-12T01:50:25.575Z] #54 11.19 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-02-12T01:50:25.575Z] #54 11.22 Unpacking python3-six (1.16.0-2) ... [2022-02-12T01:50:25.575Z] #54 11.29 Selecting previously unselected package python3-protobuf. [2022-02-12T01:50:25.575Z] #54 11.29 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-02-12T01:50:25.575Z] #54 11.30 Unpacking python3-protobuf (3.12.4-1) ... [2022-02-12T01:50:25.837Z] #54 11.46 Selecting previously unselected package libnet1:amd64. [2022-02-12T01:50:25.837Z] #54 11.46 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-02-12T01:50:25.837Z] #54 11.46 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:50:25.837Z] #54 11.55 Selecting previously unselected package libnl-3-200:amd64. [2022-02-12T01:50:25.837Z] #54 ... [2022-02-12T01:50:25.837Z] [2022-02-12T01:50:25.837Z] #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-02-12T01:50:25.837Z] #50 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:50:25.837Z] #50 1.440 + git clone https://github.com/docker/distribution.git . [2022-02-12T01:50:25.837Z] #50 1.441 Cloning into '.'... [2022-02-12T01:50:25.837Z] #50 4.382 + git checkout -q v2.3.0 [2022-02-12T01:50:25.837Z] #50 4.819 + 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-02-12T01:50:25.837Z] #50 ... [2022-02-12T01:50:25.837Z] [2022-02-12T01:50:25.837Z] #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-02-12T01:50:25.837Z] #58 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:50:25.837Z] #58 10.79 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-02-12T01:50:25.837Z] #58 10.80 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-02-12T01:50:25.837Z] #58 10.81 go: downloading github.com/golangci/misspell v0.3.5 [2022-02-12T01:50:25.837Z] #58 10.82 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-02-12T01:50:25.837Z] #58 10.84 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-02-12T01:50:25.837Z] #58 10.84 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-02-12T01:50:25.837Z] #58 10.84 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-02-12T01:50:25.837Z] #58 10.84 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-02-12T01:50:25.837Z] #58 10.84 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-02-12T01:50:25.837Z] #58 10.86 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-02-12T01:50:25.837Z] #58 10.86 go: downloading github.com/julz/importas v0.1.0 [2022-02-12T01:50:25.837Z] #58 10.87 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-02-12T01:50:25.837Z] #58 10.87 go: downloading github.com/kulti/thelper v0.5.0 [2022-02-12T01:50:25.837Z] #58 10.87 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-02-12T01:50:25.837Z] #58 10.89 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-02-12T01:50:25.837Z] #58 10.89 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-02-12T01:50:25.837Z] #58 10.90 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-02-12T01:50:25.837Z] #58 10.90 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-02-12T01:50:25.837Z] #58 10.90 go: downloading github.com/maratori/testpackage v1.0.1 [2022-02-12T01:50:25.837Z] #58 10.91 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-02-12T01:50:25.837Z] #58 10.91 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-02-12T01:50:25.837Z] #58 10.92 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-02-12T01:50:25.837Z] #58 10.92 go: downloading github.com/mgechev/revive v1.1.3 [2022-02-12T01:50:25.837Z] #58 10.94 go: downloading github.com/moricho/tparallel v0.2.1 [2022-02-12T01:50:25.837Z] #58 10.95 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-02-12T01:50:25.837Z] #58 10.95 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-02-12T01:50:25.837Z] #58 10.97 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-02-12T01:50:25.837Z] #58 10.98 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-02-12T01:50:25.837Z] #58 10.99 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-02-12T01:50:25.837Z] #58 11.00 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-02-12T01:50:25.837Z] #58 11.00 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-02-12T01:50:25.837Z] #58 11.02 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-02-12T01:50:25.837Z] #58 11.02 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-02-12T01:50:25.837Z] #58 11.06 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-02-12T01:50:25.837Z] #58 11.09 go: downloading github.com/sivchari/tenv v1.4.7 [2022-02-12T01:50:25.837Z] #58 11.12 go: downloading github.com/sonatard/noctx v0.0.1 [2022-02-12T01:50:25.837Z] #58 11.12 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-02-12T01:50:25.837Z] #58 11.12 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-02-12T01:50:25.837Z] #58 11.12 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-02-12T01:50:25.837Z] #58 11.16 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-02-12T01:50:25.837Z] #58 11.16 go: downloading github.com/tetafro/godot v1.4.11 [2022-02-12T01:50:25.837Z] #58 11.16 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-02-12T01:50:25.837Z] #58 11.16 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-02-12T01:50:25.837Z] #58 11.18 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-02-12T01:50:25.837Z] #58 11.19 go: downloading github.com/ultraware/funlen v0.0.3 [2022-02-12T01:50:25.837Z] #58 11.19 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-02-12T01:50:25.837Z] #58 11.19 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-02-12T01:50:25.837Z] #58 11.20 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-02-12T01:50:25.837Z] #58 11.21 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-02-12T01:50:25.837Z] #58 11.21 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-02-12T01:50:25.837Z] #58 11.64 go: downloading honnef.co/go/tools v0.2.2 [2022-02-12T01:50:25.837Z] #58 11.65 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-02-12T01:50:25.837Z] #58 11.65 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-02-12T01:50:25.837Z] #58 11.68 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-02-12T01:50:25.837Z] #58 11.71 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-02-12T01:50:25.837Z] #58 11.72 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-02-12T01:50:25.837Z] #58 11.75 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-02-12T01:50:25.837Z] #58 11.78 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-02-12T01:50:26.099Z] #58 11.82 go: downloading github.com/stretchr/objx v0.1.1 [2022-02-12T01:50:26.099Z] #58 11.87 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-02-12T01:50:26.099Z] #58 11.97 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-02-12T01:50:26.099Z] #58 12.00 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-02-12T01:50:26.099Z] #58 12.01 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-02-12T01:50:26.099Z] #58 12.01 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-02-12T01:50:26.099Z] #58 12.01 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-02-12T01:50:26.099Z] #58 12.01 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-02-12T01:50:26.099Z] #58 12.01 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-02-12T01:50:26.099Z] #58 12.02 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-02-12T01:50:26.099Z] #58 12.03 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-02-12T01:50:26.099Z] #58 12.03 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-02-12T01:50:26.099Z] #58 12.04 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-02-12T01:50:26.361Z] #58 12.04 go: downloading golang.org/x/text v0.3.7 [2022-02-12T01:50:26.361Z] #58 12.05 go: downloading github.com/gobwas/glob v0.2.3 [2022-02-12T01:50:26.361Z] #58 12.08 go: downloading github.com/kisielk/gotool v1.0.0 [2022-02-12T01:50:26.361Z] #58 12.08 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-02-12T01:50:26.361Z] #58 12.15 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-02-12T01:50:26.361Z] #58 12.16 go: downloading golang.org/x/mod v0.5.1 [2022-02-12T01:50:26.361Z] #58 12.16 go: downloading github.com/ettle/strcase v0.1.1 [2022-02-12T01:50:26.361Z] #58 12.17 go: downloading github.com/Masterminds/semver v1.5.0 [2022-02-12T01:50:26.361Z] #58 12.19 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-02-12T01:50:26.361Z] #58 12.21 go: downloading github.com/fatih/structtag v1.2.0 [2022-02-12T01:50:26.361Z] #58 12.22 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-02-12T01:50:26.361Z] #58 12.23 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-02-12T01:50:26.361Z] #58 12.24 go: downloading github.com/prometheus/client_model v0.2.0 [2022-02-12T01:50:26.361Z] #58 12.25 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-02-12T01:50:26.361Z] #58 12.26 go: downloading github.com/google/go-cmp v0.5.6 [2022-02-12T01:50:26.452Z] #26 ... [2022-02-12T01:50:26.452Z] [2022-02-12T01:50:26.452Z] #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-02-12T01:50:26.452Z] #63 sha256:e85d7416e5b4cf18815233c2ecbfa4ce23e4d418917e8beabada8046a952ba5f [2022-02-12T01:50:26.452Z] #63 8.415 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-12T01:50:26.452Z] #63 8.439 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-02-12T01:50:26.623Z] #58 12.31 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-02-12T01:50:26.623Z] #58 12.32 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-02-12T01:50:26.623Z] #58 12.32 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-02-12T01:50:26.623Z] #58 12.35 go: downloading github.com/golang/protobuf v1.5.2 [2022-02-12T01:50:26.623Z] #58 12.38 go: downloading github.com/beorn7/perks v1.0.1 [2022-02-12T01:50:26.623Z] #58 12.38 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-02-12T01:50:26.623Z] #58 12.40 go: downloading github.com/prometheus/common v0.10.0 [2022-02-12T01:50:26.623Z] #58 12.40 go: downloading github.com/prometheus/procfs v0.6.0 [2022-02-12T01:50:26.623Z] #58 12.41 go: downloading github.com/cespare/xxhash v1.1.0 [2022-02-12T01:50:26.623Z] #58 12.46 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-02-12T01:50:26.623Z] #58 12.52 go: downloading google.golang.org/protobuf v1.27.1 [2022-02-12T01:50:27.025Z] #63 9.110 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-02-12T01:50:27.196Z] #58 12.90 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-02-12T01:50:27.598Z] #63 ... [2022-02-12T01:50:27.598Z] [2022-02-12T01:50:27.598Z] #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-02-12T01:50:27.598Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-12T01:50:27.598Z] #49 4.539 go: downloading gotest.tools/gotestsum v1.7.0 [2022-02-12T01:50:27.598Z] #49 6.010 go: downloading github.com/fatih/color v1.10.0 [2022-02-12T01:50:27.598Z] #49 6.015 go: downloading github.com/dnephin/pflag v1.0.7 [2022-02-12T01:50:27.598Z] #49 6.062 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-02-12T01:50:27.598Z] #49 6.130 go: downloading github.com/pkg/errors v0.9.1 [2022-02-12T01:50:27.598Z] #49 6.564 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-02-12T01:50:27.598Z] #49 6.568 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-02-12T01:50:27.598Z] #49 6.577 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-02-12T01:50:27.598Z] #49 6.638 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-02-12T01:50:27.598Z] #49 6.768 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-02-12T01:50:27.598Z] #49 6.799 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-02-12T01:50:27.598Z] #49 6.843 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-02-12T01:50:27.598Z] #49 7.232 go: downloading golang.org/x/tools v0.1.0 [2022-02-12T01:50:27.820Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0a8f1b9976a386967) in /home/ubuntu/workspace/moby_PR-43231 [Pipeline] { [Pipeline] checkout [2022-02-12T01:50:27.860Z] #49 ... [2022-02-12T01:50:27.860Z] [2022-02-12T01:50:27.860Z] #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-02-12T01:50:27.860Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-02-12T01:50:27.860Z] #36 4.289 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-02-12T01:50:27.917Z] The recommended git tool is: git [2022-02-12T01:50:28.122Z] #36 ... [2022-02-12T01:50:28.122Z] [2022-02-12T01:50:28.122Z] #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-02-12T01:50:28.122Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-02-12T01:50:28.122Z] #53 4.245 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-02-12T01:50:28.122Z] #53 5.278 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-02-12T01:50:28.122Z] #53 5.279 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-02-12T01:50:28.122Z] #53 5.342 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-02-12T01:50:28.122Z] #53 6.965 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-02-12T01:50:28.122Z] #53 ... [2022-02-12T01:50:28.122Z] [2022-02-12T01:50:28.122Z] #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-02-12T01:50:28.122Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:50:28.122Z] #14 3.524 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:50:28.122Z] #14 3.551 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:50:28.122Z] #14 3.603 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:50:28.122Z] #14 4.345 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:50:28.122Z] #14 5.567 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:50:28.122Z] #14 7.462 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:50:28.384Z] #14 ... [2022-02-12T01:50:28.384Z] [2022-02-12T01:50:28.384Z] #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-02-12T01:50:28.384Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:50:28.384Z] #38 3.550 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:50:28.384Z] #38 3.642 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:50:28.384Z] #38 3.642 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:50:28.384Z] #38 4.474 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:50:28.384Z] #38 5.757 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:50:28.384Z] #38 7.372 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:50:28.384Z] #38 ... [2022-02-12T01:50:28.384Z] [2022-02-12T01:50:28.384Z] #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-02-12T01:50:28.384Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-12T01:50:28.384Z] #58 3.852 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:50:28.384Z] #58 3.881 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:50:28.384Z] #58 3.888 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:50:28.384Z] #58 4.515 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:50:28.384Z] #58 5.558 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:50:28.384Z] #58 7.098 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:50:28.647Z] #58 ... [2022-02-12T01:50:28.647Z] [2022-02-12T01:50:28.647Z] #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-02-12T01:50:28.647Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:50:28.647Z] #47 4.297 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:50:28.647Z] #47 4.316 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:50:28.647Z] #47 4.330 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:50:28.647Z] #47 4.919 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-02-12T01:50:28.647Z] #47 5.163 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:50:28.647Z] #47 6.963 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:50:28.647Z] #47 8.976 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:50:28.647Z] #47 ... [2022-02-12T01:50:28.647Z] [2022-02-12T01:50:28.647Z] #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-02-12T01:50:28.647Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:50:28.647Z] #43 3.538 + git clone https://github.com/docker/distribution.git . [2022-02-12T01:50:28.647Z] #43 3.549 Cloning into '.'... [2022-02-12T01:50:28.912Z] #43 ... [2022-02-12T01:50:28.912Z] [2022-02-12T01:50:28.912Z] #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-02-12T01:50:28.912Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:50:28.912Z] #51 4.210 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-02-12T01:50:29.114Z] #58 ... [2022-02-12T01:50:29.114Z] [2022-02-12T01:50:29.114Z] #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-02-12T01:50:29.114Z] #54 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:50:29.114Z] #54 11.55 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-02-12T01:50:29.114Z] #54 11.58 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:50:29.114Z] #54 11.68 Selecting previously unselected package libprotobuf-c1:amd64. [2022-02-12T01:50:29.114Z] #54 11.69 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-02-12T01:50:29.114Z] #54 11.69 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:50:29.114Z] #54 11.84 Selecting previously unselected package criu. [2022-02-12T01:50:29.114Z] #54 11.85 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-02-12T01:50:29.114Z] #54 11.86 Unpacking criu (3.16.1-3) ... [2022-02-12T01:50:29.114Z] #54 12.08 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:50:29.114Z] #54 12.44 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-02-12T01:50:29.114Z] #54 12.46 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:50:29.114Z] #54 12.47 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:50:29.114Z] #54 12.49 Setting up python3-six (1.16.0-2) ... [2022-02-12T01:50:29.114Z] #54 12.76 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:50:29.114Z] #54 12.79 Setting up python3-protobuf (3.12.4-1) ... [2022-02-12T01:50:29.114Z] #54 13.40 Setting up criu (3.16.1-3) ... [2022-02-12T01:50:29.114Z] #54 13.70 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:50:29.114Z] #54 DONE 14.7s [2022-02-12T01:50:29.114Z] [2022-02-12T01:50:29.114Z] #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-02-12T01:50:29.114Z] #58 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:50:29.174Z] #51 ... [2022-02-12T01:50:29.174Z] [2022-02-12T01:50:29.174Z] #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-02-12T01:50:29.174Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:50:29.174Z] #47 11.00 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-02-12T01:50:29.254Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 5.8s [2022-02-12T01:50:29.438Z] #47 ... [2022-02-12T01:50:29.438Z] [2022-02-12T01:50:29.438Z] #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-02-12T01:50:29.438Z] #26 sha256:4225b22b551baa81c4662f623436407b15616540a3b148c21f390ce4af786f07 [2022-02-12T01:50:29.438Z] #26 10.24 + mkdir -p /build [2022-02-12T01:50:29.438Z] #26 10.24 + mv docker/docker /build/ [2022-02-12T01:50:29.438Z] #26 10.24 + rmdir docker [2022-02-12T01:50:29.438Z] #26 DONE 11.3s [2022-02-12T01:50:29.438Z] [2022-02-12T01:50:29.438Z] #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-02-12T01:50:29.438Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-12T01:50:29.439Z] #34 3.617 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-02-12T01:50:29.439Z] #34 3.620 Cloning into '.'... [2022-02-12T01:50:30.060Z] #58 ... [2022-02-12T01:50:30.060Z] [2022-02-12T01:50:30.060Z] #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-02-12T01:50:30.060Z] #41 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-12T01:50:30.060Z] #41 DONE 15.7s [2022-02-12T01:50:30.060Z] [2022-02-12T01:50:30.061Z] #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-02-12T01:50:30.061Z] #19 sha256:e6798e78d73b38d863d277f3b50a2bcdbf997696b972cf58606dfe892bcf36ba [2022-02-12T01:50:30.061Z] #19 11.00 Fetched 48.9 MB in 10s (4894 kB/s) [2022-02-12T01:50:30.388Z] #34 ... [2022-02-12T01:50:30.388Z] [2022-02-12T01:50:30.388Z] #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-02-12T01:50:30.388Z] #63 sha256:e85d7416e5b4cf18815233c2ecbfa4ce23e4d418917e8beabada8046a952ba5f [2022-02-12T01:50:30.388Z] #63 12.16 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-02-12T01:50:31.044Z] using credential docker-jenkins-github-credentials [2022-02-12T01:50:31.052Z] Cloning the remote Git repository [2022-02-12T01:50:31.052Z] Cloning with configured refspecs honoured and without tags [2022-02-12T01:50:31.157Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 7.9s done [2022-02-12T01:50:31.157Z] #11 extracting sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 done [2022-02-12T01:50:31.157Z] #11 DONE 26.4s [2022-02-12T01:50:31.157Z] [2022-02-12T01:50:31.157Z] #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-02-12T01:50:31.157Z] #31 sha256:b9f7cefd85d59761a9db7e4c309bb941c575a73457b699b927ca0ceadbe0831c [2022-02-12T01:50:31.157Z] #31 1.493 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-02-12T01:50:31.157Z] #31 1.748 [2022-02-12T01:50:31.157Z] #31 1.964 #=#=# ######################################################################## 100.0% [2022-02-12T01:50:31.157Z] #31 2.206 [2022-02-12T01:50:31.157Z] #31 3.060 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-02-12T01:50:31.157Z] #31 3.353 [2022-02-12T01:50:31.157Z] #31 3.569 #=#=# ######################################################################## 100.0% [2022-02-12T01:50:31.157Z] #31 3.839 [2022-02-12T01:50:31.157Z] #31 4.726 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-02-12T01:50:31.157Z] #31 4.997 [2022-02-12T01:50:31.157Z] #31 5.213 #=#=# ################ 22.6% ########################################## 58.7% ################################################# 68.9% ######################################################################## 100.0% [2022-02-12T01:50:31.157Z] #31 5.814 [2022-02-12T01:50:31.157Z] #31 6.737 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-02-12T01:50:31.157Z] #31 7.041 [2022-02-12T01:50:31.157Z] #31 7.261 #=#=# ######################################################################## 100.0% [2022-02-12T01:50:31.157Z] #31 7.469 [2022-02-12T01:50:31.334Z] #63 13.06 go: downloading github.com/google/uuid v1.3.0 [2022-02-12T01:50:31.334Z] #63 13.11 go: downloading github.com/moby/vpnkit v0.5.0 [2022-02-12T01:50:31.334Z] #63 13.13 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-02-12T01:50:31.334Z] #63 13.33 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-12T01:50:31.226Z] Cloning repository https://github.com/moby/moby.git [2022-02-12T01:50:31.330Z] > git init /home/ubuntu/workspace/moby_PR-43231 # timeout=10 [2022-02-12T01:50:31.413Z] #31 ... [2022-02-12T01:50:31.413Z] [2022-02-12T01:50:31.413Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-02-12T01:50:31.413Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-02-12T01:50:31.597Z] #63 13.43 go: downloading github.com/gorilla/mux v1.8.0 [2022-02-12T01:50:31.597Z] #63 13.53 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-02-12T01:50:31.861Z] #63 13.86 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-02-12T01:50:31.861Z] #63 13.93 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-02-12T01:50:32.346Z] #12 ... [2022-02-12T01:50:32.346Z] [2022-02-12T01:50:32.346Z] #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-02-12T01:50:32.346Z] #31 sha256:b9f7cefd85d59761a9db7e4c309bb941c575a73457b699b927ca0ceadbe0831c [2022-02-12T01:50:32.346Z] #31 8.074 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-02-12T01:50:32.346Z] #31 8.249 [2022-02-12T01:50:32.346Z] #31 8.463 #=#=# ######################################################################## 100.0% [2022-02-12T01:50:32.346Z] #31 8.664 [2022-02-12T01:50:32.346Z] #31 8.703 Download of images into '/build' complete. [2022-02-12T01:50:32.346Z] #31 8.703 Use something like the following to load the result into a Docker daemon: [2022-02-12T01:50:32.346Z] #31 8.703 tar -cC '/build' . | docker load [2022-02-12T01:50:32.346Z] #31 DONE 8.7s [2022-02-12T01:50:31.818Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:50:31.819Z] > git --version # timeout=10 [2022-02-12T01:50:31.845Z] > git --version # 'git version 2.25.1' [2022-02-12T01:50:31.846Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:50:31.871Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:50:32.603Z] [2022-02-12T01:50:32.603Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-02-12T01:50:32.603Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-02-12T01:50:32.603Z] #12 DONE 1.2s [2022-02-12T01:50:32.603Z] [2022-02-12T01:50:32.603Z] #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-02-12T01:50:32.603Z] #13 sha256:e9ef1126d59f1b7baa2f9742af6a0d1d50f7c96616cba544c73a1841a0d4c1b0 [2022-02-12T01:50:33.169Z] #13 DONE 0.7s [2022-02-12T01:50:33.169Z] [2022-02-12T01:50:33.169Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-02-12T01:50:33.169Z] #25 sha256:25ad6e9d1d1da9949e7b8ed663f360c743a6392dc2f0980f04682f52c33ba723 [2022-02-12T01:50:33.169Z] #25 DONE 0.1s [2022-02-12T01:50:33.169Z] [2022-02-12T01:50:33.169Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-02-12T01:50:33.169Z] #42 sha256:88717b960ae2c32d1683d89c477023a795cab24937111aa609431ebce214cbb4 [2022-02-12T01:50:33.169Z] #42 DONE 0.2s [2022-02-12T01:50:33.169Z] [2022-02-12T01:50:33.169Z] #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-02-12T01:50:33.169Z] #26 sha256:71c4cfeff90eb768ddea1c18efef4dc7bee462dfca8fefa660bfc6eb353ac87b [2022-02-12T01:50:33.425Z] #26 ... [2022-02-12T01:50:33.425Z] [2022-02-12T01:50:33.425Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-02-12T01:50:33.425Z] #33 sha256:b7d377f2965af815cbf8c35073959a3e4ab1fc93aa58585f4e4bbf74a8e71fb8 [2022-02-12T01:50:33.425Z] #33 DONE 0.2s [2022-02-12T01:50:33.425Z] [2022-02-12T01:50:33.425Z] #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-02-12T01:50:33.425Z] #46 sha256:bedbe15e565eb22f56ceb7109eec53bd8bb9ae03693df03b3a7683489064651f [2022-02-12T01:50:33.425Z] #46 DONE 0.3s [2022-02-12T01:50:33.425Z] [2022-02-12T01:50:33.425Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-02-12T01:50:33.425Z] #62 sha256:66aea4776926d19bcb19bee11ede9640d9da8bdd79e89c4519ff4bc6ccf32552 [2022-02-12T01:50:33.425Z] #62 DONE 0.3s [2022-02-12T01:50:33.425Z] [2022-02-12T01:50:33.425Z] #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-02-12T01:50:33.425Z] #63 sha256:8d371f9027011ce1a9942d790cdcae997efba08a17950d711a7b560ee2b6c9e4 [2022-02-12T01:50:33.786Z] #63 ... [2022-02-12T01:50:33.786Z] [2022-02-12T01:50:33.786Z] #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-02-12T01:50:33.786Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-02-12T01:50:33.786Z] #36 15.49 tomll can be used in two ways: [2022-02-12T01:50:33.786Z] #36 15.49 Writing to STDIN and reading from STDOUT: [2022-02-12T01:50:33.786Z] #36 15.49 cat file.toml | tomll > file.toml [2022-02-12T01:50:33.786Z] #36 15.49 [2022-02-12T01:50:33.786Z] #36 15.49 Reading and updating a list of files: [2022-02-12T01:50:33.786Z] #36 15.49 tomll a.toml b.toml c.toml [2022-02-12T01:50:33.786Z] #36 15.49 [2022-02-12T01:50:33.786Z] #36 15.49 When given a list of files, tomll will modify all files in place without asking. [2022-02-12T01:50:33.786Z] #36 DONE 15.9s [2022-02-12T01:50:33.786Z] [2022-02-12T01:50:33.786Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-02-12T01:50:33.786Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-12T01:50:33.786Z] #58 15.24 Fetched 8502 kB in 12s (729 kB/s) [2022-02-12T01:50:35.361Z] #19 11.00 Reading package lists... [2022-02-12T01:50:36.712Z] #63 2.988 + RM_GOPATH=0 [2022-02-12T01:50:36.713Z] #63 2.988 + TMP_GOPATH= [2022-02-12T01:50:36.713Z] #63 2.988 + : /build [2022-02-12T01:50:36.713Z] #63 2.988 + '[' -z '' ']' [2022-02-12T01:50:36.713Z] #63 2.988 ++ mktemp -d [2022-02-12T01:50:36.713Z] #63 2.989 + export GOPATH=/tmp/tmp.whOX8709Fw [2022-02-12T01:50:36.713Z] #63 2.989 + GOPATH=/tmp/tmp.whOX8709Fw [2022-02-12T01:50:36.713Z] #63 2.989 + RM_GOPATH=1 [2022-02-12T01:50:36.713Z] #63 2.989 + case "$(go env GOARCH)" in [2022-02-12T01:50:36.713Z] #63 2.990 ++ go env GOARCH [2022-02-12T01:50:36.713Z] #63 2.995 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:50:36.713Z] #63 2.995 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:50:36.713Z] #63 2.996 ++ dirname /install.sh [2022-02-12T01:50:36.713Z] #63 2.997 + dir=/ [2022-02-12T01:50:36.713Z] #63 2.997 + bin=rootlesskit [2022-02-12T01:50:36.713Z] #63 2.997 + shift [2022-02-12T01:50:36.713Z] #63 2.997 + '[' '!' -f //rootlesskit.installer ']' [2022-02-12T01:50:36.713Z] #63 2.997 + . //rootlesskit.installer [2022-02-12T01:50:36.713Z] #63 2.997 ++ : v0.14.6 [2022-02-12T01:50:36.713Z] #63 2.997 + install_rootlesskit [2022-02-12T01:50:36.713Z] #63 2.997 + case "$1" in [2022-02-12T01:50:36.713Z] #63 2.997 + export CGO_ENABLED=0 [2022-02-12T01:50:36.713Z] #63 2.997 + CGO_ENABLED=0 [2022-02-12T01:50:36.713Z] #63 2.997 + _install_rootlesskit [2022-02-12T01:50:36.713Z] #63 2.997 + echo 'Install rootlesskit version v0.14.6' [2022-02-12T01:50:36.713Z] #63 2.997 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-12T01:50:36.713Z] #63 2.997 + GOBIN=/build [2022-02-12T01:50:36.713Z] #63 2.997 + GO111MODULE=on [2022-02-12T01:50:36.713Z] #63 2.997 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-02-12T01:50:36.713Z] #63 2.999 Install rootlesskit version v0.14.6 [2022-02-12T01:50:37.282Z] #63 3.629 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-02-12T01:50:38.011Z] #58 15.24 Reading package lists... [2022-02-12T01:50:38.191Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-05021f05cc140cda3) in /home/ubuntu/workspace/moby_PR-43231 [Pipeline] { [Pipeline] checkout [2022-02-12T01:50:38.285Z] The recommended git tool is: git [2022-02-12T01:50:39.221Z] #58 20.55 Reading package lists... [2022-02-12T01:50:39.221Z] #58 ... [2022-02-12T01:50:39.221Z] [2022-02-12T01:50:39.221Z] #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-02-12T01:50:39.221Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:50:39.221Z] #14 16.18 Fetched 8502 kB in 13s (669 kB/s) [2022-02-12T01:50:39.221Z] #14 16.18 Reading package lists... [2022-02-12T01:50:39.483Z] #14 21.03 Reading package lists... [2022-02-12T01:50:39.483Z] #14 ... [2022-02-12T01:50:39.483Z] [2022-02-12T01:50:39.483Z] #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-02-12T01:50:39.483Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:50:39.483Z] #43 21.58 + git checkout -q v2.3.0 [2022-02-12T01:50:39.576Z] #19 15.55 Reading package lists... [2022-02-12T01:50:39.818Z] #63 ... [2022-02-12T01:50:39.818Z] [2022-02-12T01:50:39.818Z] #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-02-12T01:50:39.818Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-12T01:50:39.818Z] #49 2.993 go: downloading gotest.tools/gotestsum v1.7.0 [2022-02-12T01:50:39.818Z] #49 4.040 go: downloading github.com/fatih/color v1.10.0 [2022-02-12T01:50:39.818Z] #49 4.041 go: downloading github.com/dnephin/pflag v1.0.7 [2022-02-12T01:50:39.818Z] #49 4.050 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-02-12T01:50:39.818Z] #49 4.089 go: downloading github.com/pkg/errors v0.9.1 [2022-02-12T01:50:39.818Z] #49 4.264 go: downloading golang.org/x/tools v0.1.0 [2022-02-12T01:50:39.818Z] #49 4.319 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-02-12T01:50:39.818Z] #49 4.377 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-02-12T01:50:39.818Z] #49 4.400 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-02-12T01:50:39.818Z] #49 4.469 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-02-12T01:50:39.818Z] #49 ... [2022-02-12T01:50:39.818Z] [2022-02-12T01:50:39.818Z] #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-02-12T01:50:39.818Z] #63 sha256:8d371f9027011ce1a9942d790cdcae997efba08a17950d711a7b560ee2b6c9e4 [2022-02-12T01:50:39.818Z] #63 6.036 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-12T01:50:39.818Z] #63 6.036 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-02-12T01:50:40.075Z] #63 6.548 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-02-12T01:50:40.149Z] #19 19.94 Building dependency tree... [2022-02-12T01:50:41.094Z] #19 21.93 The following additional packages will be installed: [2022-02-12T01:50:41.094Z] #19 21.93 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-02-12T01:50:41.094Z] #19 21.93 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-02-12T01:50:41.094Z] #19 21.93 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-02-12T01:50:41.094Z] #19 21.93 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-02-12T01:50:41.094Z] #19 21.93 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-02-12T01:50:41.094Z] #19 21.93 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-02-12T01:50:41.094Z] #19 21.94 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-02-12T01:50:41.094Z] #19 21.94 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-02-12T01:50:41.094Z] #19 21.94 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-02-12T01:50:41.094Z] #19 21.94 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-02-12T01:50:41.094Z] #19 21.94 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-02-12T01:50:41.094Z] #19 21.94 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-02-12T01:50:41.094Z] #19 21.94 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-02-12T01:50:41.094Z] #19 21.94 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-02-12T01:50:41.094Z] #19 21.94 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-02-12T01:50:41.094Z] #19 21.94 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-02-12T01:50:41.094Z] #19 21.94 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-02-12T01:50:41.094Z] #19 21.94 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-02-12T01:50:41.094Z] #19 21.94 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-02-12T01:50:41.094Z] #19 21.94 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-02-12T01:50:41.094Z] #19 21.94 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-02-12T01:50:41.094Z] #19 21.94 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-02-12T01:50:41.094Z] #19 21.94 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-02-12T01:50:41.094Z] #19 21.94 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-02-12T01:50:41.094Z] #19 21.94 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-02-12T01:50:41.094Z] #19 21.94 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-02-12T01:50:41.094Z] #19 21.94 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-02-12T01:50:41.094Z] #19 21.94 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-02-12T01:50:41.094Z] #19 21.94 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-02-12T01:50:41.094Z] #19 21.94 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-02-12T01:50:41.094Z] #19 21.94 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-02-12T01:50:41.094Z] #19 21.94 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-02-12T01:50:41.094Z] #19 21.94 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-02-12T01:50:41.094Z] #19 21.94 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-02-12T01:50:41.094Z] #19 21.94 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-02-12T01:50:41.095Z] #19 21.94 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-02-12T01:50:41.095Z] #19 21.94 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-02-12T01:50:41.095Z] #19 21.94 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-02-12T01:50:41.095Z] #19 21.94 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-02-12T01:50:41.095Z] #19 21.94 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-02-12T01:50:41.095Z] #19 21.94 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-02-12T01:50:41.095Z] #19 21.94 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-02-12T01:50:41.095Z] #19 21.94 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-02-12T01:50:41.095Z] #19 21.95 linux-libc-dev-s390x-cross patch xz-utils [2022-02-12T01:50:41.095Z] #19 21.96 Suggested packages: [2022-02-12T01:50:41.095Z] #19 21.96 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-02-12T01:50:41.095Z] #19 21.96 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-02-12T01:50:41.095Z] #19 21.96 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-02-12T01:50:41.095Z] #19 21.96 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-02-12T01:50:41.095Z] #19 21.96 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-02-12T01:50:41.095Z] #19 21.96 libyaml-shell-perl ed diffutils-doc [2022-02-12T01:50:41.095Z] #19 21.96 Recommended packages: [2022-02-12T01:50:41.095Z] #19 21.96 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-02-12T01:50:41.095Z] #19 21.96 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-02-12T01:50:41.403Z] #43 23.17 + [2022-02-12T01:50:41.403Z] #43 ... [2022-02-12T01:50:41.403Z] [2022-02-12T01:50:41.403Z] #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-02-12T01:50:41.403Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-12T01:50:41.403Z] #49 13.32 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-02-12T01:50:41.403Z] #49 13.40 go: downloading golang.org/x/mod v0.3.0 [2022-02-12T01:50:41.403Z] #49 ... [2022-02-12T01:50:41.403Z] [2022-02-12T01:50:41.403Z] #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-02-12T01:50:41.403Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:50:41.403Z] #43 23.17 + 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-02-12T01:50:43.011Z] #19 23.70 The following NEW packages will be installed: [2022-02-12T01:50:43.011Z] #19 23.70 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-02-12T01:50:43.011Z] #19 23.70 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-02-12T01:50:43.011Z] #19 23.70 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-02-12T01:50:43.011Z] #19 23.70 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-02-12T01:50:43.011Z] #19 23.70 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-02-12T01:50:43.011Z] #19 23.70 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-02-12T01:50:43.011Z] #19 23.70 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-02-12T01:50:43.011Z] #19 23.70 crossbuild-essential-armel crossbuild-essential-armhf [2022-02-12T01:50:43.011Z] #19 23.70 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-02-12T01:50:43.011Z] #19 23.70 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-02-12T01:50:43.011Z] #19 23.70 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-02-12T01:50:43.011Z] #19 23.70 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-02-12T01:50:43.011Z] #19 23.70 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-02-12T01:50:43.011Z] #19 23.70 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-02-12T01:50:43.011Z] #19 23.70 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-02-12T01:50:43.011Z] #19 23.70 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-02-12T01:50:43.011Z] #19 23.70 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-02-12T01:50:43.011Z] #19 23.70 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-02-12T01:50:43.011Z] #19 23.70 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-02-12T01:50:43.011Z] #19 23.70 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-02-12T01:50:43.011Z] #19 23.70 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-02-12T01:50:43.011Z] #19 23.70 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-02-12T01:50:43.011Z] #19 23.70 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-02-12T01:50:43.011Z] #19 23.70 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-02-12T01:50:43.011Z] #19 23.70 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-02-12T01:50:43.011Z] #19 23.70 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-02-12T01:50:43.011Z] #19 23.70 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-02-12T01:50:43.011Z] #19 23.70 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-02-12T01:50:43.011Z] #19 23.70 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-02-12T01:50:43.011Z] #19 23.70 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-02-12T01:50:43.011Z] #19 23.70 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-02-12T01:50:43.011Z] #19 23.70 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-02-12T01:50:43.011Z] #19 23.70 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-02-12T01:50:43.011Z] #19 23.70 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-02-12T01:50:43.011Z] #19 23.70 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-02-12T01:50:43.011Z] #19 23.70 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-02-12T01:50:43.011Z] #19 23.70 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-02-12T01:50:43.011Z] #19 23.70 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-02-12T01:50:43.011Z] #19 23.71 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-02-12T01:50:43.011Z] #19 23.71 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-02-12T01:50:43.011Z] #19 23.71 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-02-12T01:50:43.011Z] #19 23.71 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-02-12T01:50:43.011Z] #19 23.71 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-02-12T01:50:43.011Z] #19 23.71 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-02-12T01:50:43.011Z] #19 23.71 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-02-12T01:50:43.011Z] #19 23.71 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-02-12T01:50:43.011Z] #19 23.71 linux-libc-dev-s390x-cross patch xz-utils [2022-02-12T01:50:43.171Z] using credential docker-jenkins-github-credentials [2022-02-12T01:50:43.180Z] Cloning the remote Git repository [2022-02-12T01:50:43.180Z] Cloning with configured refspecs honoured and without tags [2022-02-12T01:50:43.273Z] #19 24.05 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:50:43.273Z] #19 24.05 Need to get 787 MB of archives. [2022-02-12T01:50:43.273Z] #19 24.05 After this operation, 3385 MB of additional disk space will be used. [2022-02-12T01:50:43.273Z] #19 24.05 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-02-12T01:50:43.273Z] #19 24.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-02-12T01:50:43.273Z] #19 24.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-02-12T01:50:43.273Z] #19 24.07 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-02-12T01:50:43.273Z] #19 24.07 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-02-12T01:50:43.273Z] #19 24.07 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-02-12T01:50:43.273Z] #19 24.08 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-02-12T01:50:43.273Z] #19 24.10 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-02-12T01:50:43.273Z] #19 24.12 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-02-12T01:50:43.273Z] #19 24.16 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-02-12T01:50:43.273Z] #19 24.17 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-02-12T01:50:43.273Z] #19 24.19 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-02-12T01:50:43.273Z] #19 24.19 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-02-12T01:50:43.324Z] #43 ... [2022-02-12T01:50:43.324Z] [2022-02-12T01:50:43.324Z] #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-02-12T01:50:43.324Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:50:43.324Z] #38 15.17 Fetched 8502 kB in 12s (727 kB/s) [2022-02-12T01:50:43.324Z] #38 15.17 Reading package lists... [2022-02-12T01:50:43.324Z] #38 20.28 Reading package lists... [2022-02-12T01:50:43.324Z] #38 24.70 Building dependency tree... [2022-02-12T01:50:43.324Z] #38 ... [2022-02-12T01:50:43.324Z] [2022-02-12T01:50:43.324Z] #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-02-12T01:50:43.324Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:50:43.324Z] #14 21.03 Reading package lists... [2022-02-12T01:50:43.354Z] #63 9.502 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-02-12T01:50:43.354Z] #63 ... [2022-02-12T01:50:43.354Z] [2022-02-12T01:50:43.354Z] #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-02-12T01:50:43.354Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-02-12T01:50:43.354Z] #53 4.091 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-02-12T01:50:43.354Z] #53 4.985 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-02-12T01:50:43.354Z] #53 5.004 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-02-12T01:50:43.354Z] #53 5.073 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-02-12T01:50:43.354Z] #53 6.968 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-02-12T01:50:43.354Z] #53 ... [2022-02-12T01:50:43.354Z] [2022-02-12T01:50:43.354Z] #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-02-12T01:50:43.354Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:50:43.354Z] #51 2.805 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-02-12T01:50:43.612Z] #51 ... [2022-02-12T01:50:43.612Z] [2022-02-12T01:50:43.612Z] #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-02-12T01:50:43.612Z] #26 sha256:71c4cfeff90eb768ddea1c18efef4dc7bee462dfca8fefa660bfc6eb353ac87b [2022-02-12T01:50:43.612Z] #26 3.076 + RM_GOPATH=0 [2022-02-12T01:50:43.612Z] #26 3.076 + TMP_GOPATH= [2022-02-12T01:50:43.612Z] #26 3.076 + : /build [2022-02-12T01:50:43.612Z] #26 3.076 + '[' -z '' ']' [2022-02-12T01:50:43.612Z] #26 3.076 ++ mktemp -d [2022-02-12T01:50:43.612Z] #26 3.076 + export GOPATH=/tmp/tmp.dIJi0rdaoV [2022-02-12T01:50:43.612Z] #26 3.076 + GOPATH=/tmp/tmp.dIJi0rdaoV [2022-02-12T01:50:43.612Z] #26 3.076 + RM_GOPATH=1 [2022-02-12T01:50:43.612Z] #26 3.076 + case "$(go env GOARCH)" in [2022-02-12T01:50:43.612Z] #26 3.076 ++ go env GOARCH [2022-02-12T01:50:43.612Z] #26 3.076 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:50:43.612Z] #26 3.076 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:50:43.612Z] #26 3.076 ++ dirname /install.sh [2022-02-12T01:50:43.612Z] #26 3.083 Install docker/cli version 17.06.2-ce from stable [2022-02-12T01:50:43.612Z] #26 3.083 + dir=/ [2022-02-12T01:50:43.612Z] #26 3.083 + bin=dockercli [2022-02-12T01:50:43.612Z] #26 3.083 + shift [2022-02-12T01:50:43.612Z] #26 3.083 + '[' '!' -f //dockercli.installer ']' [2022-02-12T01:50:43.612Z] #26 3.083 + . //dockercli.installer [2022-02-12T01:50:43.612Z] #26 3.083 ++ : stable [2022-02-12T01:50:43.612Z] #26 3.083 ++ : 17.06.2-ce [2022-02-12T01:50:43.612Z] #26 3.083 + install_dockercli [2022-02-12T01:50:43.612Z] #26 3.083 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-02-12T01:50:43.612Z] #26 3.083 ++ uname -m [2022-02-12T01:50:43.612Z] #26 3.083 + arch=x86_64 [2022-02-12T01:50:43.612Z] #26 3.083 + '[' x86_64 '!=' x86_64 ']' [2022-02-12T01:50:43.612Z] #26 3.083 + url=https://download.docker.com/linux/static [2022-02-12T01:50:43.612Z] #26 3.083 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-02-12T01:50:43.612Z] #26 3.083 + tar -xz docker/docker [2022-02-12T01:50:43.612Z] #26 9.830 + mkdir -p /build [2022-02-12T01:50:43.612Z] #26 9.844 + mv docker/docker /build/ [2022-02-12T01:50:43.612Z] #26 9.856 + rmdir docker [2022-02-12T01:50:43.612Z] #26 DONE 10.2s [2022-02-12T01:50:43.612Z] [2022-02-12T01:50:43.612Z] #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-02-12T01:50:43.612Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-12T01:50:43.612Z] #58 4.234 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:50:43.612Z] #58 4.289 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:50:43.612Z] #58 4.290 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:50:43.612Z] #58 5.152 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:50:43.612Z] #58 6.932 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:50:43.612Z] #58 8.611 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:50:43.612Z] #58 ... [2022-02-12T01:50:43.612Z] [2022-02-12T01:50:43.612Z] #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-02-12T01:50:43.612Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-02-12T01:50:43.612Z] #36 4.127 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-02-12T01:50:43.846Z] #19 24.69 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-02-12T01:50:43.846Z] #19 24.69 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-02-12T01:50:43.870Z] #36 ... [2022-02-12T01:50:43.870Z] [2022-02-12T01:50:43.870Z] #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-02-12T01:50:43.870Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-12T01:50:43.870Z] #34 3.406 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-02-12T01:50:43.870Z] #34 3.406 Cloning into '.'... [2022-02-12T01:50:44.107Z] #19 ... [2022-02-12T01:50:44.107Z] [2022-02-12T01:50:44.107Z] #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-02-12T01:50:44.107Z] #50 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:50:44.107Z] #50 29.69 + dpkg --print-architecture [2022-02-12T01:50:44.107Z] #50 29.69 + git checkout -q v2.1.0 [2022-02-12T01:50:44.130Z] #34 ... [2022-02-12T01:50:44.130Z] [2022-02-12T01:50:44.130Z] #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-02-12T01:50:44.130Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:50:44.130Z] #38 4.233 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:50:44.130Z] #38 4.262 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:50:44.130Z] #38 4.263 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:50:44.130Z] #38 4.993 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:50:44.130Z] #38 6.708 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:50:44.130Z] #38 8.428 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:50:44.130Z] #38 ... [2022-02-12T01:50:44.130Z] [2022-02-12T01:50:44.130Z] #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-02-12T01:50:44.130Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:50:44.130Z] #47 4.047 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:50:44.130Z] #47 4.077 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:50:44.130Z] #47 4.077 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:50:44.130Z] #47 4.710 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-02-12T01:50:44.130Z] #47 5.036 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:50:44.130Z] #47 7.004 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:50:44.130Z] #47 8.979 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:50:44.273Z] #14 25.47 Building dependency tree... [2022-02-12T01:50:44.273Z] #14 ... [2022-02-12T01:50:44.273Z] [2022-02-12T01:50:44.273Z] #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-02-12T01:50:44.273Z] #63 sha256:e85d7416e5b4cf18815233c2ecbfa4ce23e4d418917e8beabada8046a952ba5f [2022-02-12T01:50:44.273Z] #63 16.25 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-02-12T01:50:44.273Z] #63 16.73 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-02-12T01:50:44.369Z] #50 29.97 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-02-12T01:50:44.369Z] #50 29.97 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-02-12T01:50:44.388Z] #47 10.89 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-02-12T01:50:44.388Z] #47 ... [2022-02-12T01:50:44.388Z] [2022-02-12T01:50:44.388Z] #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-02-12T01:50:44.388Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:50:44.388Z] #14 4.066 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:50:44.388Z] #14 4.099 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:50:44.388Z] #14 4.099 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:50:44.388Z] #14 4.851 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:50:44.388Z] #14 6.554 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:50:44.388Z] #14 8.471 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:50:44.388Z] #14 ... [2022-02-12T01:50:44.388Z] [2022-02-12T01:50:44.389Z] #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-02-12T01:50:44.389Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:50:44.389Z] #43 3.149 + git clone https://github.com/docker/distribution.git . [2022-02-12T01:50:44.389Z] #43 3.151 Cloning into '.'... [2022-02-12T01:50:43.271Z] Cloning repository https://github.com/moby/moby.git [2022-02-12T01:50:43.324Z] > git init /home/ubuntu/workspace/moby_PR-43231 # timeout=10 [2022-02-12T01:50:44.021Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:50:44.021Z] > git --version # timeout=10 [2022-02-12T01:50:44.033Z] > git --version # 'git version 2.25.1' [2022-02-12T01:50:44.034Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:50:44.035Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:50:44.536Z] #63 ... [2022-02-12T01:50:44.536Z] [2022-02-12T01:50:44.536Z] #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-02-12T01:50:44.536Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:50:44.536Z] #51 23.03 go: downloading github.com/fatih/color v1.13.0 [2022-02-12T01:50:44.536Z] #51 23.04 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-12T01:50:44.536Z] #51 23.10 go: downloading github.com/spf13/cobra v1.3.0 [2022-02-12T01:50:44.536Z] #51 23.11 go: downloading github.com/spf13/pflag v1.0.5 [2022-02-12T01:50:44.536Z] #51 23.36 go: downloading github.com/spf13/viper v1.10.1 [2022-02-12T01:50:44.536Z] #51 23.44 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-02-12T01:50:44.536Z] #51 23.79 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-02-12T01:50:44.536Z] #51 23.81 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-02-12T01:50:44.536Z] #51 23.84 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-02-12T01:50:44.536Z] #51 23.84 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-02-12T01:50:44.536Z] #51 24.75 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-02-12T01:50:44.536Z] #51 24.81 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-02-12T01:50:44.536Z] #51 24.87 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-12T01:50:44.536Z] #51 24.98 go: downloading github.com/stretchr/testify v1.7.0 [2022-02-12T01:50:44.652Z] #43 ... [2022-02-12T01:50:44.652Z] [2022-02-12T01:50:44.652Z] #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-02-12T01:50:44.652Z] #63 sha256:8d371f9027011ce1a9942d790cdcae997efba08a17950d711a7b560ee2b6c9e4 [2022-02-12T01:50:44.652Z] #63 10.06 go: downloading github.com/google/uuid v1.3.0 [2022-02-12T01:50:44.652Z] #63 10.08 go: downloading github.com/moby/vpnkit v0.5.0 [2022-02-12T01:50:44.652Z] #63 10.17 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-02-12T01:50:44.652Z] #63 10.36 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-12T01:50:44.652Z] #63 10.38 go: downloading github.com/gorilla/mux v1.8.0 [2022-02-12T01:50:44.652Z] #63 10.47 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-02-12T01:50:44.652Z] #63 11.02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-02-12T01:50:44.652Z] #63 11.27 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-02-12T01:50:45.483Z] #51 ... [2022-02-12T01:50:45.483Z] [2022-02-12T01:50:45.484Z] #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-02-12T01:50:45.484Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:50:45.484Z] #47 17.40 Fetched 8505 kB in 13s (635 kB/s) [2022-02-12T01:50:45.484Z] #47 17.40 Reading package lists... [2022-02-12T01:50:45.484Z] #47 22.07 Reading package lists... [2022-02-12T01:50:45.484Z] #47 26.20 Building dependency tree... [2022-02-12T01:50:45.484Z] #47 ... [2022-02-12T01:50:45.484Z] [2022-02-12T01:50:45.484Z] #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-02-12T01:50:45.484Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:50:45.484Z] #51 27.75 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-02-12T01:50:45.484Z] #51 27.76 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-02-12T01:50:45.484Z] #51 27.79 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-02-12T01:50:45.484Z] #51 27.83 go: downloading github.com/magiconair/properties v1.8.5 [2022-02-12T01:50:45.747Z] #51 27.87 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-02-12T01:50:45.747Z] #51 27.98 go: downloading github.com/spf13/afero v1.6.0 [2022-02-12T01:50:45.747Z] #51 28.01 go: downloading github.com/spf13/cast v1.4.1 [2022-02-12T01:50:45.747Z] #51 28.03 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-02-12T01:50:45.747Z] #51 28.07 go: downloading github.com/subosito/gotenv v1.2.0 [2022-02-12T01:50:45.747Z] #51 28.09 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-02-12T01:50:46.010Z] #51 28.17 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-02-12T01:50:46.010Z] #51 28.31 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-02-12T01:50:46.273Z] #51 28.38 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-02-12T01:50:46.273Z] #51 28.41 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-02-12T01:50:46.273Z] #51 28.45 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-02-12T01:50:46.273Z] #51 28.48 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-02-12T01:50:46.273Z] #51 28.49 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-02-12T01:50:46.273Z] #51 28.51 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-02-12T01:50:46.273Z] #51 28.54 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-02-12T01:50:46.852Z] #51 29.00 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-02-12T01:50:46.852Z] #51 29.03 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-02-12T01:50:46.852Z] #51 29.06 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-02-12T01:50:46.852Z] #51 29.14 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-02-12T01:50:46.852Z] #51 29.15 go: downloading github.com/stretchr/objx v0.1.1 [2022-02-12T01:50:46.852Z] #51 29.23 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-02-12T01:50:46.852Z] #51 29.26 go: downloading github.com/Antonboom/errname v0.1.5 [2022-02-12T01:50:47.115Z] #51 29.36 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-02-12T01:50:47.115Z] #51 29.38 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-02-12T01:50:47.691Z] #51 29.99 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-02-12T01:50:47.691Z] #51 30.05 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-02-12T01:50:47.929Z] #63 13.94 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-02-12T01:50:47.929Z] #63 14.17 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-02-12T01:50:47.954Z] #51 30.12 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-02-12T01:50:47.954Z] #51 30.18 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-02-12T01:50:47.954Z] #51 30.25 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-02-12T01:50:47.954Z] #51 30.29 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-02-12T01:50:47.954Z] #51 30.32 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-02-12T01:50:48.216Z] #51 30.38 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-02-12T01:50:48.216Z] #51 30.43 go: downloading github.com/breml/bidichk v0.2.1 [2022-02-12T01:50:48.480Z] #51 30.58 go: downloading github.com/breml/errchkjson v0.2.1 [2022-02-12T01:50:48.480Z] #51 30.67 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-02-12T01:50:48.480Z] #51 ... [2022-02-12T01:50:48.480Z] [2022-02-12T01:50:48.480Z] #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-02-12T01:50:48.480Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-02-12T01:50:48.480Z] #53 30.42 v3.0.2 [2022-02-12T01:50:48.480Z] #53 DONE 30.8s [2022-02-12T01:50:48.480Z] [2022-02-12T01:50:48.480Z] #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-02-12T01:50:48.480Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-12T01:50:48.480Z] #58 20.55 Reading package lists... [2022-02-12T01:50:48.480Z] #58 24.97 Building dependency tree... [2022-02-12T01:50:48.480Z] #58 27.73 The following additional packages will be installed: [2022-02-12T01:50:48.480Z] #58 27.74 libbtrfs0 [2022-02-12T01:50:48.480Z] #58 27.90 The following NEW packages will be installed: [2022-02-12T01:50:48.480Z] #58 27.91 libbtrfs-dev libbtrfs0 [2022-02-12T01:50:48.480Z] #58 28.32 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:50:48.480Z] #58 28.32 Need to get 460 kB of archives. [2022-02-12T01:50:48.480Z] #58 28.32 After this operation, 1237 kB of additional disk space will be used. [2022-02-12T01:50:48.480Z] #58 28.32 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-02-12T01:50:48.480Z] #58 28.33 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-02-12T01:50:48.480Z] #58 29.38 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:50:48.480Z] #58 29.59 Fetched 460 kB in 0s (1420 kB/s) [2022-02-12T01:50:48.480Z] #58 29.70 Selecting previously unselected package libbtrfs0:amd64. [2022-02-12T01:50:48.480Z] #58 29.70 (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-02-12T01:50:48.480Z] #58 29.76 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-02-12T01:50:48.480Z] #58 29.77 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:50:48.480Z] #58 29.98 Selecting previously unselected package libbtrfs-dev:amd64. [2022-02-12T01:50:48.480Z] #58 29.98 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-02-12T01:50:48.480Z] #58 30.00 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:50:48.480Z] #58 30.23 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:50:48.480Z] #58 30.26 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:50:48.480Z] #58 30.28 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:50:48.480Z] #58 DONE 30.8s [2022-02-12T01:50:48.480Z] [2022-02-12T01:50:48.480Z] #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-02-12T01:50:48.480Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:50:48.480Z] #51 30.74 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-02-12T01:50:48.749Z] #51 30.85 go: downloading github.com/daixiang0/gci v0.2.9 [2022-02-12T01:50:48.749Z] #51 30.97 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-02-12T01:50:48.749Z] #51 ... [2022-02-12T01:50:48.749Z] [2022-02-12T01:50:48.749Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-02-12T01:50:48.749Z] #59 sha256:13d3a1ceb6f09468fe74db3de7879d94967997193965678f7bd846b5542ead43 [2022-02-12T01:50:48.749Z] #59 DONE 0.2s [2022-02-12T01:50:48.749Z] [2022-02-12T01:50:48.749Z] #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-02-12T01:50:48.749Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:50:48.749Z] #51 31.14 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-02-12T01:50:48.749Z] #51 31.19 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-02-12T01:50:48.866Z] #63 ... [2022-02-12T01:50:48.866Z] [2022-02-12T01:50:48.866Z] #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-02-12T01:50:48.866Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-02-12T01:50:48.866Z] #36 15.32 tomll can be used in two ways: [2022-02-12T01:50:48.866Z] #36 15.33 Writing to STDIN and reading from STDOUT: [2022-02-12T01:50:48.866Z] #36 15.33 cat file.toml | tomll > file.toml [2022-02-12T01:50:48.866Z] #36 15.33 [2022-02-12T01:50:48.866Z] #36 15.33 Reading and updating a list of files: [2022-02-12T01:50:48.866Z] #36 15.33 tomll a.toml b.toml c.toml [2022-02-12T01:50:48.866Z] #36 15.33 [2022-02-12T01:50:48.866Z] #36 15.33 When given a list of files, tomll will modify all files in place without asking. [2022-02-12T01:50:48.866Z] #36 DONE 15.5s [2022-02-12T01:50:48.866Z] [2022-02-12T01:50:48.866Z] #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-02-12T01:50:48.866Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-12T01:50:48.866Z] #49 7.930 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-02-12T01:50:48.866Z] #49 7.951 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-02-12T01:50:48.866Z] #49 8.079 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-02-12T01:50:48.866Z] #49 10.17 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-02-12T01:50:48.866Z] #49 10.17 go: downloading golang.org/x/mod v0.3.0 [2022-02-12T01:50:49.010Z] #51 31.31 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-02-12T01:50:49.010Z] #51 31.38 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-02-12T01:50:49.126Z] #49 ... [2022-02-12T01:50:49.126Z] [2022-02-12T01:50:49.126Z] #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-02-12T01:50:49.126Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:50:49.126Z] #14 15.95 Fetched 8502 kB in 12s (698 kB/s) [2022-02-12T01:50:49.277Z] #51 31.51 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-02-12T01:50:49.539Z] #51 31.68 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-02-12T01:50:49.539Z] #51 31.81 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-02-12T01:50:49.656Z] #50 ... [2022-02-12T01:50:49.656Z] [2022-02-12T01:50:49.656Z] #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-02-12T01:50:49.656Z] #19 sha256:e6798e78d73b38d863d277f3b50a2bcdbf997696b972cf58606dfe892bcf36ba [2022-02-12T01:50:49.656Z] #19 25.08 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-02-12T01:50:49.656Z] #19 25.09 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-02-12T01:50:49.656Z] #19 25.48 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-02-12T01:50:49.656Z] #19 25.48 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-02-12T01:50:49.656Z] #19 26.27 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-02-12T01:50:49.656Z] #19 26.28 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-02-12T01:50:49.656Z] #19 26.90 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-02-12T01:50:49.656Z] #19 26.91 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-02-12T01:50:49.656Z] #19 26.91 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-02-12T01:50:49.656Z] #19 26.91 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-02-12T01:50:49.656Z] #19 26.91 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-02-12T01:50:49.656Z] #19 26.91 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-02-12T01:50:49.656Z] #19 26.91 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-02-12T01:50:49.656Z] #19 26.91 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-02-12T01:50:49.656Z] #19 26.92 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-02-12T01:50:49.656Z] #19 26.93 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-02-12T01:50:49.656Z] #19 26.93 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-02-12T01:50:49.656Z] #19 26.93 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-02-12T01:50:49.656Z] #19 26.93 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-02-12T01:50:49.656Z] #19 26.95 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-02-12T01:50:49.656Z] #19 26.96 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-02-12T01:50:49.656Z] #19 26.99 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-02-12T01:50:49.656Z] #19 26.99 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-02-12T01:50:49.657Z] #19 27.00 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-02-12T01:50:49.657Z] #19 27.01 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-02-12T01:50:49.657Z] #19 27.97 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-02-12T01:50:49.657Z] #19 27.97 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-02-12T01:50:49.657Z] #19 27.99 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-02-12T01:50:49.657Z] #19 28.01 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-02-12T01:50:49.657Z] #19 28.04 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-02-12T01:50:49.657Z] #19 29.01 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-02-12T01:50:49.657Z] #19 29.01 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-02-12T01:50:49.657Z] #19 29.01 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-02-12T01:50:49.657Z] #19 29.06 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-02-12T01:50:49.657Z] #19 29.06 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-02-12T01:50:49.657Z] #19 29.06 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-02-12T01:50:49.657Z] #19 29.21 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-02-12T01:50:49.657Z] #19 29.22 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-02-12T01:50:49.657Z] #19 29.22 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-02-12T01:50:49.657Z] #19 29.23 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-02-12T01:50:49.657Z] #19 29.23 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-02-12T01:50:49.657Z] #19 29.23 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-02-12T01:50:49.657Z] #19 29.23 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-02-12T01:50:49.657Z] #19 29.24 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-02-12T01:50:49.657Z] #19 29.25 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-02-12T01:50:49.657Z] #19 29.25 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-02-12T01:50:49.657Z] #19 29.25 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-02-12T01:50:49.657Z] #19 29.25 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-02-12T01:50:49.657Z] #19 29.25 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-02-12T01:50:49.657Z] #19 29.33 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-02-12T01:50:49.657Z] #19 29.34 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-02-12T01:50:49.657Z] #19 29.34 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-02-12T01:50:49.657Z] #19 29.35 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-02-12T01:50:49.657Z] #19 29.35 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-02-12T01:50:49.657Z] #19 29.37 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-02-12T01:50:49.657Z] #19 29.38 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-02-12T01:50:49.657Z] #19 29.39 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-02-12T01:50:49.657Z] #19 29.40 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-02-12T01:50:49.802Z] #51 31.97 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-02-12T01:50:49.802Z] #51 32.01 go: downloading github.com/golangci/misspell v0.3.5 [2022-02-12T01:50:49.802Z] #51 32.02 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-02-12T01:50:49.802Z] #51 32.03 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-02-12T01:50:49.802Z] #51 32.06 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-02-12T01:50:49.802Z] #51 32.07 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-02-12T01:50:49.802Z] #51 32.10 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-02-12T01:50:49.802Z] #51 32.12 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-02-12T01:50:49.802Z] #51 32.15 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-02-12T01:50:49.802Z] #51 32.18 go: downloading github.com/julz/importas v0.1.0 [2022-02-12T01:50:49.917Z] #19 30.86 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-02-12T01:50:49.917Z] #19 30.89 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-02-12T01:50:49.917Z] #19 30.95 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-02-12T01:50:50.064Z] #51 32.20 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-02-12T01:50:50.064Z] #51 32.21 go: downloading github.com/kulti/thelper v0.5.0 [2022-02-12T01:50:50.064Z] #51 32.31 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-02-12T01:50:50.064Z] #51 32.34 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-02-12T01:50:50.064Z] #51 32.39 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-02-12T01:50:50.064Z] #51 32.42 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-02-12T01:50:50.177Z] #19 31.01 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-02-12T01:50:50.177Z] #19 31.09 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-02-12T01:50:50.325Z] #51 32.46 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-02-12T01:50:50.325Z] #51 32.55 go: downloading github.com/maratori/testpackage v1.0.1 [2022-02-12T01:50:50.325Z] #51 32.67 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-02-12T01:50:50.325Z] #51 32.69 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-02-12T01:50:50.325Z] #51 32.71 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-02-12T01:50:50.325Z] #51 32.73 go: downloading github.com/mgechev/revive v1.1.3 [2022-02-12T01:50:50.439Z] #19 ... [2022-02-12T01:50:50.439Z] [2022-02-12T01:50:50.439Z] #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-02-12T01:50:50.439Z] #50 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:50:50.439Z] #50 DONE 36.2s [2022-02-12T01:50:50.699Z] [2022-02-12T01:50:50.699Z] #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-02-12T01:50:50.699Z] #58 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:50:50.960Z] #58 36.63 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-02-12T01:50:51.220Z] #58 DONE 37.0s [2022-02-12T01:50:51.220Z] [2022-02-12T01:50:51.220Z] #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-02-12T01:50:51.220Z] #19 sha256:e6798e78d73b38d863d277f3b50a2bcdbf997696b972cf58606dfe892bcf36ba [2022-02-12T01:50:51.220Z] #19 31.95 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-02-12T01:50:51.220Z] #19 31.95 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-02-12T01:50:51.220Z] #19 31.95 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-02-12T01:50:51.220Z] #19 31.96 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-02-12T01:50:51.220Z] #19 31.98 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-02-12T01:50:51.220Z] #19 31.98 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-02-12T01:50:51.220Z] #19 31.98 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-02-12T01:50:51.220Z] #19 31.99 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-02-12T01:50:51.220Z] #19 32.00 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-02-12T01:50:51.220Z] #19 32.02 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-02-12T01:50:51.220Z] #19 32.02 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-02-12T01:50:51.278Z] #51 33.42 go: downloading github.com/moricho/tparallel v0.2.1 [2022-02-12T01:50:51.278Z] #51 33.43 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-02-12T01:50:51.278Z] #51 33.44 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-02-12T01:50:51.278Z] #51 33.44 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-02-12T01:50:51.278Z] #51 33.51 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-02-12T01:50:51.278Z] #51 33.53 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-02-12T01:50:51.278Z] #51 33.54 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-02-12T01:50:51.278Z] #51 33.55 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-02-12T01:50:51.278Z] #51 33.57 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-02-12T01:50:51.540Z] #51 33.78 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-02-12T01:50:51.540Z] #51 33.79 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-02-12T01:50:51.540Z] #51 33.81 go: downloading github.com/sivchari/tenv v1.4.7 [2022-02-12T01:50:51.540Z] #51 33.82 go: downloading github.com/sonatard/noctx v0.0.1 [2022-02-12T01:50:51.540Z] #51 33.83 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-02-12T01:50:51.540Z] #51 33.86 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-02-12T01:50:51.540Z] #51 33.91 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-02-12T01:50:51.803Z] #51 33.94 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-02-12T01:50:51.803Z] #51 33.97 go: downloading github.com/tetafro/godot v1.4.11 [2022-02-12T01:50:51.803Z] #51 34.00 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-02-12T01:50:51.803Z] #51 34.04 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-02-12T01:50:51.803Z] #51 34.13 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-02-12T01:50:51.803Z] #51 34.19 go: downloading github.com/ultraware/funlen v0.0.3 [2022-02-12T01:50:52.066Z] #51 34.23 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-02-12T01:50:52.066Z] #51 34.24 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-02-12T01:50:52.066Z] #51 34.25 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-02-12T01:50:52.066Z] #51 34.29 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-02-12T01:50:52.161Z] #19 33.01 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-02-12T01:50:52.161Z] #19 33.04 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-02-12T01:50:52.161Z] #19 33.08 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-02-12T01:50:52.193Z] Fetching without tags [2022-02-12T01:50:52.329Z] #51 34.75 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-02-12T01:50:52.419Z] Merging remotes/origin/master commit 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 into PR head commit 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:50:52.420Z] #19 33.10 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-02-12T01:50:52.420Z] #19 33.12 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-02-12T01:50:52.592Z] #51 34.88 go: downloading honnef.co/go/tools v0.2.2 [2022-02-12T01:50:52.990Z] #19 33.90 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-02-12T01:50:52.990Z] #19 33.91 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-02-12T01:50:52.990Z] #19 33.91 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-02-12T01:50:52.990Z] #19 33.92 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-02-12T01:50:52.990Z] #19 33.92 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-02-12T01:50:52.990Z] #19 33.94 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-02-12T01:50:53.224Z] Merge succeeded, producing 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:50:53.224Z] Checking out Revision 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 (PR-43231) [2022-02-12T01:50:53.250Z] #19 33.94 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-02-12T01:50:53.250Z] #19 33.94 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-02-12T01:50:53.250Z] #19 33.95 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-02-12T01:50:53.250Z] #19 33.98 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-02-12T01:50:53.250Z] #19 33.99 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-02-12T01:50:53.250Z] #19 34.00 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-02-12T01:50:53.250Z] #19 34.02 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-02-12T01:50:53.250Z] #19 34.02 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-02-12T01:50:53.250Z] #19 34.02 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2022-02-12T01:50:53.557Z] #51 35.85 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-02-12T01:50:53.557Z] #51 ... [2022-02-12T01:50:53.557Z] [2022-02-12T01:50:53.557Z] #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-02-12T01:50:53.557Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:50:53.557Z] #38 24.70 Building dependency tree... [2022-02-12T01:50:53.557Z] #38 27.34 The following additional packages will be installed: [2022-02-12T01:50:53.557Z] #38 27.35 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-02-12T01:50:53.557Z] #38 27.37 Suggested packages: [2022-02-12T01:50:53.557Z] #38 27.37 cmake-doc ninja-build lrzip [2022-02-12T01:50:53.557Z] #38 27.37 Recommended packages: [2022-02-12T01:50:53.557Z] #38 27.37 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-02-12T01:50:53.557Z] #38 28.13 The following NEW packages will be installed: [2022-02-12T01:50:53.557Z] #38 28.14 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-02-12T01:50:53.557Z] #38 28.14 vim-common xxd [2022-02-12T01:50:53.557Z] #38 28.51 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:50:53.557Z] #38 28.51 Need to get 17.7 MB of archives. [2022-02-12T01:50:53.557Z] #38 28.51 After this operation, 70.7 MB of additional disk space will be used. [2022-02-12T01:50:53.557Z] #38 28.51 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-12T01:50:53.557Z] #38 28.51 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-12T01:50:53.557Z] #38 28.52 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-02-12T01:50:53.557Z] #38 28.60 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-02-12T01:50:53.557Z] #38 29.10 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-02-12T01:50:53.557Z] #38 29.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-02-12T01:50:53.557Z] #38 29.16 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-02-12T01:50:53.557Z] #38 29.16 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-02-12T01:50:53.557Z] #38 29.17 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-02-12T01:50:53.557Z] #38 29.17 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-02-12T01:50:53.557Z] #38 30.27 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:50:53.557Z] #38 30.48 Fetched 17.7 MB in 1s (14.2 MB/s) [2022-02-12T01:50:53.557Z] #38 30.66 Selecting previously unselected package xxd. [2022-02-12T01:50:53.557Z] #38 30.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 ... 15709 files and directories currently installed.) [2022-02-12T01:50:53.557Z] #38 30.75 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-12T01:50:53.557Z] #38 30.85 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:50:53.557Z] #38 31.23 Selecting previously unselected package vim-common. [2022-02-12T01:50:53.557Z] #38 31.23 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:50:53.557Z] #38 31.29 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:50:53.557Z] #38 31.94 Selecting previously unselected package cmake-data. [2022-02-12T01:50:53.557Z] #38 31.95 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-02-12T01:50:53.557Z] #38 31.97 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-02-12T01:50:53.557Z] #38 34.90 Selecting previously unselected package libicu67:amd64. [2022-02-12T01:50:53.557Z] #38 34.94 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-02-12T01:50:53.557Z] #38 34.96 Unpacking libicu67:amd64 (67.1-7) ... [2022-02-12T01:50:53.557Z] #38 ... [2022-02-12T01:50:53.557Z] [2022-02-12T01:50:53.557Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-12T01:50:53.557Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:50:53.557Z] #51 35.86 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-02-12T01:50:53.557Z] #51 35.90 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-02-12T01:50:53.557Z] #51 35.98 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-02-12T01:50:52.112Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:50:52.127Z] > git config --add remote.origin.fetch +refs/pull/43231/head:refs/remotes/origin/PR-43231 # timeout=10 [2022-02-12T01:50:52.140Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:50:52.153Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:50:52.166Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:50:52.167Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:50:52.168Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:50:52.398Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:50:52.408Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:50:53.139Z] > git remote # timeout=10 [2022-02-12T01:50:53.157Z] > git config --get remote.origin.url # timeout=10 [2022-02-12T01:50:53.165Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:50:53.166Z] > git merge 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 # timeout=10 [2022-02-12T01:50:53.183Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-12T01:50:53.197Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:50:53.203Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:50:54.137Z] #51 36.28 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-02-12T01:50:54.137Z] #51 36.31 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-02-12T01:50:54.137Z] #51 36.42 go: downloading golang.org/x/text v0.3.7 [2022-02-12T01:50:54.190Z] #19 34.92 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-02-12T01:50:54.190Z] #19 34.93 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-02-12T01:50:54.190Z] #19 34.97 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-02-12T01:50:54.190Z] #19 34.99 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-02-12T01:50:54.190Z] #19 35.02 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-02-12T01:50:54.393Z] #14 15.95 Reading package lists... [2022-02-12T01:50:54.654Z] #14 20.50 Reading package lists... [2022-02-12T01:50:54.654Z] #14 ... [2022-02-12T01:50:54.654Z] [2022-02-12T01:50:54.654Z] #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-02-12T01:50:54.654Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:50:54.654Z] #43 20.61 + git checkout -q v2.3.0 [2022-02-12T01:50:55.130Z] #19 35.77 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-02-12T01:50:55.130Z] #19 35.77 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-02-12T01:50:55.130Z] #19 35.77 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-02-12T01:50:55.130Z] #19 35.79 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-02-12T01:50:55.130Z] #19 35.79 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-02-12T01:50:55.130Z] #19 35.79 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-02-12T01:50:55.130Z] #19 35.79 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-02-12T01:50:55.130Z] #19 35.80 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-02-12T01:50:55.130Z] #19 35.83 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-02-12T01:50:55.130Z] #19 35.83 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-02-12T01:50:55.130Z] #19 35.84 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-02-12T01:50:55.130Z] #19 35.84 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-02-12T01:50:55.701Z] #19 36.64 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-02-12T01:50:55.701Z] #19 36.64 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-02-12T01:50:55.701Z] #19 36.66 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-02-12T01:50:55.701Z] #19 36.68 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-02-12T01:50:55.701Z] #19 36.70 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-02-12T01:50:56.026Z] #43 22.58 + 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-02-12T01:50:56.082Z] #51 ... [2022-02-12T01:50:56.082Z] [2022-02-12T01:50:56.082Z] #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-02-12T01:50:56.082Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:50:56.082Z] #14 28.38 The following additional packages will be installed: [2022-02-12T01:50:56.082Z] #14 28.40 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-12T01:50:56.082Z] #14 28.41 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-02-12T01:50:56.082Z] #14 28.41 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-02-12T01:50:56.082Z] #14 28.41 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-02-12T01:50:56.082Z] #14 28.41 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-02-12T01:50:56.082Z] #14 28.41 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-02-12T01:50:56.082Z] #14 28.41 mingw-w64-common mingw-w64-x86-64-dev [2022-02-12T01:50:56.082Z] #14 28.42 Suggested packages: [2022-02-12T01:50:56.082Z] #14 28.42 gcc-10-locales seccomp wine64 [2022-02-12T01:50:56.082Z] #14 29.58 The following NEW packages will be installed: [2022-02-12T01:50:56.082Z] #14 29.60 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-12T01:50:56.082Z] #14 29.60 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-02-12T01:50:56.082Z] #14 29.60 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-02-12T01:50:56.082Z] #14 29.60 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-02-12T01:50:56.082Z] #14 29.60 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-02-12T01:50:56.082Z] #14 29.60 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-02-12T01:50:56.082Z] #14 29.60 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-02-12T01:50:56.082Z] #14 29.60 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-02-12T01:50:56.082Z] #14 29.61 mingw-w64-x86-64-dev [2022-02-12T01:50:56.082Z] #14 30.00 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:50:56.082Z] #14 30.00 Need to get 115 MB of archives. [2022-02-12T01:50:56.082Z] #14 30.00 After this operation, 645 MB of additional disk space will be used. [2022-02-12T01:50:56.082Z] #14 30.00 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-02-12T01:50:56.082Z] #14 30.10 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-02-12T01:50:56.082Z] #14 30.26 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-02-12T01:50:56.082Z] #14 30.28 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-02-12T01:50:56.082Z] #14 30.28 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-02-12T01:50:56.082Z] #14 30.29 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-02-12T01:50:56.082Z] #14 30.59 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-02-12T01:50:56.082Z] #14 30.74 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-02-12T01:50:56.082Z] #14 30.75 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-02-12T01:50:56.082Z] #14 31.38 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-02-12T01:50:56.082Z] #14 32.61 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-02-12T01:50:56.082Z] #14 33.16 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-02-12T01:50:56.082Z] #14 33.59 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-02-12T01:50:56.082Z] #14 34.56 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-02-12T01:50:56.082Z] #14 34.95 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-02-12T01:50:56.082Z] #14 34.95 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-02-12T01:50:56.082Z] #14 34.95 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-02-12T01:50:56.082Z] #14 34.96 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-02-12T01:50:56.082Z] #14 34.97 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-02-12T01:50:56.082Z] #14 34.97 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-02-12T01:50:56.082Z] #14 34.99 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-02-12T01:50:56.082Z] #14 34.99 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-02-12T01:50:56.082Z] #14 35.00 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-02-12T01:50:56.082Z] #14 35.00 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-02-12T01:50:56.082Z] #14 35.01 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-02-12T01:50:56.082Z] #14 35.02 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-02-12T01:50:56.082Z] #14 35.05 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-02-12T01:50:56.082Z] #14 35.06 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-02-12T01:50:56.082Z] #14 35.06 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-02-12T01:50:56.082Z] #14 35.06 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-02-12T01:50:56.082Z] #14 35.91 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:50:56.082Z] #14 36.12 Fetched 115 MB in 5s (21.3 MB/s) [2022-02-12T01:50:56.082Z] #14 36.19 Selecting previously unselected package binutils-mingw-w64-i686. [2022-02-12T01:50:56.082Z] #14 36.19 (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-02-12T01:50:56.082Z] #14 36.27 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-02-12T01:50:56.083Z] #14 36.27 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-12T01:50:56.083Z] #14 38.20 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-02-12T01:50:56.083Z] #14 38.21 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-02-12T01:50:56.083Z] #14 38.21 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-12T01:50:56.347Z] #14 ... [2022-02-12T01:50:56.347Z] [2022-02-12T01:50:56.347Z] #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-02-12T01:50:56.347Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-12T01:50:56.347Z] #34 37.58 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-02-12T01:50:56.347Z] #34 37.81 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-02-12T01:50:56.347Z] #34 38.13 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-02-12T01:50:56.609Z] #34 ... [2022-02-12T01:50:56.609Z] [2022-02-12T01:50:56.609Z] #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-02-12T01:50:56.609Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:50:56.609Z] #47 28.76 The following additional packages will be installed: [2022-02-12T01:50:56.609Z] #47 28.78 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-02-12T01:50:56.609Z] #47 28.78 python3-protobuf python3-six [2022-02-12T01:50:56.609Z] #47 28.79 Suggested packages: [2022-02-12T01:50:56.609Z] #47 28.79 python3-setuptools [2022-02-12T01:50:56.609Z] #47 28.79 Recommended packages: [2022-02-12T01:50:56.609Z] #47 28.79 iproute2 | iproute [2022-02-12T01:50:56.609Z] #47 29.48 The following NEW packages will be installed: [2022-02-12T01:50:56.609Z] #47 29.49 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-02-12T01:50:56.609Z] #47 29.49 python3-protobuf python3-six [2022-02-12T01:50:56.609Z] #47 29.90 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:50:56.609Z] #47 29.90 Need to get 2292 kB of archives. [2022-02-12T01:50:56.609Z] #47 29.90 After this operation, 11.0 MB of additional disk space will be used. [2022-02-12T01:50:56.609Z] #47 29.90 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-02-12T01:50:56.609Z] #47 29.92 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-12T01:50:56.609Z] #47 29.93 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-02-12T01:50:56.609Z] #47 29.94 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-02-12T01:50:56.609Z] #47 29.96 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-02-12T01:50:56.609Z] #47 29.98 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-02-12T01:50:56.609Z] #47 29.99 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-02-12T01:50:56.609Z] #47 33.31 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-02-12T01:50:56.609Z] #47 34.68 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:50:56.609Z] #47 34.95 Fetched 2292 kB in 4s (554 kB/s) [2022-02-12T01:50:56.609Z] #47 35.02 Selecting previously unselected package libprotobuf23:amd64. [2022-02-12T01:50:56.609Z] #47 35.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-02-12T01:50:56.609Z] #47 35.07 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-02-12T01:50:56.609Z] #47 35.09 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-02-12T01:50:56.609Z] #47 35.75 Selecting previously unselected package python3-pkg-resources. [2022-02-12T01:50:56.609Z] #47 35.76 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-12T01:50:56.609Z] #47 35.76 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:50:56.609Z] #47 35.96 Selecting previously unselected package python3-six. [2022-02-12T01:50:56.609Z] #47 35.97 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-02-12T01:50:56.609Z] #47 35.97 Unpacking python3-six (1.16.0-2) ... [2022-02-12T01:50:56.609Z] #47 36.06 Selecting previously unselected package python3-protobuf. [2022-02-12T01:50:56.609Z] #47 36.06 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-02-12T01:50:56.609Z] #47 36.07 Unpacking python3-protobuf (3.12.4-1) ... [2022-02-12T01:50:56.609Z] #47 36.61 Selecting previously unselected package libnet1:amd64. [2022-02-12T01:50:56.609Z] #47 36.61 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-02-12T01:50:56.609Z] #47 36.62 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:50:56.609Z] #47 36.74 Selecting previously unselected package libnl-3-200:amd64. [2022-02-12T01:50:56.609Z] #47 36.74 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-02-12T01:50:56.609Z] #47 36.76 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:50:56.609Z] #47 36.90 Selecting previously unselected package libprotobuf-c1:amd64. [2022-02-12T01:50:56.609Z] #47 36.90 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-02-12T01:50:56.609Z] #47 36.92 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:50:56.609Z] #47 37.00 Selecting previously unselected package criu. [2022-02-12T01:50:56.609Z] #47 37.01 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-02-12T01:50:56.609Z] #47 37.02 Unpacking criu (3.16.1-3) ... [2022-02-12T01:50:56.609Z] #47 37.59 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:50:56.641Z] #19 37.48 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-02-12T01:50:56.641Z] #19 37.48 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-02-12T01:50:56.901Z] #19 37.75 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:50:56.901Z] #19 37.84 Fetched 787 MB in 14s (57.5 MB/s) [2022-02-12T01:50:56.901Z] #19 37.87 Selecting previously unselected package liblocale-gettext-perl. [2022-02-12T01:50:56.916Z] Commit message: "pkg/filenotify: don't open file for polling" [2022-02-12T01:50:56.909Z] > git --version # timeout=10 [2022-02-12T01:50:56.912Z] > git --version # 'git version 2.25.1' [2022-02-12T01:50:56.915Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-02-12T01:50:57.161Z] #19 37.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-02-12T01:50:57.161Z] #19 37.88 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-02-12T01:50:57.161Z] #19 37.88 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-02-12T01:50:57.161Z] #19 37.91 Selecting previously unselected package bzip2. [2022-02-12T01:50:57.161Z] #19 37.91 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-02-12T01:50:57.161Z] #19 37.91 Unpacking bzip2 (1.0.8-4) ... [2022-02-12T01:50:57.161Z] #19 37.94 Selecting previously unselected package libmagic-mgc. [2022-02-12T01:50:57.161Z] #19 37.94 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-02-12T01:50:57.161Z] #19 37.95 Unpacking libmagic-mgc (1:5.39-3) ... [2022-02-12T01:50:57.161Z] #19 38.02 Selecting previously unselected package libmagic1:amd64. [2022-02-12T01:50:57.161Z] #19 38.02 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-02-12T01:50:57.161Z] #19 38.03 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-02-12T01:50:57.161Z] #19 38.06 Selecting previously unselected package file. [2022-02-12T01:50:57.161Z] #19 38.06 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-02-12T01:50:57.161Z] #19 38.07 Unpacking file (1:5.39-3) ... [2022-02-12T01:50:57.161Z] #19 38.10 Selecting previously unselected package xz-utils. [2022-02-12T01:50:57.161Z] #19 38.10 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-02-12T01:50:57.161Z] #19 38.11 Unpacking xz-utils (5.2.5-2) ... [2022-02-12T01:50:57.161Z] #19 38.15 Selecting previously unselected package binutils-aarch64-linux-gnu. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-12T01:50:57.421Z] #19 38.15 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-02-12T01:50:57.421Z] #19 38.16 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-02-12T01:50:57.556Z] #47 39.28 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-02-12T01:50:57.556Z] #47 39.30 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:50:57.556Z] #47 39.30 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:50:57.556Z] #47 39.32 Setting up python3-six (1.16.0-2) ... [2022-02-12T01:50:57.681Z] #19 38.48 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-02-12T01:50:57.681Z] #19 38.48 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-02-12T01:50:57.681Z] #19 38.48 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-02-12T01:50:57.900Z] + docker version [2022-02-12T01:50:57.941Z] #19 38.76 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-02-12T01:50:57.941Z] #19 38.76 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-02-12T01:50:57.941Z] #19 38.76 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-02-12T01:50:58.130Z] #47 ... [2022-02-12T01:50:58.130Z] [2022-02-12T01:50:58.130Z] #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-02-12T01:50:58.130Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:50:58.130Z] #38 40.52 Selecting previously unselected package libxml2:amd64. [2022-02-12T01:50:58.130Z] #38 40.52 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-02-12T01:50:58.201Z] #19 39.03 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-02-12T01:50:58.201Z] #19 39.03 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-02-12T01:50:58.201Z] #19 39.04 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-02-12T01:50:58.392Z] #38 40.52 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-02-12T01:50:58.461Z] #19 39.29 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-02-12T01:50:58.461Z] #19 39.29 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-02-12T01:50:58.461Z] #19 39.29 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-02-12T01:50:58.720Z] #19 39.51 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-02-12T01:50:58.721Z] #19 39.51 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:50:58.721Z] #19 39.51 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-02-12T01:50:58.721Z] #19 39.55 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-02-12T01:50:58.721Z] #19 39.55 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:50:58.721Z] #19 39.55 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:50:58.965Z] #38 41.01 Selecting previously unselected package libarchive13:amd64. [2022-02-12T01:50:58.965Z] #38 41.02 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-02-12T01:50:58.965Z] #38 41.02 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-02-12T01:50:58.965Z] #38 ... [2022-02-12T01:50:58.965Z] [2022-02-12T01:50:58.965Z] #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-02-12T01:50:58.965Z] #60 sha256:9e3ed3afc5a721a69b2fb6be929141684702dacab2b38f8b592fea43e5b51ce3 [2022-02-12T01:50:58.965Z] #60 1.617 + RM_GOPATH=0 [2022-02-12T01:50:58.965Z] #60 1.617 + TMP_GOPATH= [2022-02-12T01:50:58.965Z] #60 1.617 + : /build [2022-02-12T01:50:58.965Z] #60 1.617 + '[' -z '' ']' [2022-02-12T01:50:58.965Z] #60 1.617 ++ mktemp -d [2022-02-12T01:50:58.965Z] #60 1.630 + export GOPATH=/tmp/tmp.Omup5nfJvQ [2022-02-12T01:50:58.965Z] #60 1.630 + GOPATH=/tmp/tmp.Omup5nfJvQ [2022-02-12T01:50:58.965Z] #60 1.630 + RM_GOPATH=1 [2022-02-12T01:50:58.965Z] #60 1.630 + case "$(go env GOARCH)" in [2022-02-12T01:50:58.965Z] #60 1.630 ++ go env GOARCH [2022-02-12T01:50:58.965Z] #60 1.670 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:50:58.965Z] #60 1.670 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:50:58.965Z] #60 1.670 ++ dirname /install.sh [2022-02-12T01:50:58.965Z] #60 1.670 + dir=/ [2022-02-12T01:50:58.965Z] #60 1.670 + bin=containerd [2022-02-12T01:50:58.965Z] #60 1.670 + shift [2022-02-12T01:50:58.965Z] #60 1.670 + '[' '!' -f //containerd.installer ']' [2022-02-12T01:50:58.965Z] #60 1.670 + . //containerd.installer [2022-02-12T01:50:58.965Z] #60 1.670 ++ set -e [2022-02-12T01:50:58.965Z] #60 1.670 ++ : v1.5.9 [2022-02-12T01:50:58.965Z] #60 1.670 + install_containerd [2022-02-12T01:50:58.965Z] #60 1.670 + echo 'Install containerd version v1.5.9' [2022-02-12T01:50:58.965Z] #60 1.670 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Omup5nfJvQ/src/github.com/containerd/containerd [2022-02-12T01:50:58.965Z] #60 1.684 Install containerd version v1.5.9 [2022-02-12T01:50:58.965Z] #60 1.684 Cloning into '/tmp/tmp.Omup5nfJvQ/src/github.com/containerd/containerd'... [2022-02-12T01:50:58.965Z] #60 ... [2022-02-12T01:50:58.965Z] [2022-02-12T01:50:58.965Z] #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-02-12T01:50:58.966Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:50:58.966Z] #14 40.72 Selecting previously unselected package binutils-mingw-w64. [2022-02-12T01:50:58.966Z] #14 40.73 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-02-12T01:50:58.966Z] #14 40.74 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-12T01:50:58.966Z] #14 40.84 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-02-12T01:50:58.966Z] #14 40.85 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:50:58.966Z] #14 40.87 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:50:58.966Z] #14 41.05 Selecting previously unselected package dmsetup. [2022-02-12T01:50:58.966Z] #14 41.06 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:50:58.966Z] #14 41.06 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-02-12T01:50:58.966Z] #14 41.23 Selecting previously unselected package mingw-w64-common. [2022-02-12T01:50:58.966Z] #14 41.23 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-02-12T01:50:58.966Z] #14 41.24 Unpacking mingw-w64-common (8.0.0-1) ... [2022-02-12T01:51:00.216Z] #43 ... [2022-02-12T01:51:00.216Z] [2022-02-12T01:51:00.216Z] #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-02-12T01:51:00.216Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-12T01:51:00.216Z] #58 16.37 Fetched 8502 kB in 12s (690 kB/s) [2022-02-12T01:51:00.216Z] #58 16.37 Reading package lists... [2022-02-12T01:51:00.216Z] #58 20.75 Reading package lists... [2022-02-12T01:51:00.216Z] #58 24.95 Building dependency tree... [2022-02-12T01:51:00.216Z] #58 ... [2022-02-12T01:51:00.216Z] [2022-02-12T01:51:00.216Z] #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-02-12T01:51:00.216Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:51:00.216Z] #51 22.31 go: downloading github.com/fatih/color v1.13.0 [2022-02-12T01:51:00.216Z] #51 22.35 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-12T01:51:00.216Z] #51 22.40 go: downloading github.com/spf13/cobra v1.3.0 [2022-02-12T01:51:00.216Z] #51 22.42 go: downloading github.com/spf13/pflag v1.0.5 [2022-02-12T01:51:00.216Z] #51 22.69 go: downloading github.com/spf13/viper v1.10.1 [2022-02-12T01:51:00.216Z] #51 22.80 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-02-12T01:51:00.216Z] #51 22.97 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-02-12T01:51:00.216Z] #51 23.00 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-02-12T01:51:00.216Z] #51 23.02 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-02-12T01:51:00.216Z] #51 23.05 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-02-12T01:51:00.216Z] #51 24.05 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-02-12T01:51:00.216Z] #51 24.07 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-02-12T01:51:00.216Z] #51 ... [2022-02-12T01:51:00.216Z] [2022-02-12T01:51:00.216Z] #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-02-12T01:51:00.216Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:51:00.216Z] #38 16.60 Fetched 8502 kB in 13s (675 kB/s) [2022-02-12T01:51:00.216Z] #38 16.60 Reading package lists... [2022-02-12T01:51:00.216Z] #38 20.99 Reading package lists... [2022-02-12T01:51:00.216Z] #38 25.26 Building dependency tree... [2022-02-12T01:51:00.216Z] #38 ... [2022-02-12T01:51:00.216Z] [2022-02-12T01:51:00.216Z] #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-02-12T01:51:00.216Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:51:00.216Z] #51 26.81 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-12T01:51:00.216Z] #51 26.81 go: downloading github.com/stretchr/testify v1.7.0 [2022-02-12T01:51:00.216Z] #51 26.97 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-02-12T01:51:00.216Z] #51 26.99 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-02-12T01:51:00.216Z] #51 27.05 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-02-12T01:51:00.216Z] #51 27.10 go: downloading github.com/magiconair/properties v1.8.5 [2022-02-12T01:51:00.216Z] #51 27.11 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-02-12T01:51:00.216Z] #51 27.16 go: downloading github.com/spf13/afero v1.6.0 [2022-02-12T01:51:00.216Z] #51 27.18 go: downloading github.com/spf13/cast v1.4.1 [2022-02-12T01:51:00.216Z] #51 27.19 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-02-12T01:51:00.216Z] #51 27.22 go: downloading github.com/subosito/gotenv v1.2.0 [2022-02-12T01:51:00.473Z] #51 27.30 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-02-12T01:51:00.473Z] #51 ... [2022-02-12T01:51:00.473Z] [2022-02-12T01:51:00.473Z] #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-02-12T01:51:00.473Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:51:00.473Z] #47 17.03 Fetched 8505 kB in 13s (641 kB/s) [2022-02-12T01:51:00.473Z] #47 17.03 Reading package lists... [2022-02-12T01:51:00.473Z] #47 21.44 Reading package lists... [2022-02-12T01:51:00.473Z] #47 25.62 Building dependency tree... [2022-02-12T01:51:00.473Z] #47 ... [2022-02-12T01:51:00.473Z] [2022-02-12T01:51:00.473Z] #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-02-12T01:51:00.473Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-12T01:51:00.473Z] #58 27.45 The following additional packages will be installed: [2022-02-12T01:51:00.473Z] #58 27.46 libbtrfs0 [2022-02-12T01:51:00.731Z] #58 27.62 The following NEW packages will be installed: [2022-02-12T01:51:00.731Z] #58 27.62 libbtrfs-dev libbtrfs0 [2022-02-12T01:51:00.988Z] #58 27.98 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:51:00.988Z] #58 27.98 Need to get 460 kB of archives. [2022-02-12T01:51:00.988Z] #58 27.98 After this operation, 1237 kB of additional disk space will be used. [2022-02-12T01:51:00.988Z] #58 27.98 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-02-12T01:51:01.246Z] #58 27.99 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-02-12T01:51:02.186Z] #58 28.87 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:51:02.186Z] #58 29.11 Fetched 460 kB in 0s (1398 kB/s) [2022-02-12T01:51:02.186Z] #58 29.20 Selecting previously unselected package libbtrfs0:amd64. [2022-02-12T01:51:02.444Z] #58 29.20 (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-02-12T01:51:02.444Z] #58 29.27 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-02-12T01:51:02.444Z] #58 29.29 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:51:02.489Z] Fetching without tags [2022-02-12T01:51:02.445Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:51:02.456Z] > git config --add remote.origin.fetch +refs/pull/43231/head:refs/remotes/origin/PR-43231 # timeout=10 [2022-02-12T01:51:02.461Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:51:02.481Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:51:02.493Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:51:02.493Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:51:02.494Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:51:02.705Z] #58 29.54 Selecting previously unselected package libbtrfs-dev:amd64. [2022-02-12T01:51:02.705Z] #58 29.55 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-02-12T01:51:02.705Z] #58 29.56 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:51:02.732Z] Merging remotes/origin/master commit 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 into PR head commit 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:51:02.955Z] #19 43.66 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-02-12T01:51:02.955Z] #19 43.66 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:51:02.955Z] #19 43.66 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-02-12T01:51:02.955Z] #19 43.70 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-02-12T01:51:02.955Z] #19 43.70 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:51:02.955Z] #19 43.71 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-02-12T01:51:03.312Z] #58 29.94 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:51:03.312Z] #58 29.97 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:51:03.312Z] #58 30.00 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:51:03.362Z] Merge succeeded, producing 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:51:03.362Z] Checking out Revision 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 (PR-43231) [2022-02-12T01:51:03.582Z] #58 ... [2022-02-12T01:51:03.582Z] [2022-02-12T01:51:03.582Z] #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-02-12T01:51:03.582Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-02-12T01:51:03.582Z] #53 30.13 v3.0.2 [2022-02-12T01:51:03.582Z] #53 DONE 30.5s [2022-02-12T01:51:03.846Z] [2022-02-12T01:51:03.846Z] #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-02-12T01:51:03.846Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-12T01:51:03.846Z] #58 DONE 30.5s [2022-02-12T01:51:03.846Z] [2022-02-12T01:51:03.846Z] #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-02-12T01:51:03.846Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:51:03.846Z] #51 27.41 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-02-12T01:51:03.846Z] #51 27.44 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-02-12T01:51:03.846Z] #51 27.55 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-02-12T01:51:03.846Z] #51 27.59 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-02-12T01:51:03.846Z] #51 27.61 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-02-12T01:51:03.846Z] #51 27.64 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-02-12T01:51:03.846Z] #51 27.66 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-02-12T01:51:03.846Z] #51 27.68 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-02-12T01:51:03.846Z] #51 27.70 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-02-12T01:51:03.846Z] #51 28.39 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-02-12T01:51:03.846Z] #51 28.56 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-02-12T01:51:03.846Z] #51 28.60 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-02-12T01:51:03.846Z] #51 28.65 go: downloading github.com/Antonboom/errname v0.1.5 [2022-02-12T01:51:03.846Z] #51 28.70 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-02-12T01:51:03.846Z] #51 28.72 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-02-12T01:51:03.846Z] #51 29.39 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-02-12T01:51:03.846Z] #51 29.44 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-02-12T01:51:03.846Z] #51 29.48 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-02-12T01:51:03.846Z] #51 29.52 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-02-12T01:51:03.846Z] #51 29.53 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-02-12T01:51:03.846Z] #51 29.57 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-02-12T01:51:03.846Z] #51 29.61 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-02-12T01:51:03.846Z] #51 29.64 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-02-12T01:51:03.846Z] #51 29.71 go: downloading github.com/breml/bidichk v0.2.1 [2022-02-12T01:51:03.846Z] #51 29.72 go: downloading github.com/breml/errchkjson v0.2.1 [2022-02-12T01:51:03.846Z] #51 29.83 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-02-12T01:51:03.846Z] #51 29.86 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-02-12T01:51:03.846Z] #51 29.93 go: downloading github.com/daixiang0/gci v0.2.9 [2022-02-12T01:51:03.846Z] #51 30.01 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-02-12T01:51:03.846Z] #51 30.12 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-02-12T01:51:03.846Z] #51 30.19 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-02-12T01:51:03.846Z] #51 30.28 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-02-12T01:51:03.846Z] #51 30.30 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-02-12T01:51:03.846Z] #51 30.32 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-02-12T01:51:03.846Z] #51 ... [2022-02-12T01:51:03.846Z] [2022-02-12T01:51:03.846Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-02-12T01:51:03.846Z] #59 sha256:3fb0c8436bcf64a795c53dcc5cd5b59fbefd26bfca7ba9dade5579558ad41fb6 [2022-02-12T01:51:03.846Z] #59 DONE 0.2s [2022-02-12T01:51:03.846Z] [2022-02-12T01:51:03.846Z] #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-02-12T01:51:03.846Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:51:03.846Z] #51 30.79 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-02-12T01:51:04.264Z] #14 46.12 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-02-12T01:51:04.264Z] #14 46.13 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-02-12T01:51:04.264Z] #14 46.16 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-12T01:51:04.264Z] #14 ... [2022-02-12T01:51:04.264Z] [2022-02-12T01:51:04.264Z] #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-02-12T01:51:04.264Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:51:04.264Z] #47 40.46 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:51:04.264Z] #47 40.49 Setting up python3-protobuf (3.12.4-1) ... [2022-02-12T01:51:04.264Z] #47 43.82 Setting up criu (3.16.1-3) ... [2022-02-12T01:51:04.264Z] #47 45.65 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:51:04.264Z] #47 DONE 46.2s [2022-02-12T01:51:04.264Z] [2022-02-12T01:51:04.264Z] #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-02-12T01:51:04.264Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:51:04.264Z] #38 41.28 Selecting previously unselected package libjsoncpp24:amd64. [2022-02-12T01:51:04.264Z] #38 41.29 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-02-12T01:51:04.264Z] #38 41.30 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-02-12T01:51:04.264Z] #38 41.42 Selecting previously unselected package librhash0:amd64. [2022-02-12T01:51:04.264Z] #38 41.44 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-02-12T01:51:04.264Z] #38 41.45 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-02-12T01:51:04.264Z] #38 41.62 Selecting previously unselected package libuv1:amd64. [2022-02-12T01:51:04.264Z] #38 41.62 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-02-12T01:51:04.264Z] #38 41.63 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-02-12T01:51:04.264Z] #38 41.78 Selecting previously unselected package cmake. [2022-02-12T01:51:04.264Z] #38 41.78 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-02-12T01:51:04.264Z] #38 41.80 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-02-12T01:51:04.264Z] #38 45.34 Setting up libicu67:amd64 (67.1-7) ... [2022-02-12T01:51:04.264Z] #38 45.37 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:51:04.264Z] #38 45.38 Setting up libuv1:amd64 (1.40.0-2) ... [2022-02-12T01:51:04.264Z] #38 45.39 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:51:04.264Z] #38 45.43 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-02-12T01:51:04.264Z] #38 45.44 Setting up librhash0:amd64 (1.4.1-2) ... [2022-02-12T01:51:04.264Z] #38 45.45 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-02-12T01:51:04.264Z] #38 45.47 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-02-12T01:51:04.264Z] #38 45.48 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-02-12T01:51:04.264Z] #38 45.49 Setting up cmake (3.18.4-2+deb11u1) ... [2022-02-12T01:51:04.264Z] #38 45.50 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:51:04.264Z] #38 DONE 46.5s [2022-02-12T01:51:04.264Z] [2022-02-12T01:51:04.264Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-02-12T01:51:04.264Z] #39 sha256:0bb0b1af1ceb6b4aba4f31326be93179eaf1d010e4f14156197938d47d8a22c0 [2022-02-12T01:51:04.425Z] #51 31.09 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-02-12T01:51:04.425Z] #51 31.13 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-02-12T01:51:04.425Z] #51 31.17 go: downloading github.com/golangci/misspell v0.3.5 [2022-02-12T01:51:04.425Z] #51 31.21 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-02-12T01:51:04.425Z] #51 31.25 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-02-12T01:51:04.425Z] #51 31.31 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-02-12T01:51:04.526Z] #39 DONE 0.2s [2022-02-12T01:51:04.527Z] [2022-02-12T01:51:04.527Z] #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-02-12T01:51:04.527Z] #40 sha256:274901a47bcd1762059519beec048606edf7add08ea4a4a9ce3f3a12ad767f9a [2022-02-12T01:51:02.745Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:51:02.753Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:51:03.301Z] > git remote # timeout=10 [2022-02-12T01:51:03.320Z] > git config --get remote.origin.url # timeout=10 [2022-02-12T01:51:03.332Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:51:03.334Z] > git merge 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 # timeout=10 [2022-02-12T01:51:03.351Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-12T01:51:03.364Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:51:03.377Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:51:04.735Z] #51 31.46 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-02-12T01:51:04.735Z] #51 31.53 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-02-12T01:51:04.735Z] #51 31.54 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-02-12T01:51:04.735Z] #51 31.56 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-02-12T01:51:04.735Z] #51 31.58 go: downloading github.com/julz/importas v0.1.0 [2022-02-12T01:51:04.993Z] #51 31.66 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-02-12T01:51:04.993Z] #51 31.69 go: downloading github.com/kulti/thelper v0.5.0 [2022-02-12T01:51:04.993Z] #51 31.84 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-02-12T01:51:04.993Z] #51 31.87 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-02-12T01:51:04.993Z] #51 31.87 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-02-12T01:51:04.993Z] #51 31.91 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-02-12T01:51:05.251Z] #51 32.04 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-02-12T01:51:05.251Z] #51 32.06 go: downloading github.com/maratori/testpackage v1.0.1 [2022-02-12T01:51:05.251Z] #51 32.11 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-02-12T01:51:05.509Z] #51 32.23 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-02-12T01:51:05.509Z] #51 32.28 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-02-12T01:51:05.509Z] #51 32.35 go: downloading github.com/mgechev/revive v1.1.3 [2022-02-12T01:51:05.918Z] #40 1.307 + RM_GOPATH=0 [2022-02-12T01:51:05.918Z] #40 1.307 + TMP_GOPATH= [2022-02-12T01:51:05.918Z] #40 1.307 + : /build [2022-02-12T01:51:05.918Z] #40 1.307 + '[' -z '' ']' [2022-02-12T01:51:05.918Z] #40 1.307 ++ mktemp -d [2022-02-12T01:51:05.918Z] #40 1.307 + export GOPATH=/tmp/tmp.YohjDLUMGc [2022-02-12T01:51:05.918Z] #40 1.307 + GOPATH=/tmp/tmp.YohjDLUMGc [2022-02-12T01:51:05.918Z] #40 1.307 + RM_GOPATH=1 [2022-02-12T01:51:05.918Z] #40 1.307 + case "$(go env GOARCH)" in [2022-02-12T01:51:05.918Z] #40 1.307 ++ go env GOARCH [2022-02-12T01:51:05.918Z] #40 1.360 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:51:05.918Z] #40 1.360 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:51:05.918Z] #40 1.360 ++ dirname /install.sh [2022-02-12T01:51:05.918Z] #40 1.360 + dir=/ [2022-02-12T01:51:05.918Z] #40 1.360 + bin=tini [2022-02-12T01:51:05.918Z] #40 1.360 + shift [2022-02-12T01:51:05.918Z] #40 1.360 + '[' '!' -f //tini.installer ']' [2022-02-12T01:51:05.918Z] #40 1.360 + . //tini.installer [2022-02-12T01:51:05.918Z] #40 1.360 ++ : v0.19.0 [2022-02-12T01:51:05.918Z] #40 1.360 + install_tini [2022-02-12T01:51:05.918Z] #40 1.360 + echo 'Install tini version v0.19.0' [2022-02-12T01:51:05.918Z] #40 1.360 + git clone https://github.com/krallin/tini.git /tmp/tmp.YohjDLUMGc/tini [2022-02-12T01:51:05.918Z] #40 1.360 Install tini version v0.19.0 [2022-02-12T01:51:05.918Z] #40 1.402 Cloning into '/tmp/tmp.YohjDLUMGc/tini'... [2022-02-12T01:51:06.019Z] Client: Docker Engine - Community [2022-02-12T01:51:06.019Z] Version: 20.10.12 [2022-02-12T01:51:06.019Z] API version: 1.41 [2022-02-12T01:51:06.019Z] Go version: go1.16.12 [2022-02-12T01:51:06.019Z] Git commit: e91ed57 [2022-02-12T01:51:06.019Z] Built: Mon Dec 13 11:45:33 2021 [2022-02-12T01:51:06.019Z] OS/Arch: linux/amd64 [2022-02-12T01:51:06.019Z] Context: default [2022-02-12T01:51:06.019Z] Experimental: true [2022-02-12T01:51:06.019Z] [2022-02-12T01:51:06.019Z] Server: Docker Engine - Community [2022-02-12T01:51:06.019Z] Engine: [2022-02-12T01:51:06.019Z] Version: 20.10.12 [2022-02-12T01:51:06.019Z] API version: 1.41 (minimum version 1.12) [2022-02-12T01:51:06.019Z] Go version: go1.16.12 [2022-02-12T01:51:06.019Z] Git commit: 459d0df [2022-02-12T01:51:06.019Z] Built: Mon Dec 13 11:43:42 2021 [2022-02-12T01:51:06.019Z] OS/Arch: linux/amd64 [2022-02-12T01:51:06.019Z] Experimental: true [2022-02-12T01:51:06.019Z] containerd: [2022-02-12T01:51:06.019Z] Version: 1.4.12 [2022-02-12T01:51:06.019Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-12T01:51:06.019Z] runc: [2022-02-12T01:51:06.019Z] Version: 1.0.2 [2022-02-12T01:51:06.019Z] GitCommit: v1.0.2-0-g52b36a2 [2022-02-12T01:51:06.019Z] docker-init: [2022-02-12T01:51:06.019Z] Version: 0.19.0 [2022-02-12T01:51:06.019Z] GitCommit: de40ad0 [Pipeline] sh [2022-02-12T01:51:06.083Z] #51 32.89 go: downloading github.com/moricho/tparallel v0.2.1 [2022-02-12T01:51:06.083Z] #51 32.92 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-02-12T01:51:06.083Z] #51 32.92 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-02-12T01:51:06.083Z] #51 32.95 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-02-12T01:51:06.083Z] #51 32.96 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-02-12T01:51:06.083Z] #51 33.03 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-02-12T01:51:06.323Z] + docker info [2022-02-12T01:51:06.342Z] #51 33.04 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-02-12T01:51:06.342Z] #51 33.10 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-02-12T01:51:06.342Z] #51 33.15 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-02-12T01:51:06.599Z] #51 33.35 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-02-12T01:51:06.599Z] #51 33.35 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-02-12T01:51:06.599Z] #51 33.37 go: downloading github.com/sivchari/tenv v1.4.7 [2022-02-12T01:51:06.599Z] #51 33.39 go: downloading github.com/sonatard/noctx v0.0.1 [2022-02-12T01:51:06.599Z] #51 33.40 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-02-12T01:51:06.599Z] #51 33.46 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-02-12T01:51:06.599Z] #51 33.49 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-02-12T01:51:06.599Z] #51 33.50 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-02-12T01:51:06.857Z] #51 33.57 go: downloading github.com/tetafro/godot v1.4.11 [2022-02-12T01:51:06.857Z] #51 33.59 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-02-12T01:51:06.857Z] #51 33.60 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-02-12T01:51:06.857Z] #51 33.64 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-02-12T01:51:06.857Z] #51 33.75 go: downloading github.com/ultraware/funlen v0.0.3 [2022-02-12T01:51:06.866Z] #40 2.116 + cd /tmp/tmp.YohjDLUMGc/tini [2022-02-12T01:51:06.866Z] #40 2.116 + git checkout -q v0.19.0 [2022-02-12T01:51:06.866Z] #40 2.121 + cmake . [2022-02-12T01:51:07.115Z] #51 33.76 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-02-12T01:51:07.115Z] #51 33.78 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-02-12T01:51:07.115Z] #51 33.80 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-02-12T01:51:07.115Z] #51 33.82 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-02-12T01:51:07.115Z] #51 34.04 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-02-12T01:51:07.128Z] #40 2.630 -- The C compiler identification is GNU 10.2.1 [2022-02-12T01:51:07.128Z] #40 2.688 -- Detecting C compiler ABI info [2022-02-12T01:51:07.224Z] #19 47.61 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-02-12T01:51:07.224Z] #19 47.61 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:51:07.224Z] #19 47.62 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-02-12T01:51:07.224Z] #19 47.66 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-02-12T01:51:07.224Z] #19 47.66 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:51:07.224Z] #19 47.66 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-02-12T01:51:07.230Z] Commit message: "pkg/filenotify: don't open file for polling" [2022-02-12T01:51:07.252Z] > git --version # timeout=10 [2022-02-12T01:51:07.265Z] > git --version # 'git version 2.25.1' [2022-02-12T01:51:07.277Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-02-12T01:51:07.372Z] #51 34.21 go: downloading honnef.co/go/tools v0.2.2 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-12T01:51:07.701Z] #40 3.304 -- Detecting C compiler ABI info - done [2022-02-12T01:51:07.701Z] #40 3.413 -- Check for working C compiler: /usr/bin/cc - skipped [2022-02-12T01:51:07.937Z] #51 ... [2022-02-12T01:51:07.937Z] [2022-02-12T01:51:07.937Z] #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-02-12T01:51:07.937Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:51:07.937Z] #14 20.50 Reading package lists... [2022-02-12T01:51:07.937Z] #14 24.79 Building dependency tree... [2022-02-12T01:51:07.937Z] #14 27.47 The following additional packages will be installed: [2022-02-12T01:51:07.937Z] #14 27.48 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-12T01:51:07.937Z] #14 27.48 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-02-12T01:51:07.937Z] #14 27.48 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-02-12T01:51:07.937Z] #14 27.48 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-02-12T01:51:07.937Z] #14 27.48 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-02-12T01:51:07.937Z] #14 27.48 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-02-12T01:51:07.937Z] #14 27.49 mingw-w64-common mingw-w64-x86-64-dev [2022-02-12T01:51:07.937Z] #14 27.50 Suggested packages: [2022-02-12T01:51:07.937Z] #14 27.51 gcc-10-locales seccomp wine64 [2022-02-12T01:51:07.937Z] #14 28.56 The following NEW packages will be installed: [2022-02-12T01:51:07.937Z] #14 28.59 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-12T01:51:07.937Z] #14 28.59 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-02-12T01:51:07.937Z] #14 28.59 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-02-12T01:51:07.937Z] #14 28.59 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-02-12T01:51:07.937Z] #14 28.59 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-02-12T01:51:07.937Z] #14 28.59 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-02-12T01:51:07.937Z] #14 28.60 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-02-12T01:51:07.937Z] #14 28.60 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-02-12T01:51:07.937Z] #14 28.60 mingw-w64-x86-64-dev [2022-02-12T01:51:07.937Z] #14 29.01 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:51:07.937Z] #14 29.01 Need to get 115 MB of archives. [2022-02-12T01:51:07.937Z] #14 29.01 After this operation, 645 MB of additional disk space will be used. [2022-02-12T01:51:07.937Z] #14 29.01 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-02-12T01:51:07.937Z] #14 29.10 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-02-12T01:51:07.938Z] #14 29.25 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-02-12T01:51:07.938Z] #14 29.26 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-02-12T01:51:07.938Z] #14 29.27 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-02-12T01:51:07.938Z] #14 29.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-02-12T01:51:07.938Z] #14 29.50 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-02-12T01:51:07.938Z] #14 29.67 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-02-12T01:51:07.938Z] #14 29.67 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-02-12T01:51:07.938Z] #14 30.37 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-02-12T01:51:07.938Z] #14 32.23 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-02-12T01:51:07.938Z] #14 32.89 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-02-12T01:51:07.938Z] #14 33.22 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-02-12T01:51:07.938Z] #14 34.29 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-02-12T01:51:07.938Z] #14 34.78 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-02-12T01:51:07.938Z] #14 34.78 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-02-12T01:51:07.938Z] #14 34.79 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-02-12T01:51:07.938Z] #14 34.80 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-02-12T01:51:07.938Z] #14 34.82 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-02-12T01:51:07.938Z] #14 34.82 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-02-12T01:51:07.938Z] #14 34.82 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-02-12T01:51:07.938Z] #14 34.83 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-02-12T01:51:07.938Z] #14 34.83 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-02-12T01:51:07.938Z] #14 34.85 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-02-12T01:51:07.938Z] #14 34.86 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-02-12T01:51:07.938Z] #14 34.87 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-02-12T01:51:07.938Z] #14 34.88 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-02-12T01:51:07.938Z] #14 ... [2022-02-12T01:51:07.938Z] [2022-02-12T01:51:07.938Z] #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-02-12T01:51:07.938Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:51:07.938Z] #38 28.16 The following additional packages will be installed: [2022-02-12T01:51:07.938Z] #38 28.19 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-02-12T01:51:07.938Z] #38 28.21 Suggested packages: [2022-02-12T01:51:07.938Z] #38 28.22 cmake-doc ninja-build lrzip [2022-02-12T01:51:07.938Z] #38 28.22 Recommended packages: [2022-02-12T01:51:07.938Z] #38 28.22 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-02-12T01:51:07.938Z] #38 28.84 The following NEW packages will be installed: [2022-02-12T01:51:07.938Z] #38 28.87 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-02-12T01:51:07.938Z] #38 28.87 vim-common xxd [2022-02-12T01:51:07.938Z] #38 29.24 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:51:07.938Z] #38 29.24 Need to get 17.7 MB of archives. [2022-02-12T01:51:07.938Z] #38 29.24 After this operation, 70.7 MB of additional disk space will be used. [2022-02-12T01:51:07.938Z] #38 29.24 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-12T01:51:07.938Z] #38 29.25 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-12T01:51:07.938Z] #38 29.25 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-02-12T01:51:07.938Z] #38 29.34 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-02-12T01:51:07.938Z] #38 29.77 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-02-12T01:51:07.938Z] #38 29.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-02-12T01:51:07.938Z] #38 29.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-02-12T01:51:07.938Z] #38 29.82 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-02-12T01:51:07.938Z] #38 29.83 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-02-12T01:51:07.938Z] #38 29.83 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-02-12T01:51:07.938Z] #38 31.63 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:51:07.938Z] #38 31.94 Fetched 17.7 MB in 1s (15.0 MB/s) [2022-02-12T01:51:07.938Z] #38 32.03 Selecting previously unselected package xxd. [2022-02-12T01:51:07.938Z] #38 32.03 (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-02-12T01:51:07.938Z] #38 32.11 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-12T01:51:07.938Z] #38 32.12 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:51:07.938Z] #38 32.39 Selecting previously unselected package vim-common. [2022-02-12T01:51:07.938Z] #38 32.40 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:51:07.938Z] #38 32.41 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:51:07.938Z] #38 32.83 Selecting previously unselected package cmake-data. [2022-02-12T01:51:07.938Z] #38 32.83 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-02-12T01:51:07.938Z] #38 32.84 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-02-12T01:51:07.963Z] #40 3.416 -- Detecting C compile features [2022-02-12T01:51:07.963Z] #40 3.423 -- Detecting C compile features - done [2022-02-12T01:51:07.963Z] #40 3.468 -- Performing Test HAS_BUILTIN_FORTIFY [2022-02-12T01:51:08.196Z] #38 ... [2022-02-12T01:51:08.196Z] [2022-02-12T01:51:08.196Z] #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-02-12T01:51:08.196Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:51:08.196Z] #14 34.89 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-02-12T01:51:08.196Z] #14 34.89 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-02-12T01:51:08.196Z] #14 34.90 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-02-12T01:51:08.225Z] #40 3.651 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-02-12T01:51:08.225Z] #40 3.769 -- Configuring done [2022-02-12T01:51:08.225Z] #40 3.793 -- Generating done [2022-02-12T01:51:08.225Z] #40 3.797 -- Build files have been written to: /tmp/tmp.YohjDLUMGc/tini [2022-02-12T01:51:08.225Z] #40 3.810 + make tini-static [2022-02-12T01:51:08.242Z] + docker version [2022-02-12T01:51:08.487Z] #40 4.166 Scanning dependencies of target tini-static [2022-02-12T01:51:08.750Z] #40 4.216 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-02-12T01:51:08.760Z] #14 35.65 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:51:09.012Z] #40 ... [2022-02-12T01:51:09.012Z] [2022-02-12T01:51:09.012Z] #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-02-12T01:51:09.012Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-12T01:51:09.012Z] #49 50.75 gotestsum version dev [2022-02-12T01:51:09.012Z] #49 DONE 51.3s [2022-02-12T01:51:09.018Z] #14 35.82 Fetched 115 MB in 6s (18.4 MB/s) [2022-02-12T01:51:09.018Z] #14 35.88 Selecting previously unselected package binutils-mingw-w64-i686. [2022-02-12T01:51:09.274Z] [2022-02-12T01:51:09.274Z] #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-02-12T01:51:09.274Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:51:09.274Z] #51 41.38 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-02-12T01:51:09.274Z] #51 41.50 go: downloading github.com/gobwas/glob v0.2.3 [2022-02-12T01:51:09.274Z] #51 41.54 go: downloading github.com/kisielk/gotool v1.0.0 [2022-02-12T01:51:09.274Z] #51 41.58 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-02-12T01:51:09.274Z] #51 41.64 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-02-12T01:51:09.274Z] #51 41.65 go: downloading golang.org/x/mod v0.5.1 [2022-02-12T01:51:09.274Z] #51 41.72 go: downloading github.com/ettle/strcase v0.1.1 [2022-02-12T01:51:09.274Z] #51 41.79 go: downloading github.com/fatih/structtag v1.2.0 [2022-02-12T01:51:09.274Z] #51 41.80 go: downloading github.com/Masterminds/semver v1.5.0 [2022-02-12T01:51:09.274Z] #51 41.89 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-02-12T01:51:09.274Z] #51 41.93 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-02-12T01:51:09.274Z] #51 41.95 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-02-12T01:51:09.274Z] #51 42.32 go: downloading github.com/prometheus/client_model v0.2.0 [2022-02-12T01:51:09.274Z] #51 42.38 go: downloading github.com/google/go-cmp v0.5.6 [2022-02-12T01:51:09.274Z] #51 42.65 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-02-12T01:51:09.274Z] #51 42.73 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-02-12T01:51:09.274Z] #51 42.76 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-02-12T01:51:09.275Z] #51 42.83 go: downloading github.com/beorn7/perks v1.0.1 [2022-02-12T01:51:09.275Z] #51 42.85 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-02-12T01:51:09.275Z] #51 42.89 go: downloading github.com/golang/protobuf v1.5.2 [2022-02-12T01:51:09.275Z] #51 42.91 go: downloading github.com/cespare/xxhash v1.1.0 [2022-02-12T01:51:09.275Z] #51 43.07 go: downloading github.com/prometheus/common v0.10.0 [2022-02-12T01:51:09.275Z] #51 43.30 go: downloading github.com/prometheus/procfs v0.6.0 [2022-02-12T01:51:09.275Z] #51 43.39 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-02-12T01:51:09.275Z] #51 43.44 go: downloading google.golang.org/protobuf v1.27.1 [2022-02-12T01:51:09.275Z] #51 44.76 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-02-12T01:51:09.276Z] #14 35.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-02-12T01:51:09.276Z] #14 36.09 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-02-12T01:51:09.276Z] #14 36.09 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-12T01:51:09.848Z] #51 ... [2022-02-12T01:51:09.848Z] [2022-02-12T01:51:09.848Z] #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-02-12T01:51:09.848Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:51:09.848Z] #14 52.00 Selecting previously unselected package gcc-mingw-w64-base. [2022-02-12T01:51:09.848Z] #14 52.00 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:51:09.848Z] #14 52.02 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-12T01:51:10.110Z] #14 52.36 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-02-12T01:51:10.110Z] #14 52.36 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:51:10.110Z] #14 52.40 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-12T01:51:10.520Z] #19 51.50 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-02-12T01:51:10.684Z] #14 ... [2022-02-12T01:51:10.685Z] [2022-02-12T01:51:10.685Z] #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-02-12T01:51:10.685Z] #40 sha256:274901a47bcd1762059519beec048606edf7add08ea4a4a9ce3f3a12ad767f9a [2022-02-12T01:51:10.685Z] #40 5.550 [100%] Linking C executable tini-static [2022-02-12T01:51:10.685Z] #40 6.184 [100%] Built target tini-static [2022-02-12T01:51:10.685Z] #40 6.199 + mkdir -p /build [2022-02-12T01:51:10.685Z] #40 6.200 + cp tini-static /build/docker-init [2022-02-12T01:51:10.685Z] #40 DONE 6.3s [2022-02-12T01:51:10.779Z] #19 51.50 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:51:10.779Z] #19 51.50 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-02-12T01:51:10.779Z] #19 51.54 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-02-12T01:51:10.779Z] #19 51.54 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:51:10.779Z] #19 51.54 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:51:10.947Z] [2022-02-12T01:51:10.947Z] #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-02-12T01:51:10.947Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:51:11.172Z] #14 38.01 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-02-12T01:51:11.172Z] #14 38.02 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-02-12T01:51:11.172Z] #14 38.03 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-12T01:51:12.105Z] #14 ... [2022-02-12T01:51:12.105Z] [2022-02-12T01:51:12.105Z] #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-02-12T01:51:12.105Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:51:12.105Z] #47 28.54 The following additional packages will be installed: [2022-02-12T01:51:12.105Z] #47 28.55 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-02-12T01:51:12.105Z] #47 28.56 python3-protobuf python3-six [2022-02-12T01:51:12.105Z] #47 28.56 Suggested packages: [2022-02-12T01:51:12.105Z] #47 28.57 python3-setuptools [2022-02-12T01:51:12.106Z] #47 28.57 Recommended packages: [2022-02-12T01:51:12.106Z] #47 28.57 iproute2 | iproute [2022-02-12T01:51:12.106Z] #47 29.11 The following NEW packages will be installed: [2022-02-12T01:51:12.106Z] #47 29.13 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-02-12T01:51:12.106Z] #47 29.13 python3-protobuf python3-six [2022-02-12T01:51:12.106Z] #47 29.65 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:51:12.106Z] #47 29.65 Need to get 2292 kB of archives. [2022-02-12T01:51:12.106Z] #47 29.65 After this operation, 11.0 MB of additional disk space will be used. [2022-02-12T01:51:12.106Z] #47 29.65 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-02-12T01:51:12.106Z] #47 29.68 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-12T01:51:12.106Z] #47 29.69 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-02-12T01:51:12.106Z] #47 29.69 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-02-12T01:51:12.106Z] #47 29.70 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-02-12T01:51:12.106Z] #47 29.71 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-02-12T01:51:12.106Z] #47 29.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-02-12T01:51:12.106Z] #47 33.44 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-02-12T01:51:12.106Z] #47 34.73 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:51:12.106Z] #47 34.94 Fetched 2292 kB in 5s (500 kB/s) [2022-02-12T01:51:12.106Z] #47 35.04 Selecting previously unselected package libprotobuf23:amd64. [2022-02-12T01:51:12.106Z] #47 35.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-02-12T01:51:12.106Z] #47 35.13 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-02-12T01:51:12.106Z] #47 35.15 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-02-12T01:51:12.106Z] #47 35.84 Selecting previously unselected package python3-pkg-resources. [2022-02-12T01:51:12.106Z] #47 35.84 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-12T01:51:12.106Z] #47 35.85 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:51:12.106Z] #47 36.03 Selecting previously unselected package python3-six. [2022-02-12T01:51:12.106Z] #47 36.04 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-02-12T01:51:12.106Z] #47 36.06 Unpacking python3-six (1.16.0-2) ... [2022-02-12T01:51:12.106Z] #47 36.14 Selecting previously unselected package python3-protobuf. [2022-02-12T01:51:12.106Z] #47 36.15 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-02-12T01:51:12.106Z] #47 36.15 Unpacking python3-protobuf (3.12.4-1) ... [2022-02-12T01:51:12.106Z] #47 36.57 Selecting previously unselected package libnet1:amd64. [2022-02-12T01:51:12.106Z] #47 36.57 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-02-12T01:51:12.106Z] #47 36.57 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:51:12.106Z] #47 36.70 Selecting previously unselected package libnl-3-200:amd64. [2022-02-12T01:51:12.106Z] #47 36.70 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-02-12T01:51:12.106Z] #47 36.71 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:51:12.106Z] #47 36.83 Selecting previously unselected package libprotobuf-c1:amd64. [2022-02-12T01:51:12.106Z] #47 36.83 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-02-12T01:51:12.106Z] #47 36.85 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:51:12.106Z] #47 36.91 Selecting previously unselected package criu. [2022-02-12T01:51:12.106Z] #47 36.91 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-02-12T01:51:12.106Z] #47 36.92 Unpacking criu (3.16.1-3) ... [2022-02-12T01:51:12.106Z] #47 37.65 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:51:12.106Z] #47 ... [2022-02-12T01:51:12.106Z] [2022-02-12T01:51:12.106Z] #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-02-12T01:51:12.106Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-12T01:51:12.106Z] #34 38.15 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-02-12T01:51:12.106Z] #34 38.25 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-02-12T01:51:12.106Z] #34 38.65 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-02-12T01:51:14.008Z] #34 ... [2022-02-12T01:51:14.008Z] [2022-02-12T01:51:14.008Z] #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-02-12T01:51:14.008Z] #60 sha256:58dbbfa98ba5a12414bccc1baaffee8659b401c1ccda978be7513d8196283325 [2022-02-12T01:51:14.008Z] #60 1.527 + RM_GOPATH=0 [2022-02-12T01:51:14.008Z] #60 1.527 + TMP_GOPATH= [2022-02-12T01:51:14.008Z] #60 1.527 + : /build [2022-02-12T01:51:14.008Z] #60 1.527 + '[' -z '' ']' [2022-02-12T01:51:14.008Z] #60 1.527 ++ mktemp -d [2022-02-12T01:51:14.008Z] #60 1.527 + export GOPATH=/tmp/tmp.HAoA4EKN4B [2022-02-12T01:51:14.008Z] #60 1.527 + GOPATH=/tmp/tmp.HAoA4EKN4B [2022-02-12T01:51:14.008Z] #60 1.527 + RM_GOPATH=1 [2022-02-12T01:51:14.008Z] #60 1.527 + case "$(go env GOARCH)" in [2022-02-12T01:51:14.008Z] #60 1.527 ++ go env GOARCH [2022-02-12T01:51:14.008Z] #60 1.527 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:51:14.008Z] #60 1.527 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:51:14.008Z] #60 1.527 ++ dirname /install.sh [2022-02-12T01:51:14.008Z] #60 1.527 + dir=/ [2022-02-12T01:51:14.008Z] #60 1.527 + bin=containerd [2022-02-12T01:51:14.008Z] #60 1.527 + shift [2022-02-12T01:51:14.008Z] #60 1.527 + '[' '!' -f //containerd.installer ']' [2022-02-12T01:51:14.008Z] #60 1.527 + . //containerd.installer [2022-02-12T01:51:14.008Z] #60 1.527 ++ set -e [2022-02-12T01:51:14.008Z] #60 1.527 ++ : v1.5.9 [2022-02-12T01:51:14.008Z] #60 1.527 + install_containerd [2022-02-12T01:51:14.008Z] #60 1.527 + echo 'Install containerd version v1.5.9' [2022-02-12T01:51:14.008Z] #60 1.527 + git clone https://github.com/containerd/containerd.git /tmp/tmp.HAoA4EKN4B/src/github.com/containerd/containerd [2022-02-12T01:51:14.008Z] #60 1.527 Cloning into '/tmp/tmp.HAoA4EKN4B/src/github.com/containerd/containerd'... [2022-02-12T01:51:14.008Z] #60 1.527 Install containerd version v1.5.9 [2022-02-12T01:51:14.008Z] #60 ... [2022-02-12T01:51:14.008Z] [2022-02-12T01:51:14.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-02-12T01:51:14.008Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:51:14.008Z] #14 40.07 Selecting previously unselected package binutils-mingw-w64. [2022-02-12T01:51:14.008Z] #14 40.08 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-02-12T01:51:14.008Z] #14 40.09 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-12T01:51:14.008Z] #14 40.21 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-02-12T01:51:14.008Z] #14 40.21 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:51:14.008Z] #14 40.22 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:51:14.008Z] #14 40.41 Selecting previously unselected package dmsetup. [2022-02-12T01:51:14.008Z] #14 40.41 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:51:14.008Z] #14 40.42 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-02-12T01:51:14.008Z] #14 40.60 Selecting previously unselected package mingw-w64-common. [2022-02-12T01:51:14.008Z] #14 40.60 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-02-12T01:51:14.008Z] #14 40.62 Unpacking mingw-w64-common (8.0.0-1) ... [2022-02-12T01:51:14.978Z] #19 55.26 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-02-12T01:51:14.978Z] #19 55.26 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:51:14.978Z] #19 55.27 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-02-12T01:51:14.978Z] #19 55.30 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-02-12T01:51:14.978Z] #19 55.30 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:51:14.978Z] #19 55.31 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:51:16.245Z] #51 ... [2022-02-12T01:51:16.245Z] [2022-02-12T01:51:16.245Z] #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-02-12T01:51:16.245Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:51:16.245Z] #14 57.99 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-02-12T01:51:16.245Z] #14 57.99 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:51:16.245Z] #14 58.00 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:51:18.202Z] Client: Docker Engine - Community [2022-02-12T01:51:18.202Z] Version: 20.10.12 [2022-02-12T01:51:18.202Z] API version: 1.41 [2022-02-12T01:51:18.202Z] Go version: go1.16.12 [2022-02-12T01:51:18.202Z] Git commit: e91ed57 [2022-02-12T01:51:18.202Z] Built: Mon Dec 13 11:44:28 2021 [2022-02-12T01:51:18.202Z] OS/Arch: linux/arm64 [2022-02-12T01:51:18.202Z] Context: default [2022-02-12T01:51:18.202Z] Experimental: true [2022-02-12T01:51:18.202Z] [2022-02-12T01:51:18.202Z] Server: Docker Engine - Community [2022-02-12T01:51:18.202Z] Engine: [2022-02-12T01:51:18.202Z] Version: 20.10.12 [2022-02-12T01:51:18.202Z] API version: 1.41 (minimum version 1.12) [2022-02-12T01:51:18.202Z] Go version: go1.16.12 [2022-02-12T01:51:18.202Z] Git commit: 459d0df [2022-02-12T01:51:18.202Z] Built: Mon Dec 13 11:43:05 2021 [2022-02-12T01:51:18.202Z] OS/Arch: linux/arm64 [2022-02-12T01:51:18.202Z] Experimental: true [2022-02-12T01:51:18.202Z] containerd: [2022-02-12T01:51:18.202Z] Version: 1.4.12 [2022-02-12T01:51:18.202Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-12T01:51:18.202Z] runc: [2022-02-12T01:51:18.202Z] Version: 1.0.2 [2022-02-12T01:51:18.202Z] GitCommit: v1.0.2-0-g52b36a2 [2022-02-12T01:51:18.202Z] docker-init: [2022-02-12T01:51:18.202Z] Version: 0.19.0 [2022-02-12T01:51:18.202Z] GitCommit: de40ad0 [Pipeline] sh [2022-02-12T01:51:18.272Z] #19 58.87 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-02-12T01:51:18.272Z] #19 58.87 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:51:18.272Z] #19 58.87 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:51:18.272Z] #19 58.90 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-02-12T01:51:18.272Z] #19 58.90 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:51:18.272Z] #19 58.91 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-02-12T01:51:18.272Z] #19 58.93 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-02-12T01:51:18.272Z] #19 58.93 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:51:18.272Z] #19 58.94 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-02-12T01:51:18.272Z] #19 58.96 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-02-12T01:51:18.272Z] #19 58.96 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:51:18.272Z] #19 58.96 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:51:18.272Z] #19 58.99 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-02-12T01:51:18.272Z] #19 58.99 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:51:18.272Z] #19 58.99 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:51:18.272Z] #19 59.02 Selecting previously unselected package cross-config. [2022-02-12T01:51:18.272Z] #19 59.02 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-02-12T01:51:18.272Z] #19 59.02 Unpacking cross-config (2.6.18+nmu1) ... [2022-02-12T01:51:18.272Z] #19 59.05 Selecting previously unselected package gcc-10-cross-base. [2022-02-12T01:51:18.272Z] #19 59.05 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:18.272Z] #19 59.05 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-02-12T01:51:18.272Z] #19 59.09 Selecting previously unselected package libc6-arm64-cross. [2022-02-12T01:51:18.272Z] #19 59.09 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-02-12T01:51:18.272Z] #19 59.09 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-02-12T01:51:18.272Z] #19 59.22 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-02-12T01:51:18.272Z] #19 59.22 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:18.272Z] #19 59.22 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:51:18.272Z] #19 59.25 Selecting previously unselected package libgomp1-arm64-cross. [2022-02-12T01:51:18.272Z] #19 59.26 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:18.272Z] #19 59.26 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:51:18.272Z] #19 59.29 Selecting previously unselected package libitm1-arm64-cross. [2022-02-12T01:51:18.272Z] #19 59.29 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:18.272Z] #19 59.30 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:51:18.272Z] #19 59.32 Selecting previously unselected package libatomic1-arm64-cross. [2022-02-12T01:51:18.531Z] #19 59.32 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:18.531Z] #19 59.33 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:51:18.531Z] #19 59.36 Selecting previously unselected package libasan6-arm64-cross. [2022-02-12T01:51:18.531Z] #19 59.36 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:18.531Z] #19 59.36 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:51:18.531Z] #19 59.57 Selecting previously unselected package liblsan0-arm64-cross. [2022-02-12T01:51:18.531Z] #19 59.57 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:18.531Z] #19 59.57 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:51:18.547Z] + docker info [2022-02-12T01:51:18.791Z] #19 59.67 Selecting previously unselected package libtsan0-arm64-cross. [2022-02-12T01:51:18.791Z] #19 59.67 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:18.791Z] #19 59.68 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:51:19.051Z] #19 59.88 Selecting previously unselected package libstdc++6-arm64-cross. [2022-02-12T01:51:19.051Z] #19 59.88 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:19.051Z] #19 59.89 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:51:19.051Z] #19 59.95 Selecting previously unselected package libubsan1-arm64-cross. [2022-02-12T01:51:19.051Z] #19 59.95 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:19.051Z] #19 59.95 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:51:19.051Z] #19 60.04 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-02-12T01:51:19.051Z] #19 60.04 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:19.051Z] #19 60.05 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:51:19.277Z] #14 45.36 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-02-12T01:51:19.277Z] #14 ... [2022-02-12T01:51:19.277Z] [2022-02-12T01:51:19.277Z] #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-02-12T01:51:19.277Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:51:19.277Z] #38 35.31 Selecting previously unselected package libicu67:amd64. [2022-02-12T01:51:19.277Z] #38 35.32 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-02-12T01:51:19.277Z] #38 35.33 Unpacking libicu67:amd64 (67.1-7) ... [2022-02-12T01:51:19.277Z] #38 40.67 Selecting previously unselected package libxml2:amd64. [2022-02-12T01:51:19.277Z] #38 40.67 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-02-12T01:51:19.277Z] #38 40.68 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-02-12T01:51:19.277Z] #38 41.21 Selecting previously unselected package libarchive13:amd64. [2022-02-12T01:51:19.277Z] #38 41.22 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-02-12T01:51:19.277Z] #38 41.22 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-02-12T01:51:19.277Z] #38 41.48 Selecting previously unselected package libjsoncpp24:amd64. [2022-02-12T01:51:19.277Z] #38 41.48 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-02-12T01:51:19.277Z] #38 41.50 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-02-12T01:51:19.277Z] #38 41.64 Selecting previously unselected package librhash0:amd64. [2022-02-12T01:51:19.277Z] #38 41.64 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-02-12T01:51:19.277Z] #38 41.64 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-02-12T01:51:19.277Z] #38 41.78 Selecting previously unselected package libuv1:amd64. [2022-02-12T01:51:19.277Z] #38 41.78 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-02-12T01:51:19.277Z] #38 41.79 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-02-12T01:51:19.277Z] #38 41.94 Selecting previously unselected package cmake. [2022-02-12T01:51:19.277Z] #38 41.94 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-02-12T01:51:19.277Z] #38 41.96 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-02-12T01:51:19.277Z] #38 ... [2022-02-12T01:51:19.277Z] [2022-02-12T01:51:19.277Z] #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-02-12T01:51:19.277Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:51:19.277Z] #51 35.43 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-02-12T01:51:19.277Z] #51 35.47 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-02-12T01:51:19.277Z] #51 35.53 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-02-12T01:51:19.277Z] #51 35.62 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-02-12T01:51:19.277Z] #51 35.67 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-02-12T01:51:19.277Z] #51 35.68 go: downloading github.com/stretchr/objx v0.1.1 [2022-02-12T01:51:19.277Z] #51 35.72 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-02-12T01:51:19.277Z] #51 36.02 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-02-12T01:51:19.277Z] #51 36.03 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-02-12T01:51:19.277Z] #51 36.13 go: downloading golang.org/x/text v0.3.7 [2022-02-12T01:51:19.277Z] #51 41.03 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-02-12T01:51:19.277Z] #51 41.10 go: downloading github.com/gobwas/glob v0.2.3 [2022-02-12T01:51:19.277Z] #51 41.17 go: downloading github.com/kisielk/gotool v1.0.0 [2022-02-12T01:51:19.277Z] #51 41.26 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-02-12T01:51:19.277Z] #51 41.32 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-02-12T01:51:19.277Z] #51 41.33 go: downloading golang.org/x/mod v0.5.1 [2022-02-12T01:51:19.277Z] #51 41.37 go: downloading github.com/ettle/strcase v0.1.1 [2022-02-12T01:51:19.277Z] #51 41.43 go: downloading github.com/fatih/structtag v1.2.0 [2022-02-12T01:51:19.277Z] #51 41.44 go: downloading github.com/Masterminds/semver v1.5.0 [2022-02-12T01:51:19.277Z] #51 41.50 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-02-12T01:51:19.277Z] #51 41.61 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-02-12T01:51:19.277Z] #51 41.78 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-02-12T01:51:19.277Z] #51 42.06 go: downloading github.com/prometheus/client_model v0.2.0 [2022-02-12T01:51:19.277Z] #51 42.15 go: downloading github.com/google/go-cmp v0.5.6 [2022-02-12T01:51:19.277Z] #51 42.36 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-02-12T01:51:19.277Z] #51 42.47 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-02-12T01:51:19.277Z] #51 42.52 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-02-12T01:51:19.277Z] #51 42.58 go: downloading github.com/beorn7/perks v1.0.1 [2022-02-12T01:51:19.277Z] #51 42.59 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-02-12T01:51:19.277Z] #51 42.62 go: downloading github.com/cespare/xxhash v1.1.0 [2022-02-12T01:51:19.277Z] #51 42.64 go: downloading github.com/golang/protobuf v1.5.2 [2022-02-12T01:51:19.277Z] #51 42.81 go: downloading github.com/prometheus/common v0.10.0 [2022-02-12T01:51:19.277Z] #51 43.08 go: downloading github.com/prometheus/procfs v0.6.0 [2022-02-12T01:51:19.277Z] #51 43.23 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-02-12T01:51:19.277Z] #51 43.29 go: downloading google.golang.org/protobuf v1.27.1 [2022-02-12T01:51:19.277Z] #51 44.77 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-02-12T01:51:19.277Z] #51 ... [2022-02-12T01:51:19.277Z] [2022-02-12T01:51:19.277Z] #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-02-12T01:51:19.277Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:51:19.277Z] #14 45.37 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-02-12T01:51:19.277Z] #14 45.38 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-12T01:51:19.311Z] #19 60.18 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-02-12T01:51:19.311Z] #19 60.18 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:51:19.311Z] #19 60.18 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:51:21.182Z] #14 ... [2022-02-12T01:51:21.182Z] [2022-02-12T01:51:21.182Z] #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-02-12T01:51:21.182Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-12T01:51:21.182Z] #49 47.38 gotestsum version dev [2022-02-12T01:51:21.182Z] #49 DONE 47.9s [2022-02-12T01:51:21.182Z] [2022-02-12T01:51:21.182Z] #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-02-12T01:51:21.182Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:51:21.182Z] #47 39.14 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-02-12T01:51:21.182Z] #47 39.15 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:51:21.182Z] #47 39.17 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:51:21.182Z] #47 39.18 Setting up python3-six (1.16.0-2) ... [2022-02-12T01:51:21.182Z] #47 40.18 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:51:21.182Z] #47 40.20 Setting up python3-protobuf (3.12.4-1) ... [2022-02-12T01:51:21.182Z] #47 43.59 Setting up criu (3.16.1-3) ... [2022-02-12T01:51:21.182Z] #47 45.29 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:51:21.182Z] #47 DONE 47.7s [2022-02-12T01:51:21.182Z] [2022-02-12T01:51:21.182Z] #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-02-12T01:51:21.182Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:51:21.182Z] #38 45.76 Setting up libicu67:amd64 (67.1-7) ... [2022-02-12T01:51:21.182Z] #38 46.32 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:51:21.182Z] #38 46.67 Setting up libuv1:amd64 (1.40.0-2) ... [2022-02-12T01:51:21.182Z] #38 47.00 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:51:21.182Z] #38 47.05 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-02-12T01:51:21.182Z] #38 47.09 Setting up librhash0:amd64 (1.4.1-2) ... [2022-02-12T01:51:21.182Z] #38 47.16 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-02-12T01:51:21.182Z] #38 47.22 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-02-12T01:51:21.182Z] #38 47.27 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-02-12T01:51:21.182Z] #38 47.44 Setting up cmake (3.18.4-2+deb11u1) ... [2022-02-12T01:51:21.182Z] #38 47.50 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:51:21.440Z] #38 DONE 48.1s [2022-02-12T01:51:21.440Z] [2022-02-12T01:51:21.440Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-02-12T01:51:21.440Z] #39 sha256:bc2a2ff1b8d49d42e16ce82c5b4b5de0a04bda4402cb8e9bf41386b752a3ae7a [2022-02-12T01:51:21.698Z] #39 DONE 0.3s [2022-02-12T01:51:21.698Z] [2022-02-12T01:51:21.698Z] #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-02-12T01:51:21.698Z] #40 sha256:e514d49325e4c915d9d2ad2d75e77f98199cb4379caafdfed3974f19ffc6eb53 [2022-02-12T01:51:23.597Z] #40 1.884 + RM_GOPATH=0 [2022-02-12T01:51:23.597Z] #40 1.884 + TMP_GOPATH= [2022-02-12T01:51:23.597Z] #40 1.884 + : /build [2022-02-12T01:51:23.597Z] #40 1.884 + '[' -z '' ']' [2022-02-12T01:51:23.597Z] #40 1.884 ++ mktemp -d [2022-02-12T01:51:23.597Z] #40 1.884 + export GOPATH=/tmp/tmp.ilfrxYwJjj [2022-02-12T01:51:23.597Z] #40 1.884 + GOPATH=/tmp/tmp.ilfrxYwJjj [2022-02-12T01:51:23.597Z] #40 1.884 + RM_GOPATH=1 [2022-02-12T01:51:23.597Z] #40 1.884 + case "$(go env GOARCH)" in [2022-02-12T01:51:23.597Z] #40 1.884 ++ go env GOARCH [2022-02-12T01:51:23.597Z] #40 1.904 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:51:23.597Z] #40 1.904 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:51:23.597Z] #40 1.904 ++ dirname /install.sh [2022-02-12T01:51:23.597Z] #40 1.905 + dir=/ [2022-02-12T01:51:23.597Z] #40 1.905 + bin=tini [2022-02-12T01:51:23.597Z] #40 1.905 + shift [2022-02-12T01:51:23.597Z] #40 1.905 + '[' '!' -f //tini.installer ']' [2022-02-12T01:51:23.597Z] #40 1.905 + . //tini.installer [2022-02-12T01:51:23.597Z] #40 1.905 ++ : v0.19.0 [2022-02-12T01:51:23.597Z] #40 1.906 + install_tini [2022-02-12T01:51:23.597Z] #40 1.906 + echo 'Install tini version v0.19.0' [2022-02-12T01:51:23.597Z] #40 1.906 + git clone https://github.com/krallin/tini.git /tmp/tmp.ilfrxYwJjj/tini [2022-02-12T01:51:23.597Z] #40 1.914 Cloning into '/tmp/tmp.ilfrxYwJjj/tini'... [2022-02-12T01:51:23.597Z] #40 1.942 Install tini version v0.19.0 [2022-02-12T01:51:24.536Z] #40 3.052 + cd /tmp/tmp.ilfrxYwJjj/tini [2022-02-12T01:51:24.537Z] #40 3.057 + git checkout -q v0.19.0 [2022-02-12T01:51:24.537Z] #40 3.064 + cmake . [2022-02-12T01:51:24.592Z] #19 64.77 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-02-12T01:51:24.592Z] #19 64.77 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:51:24.592Z] #19 64.78 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:51:24.592Z] #19 64.80 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-02-12T01:51:24.592Z] #19 64.80 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-02-12T01:51:24.592Z] #19 64.81 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-02-12T01:51:24.592Z] #19 64.95 Selecting previously unselected package libc6-dev-arm64-cross. [2022-02-12T01:51:24.592Z] #19 64.95 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-02-12T01:51:24.592Z] #19 64.95 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-02-12T01:51:24.592Z] #19 65.16 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-02-12T01:51:24.592Z] #19 65.17 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:24.592Z] #19 65.17 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:51:24.592Z] #19 65.38 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-02-12T01:51:24.592Z] #19 65.38 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:51:24.592Z] #19 65.39 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:51:25.102Z] #40 3.410 -- The C compiler identification is GNU 10.2.1 [2022-02-12T01:51:25.102Z] #40 3.471 -- Detecting C compiler ABI info [2022-02-12T01:51:25.669Z] #40 3.918 -- Detecting C compiler ABI info - done [2022-02-12T01:51:25.669Z] #40 4.019 -- Check for working C compiler: /usr/bin/cc - skipped [2022-02-12T01:51:25.669Z] #40 4.020 -- Detecting C compile features [2022-02-12T01:51:25.669Z] #40 4.025 -- Detecting C compile features - done [2022-02-12T01:51:25.669Z] #40 4.045 -- Performing Test HAS_BUILTIN_FORTIFY [2022-02-12T01:51:25.927Z] #40 4.212 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-02-12T01:51:25.927Z] #40 4.332 -- Configuring done [2022-02-12T01:51:25.927Z] #40 4.341 -- Generating done [2022-02-12T01:51:25.927Z] #40 4.356 -- Build files have been written to: /tmp/tmp.ilfrxYwJjj/tini [2022-02-12T01:51:25.927Z] #40 4.364 + make tini-static [2022-02-12T01:51:26.186Z] #40 4.657 Scanning dependencies of target tini-static [2022-02-12T01:51:26.186Z] #40 4.716 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-02-12T01:51:26.258Z] #14 ... [2022-02-12T01:51:26.258Z] [2022-02-12T01:51:26.258Z] #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-02-12T01:51:26.258Z] #60 sha256:9e3ed3afc5a721a69b2fb6be929141684702dacab2b38f8b592fea43e5b51ce3 [2022-02-12T01:51:26.258Z] #60 35.96 Updating files: 63% (2991/4691) Updating files: 64% (3003/4691) Updating files: 65% (3050/4691) Updating files: 66% (3097/4691) Updating files: 67% (3143/4691) Updating files: 68% (3190/4691) Updating files: 69% (3237/4691) Updating files: 70% (3284/4691) Updating files: 71% (3331/4691) Updating files: 72% (3378/4691) Updating files: 73% (3425/4691) Updating files: 74% (3472/4691) Updating files: 75% (3519/4691) Updating files: 76% (3566/4691) Updating files: 77% (3613/4691) Updating files: 78% (3659/4691) Updating files: 79% (3706/4691) Updating files: 80% (3753/4691) Updating files: 81% (3800/4691) Updating files: 82% (3847/4691) Updating files: 83% (3894/4691) Updating files: 84% (3941/4691) Updating files: 85% (3988/4691) Updating files: 86% (4035/4691) Updating files: 87% (4082/4691) Updating files: 88% (4129/4691) Updating files: 89% (4175/4691) Updating files: 90% (4222/4691) Updating files: 91% (4269/4691) Updating files: 92% (4316/4691) Updating files: 93% (4363/4691) Updating files: 94% (4410/4691) Updating files: 95% (4457/4691) Updating files: 96% (4504/4691) Updating files: 97% (4551/4691) Updating files: 98% (4598/4691) Updating files: 99% (4645/4691) Updating files: 100% (4691/4691) Updating files: 100% (4691/4691), done. [2022-02-12T01:51:26.258Z] #60 36.76 + cd /tmp/tmp.Omup5nfJvQ/src/github.com/containerd/containerd [2022-02-12T01:51:26.258Z] #60 36.76 + git checkout -q v1.5.9 [2022-02-12T01:51:26.831Z] #60 37.96 + export 'BUILDTAGS=netgo osusergo static_build' [2022-02-12T01:51:26.831Z] #60 37.96 + BUILDTAGS='netgo osusergo static_build' [2022-02-12T01:51:26.831Z] #60 37.96 + export EXTRA_FLAGS=-buildmode=pie [2022-02-12T01:51:26.831Z] #60 37.96 + EXTRA_FLAGS=-buildmode=pie [2022-02-12T01:51:26.831Z] #60 37.96 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-02-12T01:51:26.831Z] #60 37.96 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-02-12T01:51:26.831Z] #60 37.96 + '[' '' = dynamic ']' [2022-02-12T01:51:26.831Z] #60 37.96 + make [2022-02-12T01:51:27.562Z] #40 5.750 [100%] Linking C executable tini-static [2022-02-12T01:51:27.820Z] #40 6.231 [100%] Built target tini-static [2022-02-12T01:51:27.820Z] #40 6.302 + mkdir -p /build [2022-02-12T01:51:27.820Z] #40 6.304 + cp tini-static /build/docker-init [2022-02-12T01:51:28.220Z] #60 39.50 + bin/ctr [2022-02-12T01:51:28.259Z] Client: [2022-02-12T01:51:28.259Z] Context: default [2022-02-12T01:51:28.259Z] Debug Mode: false [2022-02-12T01:51:28.259Z] Plugins: [2022-02-12T01:51:28.259Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-02-12T01:51:28.259Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-02-12T01:51:28.259Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-02-12T01:51:28.259Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-02-12T01:51:28.259Z] [2022-02-12T01:51:28.259Z] Server: [2022-02-12T01:51:28.259Z] Containers: 0 [2022-02-12T01:51:28.259Z] Running: 0 [2022-02-12T01:51:28.259Z] Paused: 0 [2022-02-12T01:51:28.259Z] Stopped: 0 [2022-02-12T01:51:28.259Z] Images: 0 [2022-02-12T01:51:28.259Z] Server Version: 20.10.12 [2022-02-12T01:51:28.259Z] Storage Driver: overlay2 [2022-02-12T01:51:28.259Z] Backing Filesystem: extfs [2022-02-12T01:51:28.259Z] Supports d_type: true [2022-02-12T01:51:28.259Z] Native Overlay Diff: true [2022-02-12T01:51:28.259Z] userxattr: false [2022-02-12T01:51:28.259Z] Logging Driver: json-file [2022-02-12T01:51:28.259Z] Cgroup Driver: systemd [2022-02-12T01:51:28.259Z] Cgroup Version: 2 [2022-02-12T01:51:28.259Z] Plugins: [2022-02-12T01:51:28.259Z] Volume: local [2022-02-12T01:51:28.259Z] Network: bridge host ipvlan macvlan null overlay [2022-02-12T01:51:28.259Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-02-12T01:51:28.259Z] Swarm: inactive [2022-02-12T01:51:28.259Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-02-12T01:51:28.259Z] Default Runtime: runc [2022-02-12T01:51:28.259Z] Init Binary: docker-init [2022-02-12T01:51:28.259Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-12T01:51:28.259Z] runc version: v1.0.2-0-g52b36a2 [2022-02-12T01:51:28.259Z] init version: de40ad0 [2022-02-12T01:51:28.259Z] Security Options: [2022-02-12T01:51:28.259Z] apparmor [2022-02-12T01:51:28.259Z] seccomp [2022-02-12T01:51:28.259Z] Profile: default [2022-02-12T01:51:28.259Z] cgroupns [2022-02-12T01:51:28.259Z] Kernel Version: 5.11.0-1023-aws [2022-02-12T01:51:28.259Z] Operating System: Ubuntu 20.04.3 LTS [2022-02-12T01:51:28.259Z] OSType: linux [2022-02-12T01:51:28.259Z] Architecture: x86_64 [2022-02-12T01:51:28.259Z] CPUs: 2 [2022-02-12T01:51:28.259Z] Total Memory: 7.559GiB [2022-02-12T01:51:28.259Z] Name: ip-10-100-101-202 [2022-02-12T01:51:28.259Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-02-12T01:51:28.259Z] Docker Root Dir: /var/lib/docker [2022-02-12T01:51:28.259Z] Debug Mode: false [2022-02-12T01:51:28.259Z] Registry: https://index.docker.io/v1/ [2022-02-12T01:51:28.259Z] Labels: [2022-02-12T01:51:28.259Z] Experimental: true [2022-02-12T01:51:28.259Z] Insecure Registries: [2022-02-12T01:51:28.259Z] 127.0.0.0/8 [2022-02-12T01:51:28.259Z] Live Restore Enabled: true [2022-02-12T01:51:28.259Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-02-12T01:51:28.385Z] #40 DONE 6.9s [2022-02-12T01:51:28.385Z] [2022-02-12T01:51:28.385Z] #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-02-12T01:51:28.385Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:51:28.385Z] #14 51.82 Selecting previously unselected package gcc-mingw-w64-base. [2022-02-12T01:51:28.385Z] #14 51.83 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:51:28.385Z] #14 51.84 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-12T01:51:28.385Z] #14 51.98 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-02-12T01:51:28.385Z] #14 51.99 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:51:28.385Z] #14 51.99 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-12T01:51:28.592Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 . [2022-02-12T01:51:28.791Z] #19 69.72 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-02-12T01:51:28.791Z] #19 69.72 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:51:28.791Z] #19 69.73 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:51:28.791Z] #19 69.75 Selecting previously unselected package patch. [2022-02-12T01:51:28.791Z] #19 69.75 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-02-12T01:51:28.791Z] #19 69.75 Unpacking patch (2.7.6-7) ... [2022-02-12T01:51:28.791Z] #19 69.79 Selecting previously unselected package dpkg-dev. [2022-02-12T01:51:28.851Z] #2 [internal] load .dockerignore [2022-02-12T01:51:28.851Z] #2 sha256:c609b37894ef07d8c5f04dbca03568f0cde75f6feaa4eed7d617279c5affe949 [2022-02-12T01:51:29.051Z] #19 69.79 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-02-12T01:51:29.051Z] #19 69.79 Unpacking dpkg-dev (1.20.9) ... [2022-02-12T01:51:29.051Z] #19 69.90 Selecting previously unselected package libconfig-inifiles-perl. [2022-02-12T01:51:29.051Z] #19 69.91 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-02-12T01:51:29.051Z] #19 69.91 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-02-12T01:51:29.051Z] #19 69.94 Selecting previously unselected package libio-string-perl. [2022-02-12T01:51:29.051Z] #19 69.94 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-02-12T01:51:29.051Z] #19 69.94 Unpacking libio-string-perl (1.08-3.1) ... [2022-02-12T01:51:29.051Z] #19 69.97 Selecting previously unselected package libicu67:amd64. [2022-02-12T01:51:29.051Z] #19 69.97 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-02-12T01:51:29.051Z] #19 69.97 Unpacking libicu67:amd64 (67.1-7) ... [2022-02-12T01:51:29.111Z] #2 transferring context: [2022-02-12T01:51:29.371Z] #2 transferring context: 87B done [2022-02-12T01:51:29.371Z] #2 DONE 0.9s [2022-02-12T01:51:29.371Z] [2022-02-12T01:51:29.371Z] #1 [internal] load build definition from Dockerfile [2022-02-12T01:51:29.371Z] #1 sha256:5b9c09e98207156261a3228e629469980ca4db540499f668f18670603591ee75 [2022-02-12T01:51:29.371Z] #1 transferring dockerfile: 16.86kB 0.1s done [2022-02-12T01:51:29.371Z] #1 DONE 0.8s [2022-02-12T01:51:29.937Z] [2022-02-12T01:51:29.937Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-02-12T01:51:29.937Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-02-12T01:51:29.990Z] #19 70.73 Selecting previously unselected package libxml2:amd64. [2022-02-12T01:51:29.990Z] #19 70.74 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-02-12T01:51:29.990Z] #19 70.74 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-02-12T01:51:29.990Z] #19 70.81 Selecting previously unselected package libxml-namespacesupport-perl. [2022-02-12T01:51:29.990Z] #19 70.82 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-02-12T01:51:29.990Z] #19 70.82 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-02-12T01:51:29.990Z] #19 70.85 Selecting previously unselected package libxml-sax-base-perl. [2022-02-12T01:51:29.990Z] #19 70.85 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-02-12T01:51:29.990Z] #19 70.85 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-02-12T01:51:29.990Z] #19 70.89 Selecting previously unselected package libxml-sax-perl. [2022-02-12T01:51:29.990Z] #19 70.89 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-02-12T01:51:29.990Z] #19 70.89 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-02-12T01:51:29.990Z] #19 70.93 Selecting previously unselected package libxml-libxml-perl. [2022-02-12T01:51:29.990Z] #19 70.93 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-02-12T01:51:29.990Z] #19 70.93 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-02-12T01:51:29.990Z] #19 70.99 Selecting previously unselected package libxml-simple-perl. [2022-02-12T01:51:29.990Z] #19 70.99 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-02-12T01:51:29.990Z] #19 71.00 Unpacking libxml-simple-perl (2.25-1) ... [2022-02-12T01:51:29.990Z] #19 71.03 Selecting previously unselected package libyaml-perl. [2022-02-12T01:51:30.196Z] #3 DONE 0.4s [2022-02-12T01:51:30.196Z] [2022-02-12T01:51:30.196Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-02-12T01:51:30.196Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-02-12T01:51:30.196Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-02-12T01:51:30.196Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-02-12T01:51:30.196Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-02-12T01:51:30.196Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-02-12T01:51:30.196Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-02-12T01:51:30.250Z] #19 71.03 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-02-12T01:51:30.250Z] #19 71.03 Unpacking libyaml-perl (1.30-1) ... [2022-02-12T01:51:30.250Z] #19 71.06 Selecting previously unselected package libconfig-auto-perl. [2022-02-12T01:51:30.250Z] #19 71.06 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-02-12T01:51:30.250Z] #19 71.07 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-02-12T01:51:30.250Z] #19 71.09 Selecting previously unselected package libfile-which-perl. [2022-02-12T01:51:30.250Z] #19 71.10 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-02-12T01:51:30.250Z] #19 71.10 Unpacking libfile-which-perl (1.23-1) ... [2022-02-12T01:51:30.250Z] #19 71.13 Selecting previously unselected package libfile-homedir-perl. [2022-02-12T01:51:30.250Z] #19 71.13 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-02-12T01:51:30.250Z] #19 71.13 Unpacking libfile-homedir-perl (1.006-1) ... [2022-02-12T01:51:30.250Z] #19 71.16 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-02-12T01:51:30.250Z] #19 71.17 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-02-12T01:51:30.250Z] #19 71.17 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-02-12T01:51:30.250Z] #19 71.20 Selecting previously unselected package dpkg-cross. [2022-02-12T01:51:30.250Z] #19 71.21 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-02-12T01:51:30.250Z] #19 71.21 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-02-12T01:51:30.250Z] #19 71.24 Selecting previously unselected package crossbuild-essential-arm64. [2022-02-12T01:51:30.455Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-02-12T01:51:30.455Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-02-12T01:51:30.510Z] #19 71.24 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-02-12T01:51:30.510Z] #19 71.24 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-02-12T01:51:30.510Z] #19 71.27 Selecting previously unselected package libc6-armel-cross. [2022-02-12T01:51:30.510Z] #19 71.27 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-02-12T01:51:30.510Z] #19 71.28 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-02-12T01:51:30.510Z] #19 71.40 Selecting previously unselected package libgcc-s1-armel-cross. [2022-02-12T01:51:30.510Z] #19 71.40 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:30.510Z] #19 71.41 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:51:30.510Z] #19 71.44 Selecting previously unselected package libgomp1-armel-cross. [2022-02-12T01:51:30.510Z] #19 71.45 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:30.510Z] #19 71.45 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:51:30.510Z] #19 71.49 Selecting previously unselected package libatomic1-armel-cross. [2022-02-12T01:51:30.510Z] #19 71.49 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:30.510Z] #19 71.49 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:51:30.714Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-02-12T01:51:30.714Z] #4 DONE 0.7s [2022-02-12T01:51:30.770Z] #19 71.52 Selecting previously unselected package libasan6-armel-cross. [2022-02-12T01:51:30.770Z] #19 71.53 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:30.770Z] #19 71.53 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:51:30.770Z] #19 71.74 Selecting previously unselected package libstdc++6-armel-cross. [2022-02-12T01:51:30.770Z] #19 71.74 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:30.911Z] #14 57.72 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-02-12T01:51:30.911Z] #14 57.72 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:51:30.911Z] #14 57.73 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:51:30.973Z] [2022-02-12T01:51:30.973Z] #6 [internal] load build definition from Dockerfile [2022-02-12T01:51:30.973Z] #6 sha256:9f914c35ea1f0171f746a36219e4cba902147b0a6c6620d214694f23fde03410 [2022-02-12T01:51:30.973Z] #6 DONE 0.0s [2022-02-12T01:51:30.973Z] [2022-02-12T01:51:30.973Z] #5 [internal] load .dockerignore [2022-02-12T01:51:30.973Z] #5 sha256:08b895942162418bf32f765ba9392355fc3949e1c678d35113229b6c757c0350 [2022-02-12T01:51:30.973Z] #5 DONE 0.0s [2022-02-12T01:51:30.973Z] [2022-02-12T01:51:30.973Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-12T01:51:30.973Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-02-12T01:51:31.030Z] #19 71.75 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:51:31.030Z] #19 71.80 Selecting previously unselected package libubsan1-armel-cross. [2022-02-12T01:51:31.030Z] #19 71.81 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:31.030Z] #19 71.81 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:51:31.030Z] #19 71.91 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-02-12T01:51:31.030Z] #19 71.91 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:31.030Z] #19 71.91 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:51:31.030Z] #19 72.02 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-02-12T01:51:31.290Z] #19 72.02 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:51:31.290Z] #19 72.02 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-02-12T01:51:31.911Z] #8 DONE 0.8s [2022-02-12T01:51:31.911Z] [2022-02-12T01:51:31.911Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-12T01:51:31.911Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-02-12T01:51:31.911Z] #9 DONE 0.8s [2022-02-12T01:51:31.911Z] [2022-02-12T01:51:31.911Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-02-12T01:51:31.911Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-02-12T01:51:31.911Z] #7 DONE 0.9s [2022-02-12T01:51:31.911Z] [2022-02-12T01:51:31.911Z] #10 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-02-12T01:51:31.911Z] #10 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-02-12T01:51:31.911Z] #10 DONE 0.9s [2022-02-12T01:51:32.850Z] [2022-02-12T01:51:32.850Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:32.850Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:51:32.850Z] #11 resolve docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 0.0s done [2022-02-12T01:51:33.110Z] #11 sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 1.86kB / 1.86kB done [2022-02-12T01:51:33.110Z] #11 sha256:ec67c62f48ddfbca1ccaef18f9b3addccd707e1885fa28702a3954340786fcf6 1.80kB / 1.80kB done [2022-02-12T01:51:33.110Z] #11 sha256:80d9a75ccb3879eefdece2f6409bd7a7eed708ea4e830e6c4ecfadeff65f68e0 7.07kB / 7.07kB done [2022-02-12T01:51:33.110Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 0B / 54.92MB 0.2s [2022-02-12T01:51:33.371Z] #11 ... [2022-02-12T01:51:33.371Z] [2022-02-12T01:51:33.371Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-02-12T01:51:33.371Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-02-12T01:51:33.371Z] #45 DONE 0.0s [2022-02-12T01:51:33.371Z] [2022-02-12T01:51:33.371Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:33.371Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:51:33.371Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 9.44MB / 54.92MB 0.4s [2022-02-12T01:51:33.371Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0B / 5.15MB 0.4s [2022-02-12T01:51:33.371Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0B / 10.87MB 0.4s [2022-02-12T01:51:33.416Z] Client: [2022-02-12T01:51:33.416Z] Context: default [2022-02-12T01:51:33.416Z] Debug Mode: false [2022-02-12T01:51:33.416Z] Plugins: [2022-02-12T01:51:33.416Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-02-12T01:51:33.416Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-02-12T01:51:33.416Z] [2022-02-12T01:51:33.416Z] Server: [2022-02-12T01:51:33.416Z] Containers: 0 [2022-02-12T01:51:33.416Z] Running: 0 [2022-02-12T01:51:33.416Z] Paused: 0 [2022-02-12T01:51:33.416Z] Stopped: 0 [2022-02-12T01:51:33.416Z] Images: 0 [2022-02-12T01:51:33.416Z] Server Version: 20.10.12 [2022-02-12T01:51:33.416Z] Storage Driver: overlay2 [2022-02-12T01:51:33.416Z] Backing Filesystem: extfs [2022-02-12T01:51:33.416Z] Supports d_type: true [2022-02-12T01:51:33.416Z] Native Overlay Diff: true [2022-02-12T01:51:33.416Z] userxattr: false [2022-02-12T01:51:33.416Z] Logging Driver: json-file [2022-02-12T01:51:33.416Z] Cgroup Driver: cgroupfs [2022-02-12T01:51:33.416Z] Cgroup Version: 1 [2022-02-12T01:51:33.416Z] Plugins: [2022-02-12T01:51:33.416Z] Volume: local [2022-02-12T01:51:33.416Z] Network: bridge host ipvlan macvlan null overlay [2022-02-12T01:51:33.416Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-02-12T01:51:33.416Z] Swarm: inactive [2022-02-12T01:51:33.416Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-02-12T01:51:33.416Z] Default Runtime: runc [2022-02-12T01:51:33.416Z] Init Binary: docker-init [2022-02-12T01:51:33.416Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-12T01:51:33.416Z] runc version: v1.0.2-0-g52b36a2 [2022-02-12T01:51:33.416Z] init version: de40ad0 [2022-02-12T01:51:33.416Z] Security Options: [2022-02-12T01:51:33.416Z] apparmor [2022-02-12T01:51:33.416Z] seccomp [2022-02-12T01:51:33.416Z] Profile: default [2022-02-12T01:51:33.416Z] Kernel Version: 5.11.0-1023-aws [2022-02-12T01:51:33.416Z] Operating System: Ubuntu 20.04.3 LTS [2022-02-12T01:51:33.416Z] OSType: linux [2022-02-12T01:51:33.416Z] Architecture: aarch64 [2022-02-12T01:51:33.416Z] CPUs: 2 [2022-02-12T01:51:33.416Z] Total Memory: 7.576GiB [2022-02-12T01:51:33.416Z] Name: ip-10-100-68-198 [2022-02-12T01:51:33.416Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-02-12T01:51:33.416Z] Docker Root Dir: /var/lib/docker [2022-02-12T01:51:33.416Z] Debug Mode: false [2022-02-12T01:51:33.416Z] Registry: https://index.docker.io/v1/ [2022-02-12T01:51:33.416Z] Labels: [2022-02-12T01:51:33.416Z] Experimental: true [2022-02-12T01:51:33.416Z] Insecure Registries: [2022-02-12T01:51:33.416Z] 127.0.0.0/8 [2022-02-12T01:51:33.416Z] Live Restore Enabled: true [2022-02-12T01:51:33.416Z] [Pipeline] sh [2022-02-12T01:51:33.633Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 31.46MB / 54.92MB 0.6s [2022-02-12T01:51:33.633Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 3.15MB / 5.15MB 0.6s [2022-02-12T01:51:33.633Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.49MB / 10.87MB 0.6s [2022-02-12T01:51:33.633Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 40.89MB / 54.92MB 0.7s [2022-02-12T01:51:33.633Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.7s [2022-02-12T01:51:33.734Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-12T01:51:33.734Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-12T01:51:33.734Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43231/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-02-12T01:51:33.734Z] + bash /home/ubuntu/workspace/moby_PR-43231/check-config.sh [2022-02-12T01:51:33.734Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-02-12T01:51:33.734Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-02-12T01:51:33.734Z] [2022-02-12T01:51:33.734Z] Generally Necessary: [2022-02-12T01:51:33.734Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-02-12T01:51:33.734Z] - apparmor: enabled and tools installed [2022-02-12T01:51:33.734Z] - CONFIG_NAMESPACES: enabled [2022-02-12T01:51:33.734Z] - CONFIG_NET_NS: enabled [2022-02-12T01:51:33.734Z] - CONFIG_PID_NS: enabled [2022-02-12T01:51:33.734Z] - CONFIG_IPC_NS: enabled [2022-02-12T01:51:33.734Z] - CONFIG_UTS_NS: enabled [2022-02-12T01:51:33.734Z] - CONFIG_CGROUPS: enabled [2022-02-12T01:51:33.734Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-02-12T01:51:33.734Z] - CONFIG_CGROUP_DEVICE: enabled [2022-02-12T01:51:33.734Z] - CONFIG_CGROUP_FREEZER: enabled [2022-02-12T01:51:33.734Z] - CONFIG_CGROUP_SCHED: enabled [2022-02-12T01:51:33.734Z] - CONFIG_CPUSETS: enabled [2022-02-12T01:51:33.734Z] - CONFIG_MEMCG: enabled [2022-02-12T01:51:33.734Z] - CONFIG_KEYS: enabled [2022-02-12T01:51:33.734Z] - CONFIG_VETH: enabled (as module) [2022-02-12T01:51:33.734Z] - CONFIG_BRIDGE: enabled (as module) [2022-02-12T01:51:33.734Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-02-12T01:51:33.734Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-02-12T01:51:33.734Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-02-12T01:51:33.734Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-02-12T01:51:33.734Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-02-12T01:51:33.734Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-02-12T01:51:33.894Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 50.33MB / 54.92MB 0.8s [2022-02-12T01:51:33.894Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 0.9s [2022-02-12T01:51:33.996Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-02-12T01:51:33.996Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-02-12T01:51:33.996Z] - CONFIG_NF_NAT: enabled (as module) [2022-02-12T01:51:33.996Z] - CONFIG_POSIX_MQUEUE: enabled [2022-02-12T01:51:33.996Z] - CONFIG_CGROUP_BPF: enabled [2022-02-12T01:51:33.996Z] [2022-02-12T01:51:33.996Z] Optional Features: [2022-02-12T01:51:33.996Z] - CONFIG_USER_NS: enabled [2022-02-12T01:51:33.996Z] - CONFIG_SECCOMP: enabled [2022-02-12T01:51:33.996Z] - CONFIG_SECCOMP_FILTER: enabled [2022-02-12T01:51:33.996Z] - CONFIG_CGROUP_PIDS: enabled [2022-02-12T01:51:33.996Z] - CONFIG_MEMCG_SWAP: enabled [2022-02-12T01:51:33.996Z] (cgroup swap accounting is currently enabled) [2022-02-12T01:51:33.996Z] - CONFIG_BLK_CGROUP: enabled [2022-02-12T01:51:33.996Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-02-12T01:51:33.996Z] - CONFIG_CGROUP_PERF: enabled [2022-02-12T01:51:33.996Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-02-12T01:51:33.996Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-02-12T01:51:33.996Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-02-12T01:51:33.996Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-02-12T01:51:33.996Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-02-12T01:51:33.996Z] - CONFIG_RT_GROUP_SCHED: missing [2022-02-12T01:51:33.996Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-02-12T01:51:33.996Z] - CONFIG_IP_VS: enabled (as module) [2022-02-12T01:51:33.996Z] - CONFIG_IP_VS_NFCT: enabled [2022-02-12T01:51:33.996Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-02-12T01:51:33.996Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-02-12T01:51:33.996Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-02-12T01:51:33.996Z] - CONFIG_SECURITY_SELINUX: enabled [2022-02-12T01:51:33.996Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-02-12T01:51:33.996Z] - CONFIG_EXT4_FS: enabled [2022-02-12T01:51:33.996Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-02-12T01:51:33.996Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-02-12T01:51:33.996Z] - Network Drivers: [2022-02-12T01:51:33.996Z] - "overlay": [2022-02-12T01:51:33.996Z] - CONFIG_VXLAN: enabled (as module) [2022-02-12T01:51:33.996Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-02-12T01:51:33.996Z] Optional (for encrypted networks): [2022-02-12T01:51:33.996Z] - CONFIG_CRYPTO: enabled [2022-02-12T01:51:33.996Z] - CONFIG_CRYPTO_AEAD: enabled [2022-02-12T01:51:33.996Z] - CONFIG_CRYPTO_GCM: enabled [2022-02-12T01:51:33.996Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-02-12T01:51:33.996Z] - CONFIG_CRYPTO_GHASH: enabled [2022-02-12T01:51:33.996Z] - CONFIG_XFRM: enabled [2022-02-12T01:51:33.996Z] - CONFIG_XFRM_USER: enabled (as module) [2022-02-12T01:51:33.996Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-02-12T01:51:33.996Z] - CONFIG_INET_ESP: enabled (as module) [2022-02-12T01:51:33.996Z] - "ipvlan": [2022-02-12T01:51:33.996Z] - CONFIG_IPVLAN: enabled (as module) [2022-02-12T01:51:33.996Z] - "macvlan": [2022-02-12T01:51:34.157Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 0.9s done [2022-02-12T01:51:34.157Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 1.53MB / 54.57MB 1.1s [2022-02-12T01:51:34.157Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 1.2s done [2022-02-12T01:51:34.157Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 6.29MB / 54.57MB 1.2s [2022-02-12T01:51:34.254Z] - CONFIG_MACVLAN: enabled (as module) [2022-02-12T01:51:34.254Z] - CONFIG_DUMMY: enabled (as module) [2022-02-12T01:51:34.254Z] - "ftp,tftp client in container": [2022-02-12T01:51:34.254Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-02-12T01:51:34.254Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-02-12T01:51:34.254Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-02-12T01:51:34.254Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-02-12T01:51:34.254Z] - Storage Drivers: [2022-02-12T01:51:34.254Z] - "aufs": [2022-02-12T01:51:34.254Z] - CONFIG_AUFS_FS: missing [2022-02-12T01:51:34.254Z] - "btrfs": [2022-02-12T01:51:34.254Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-02-12T01:51:34.254Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-02-12T01:51:34.254Z] - "devicemapper": [2022-02-12T01:51:34.254Z] - CONFIG_BLK_DEV_DM: enabled [2022-02-12T01:51:34.254Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-02-12T01:51:34.254Z] - "overlay": [2022-02-12T01:51:34.254Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-02-12T01:51:34.254Z] - "zfs": [2022-02-12T01:51:34.254Z] - /dev/zfs: present [2022-02-12T01:51:34.254Z] - zfs command: missing [2022-02-12T01:51:34.254Z] - zpool command: missing [2022-02-12T01:51:34.254Z] [2022-02-12T01:51:34.254Z] Limits: [2022-02-12T01:51:34.254Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-02-12T01:51:34.254Z] [2022-02-12T01:51:34.254Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-02-12T01:51:34.415Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 15.73MB / 54.57MB 1.3s [2022-02-12T01:51:34.415Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 26.21MB / 54.57MB 1.4s [2022-02-12T01:51:34.579Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 . [2022-02-12T01:51:34.676Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 38.00MB / 54.57MB 1.5s [2022-02-12T01:51:34.677Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.57MB / 54.57MB 1.7s [2022-02-12T01:51:34.836Z] #1 [internal] load build definition from Dockerfile [2022-02-12T01:51:34.836Z] #1 sha256:84501c77d460b0cfaee0543d348a6c27a31dc9d4be5bcd002b0093c1e86ed4ad [2022-02-12T01:51:34.836Z] #1 transferring dockerfile: 16.86kB done [2022-02-12T01:51:34.836Z] #1 DONE 0.1s [2022-02-12T01:51:34.836Z] [2022-02-12T01:51:34.836Z] #2 [internal] load .dockerignore [2022-02-12T01:51:34.836Z] #2 sha256:9c5369f98e80d940fafc8ed86718244e05af2ca0f9d89ebd47183f81ba267088 [2022-02-12T01:51:34.836Z] #2 transferring context: 87B done [2022-02-12T01:51:34.836Z] #2 DONE 0.1s [2022-02-12T01:51:34.836Z] [2022-02-12T01:51:34.836Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-02-12T01:51:34.836Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-02-12T01:51:35.245Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 2.0s done [2022-02-12T01:51:35.245Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 0B / 85.81MB 2.2s [2022-02-12T01:51:35.245Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 [2022-02-12T01:51:35.404Z] #3 DONE 0.4s [2022-02-12T01:51:35.404Z] [2022-02-12T01:51:35.404Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-02-12T01:51:35.404Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-02-12T01:51:35.404Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-02-12T01:51:35.404Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-02-12T01:51:35.404Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-02-12T01:51:35.404Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 8.39MB / 9.06MB 0.2s [2022-02-12T01:51:35.404Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-02-12T01:51:35.514Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 11.53MB / 85.81MB 2.4s [2022-02-12T01:51:35.514Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 19.92MB / 85.81MB 2.5s [2022-02-12T01:51:35.661Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.3s [2022-02-12T01:51:35.772Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 27.26MB / 85.81MB 2.6s [2022-02-12T01:51:35.772Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 40.89MB / 85.81MB 2.8s [2022-02-12T01:51:36.032Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.57MB / 54.57MB 2.8s done [2022-02-12T01:51:36.032Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 55.57MB / 85.81MB 2.9s [2022-02-12T01:51:36.032Z] #11 sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 0B / 155B 2.9s [2022-02-12T01:51:36.032Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 0B / 134.83MB 2.9s [2022-02-12T01:51:36.032Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 67.11MB / 85.81MB 3.0s [2022-02-12T01:51:36.032Z] #11 ... [2022-02-12T01:51:36.032Z] [2022-02-12T01:51:36.032Z] #24 [internal] load build context [2022-02-12T01:51:36.032Z] #24 sha256:9a81d8a51f99f2377254244c70ffda0647d917b8f70174947fcc46b503bdbd48 [2022-02-12T01:51:36.032Z] #24 transferring context: 56.69MB 3.1s done [2022-02-12T01:51:36.032Z] #24 DONE 3.3s [2022-02-12T01:51:36.032Z] [2022-02-12T01:51:36.032Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:36.032Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:51:36.032Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 74.45MB / 85.81MB 3.1s [2022-02-12T01:51:36.032Z] #11 sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 155B / 155B 3.0s done [2022-02-12T01:51:36.032Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 13.63MB / 134.83MB 3.1s [2022-02-12T01:51:36.230Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.7s done [2022-02-12T01:51:36.230Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c [2022-02-12T01:51:36.231Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-02-12T01:51:36.291Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 83.89MB / 85.81MB 3.2s [2022-02-12T01:51:36.291Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 27.26MB / 134.83MB 3.3s [2022-02-12T01:51:36.550Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 36.70MB / 134.83MB 3.4s [2022-02-12T01:51:36.550Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 44.04MB / 134.83MB 3.5s [2022-02-12T01:51:36.569Z] #19 77.29 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-02-12T01:51:36.569Z] #19 77.30 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:51:36.569Z] #19 77.47 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-02-12T01:51:36.809Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 53.48MB / 134.83MB 3.6s [2022-02-12T01:51:36.809Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 76.55MB / 134.83MB 3.8s [2022-02-12T01:51:37.072Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 89.60MB / 134.83MB 3.9s [2022-02-12T01:51:37.072Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 100.66MB / 134.83MB 4.0s [2022-02-12T01:51:37.162Z] #4 DONE 2.0s [2022-02-12T01:51:37.333Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 126.88MB / 134.83MB 4.2s [2022-02-12T01:51:37.333Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 4.3s done [2022-02-12T01:51:37.333Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 134.83MB / 134.83MB 4.4s [2022-02-12T01:51:37.510Z] #19 78.44 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-02-12T01:51:37.770Z] #19 78.44 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-02-12T01:51:37.770Z] #19 78.65 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-02-12T01:51:38.094Z] [2022-02-12T01:51:38.094Z] #6 [internal] load .dockerignore [2022-02-12T01:51:38.094Z] #6 sha256:34592648f7e350e0e1dab0355e6944857e02f442523dfc721e8954f248dd622b [2022-02-12T01:51:38.094Z] #6 DONE 0.0s [2022-02-12T01:51:38.094Z] [2022-02-12T01:51:38.094Z] #5 [internal] load build definition from Dockerfile [2022-02-12T01:51:38.094Z] #5 sha256:5fa195ccfc7bc4d15830ff4db1ab90da7f25f1b19091574119c66c7fa7c1c00e [2022-02-12T01:51:38.094Z] #5 DONE 0.0s [2022-02-12T01:51:38.094Z] [2022-02-12T01:51:38.094Z] #10 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-02-12T01:51:38.094Z] #10 sha256:db19dae7982f63d12df7e141a5bcb4dbb2db37310d3de3620a415238ef91b690 [2022-02-12T01:51:38.237Z] #60 ... [2022-02-12T01:51:38.237Z] [2022-02-12T01:51:38.237Z] #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-02-12T01:51:38.237Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:51:38.237Z] #14 69.09 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-02-12T01:51:38.237Z] #14 69.09 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:51:38.237Z] #14 69.10 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:51:38.237Z] #14 73.87 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-02-12T01:51:38.237Z] #14 73.87 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:51:38.237Z] #14 73.88 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-12T01:51:38.237Z] #14 79.04 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-02-12T01:51:38.237Z] #14 79.04 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:51:38.237Z] #14 79.04 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:51:39.024Z] #10 DONE 1.0s [2022-02-12T01:51:39.024Z] [2022-02-12T01:51:39.024Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-02-12T01:51:39.024Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-02-12T01:51:39.024Z] #7 DONE 1.0s [2022-02-12T01:51:39.024Z] [2022-02-12T01:51:39.024Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-12T01:51:39.024Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-02-12T01:51:39.024Z] #9 DONE 1.0s [2022-02-12T01:51:39.024Z] [2022-02-12T01:51:39.024Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-12T01:51:39.024Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-02-12T01:51:39.024Z] #8 DONE 1.1s [2022-02-12T01:51:39.151Z] #19 79.69 Selecting previously unselected package libc6-dev-armel-cross. [2022-02-12T01:51:39.151Z] #19 79.70 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-02-12T01:51:39.151Z] #19 79.87 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-02-12T01:51:39.867Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 4.3s done [2022-02-12T01:51:39.867Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 134.83MB / 134.83MB 6.5s done [2022-02-12T01:51:39.867Z] #11 ... [2022-02-12T01:51:39.867Z] [2022-02-12T01:51:39.867Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:51:39.867Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-12T01:51:39.867Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-02-12T01:51:39.867Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-02-12T01:51:39.867Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-02-12T01:51:39.867Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-02-12T01:51:39.867Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.5s done [2022-02-12T01:51:39.867Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.7s done [2022-02-12T01:51:39.867Z] #67 DONE 7.0s [2022-02-12T01:51:39.867Z] [2022-02-12T01:51:39.868Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-12T01:51:39.868Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-02-12T01:51:39.868Z] #28 resolve docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 0.1s done [2022-02-12T01:51:39.868Z] #28 sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 1.85kB / 1.85kB done [2022-02-12T01:51:39.868Z] #28 sha256:7d8264bf731fec57d807d1918bec0a16550f52a9766f0034b40f55c5b7dc3712 529B / 529B done [2022-02-12T01:51:39.868Z] #28 sha256:04fbdaf87a6a632f3f2e8d9f53f97b2813d9e4111c62e21d56454460f477075b 1.46kB / 1.46kB done [2022-02-12T01:51:39.868Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 2.0s done [2022-02-12T01:51:39.868Z] #28 DONE 7.0s [2022-02-12T01:51:39.868Z] [2022-02-12T01:51:39.868Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:39.868Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:51:39.868Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 [2022-02-12T01:51:40.090Z] #19 80.97 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-02-12T01:51:40.090Z] #19 80.98 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:40.090Z] #19 80.98 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:51:40.350Z] #19 81.19 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-02-12T01:51:40.350Z] #19 81.19 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:51:40.350Z] #19 81.20 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-02-12T01:51:40.859Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0.8s done [2022-02-12T01:51:40.876Z] #14 ... [2022-02-12T01:51:40.876Z] [2022-02-12T01:51:40.876Z] #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-02-12T01:51:40.876Z] #60 sha256:58dbbfa98ba5a12414bccc1baaffee8659b401c1ccda978be7513d8196283325 [2022-02-12T01:51:41.121Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 [2022-02-12T01:51:41.134Z] #60 36.67 Updating files: 69% (3247/4691) Updating files: 70% (3284/4691) Updating files: 71% (3331/4691) Updating files: 72% (3378/4691) Updating files: 73% (3425/4691) Updating files: 74% (3472/4691) Updating files: 75% (3519/4691) Updating files: 76% (3566/4691) Updating files: 77% (3613/4691) Updating files: 78% (3659/4691) Updating files: 79% (3706/4691) Updating files: 80% (3753/4691) Updating files: 81% (3800/4691) Updating files: 82% (3847/4691) Updating files: 83% (3894/4691) Updating files: 84% (3941/4691) Updating files: 85% (3988/4691) Updating files: 86% (4035/4691) Updating files: 87% (4082/4691) Updating files: 88% (4129/4691) Updating files: 89% (4175/4691) Updating files: 90% (4222/4691) Updating files: 91% (4269/4691) Updating files: 92% (4316/4691) Updating files: 93% (4363/4691) Updating files: 94% (4410/4691) Updating files: 95% (4457/4691) Updating files: 96% (4504/4691) Updating files: 97% (4551/4691) Updating files: 98% (4598/4691) Updating files: 99% (4645/4691) Updating files: 100% (4691/4691) Updating files: 100% (4691/4691), done. [2022-02-12T01:51:41.134Z] #60 37.35 + cd /tmp/tmp.HAoA4EKN4B/src/github.com/containerd/containerd [2022-02-12T01:51:41.391Z] #60 37.35 + git checkout -q v1.5.9 [2022-02-12T01:51:41.691Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0.5s done [2022-02-12T01:51:41.691Z] #11 ... [2022-02-12T01:51:41.691Z] [2022-02-12T01:51:41.691Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:51:41.691Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-02-12T01:51:41.691Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-02-12T01:51:41.691Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-02-12T01:51:41.691Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-02-12T01:51:41.691Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-02-12T01:51:41.691Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.4s [2022-02-12T01:51:41.691Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.3s done [2022-02-12T01:51:41.691Z] #69 DONE 8.8s [2022-02-12T01:51:41.952Z] [2022-02-12T01:51:41.952Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-02-12T01:51:41.952Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-02-12T01:51:42.299Z] [2022-02-12T01:51:42.299Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:42.299Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-02-12T01:51:42.299Z] #11 resolve docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 0.0s done [2022-02-12T01:51:42.299Z] #11 sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 1.86kB / 1.86kB done [2022-02-12T01:51:42.299Z] #11 sha256:0e633e6b67296a31dccdab5b33478cc54e088ddb70f755774e456e7a66867444 1.80kB / 1.80kB done [2022-02-12T01:51:42.299Z] #11 sha256:33333f82ea6e89b2e44618035b5a8f34a93292669064e882ef1b374127c325b9 7.08kB / 7.08kB done [2022-02-12T01:51:42.299Z] #11 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 0B / 53.61MB 0.2s [2022-02-12T01:51:42.560Z] #11 ... [2022-02-12T01:51:42.560Z] [2022-02-12T01:51:42.560Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-02-12T01:51:42.560Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-02-12T01:51:42.560Z] #45 DONE 0.0s [2022-02-12T01:51:42.560Z] [2022-02-12T01:51:42.560Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:42.560Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-02-12T01:51:42.560Z] #11 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 9.44MB / 53.61MB 0.4s [2022-02-12T01:51:42.560Z] #11 sha256:0cf88d09fc28807e643d4f619b2e0c559aaeddc7d7b8176e1144b065d63fa160 1.05MB / 5.14MB 0.4s [2022-02-12T01:51:42.560Z] #11 sha256:e019dd0368ba992803442a16cc7792c1bd5a3d06c3a1ae6fae17cb838822fb4c 0B / 10.66MB 0.4s [2022-02-12T01:51:42.818Z] #11 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 17.83MB / 53.61MB 0.5s [2022-02-12T01:51:42.818Z] #11 sha256:0cf88d09fc28807e643d4f619b2e0c559aaeddc7d7b8176e1144b065d63fa160 5.14MB / 5.14MB 0.5s [2022-02-12T01:51:42.818Z] #11 sha256:e019dd0368ba992803442a16cc7792c1bd5a3d06c3a1ae6fae17cb838822fb4c 9.44MB / 10.66MB 0.5s [2022-02-12T01:51:42.818Z] #11 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 29.36MB / 53.61MB 0.6s [2022-02-12T01:51:42.818Z] #11 sha256:e019dd0368ba992803442a16cc7792c1bd5a3d06c3a1ae6fae17cb838822fb4c 10.66MB / 10.66MB 0.6s [2022-02-12T01:51:42.890Z] #68 DONE 1.1s [2022-02-12T01:51:42.890Z] [2022-02-12T01:51:42.890Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:42.890Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:51:42.890Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 0.7s [2022-02-12T01:51:43.076Z] #11 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 32.51MB / 53.61MB 0.7s [2022-02-12T01:51:43.287Z] #60 39.42 + export 'BUILDTAGS=netgo osusergo static_build' [2022-02-12T01:51:43.287Z] #60 39.42 + BUILDTAGS='netgo osusergo static_build' [2022-02-12T01:51:43.287Z] #60 39.42 + export EXTRA_FLAGS=-buildmode=pie [2022-02-12T01:51:43.287Z] #60 39.42 + EXTRA_FLAGS=-buildmode=pie [2022-02-12T01:51:43.287Z] #60 39.43 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-02-12T01:51:43.287Z] #60 39.43 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-02-12T01:51:43.287Z] #60 39.43 + '[' '' = dynamic ']' [2022-02-12T01:51:43.287Z] #60 39.43 + make [2022-02-12T01:51:43.333Z] #11 sha256:0cf88d09fc28807e643d4f619b2e0c559aaeddc7d7b8176e1144b065d63fa160 5.14MB / 5.14MB 0.7s done [2022-02-12T01:51:43.595Z] #11 sha256:e019dd0368ba992803442a16cc7792c1bd5a3d06c3a1ae6fae17cb838822fb4c 10.66MB / 10.66MB 1.2s done [2022-02-12T01:51:43.864Z] #11 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 39.94MB / 53.61MB 1.5s [2022-02-12T01:51:43.864Z] #11 sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 0B / 81.02MB 1.5s [2022-02-12T01:51:43.864Z] #11 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 53.61MB / 53.61MB 1.7s [2022-02-12T01:51:43.864Z] #11 sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 14.50MB / 81.02MB 1.7s [2022-02-12T01:51:43.864Z] #11 sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a 1.05MB / 54.67MB 1.7s [2022-02-12T01:51:44.149Z] #11 sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 27.26MB / 81.02MB 1.8s [2022-02-12T01:51:44.149Z] #11 sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a 16.78MB / 54.67MB 1.8s [2022-02-12T01:51:44.149Z] #11 sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 33.55MB / 81.02MB 2.0s [2022-02-12T01:51:44.149Z] #11 sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a 32.51MB / 54.67MB 2.0s [2022-02-12T01:51:44.268Z] #11 ... [2022-02-12T01:51:44.269Z] [2022-02-12T01:51:44.269Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-02-12T01:51:44.269Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-02-12T01:51:44.269Z] #70 DONE 1.5s [2022-02-12T01:51:44.420Z] #11 sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 40.89MB / 81.02MB 2.1s [2022-02-12T01:51:44.420Z] #11 sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a 46.14MB / 54.67MB 2.1s [2022-02-12T01:51:44.420Z] #11 sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 53.48MB / 81.02MB 2.2s [2022-02-12T01:51:44.420Z] #11 sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a 54.67MB / 54.67MB 2.2s [2022-02-12T01:51:44.528Z] [2022-02-12T01:51:44.528Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:44.528Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:51:44.549Z] #19 85.28 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-02-12T01:51:44.549Z] #19 85.28 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:51:44.549Z] #19 85.28 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-02-12T01:51:44.549Z] #19 85.31 Selecting previously unselected package crossbuild-essential-armel. [2022-02-12T01:51:44.549Z] #19 85.31 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-02-12T01:51:44.549Z] #19 85.31 Unpacking crossbuild-essential-armel (12.9) ... [2022-02-12T01:51:44.549Z] #19 85.35 Selecting previously unselected package libc6-armhf-cross. [2022-02-12T01:51:44.549Z] #19 85.35 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-02-12T01:51:44.549Z] #19 85.36 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-02-12T01:51:44.549Z] #19 85.47 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-02-12T01:51:44.549Z] #19 85.47 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:44.549Z] #19 85.47 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:51:44.549Z] #19 85.51 Selecting previously unselected package libgomp1-armhf-cross. [2022-02-12T01:51:44.549Z] #19 85.51 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:44.549Z] #19 85.51 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:51:44.549Z] #19 85.54 Selecting previously unselected package libatomic1-armhf-cross. [2022-02-12T01:51:44.549Z] #19 85.55 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:44.549Z] #19 85.59 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:51:44.658Z] #60 40.67 + bin/ctr [2022-02-12T01:51:44.685Z] #11 sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 66.06MB / 81.02MB 2.3s [2022-02-12T01:51:44.685Z] #11 sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 71.30MB / 81.02MB 2.6s [2022-02-12T01:51:44.808Z] #19 85.62 Selecting previously unselected package libasan6-armhf-cross. [2022-02-12T01:51:44.808Z] #19 85.62 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:44.808Z] #19 85.62 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:51:44.808Z] #19 85.84 Selecting previously unselected package libstdc++6-armhf-cross. [2022-02-12T01:51:44.942Z] #11 ... [2022-02-12T01:51:44.942Z] [2022-02-12T01:51:44.942Z] #24 [internal] load build context [2022-02-12T01:51:44.942Z] #24 sha256:759eddc1a0a18351c35ebf1572af41735c3be5e40b6a00f1e899aa34f7b8f377 [2022-02-12T01:51:44.942Z] #24 transferring context: 56.70MB 2.7s done [2022-02-12T01:51:44.942Z] #24 DONE 3.1s [2022-02-12T01:51:44.942Z] [2022-02-12T01:51:44.942Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:44.942Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-02-12T01:51:45.068Z] #19 85.85 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:45.068Z] #19 85.85 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:51:45.068Z] #19 85.91 Selecting previously unselected package libubsan1-armhf-cross. [2022-02-12T01:51:45.068Z] #19 85.92 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:45.069Z] #19 85.92 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:51:45.200Z] #11 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 53.61MB / 53.61MB 2.8s done [2022-02-12T01:51:45.200Z] #11 sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 78.64MB / 81.02MB 3.0s [2022-02-12T01:51:45.200Z] #11 extracting sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 [2022-02-12T01:51:45.329Z] #19 86.01 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-02-12T01:51:45.329Z] #19 86.01 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:45.329Z] #19 86.01 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:51:46.392Z] #14 ... [2022-02-12T01:51:46.392Z] [2022-02-12T01:51:46.392Z] #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-02-12T01:51:46.392Z] #63 sha256:e85d7416e5b4cf18815233c2ecbfa4ce23e4d418917e8beabada8046a952ba5f [2022-02-12T01:51:46.392Z] #63 87.70 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-12T01:51:46.392Z] #63 87.70 + GOBIN=/build [2022-02-12T01:51:46.392Z] #63 87.70 + GO111MODULE=on [2022-02-12T01:51:46.392Z] #63 87.70 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-02-12T01:51:46.578Z] #11 sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a 54.67MB / 54.67MB 4.2s done [2022-02-12T01:51:46.578Z] #11 sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 0B / 102.65MB 4.3s [2022-02-12T01:51:46.713Z] #19 87.24 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-02-12T01:51:46.713Z] #19 87.24 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:51:46.713Z] #19 87.47 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-02-12T01:51:46.836Z] #11 sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 16.78MB / 102.65MB 4.6s [2022-02-12T01:51:46.836Z] #11 sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 26.81MB / 102.65MB 4.7s [2022-02-12T01:51:47.064Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 4.9s done [2022-02-12T01:51:47.064Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b [2022-02-12T01:51:47.093Z] #11 extracting sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 2.0s done [2022-02-12T01:51:47.093Z] #11 sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 32.51MB / 102.65MB 4.8s [2022-02-12T01:51:47.093Z] #11 sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 50.33MB / 102.65MB 5.0s [2022-02-12T01:51:47.716Z] #11 sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 74.45MB / 102.65MB 5.4s [2022-02-12T01:51:47.716Z] #11 sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 83.89MB / 102.65MB 5.5s [2022-02-12T01:51:47.975Z] #11 sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 101.97MB / 102.65MB 5.8s [2022-02-12T01:51:48.287Z] #11 extracting sha256:0cf88d09fc28807e643d4f619b2e0c559aaeddc7d7b8176e1144b065d63fa160 [2022-02-12T01:51:48.653Z] #11 sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 81.02MB / 81.02MB 6.2s done [2022-02-12T01:51:48.911Z] #11 extracting sha256:0cf88d09fc28807e643d4f619b2e0c559aaeddc7d7b8176e1144b065d63fa160 0.3s done [2022-02-12T01:51:49.851Z] #11 extracting sha256:e019dd0368ba992803442a16cc7792c1bd5a3d06c3a1ae6fae17cb838822fb4c [2022-02-12T01:51:50.108Z] #11 extracting sha256:e019dd0368ba992803442a16cc7792c1bd5a3d06c3a1ae6fae17cb838822fb4c 0.2s done [2022-02-12T01:51:50.352Z] #11 ... [2022-02-12T01:51:50.352Z] [2022-02-12T01:51:50.352Z] #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-02-12T01:51:50.352Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-02-12T01:51:50.352Z] #29 1.482 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:51:50.352Z] #29 1.482 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:51:50.352Z] #29 1.610 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:51:50.352Z] #29 1.852 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:51:50.352Z] #29 2.046 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:51:50.352Z] #29 2.432 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:51:50.352Z] #29 3.975 Fetched 8502 kB in 3s (2964 kB/s) [2022-02-12T01:51:50.352Z] #29 3.975 Reading package lists... [2022-02-12T01:51:50.352Z] #29 4.788 Reading package lists... [2022-02-12T01:51:50.352Z] #29 5.599 Building dependency tree... [2022-02-12T01:51:50.352Z] #29 5.932 The following additional packages will be installed: [2022-02-12T01:51:50.352Z] #29 5.932 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-02-12T01:51:50.352Z] #29 5.933 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-02-12T01:51:50.352Z] #29 5.934 Recommended packages: [2022-02-12T01:51:50.352Z] #29 5.934 libldap-common publicsuffix libsasl2-modules [2022-02-12T01:51:50.352Z] #29 6.101 The following NEW packages will be installed: [2022-02-12T01:51:50.352Z] #29 6.102 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-02-12T01:51:50.352Z] #29 6.102 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-02-12T01:51:50.352Z] #29 6.103 libssh2-1 openssl [2022-02-12T01:51:50.352Z] #29 6.396 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:51:50.352Z] #29 6.396 Need to get 3038 kB of archives. [2022-02-12T01:51:50.352Z] #29 6.396 After this operation, 6650 kB of additional disk space will be used. [2022-02-12T01:51:50.352Z] #29 6.396 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-02-12T01:51:50.352Z] #29 6.409 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-02-12T01:51:50.352Z] #29 6.411 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-02-12T01:51:50.352Z] #29 6.422 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2022-02-12T01:51:50.352Z] #29 6.422 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2022-02-12T01:51:50.352Z] #29 6.422 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-02-12T01:51:50.352Z] #29 6.422 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-02-12T01:51:50.352Z] #29 6.422 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-02-12T01:51:50.352Z] #29 6.422 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-02-12T01:51:50.352Z] #29 6.422 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-02-12T01:51:50.352Z] #29 6.424 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-02-12T01:51:50.352Z] #29 6.428 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-02-12T01:51:50.352Z] #29 6.436 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-02-12T01:51:50.352Z] #29 6.437 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-02-12T01:51:50.352Z] #29 6.439 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-02-12T01:51:50.352Z] #29 6.588 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:51:50.352Z] #29 6.620 Fetched 3038 kB in 0s (9202 kB/s) [2022-02-12T01:51:50.352Z] #29 6.649 Selecting previously unselected package openssl. [2022-02-12T01:51:50.352Z] #29 6.649 (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-02-12T01:51:50.352Z] #29 6.650 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-02-12T01:51:50.352Z] #29 6.657 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-02-12T01:51:50.352Z] #29 6.817 Selecting previously unselected package ca-certificates. [2022-02-12T01:51:50.352Z] #29 6.817 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-02-12T01:51:50.352Z] #29 6.817 Unpacking ca-certificates (20210119) ... [2022-02-12T01:51:50.352Z] #29 6.905 Selecting previously unselected package libbrotli1:amd64. [2022-02-12T01:51:50.352Z] #29 6.905 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-02-12T01:51:50.352Z] #29 6.913 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-02-12T01:51:50.352Z] #29 6.991 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-02-12T01:51:50.352Z] #29 6.991 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2022-02-12T01:51:50.352Z] #29 7.002 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:51:50.352Z] #29 7.044 Selecting previously unselected package libsasl2-2:amd64. [2022-02-12T01:51:50.352Z] #29 7.044 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2022-02-12T01:51:50.352Z] #29 7.048 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:51:50.352Z] #29 7.104 Selecting previously unselected package libldap-2.4-2:amd64. [2022-02-12T01:51:50.352Z] #29 7.104 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-02-12T01:51:50.352Z] #29 7.109 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-02-12T01:51:50.352Z] #29 7.173 Selecting previously unselected package libnghttp2-14:amd64. [2022-02-12T01:51:50.352Z] #29 7.174 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-02-12T01:51:50.352Z] #29 7.178 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-02-12T01:51:50.352Z] #29 7.220 Selecting previously unselected package libpsl5:amd64. [2022-02-12T01:51:50.352Z] #29 7.220 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-02-12T01:51:50.352Z] #29 7.225 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-02-12T01:51:50.352Z] #29 7.262 Selecting previously unselected package librtmp1:amd64. [2022-02-12T01:51:50.352Z] #29 7.262 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-02-12T01:51:50.352Z] #29 7.265 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-02-12T01:51:50.352Z] #29 7.317 Selecting previously unselected package libssh2-1:amd64. [2022-02-12T01:51:50.352Z] #29 7.317 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-02-12T01:51:50.352Z] #29 7.320 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-02-12T01:51:50.352Z] #29 7.448 Selecting previously unselected package libcurl4:amd64. [2022-02-12T01:51:50.352Z] #29 7.448 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-02-12T01:51:50.352Z] #29 7.453 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-02-12T01:51:50.352Z] #29 7.536 Selecting previously unselected package curl. [2022-02-12T01:51:50.352Z] #29 7.536 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-02-12T01:51:50.352Z] #29 7.540 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-02-12T01:51:50.352Z] #29 7.612 Selecting previously unselected package libonig5:amd64. [2022-02-12T01:51:50.352Z] #29 7.612 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-02-12T01:51:50.352Z] #29 7.615 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:51:50.352Z] #29 7.703 Selecting previously unselected package libjq1:amd64. [2022-02-12T01:51:50.352Z] #29 7.703 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-02-12T01:51:50.352Z] #29 7.708 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:51:50.352Z] #29 7.751 Selecting previously unselected package jq. [2022-02-12T01:51:50.352Z] #29 7.751 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-02-12T01:51:50.352Z] #29 7.756 Unpacking jq (1.6-2.1) ... [2022-02-12T01:51:50.352Z] #29 7.799 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-02-12T01:51:50.352Z] #29 7.811 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-02-12T01:51:50.352Z] #29 7.821 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-02-12T01:51:50.352Z] #29 7.832 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:51:50.352Z] #29 7.842 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-02-12T01:51:50.352Z] #29 7.855 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:51:50.352Z] #29 7.866 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-02-12T01:51:50.352Z] #29 7.878 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-02-12T01:51:50.352Z] #29 7.896 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:51:50.352Z] #29 7.909 Setting up libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:51:50.352Z] #29 7.920 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-02-12T01:51:50.352Z] #29 7.932 Setting up ca-certificates (20210119) ... [2022-02-12T01:51:50.352Z] #29 8.498 Updating certificates in /etc/ssl/certs... [2022-02-12T01:51:50.352Z] #29 9.172 129 added, 0 removed; done. [2022-02-12T01:51:50.352Z] #29 9.202 Setting up jq (1.6-2.1) ... [2022-02-12T01:51:50.352Z] #29 9.213 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-02-12T01:51:50.352Z] #29 9.224 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-02-12T01:51:50.353Z] #29 9.234 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:51:50.353Z] #29 9.254 Processing triggers for ca-certificates (20210119) ... [2022-02-12T01:51:50.353Z] #29 9.263 Updating certificates in /etc/ssl/certs... [2022-02-12T01:51:50.353Z] #29 9.761 0 added, 0 removed; done. [2022-02-12T01:51:50.353Z] #29 9.761 Running hooks in /etc/ca-certificates/update.d... [2022-02-12T01:51:50.353Z] #29 9.762 done. [2022-02-12T01:51:50.353Z] #29 ... [2022-02-12T01:51:50.353Z] [2022-02-12T01:51:50.353Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:50.353Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:51:50.910Z] #19 91.81 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-02-12T01:51:50.910Z] #19 91.81 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:51:50.910Z] #19 91.81 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-02-12T01:51:50.910Z] #19 91.84 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-02-12T01:51:50.910Z] #19 91.84 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-02-12T01:51:50.910Z] #19 91.84 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-02-12T01:51:50.920Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 3.8s done [2022-02-12T01:51:51.039Z] #11 ... [2022-02-12T01:51:51.039Z] [2022-02-12T01:51:51.039Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-12T01:51:51.039Z] #28 sha256:0256edf13a7c94038f6f160b92cd8f212ec2c72633457f00571488f790ce26af [2022-02-12T01:51:51.039Z] #28 resolve docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 0.1s done [2022-02-12T01:51:51.039Z] #28 sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 1.85kB / 1.85kB done [2022-02-12T01:51:51.039Z] #28 sha256:b3d4eb0332b522963a898e4bbac06c8129ffa0f90ae8862d25313633def3f2c2 529B / 529B done [2022-02-12T01:51:51.039Z] #28 sha256:0371e3756e46739939b54a1e429b519ccc1c88e5cc3870877b12c96bed3ea150 1.48kB / 1.48kB done [2022-02-12T01:51:51.039Z] #28 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 53.61MB / 53.61MB 2.8s done [2022-02-12T01:51:51.039Z] #28 DONE 8.7s [2022-02-12T01:51:51.039Z] [2022-02-12T01:51:51.039Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:51.039Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-02-12T01:51:51.039Z] #11 extracting sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a [2022-02-12T01:51:51.039Z] #11 sha256:cc12f2f51e9d2fcb027464ad5ef02d5118c57c2fe09f66b99e3d2476ce69d08a 0B / 126B 8.6s [2022-02-12T01:51:51.039Z] #11 ... [2022-02-12T01:51:51.039Z] [2022-02-12T01:51:51.039Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:51:51.039Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-02-12T01:51:51.039Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-02-12T01:51:51.039Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-02-12T01:51:51.039Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-02-12T01:51:51.039Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-02-12T01:51:51.039Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 6.29MB / 12.42MB 8.5s [2022-02-12T01:51:51.039Z] #69 ... [2022-02-12T01:51:51.039Z] [2022-02-12T01:51:51.039Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:51.039Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-02-12T01:51:51.039Z] #11 sha256:cc12f2f51e9d2fcb027464ad5ef02d5118c57c2fe09f66b99e3d2476ce69d08a 126B / 126B 8.6s done [2022-02-12T01:51:51.171Z] #19 91.99 Selecting previously unselected package libc6-dev-armhf-cross. [2022-02-12T01:51:51.171Z] #19 91.99 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-02-12T01:51:51.171Z] #19 91.99 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-02-12T01:51:51.431Z] #19 92.18 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-02-12T01:51:51.431Z] #19 92.18 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:51:51.431Z] #19 92.19 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:51:51.431Z] #19 92.40 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-02-12T01:51:51.690Z] #19 92.40 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:51:51.690Z] #19 92.41 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-02-12T01:51:51.693Z] #63 93.55 rootlesskit version 0.14.6 [2022-02-12T01:51:51.693Z] #63 93.56 Usage of /build/rootlesskit-docker-proxy: [2022-02-12T01:51:51.693Z] #63 93.56 -container-ip string [2022-02-12T01:51:51.693Z] #63 93.56 container ip [2022-02-12T01:51:51.693Z] #63 93.56 -container-port int [2022-02-12T01:51:51.693Z] #63 93.56 container port (default -1) [2022-02-12T01:51:51.693Z] #63 93.56 -host-ip string [2022-02-12T01:51:51.693Z] #63 93.56 host ip [2022-02-12T01:51:51.693Z] #63 93.56 -host-port int [2022-02-12T01:51:51.693Z] #63 93.56 host port (default -1) [2022-02-12T01:51:51.693Z] #63 93.56 -proto string [2022-02-12T01:51:51.693Z] #63 93.56 proxy protocol (default "tcp") [2022-02-12T01:51:51.860Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 [2022-02-12T01:51:51.972Z] #11 ... [2022-02-12T01:51:51.972Z] [2022-02-12T01:51:51.972Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:51:51.972Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-12T01:51:51.972Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-02-12T01:51:51.972Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-02-12T01:51:51.972Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-02-12T01:51:51.972Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-02-12T01:51:51.972Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 8.7s done [2022-02-12T01:51:51.972Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.6s [2022-02-12T01:51:52.232Z] #67 ... [2022-02-12T01:51:52.232Z] [2022-02-12T01:51:52.232Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:52.232Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-02-12T01:51:52.490Z] #11 ... [2022-02-12T01:51:52.490Z] [2022-02-12T01:51:52.490Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:51:52.490Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-12T01:51:52.490Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done [2022-02-12T01:51:52.490Z] #67 DONE 10.3s [2022-02-12T01:51:52.490Z] [2022-02-12T01:51:52.490Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:52.490Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-02-12T01:51:52.762Z] #60 ... [2022-02-12T01:51:52.762Z] [2022-02-12T01:51:52.762Z] #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-02-12T01:51:52.762Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:51:52.762Z] #14 68.90 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-02-12T01:51:52.762Z] #14 68.90 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:51:52.762Z] #14 68.90 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:51:52.762Z] #14 73.60 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-02-12T01:51:52.762Z] #14 73.60 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:51:52.762Z] #14 73.61 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-12T01:51:52.762Z] #14 78.60 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-02-12T01:51:52.762Z] #14 78.61 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:51:52.762Z] #14 78.62 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:51:52.798Z] #11 ... [2022-02-12T01:51:52.798Z] [2022-02-12T01:51:52.799Z] #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-02-12T01:51:52.799Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-02-12T01:51:52.799Z] #29 DONE 13.0s [2022-02-12T01:51:52.799Z] [2022-02-12T01:51:52.799Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:52.799Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:51:53.368Z] #11 ... [2022-02-12T01:51:53.368Z] [2022-02-12T01:51:53.368Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-02-12T01:51:53.368Z] #30 sha256:fecb66df7a060b1413a38e24ef1e6bd796ebfdca8a7be03ba09c50b137c0b61c [2022-02-12T01:51:53.368Z] #30 DONE 0.3s [2022-02-12T01:51:53.368Z] [2022-02-12T01:51:53.368Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:53.368Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-12T01:51:54.278Z] #63 ... [2022-02-12T01:51:54.278Z] [2022-02-12T01:51:54.278Z] #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-02-12T01:51:54.278Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:51:54.278Z] #14 89.10 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-02-12T01:51:54.278Z] #14 89.11 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:51:54.278Z] #14 89.11 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:51:54.278Z] #14 94.79 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-02-12T01:51:54.278Z] #14 94.79 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-02-12T01:51:54.278Z] #14 94.81 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-12T01:51:54.278Z] #14 95.31 Selecting previously unselected package libapparmor1:amd64. [2022-02-12T01:51:54.278Z] #14 95.31 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-02-12T01:51:54.278Z] #14 95.33 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-02-12T01:51:54.278Z] #14 96.27 Selecting previously unselected package libapparmor-dev:amd64. [2022-02-12T01:51:54.278Z] #14 96.28 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-02-12T01:51:54.278Z] #14 96.41 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-02-12T01:51:54.387Z] #11 ... [2022-02-12T01:51:54.387Z] [2022-02-12T01:51:54.387Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-12T01:51:54.387Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-02-12T01:51:54.387Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 9.1s done [2022-02-12T01:51:54.387Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.2s done [2022-02-12T01:51:54.387Z] #69 DONE 12.1s [2022-02-12T01:51:54.387Z] [2022-02-12T01:51:54.387Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:51:54.387Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-02-12T01:51:54.989Z] #11 extracting sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a 4.3s done [2022-02-12T01:51:55.224Z] #14 97.33 Selecting previously unselected package libbtrfs0:amd64. [2022-02-12T01:51:55.224Z] #14 97.33 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-02-12T01:51:55.486Z] #14 97.60 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:51:55.570Z] #11 extracting sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 [2022-02-12T01:51:55.749Z] #14 97.85 Selecting previously unselected package libbtrfs-dev:amd64.#14 ... [2022-02-12T01:51:55.749Z] [2022-02-12T01:51:55.749Z] #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-02-12T01:51:55.749Z] #63 sha256:e85d7416e5b4cf18815233c2ecbfa4ce23e4d418917e8beabada8046a952ba5f [2022-02-12T01:51:55.749Z] #63 DONE 97.6s [2022-02-12T01:51:55.749Z] [2022-02-12T01:51:55.749Z] #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-02-12T01:51:55.749Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:51:55.749Z] #14 97.85 Selecting previously unselected package libbtrfs-dev:amd64. [2022-02-12T01:51:55.749Z] #14 97.86 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-02-12T01:51:55.749Z] #14 97.92 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:51:55.749Z] #14 ... [2022-02-12T01:51:55.749Z] [2022-02-12T01:51:55.749Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-02-12T01:51:55.749Z] #64 sha256:72f5dd87183bdbeadd951c906aee0720afa462962874cc2d42431b27b923750c [2022-02-12T01:51:55.749Z] #64 DONE 0.1s [2022-02-12T01:51:55.749Z] [2022-02-12T01:51:55.749Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-02-12T01:51:55.749Z] #65 sha256:51bcb7ddfd1bb3de66efa18c970c0d9823f7db03f8da7f42a5e838527f5cdf87 [2022-02-12T01:51:55.889Z] #19 96.77 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-02-12T01:51:55.889Z] #19 96.77 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:51:56.010Z] #65 DONE 0.1s [2022-02-12T01:51:56.011Z] [2022-02-12T01:51:56.011Z] #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-02-12T01:51:56.011Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:51:56.011Z] #14 98.24 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-02-12T01:51:56.011Z] #14 98.25 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:51:56.011Z] #14 98.26 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:51:56.149Z] #19 96.97 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-02-12T01:51:56.272Z] #14 98.41 Selecting previously unselected package libudev-dev:amd64. [2022-02-12T01:51:56.272Z] #14 98.41 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-02-12T01:51:56.272Z] #14 98.43 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-02-12T01:51:56.272Z] #14 98.55 Selecting previously unselected package libsepol1-dev:amd64. [2022-02-12T01:51:56.272Z] #14 98.56 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-02-12T01:51:56.272Z] #14 98.56 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-02-12T01:51:56.536Z] #14 98.99 Selecting previously unselected package libpcre2-16-0:amd64. [2022-02-12T01:51:56.660Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 5.1s [2022-02-12T01:51:56.797Z] #14 98.99 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-02-12T01:51:56.797Z] #14 98.99 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-02-12T01:51:57.059Z] #14 99.28 Selecting previously unselected package libpcre2-32-0:amd64. [2022-02-12T01:51:57.059Z] #14 99.28 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-02-12T01:51:57.059Z] #14 99.29 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-02-12T01:51:57.090Z] #19 98.00 Selecting previously unselected package crossbuild-essential-armhf. [2022-02-12T01:51:57.090Z] #19 98.00 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-02-12T01:51:57.321Z] #14 99.47 Selecting previously unselected package libpcre2-posix2:amd64. [2022-02-12T01:51:57.321Z] #14 99.47 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-02-12T01:51:57.321Z] #14 99.49 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-02-12T01:51:57.321Z] #14 99.54 Selecting previously unselected package libpcre2-dev:amd64. [2022-02-12T01:51:57.321Z] #14 99.55 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-02-12T01:51:57.321Z] #14 99.55 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-02-12T01:51:57.350Z] #19 98.21 Unpacking crossbuild-essential-armhf (12.9) ... [2022-02-12T01:51:57.583Z] #14 99.93 Selecting previously unselected package libselinux1-dev:amd64. [2022-02-12T01:51:57.583Z] #14 99.93 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-02-12T01:51:57.583Z] #14 99.94 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-02-12T01:51:57.846Z] #14 100.1 Selecting previously unselected package libdevmapper-dev:amd64. [2022-02-12T01:51:57.846Z] #14 100.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:51:57.846Z] #14 100.2 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:51:57.846Z] #14 100.2 Selecting previously unselected package libseccomp-dev:amd64. [2022-02-12T01:51:58.107Z] #14 100.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-02-12T01:51:58.107Z] #14 100.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-02-12T01:51:58.107Z] #14 100.4 Selecting previously unselected package libsystemd-dev:amd64. [2022-02-12T01:51:58.107Z] #14 100.4 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-02-12T01:51:58.107Z] #14 100.4 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-02-12T01:51:58.369Z] #14 100.8 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-02-12T01:51:58.631Z] #14 100.8 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-02-12T01:51:58.631Z] #14 100.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-12T01:51:58.631Z] #14 100.8 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-02-12T01:51:58.631Z] #14 100.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-12T01:51:58.631Z] #14 100.9 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-02-12T01:51:58.631Z] #14 100.9 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:51:58.631Z] #14 100.9 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-02-12T01:51:58.631Z] #14 100.9 Setting up libudev-dev:amd64 (247.3-6) ... [2022-02-12T01:51:58.631Z] #14 100.9 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-02-12T01:51:58.631Z] #14 100.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-12T01:51:58.631Z] #14 100.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:51:58.631Z] #14 101.0 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-12T01:51:58.631Z] #14 101.0 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-02-12T01:51:58.631Z] #14 101.0 Setting up mingw-w64-common (8.0.0-1) ... [2022-02-12T01:51:58.631Z] #14 101.0 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-02-12T01:51:58.631Z] #14 101.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-12T01:51:58.631Z] #14 101.0 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-02-12T01:51:58.737Z] #19 99.39 Selecting previously unselected package libc6-ppc64el-cross. [2022-02-12T01:51:58.737Z] #19 99.39 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-02-12T01:51:58.737Z] #19 99.56 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-02-12T01:51:58.895Z] #14 101.0 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-02-12T01:51:58.895Z] #14 101.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-12T01:51:58.895Z] #14 101.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:51:58.895Z] #14 101.1 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-02-12T01:51:58.895Z] #14 101.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:51:58.895Z] #14 101.1 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-02-12T01:51:58.895Z] #14 101.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-12T01:51:58.895Z] #14 101.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:51:58.895Z] #14 101.1 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-02-12T01:51:58.895Z] #14 101.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:51:58.895Z] #14 101.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-12T01:51:58.895Z] #14 101.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:51:58.895Z] #14 101.2 Setting up dmsetup (2:1.02.175-2.1) ... [2022-02-12T01:51:58.895Z] #14 101.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:51:58.895Z] #14 101.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:51:58.895Z] #14 101.2 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:51:59.159Z] #14 DONE 101.5s [2022-02-12T01:51:59.159Z] [2022-02-12T01:51:59.159Z] #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-02-12T01:51:59.159Z] #60 sha256:9e3ed3afc5a721a69b2fb6be929141684702dacab2b38f8b592fea43e5b51ce3 [2022-02-12T01:51:59.195Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 7.4s done [2022-02-12T01:51:59.195Z] #11 extracting sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 [2022-02-12T01:51:59.312Z] #14 ... [2022-02-12T01:51:59.312Z] [2022-02-12T01:51:59.312Z] #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-02-12T01:51:59.312Z] #63 sha256:8d371f9027011ce1a9942d790cdcae997efba08a17950d711a7b560ee2b6c9e4 [2022-02-12T01:51:59.312Z] #63 86.04 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-12T01:51:59.421Z] #60 ... [2022-02-12T01:51:59.421Z] [2022-02-12T01:51:59.421Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-02-12T01:51:59.421Z] #55 sha256:70b4abb8f237ddc2b3db40a36d879577fa044bfdab75fe0a12c4e10bda6bfa99 [2022-02-12T01:51:59.421Z] #55 DONE 0.1s [2022-02-12T01:51:59.421Z] [2022-02-12T01:51:59.421Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-02-12T01:51:59.421Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12 [2022-02-12T01:51:59.454Z] #11 extracting sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 done [2022-02-12T01:51:59.571Z] #63 86.04 + GOBIN=/build [2022-02-12T01:51:59.571Z] #63 86.04 + GO111MODULE=on [2022-02-12T01:51:59.571Z] #63 86.04 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-02-12T01:51:59.714Z] #11 DONE 26.7s [2022-02-12T01:51:59.714Z] [2022-02-12T01:51:59.714Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-02-12T01:51:59.714Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-02-12T01:52:00.118Z] #19 100.8 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-02-12T01:52:00.118Z] #19 100.8 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:00.118Z] #19 100.9 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:00.378Z] #19 101.2 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-02-12T01:52:00.378Z] #19 101.2 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:00.378Z] #19 101.2 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:00.378Z] #19 101.3 Selecting previously unselected package libitm1-ppc64el-cross. [2022-02-12T01:52:00.378Z] #19 101.3 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:00.378Z] #19 101.3 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:00.378Z] #19 101.3 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-02-12T01:52:00.638Z] #19 101.3 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:00.638Z] #19 101.3 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:00.638Z] #19 101.3 Selecting previously unselected package libasan6-ppc64el-cross. [2022-02-12T01:52:00.638Z] #19 101.3 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:00.638Z] #19 101.3 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:00.638Z] #19 101.6 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-02-12T01:52:00.638Z] #19 101.6 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:00.638Z] #19 101.6 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:00.638Z] #19 101.7 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-02-12T01:52:00.810Z] #15 DONE 1.3s [2022-02-12T01:52:00.810Z] [2022-02-12T01:52:00.810Z] #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-02-12T01:52:00.810Z] #56 sha256:491d70e847e77a86704d929acfe2f4a2629ee8e965fc0b2465fba9554800ca77 [2022-02-12T01:52:00.810Z] #56 1.214 + RM_GOPATH=0 [2022-02-12T01:52:00.810Z] #56 1.214 + TMP_GOPATH= [2022-02-12T01:52:00.810Z] #56 1.214 + : /build [2022-02-12T01:52:00.810Z] #56 1.214 + '[' -z '' ']' [2022-02-12T01:52:00.810Z] #56 1.215 ++ mktemp -d [2022-02-12T01:52:00.810Z] #56 1.238 + export GOPATH=/tmp/tmp.Tx9H1d51R6 [2022-02-12T01:52:00.810Z] #56 1.238 + GOPATH=/tmp/tmp.Tx9H1d51R6 [2022-02-12T01:52:00.810Z] #56 1.238 + RM_GOPATH=1 [2022-02-12T01:52:00.810Z] #56 1.238 + case "$(go env GOARCH)" in [2022-02-12T01:52:00.810Z] #56 1.238 ++ go env GOARCH [2022-02-12T01:52:00.810Z] #56 1.267 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:00.810Z] #56 1.267 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:00.810Z] #56 1.268 ++ dirname /install.sh [2022-02-12T01:52:00.810Z] #56 1.275 + dir=/ [2022-02-12T01:52:00.810Z] #56 1.275 + bin=runc [2022-02-12T01:52:00.810Z] #56 1.275 + shift [2022-02-12T01:52:00.811Z] #56 1.275 + '[' '!' -f //runc.installer ']' [2022-02-12T01:52:00.811Z] #56 1.275 + . //runc.installer [2022-02-12T01:52:00.811Z] #56 1.275 ++ set -e [2022-02-12T01:52:00.811Z] #56 1.275 ++ : v1.1.0 [2022-02-12T01:52:00.811Z] #56 1.275 + install_runc [2022-02-12T01:52:00.811Z] #56 1.275 + RUNC_BUILDTAGS=seccomp [2022-02-12T01:52:00.811Z] #56 1.275 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-02-12T01:52:00.811Z] #56 1.275 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Tx9H1d51R6/src/github.com/opencontainers/runc [2022-02-12T01:52:00.811Z] #56 1.275 Install runc version v1.1.0 (build tags: seccomp) [2022-02-12T01:52:00.811Z] #56 1.285 Cloning into '/tmp/tmp.Tx9H1d51R6/src/github.com/opencontainers/runc'... [2022-02-12T01:52:00.831Z] #11 extracting sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 4.4s done [2022-02-12T01:52:00.831Z] #11 extracting sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 0.1s [2022-02-12T01:52:00.831Z] #11 ... [2022-02-12T01:52:00.831Z] [2022-02-12T01:52:00.831Z] #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-02-12T01:52:00.831Z] #29 sha256:6fb4b5ee9f4ca553c9ca086e00072b70da2377dab9f294fbaacada76092a4f7f [2022-02-12T01:52:00.831Z] #29 1.059 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:52:00.831Z] #29 1.071 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:52:00.831Z] #29 1.084 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:52:00.831Z] #29 1.233 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-12T01:52:00.831Z] #29 1.578 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [114 kB] [2022-02-12T01:52:00.831Z] #29 1.581 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-12T01:52:00.831Z] #29 2.657 Fetched 8386 kB in 2s (4491 kB/s) [2022-02-12T01:52:00.831Z] #29 2.657 Reading package lists... [2022-02-12T01:52:00.831Z] #29 3.236 Reading package lists... [2022-02-12T01:52:00.831Z] #29 3.803 Building dependency tree... [2022-02-12T01:52:00.831Z] #29 4.322 The following additional packages will be installed: [2022-02-12T01:52:00.831Z] #29 4.329 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-02-12T01:52:00.831Z] #29 4.331 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-02-12T01:52:00.831Z] #29 4.334 Recommended packages: [2022-02-12T01:52:00.831Z] #29 4.336 libldap-common publicsuffix libsasl2-modules [2022-02-12T01:52:00.831Z] #29 4.522 The following NEW packages will be installed: [2022-02-12T01:52:00.831Z] #29 4.523 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-02-12T01:52:00.831Z] #29 4.523 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-02-12T01:52:00.831Z] #29 4.524 libssh2-1 openssl [2022-02-12T01:52:00.831Z] #29 4.820 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:52:00.831Z] #29 4.820 Need to get 2932 kB of archives. [2022-02-12T01:52:00.831Z] #29 4.820 After this operation, 6483 kB of additional disk space will be used. [2022-02-12T01:52:00.831Z] #29 4.820 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1k-1+deb11u1 [829 kB] [2022-02-12T01:52:00.831Z] #29 4.855 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-02-12T01:52:00.831Z] #29 4.855 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-02-12T01:52:00.831Z] #29 4.855 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1 [69.3 kB] [2022-02-12T01:52:00.831Z] #29 4.855 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1 [105 kB] [2022-02-12T01:52:00.831Z] #29 4.889 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2022-02-12T01:52:00.831Z] #29 4.889 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-02-12T01:52:00.831Z] #29 4.901 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-02-12T01:52:00.831Z] #29 4.901 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-02-12T01:52:00.831Z] #29 4.901 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-02-12T01:52:00.831Z] #29 4.901 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-02-12T01:52:00.831Z] #29 4.901 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-02-12T01:52:00.831Z] #29 4.905 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-02-12T01:52:00.831Z] #29 4.909 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-02-12T01:52:00.831Z] #29 4.914 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-02-12T01:52:00.831Z] #29 5.103 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:52:00.831Z] #29 5.166 Fetched 2932 kB in 0s (7527 kB/s) [2022-02-12T01:52:00.831Z] #29 5.217 Selecting previously unselected package openssl. [2022-02-12T01:52:00.831Z] #29 5.217 (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-02-12T01:52:00.831Z] #29 5.217 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_arm64.deb ... [2022-02-12T01:52:00.831Z] #29 5.237 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-02-12T01:52:00.831Z] #29 6.778 Selecting previously unselected package ca-certificates. [2022-02-12T01:52:00.831Z] #29 6.778 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-02-12T01:52:00.831Z] #29 6.916 Unpacking ca-certificates (20210119) ... [2022-02-12T01:52:00.831Z] #29 7.098 Selecting previously unselected package libbrotli1:arm64. [2022-02-12T01:52:00.831Z] #29 7.098 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-02-12T01:52:00.831Z] #29 7.567 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-02-12T01:52:00.831Z] #29 7.755 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-02-12T01:52:00.831Z] #29 7.755 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_arm64.deb ... [2022-02-12T01:52:00.831Z] #29 7.769 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:52:00.831Z] #29 7.841 Selecting previously unselected package libsasl2-2:arm64. [2022-02-12T01:52:00.831Z] #29 7.841 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_arm64.deb ... [2022-02-12T01:52:00.831Z] #29 7.849 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:52:00.831Z] #29 8.505 Selecting previously unselected package libldap-2.4-2:arm64. [2022-02-12T01:52:00.831Z] #29 8.505 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2022-02-12T01:52:00.831Z] #29 8.514 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-02-12T01:52:00.831Z] #29 8.649 Selecting previously unselected package libnghttp2-14:arm64. [2022-02-12T01:52:00.831Z] #29 8.649 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-02-12T01:52:00.831Z] #29 8.691 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-02-12T01:52:00.831Z] #29 8.866 Selecting previously unselected package libpsl5:arm64. [2022-02-12T01:52:00.831Z] #29 8.866 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-02-12T01:52:00.831Z] #29 8.876 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-02-12T01:52:00.831Z] #29 9.582 Selecting previously unselected package librtmp1:arm64. [2022-02-12T01:52:00.831Z] #29 9.584 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-02-12T01:52:00.831Z] #29 9.706 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-02-12T01:52:00.898Z] #19 101.7 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:00.898Z] #19 101.7 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:01.089Z] #29 ... [2022-02-12T01:52:01.089Z] [2022-02-12T01:52:01.089Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:52:01.089Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-02-12T01:52:01.091Z] #12 DONE 1.2s [2022-02-12T01:52:01.091Z] [2022-02-12T01:52:01.091Z] #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-02-12T01:52:01.091Z] #31 sha256:9ee1e68d24beb0801a0c18290a3f1c599b3c42cf7e6001cebee208633edd3663 [2022-02-12T01:52:01.091Z] #31 1.521 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-02-12T01:52:01.091Z] #31 1.792 [2022-02-12T01:52:01.091Z] #31 2.005 #=#=# ######################################################################## 100.0% [2022-02-12T01:52:01.091Z] #31 2.235 [2022-02-12T01:52:01.091Z] #31 3.068 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-02-12T01:52:01.091Z] #31 3.351 [2022-02-12T01:52:01.091Z] #31 3.569 #=#=# ######################################################################## 100.0% [2022-02-12T01:52:01.091Z] #31 3.879 [2022-02-12T01:52:01.091Z] #31 4.779 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-02-12T01:52:01.091Z] #31 5.042 [2022-02-12T01:52:01.092Z] #31 5.257 #=#=# ############### 21.0% ########################################## 58.8% ################################################################# 90.7% ######################################################################## 100.0% [2022-02-12T01:52:01.092Z] #31 5.789 [2022-02-12T01:52:01.092Z] #31 6.596 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-02-12T01:52:01.092Z] #31 6.846 [2022-02-12T01:52:01.092Z] #31 7.059 #=#=# ######################################################################## 100.0% [2022-02-12T01:52:01.092Z] #31 7.274 [2022-02-12T01:52:01.092Z] #31 7.896 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-02-12T01:52:01.158Z] #19 101.9 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-02-12T01:52:01.158Z] #19 101.9 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:01.158Z] #19 101.9 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:01.158Z] #19 102.0 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-02-12T01:52:01.158Z] #19 102.0 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:01.158Z] #19 102.0 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:01.158Z] #19 102.1 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-02-12T01:52:01.354Z] #31 ... [2022-02-12T01:52:01.354Z] [2022-02-12T01:52:01.354Z] #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-02-12T01:52:01.354Z] #13 sha256:e9ef1126d59f1b7baa2f9742af6a0d1d50f7c96616cba544c73a1841a0d4c1b0 [2022-02-12T01:52:01.354Z] #13 DONE 0.5s [2022-02-12T01:52:01.354Z] [2022-02-12T01:52:01.354Z] #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-02-12T01:52:01.354Z] #31 sha256:9ee1e68d24beb0801a0c18290a3f1c599b3c42cf7e6001cebee208633edd3663 [2022-02-12T01:52:01.354Z] #31 8.304 #=#=# [2022-02-12T01:52:01.417Z] #19 102.1 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:01.417Z] #19 102.1 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:01.417Z] #19 102.1 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-02-12T01:52:01.417Z] #19 102.1 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:01.417Z] #19 102.1 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:01.417Z] #19 102.3 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-02-12T01:52:01.417Z] #19 102.3 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:52:01.417Z] #19 102.3 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:52:01.616Z] #31 ... [2022-02-12T01:52:01.616Z] [2022-02-12T01:52:01.616Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-02-12T01:52:01.616Z] #42 sha256:88717b960ae2c32d1683d89c477023a795cab24937111aa609431ebce214cbb4 [2022-02-12T01:52:01.616Z] #42 DONE 0.2s [2022-02-12T01:52:01.616Z] [2022-02-12T01:52:01.616Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-02-12T01:52:01.616Z] #33 sha256:b7d377f2965af815cbf8c35073959a3e4ab1fc93aa58585f4e4bbf74a8e71fb8 [2022-02-12T01:52:01.616Z] #33 DONE 0.3s [2022-02-12T01:52:01.616Z] [2022-02-12T01:52:01.616Z] #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-02-12T01:52:01.616Z] #46 sha256:bedbe15e565eb22f56ceb7109eec53bd8bb9ae03693df03b3a7683489064651f [2022-02-12T01:52:01.616Z] #46 DONE 0.3s [2022-02-12T01:52:01.616Z] [2022-02-12T01:52:01.616Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-02-12T01:52:01.616Z] #62 sha256:b14949677427439f5ce3d6c05551abd90e72c1cd0bba953de1a21a8a9ed5e19a [2022-02-12T01:52:01.616Z] #62 DONE 0.4s [2022-02-12T01:52:01.616Z] [2022-02-12T01:52:01.617Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-02-12T01:52:01.617Z] #25 sha256:f58b8fcbdd9efea98468e8e74f0fc81a8e2a7e2e1526164a5495ef31a013e668 [2022-02-12T01:52:01.617Z] #25 DONE 0.4s [2022-02-12T01:52:01.617Z] [2022-02-12T01:52:01.617Z] #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-02-12T01:52:01.617Z] #26 sha256:ec5f1b8eeeddb1f43b684e06f4e2d9f87985cd43460a99a40bf57feba4b3e218 [2022-02-12T01:52:01.793Z] #56 ... [2022-02-12T01:52:01.793Z] [2022-02-12T01:52:01.793Z] #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-02-12T01:52:01.793Z] #16 sha256:99adeb285cf502d38b30cf3bbc040a13dc601b868c96c0eeb2e734d92ad3d487 [2022-02-12T01:52:01.793Z] #16 DONE 1.1s [2022-02-12T01:52:01.793Z] [2022-02-12T01:52:01.793Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-02-12T01:52:01.793Z] #17 sha256:37ca357104f67296f908b3c46f1b07e702d533995321c7056ff075c799a23941 [2022-02-12T01:52:02.566Z] #26 ... [2022-02-12T01:52:02.567Z] [2022-02-12T01:52:02.567Z] #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-02-12T01:52:02.567Z] #31 sha256:9ee1e68d24beb0801a0c18290a3f1c599b3c42cf7e6001cebee208633edd3663 [2022-02-12T01:52:02.567Z] #31 8.531 #=#=# ######################################################################## 100.0% [2022-02-12T01:52:02.567Z] #31 9.122 [2022-02-12T01:52:02.567Z] #31 9.203 Download of images into '/build' complete. [2022-02-12T01:52:02.567Z] #31 9.203 Use something like the following to load the result into a Docker daemon: [2022-02-12T01:52:02.567Z] #31 9.203 tar -cC '/build' . | docker load [2022-02-12T01:52:02.567Z] #31 DONE 9.4s [2022-02-12T01:52:02.567Z] [2022-02-12T01:52:02.567Z] #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-02-12T01:52:02.567Z] #63 sha256:3a58f6588fb79b2f8f4edfb8cea6637a08d4daf981dcff2543cb3be3e0e168fd [2022-02-12T01:52:02.772Z] #17 0.992 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-02-12T01:52:03.033Z] #17 DONE 1.2s [2022-02-12T01:52:03.033Z] [2022-02-12T01:52:03.033Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-02-12T01:52:03.033Z] #18 sha256:ce91076a850313e9dae097da1aa82499e5e6184d5bc3c89816b6bd5ab93d4c68 [2022-02-12T01:52:03.979Z] #18 DONE 1.1s [2022-02-12T01:52:03.979Z] [2022-02-12T01:52:03.979Z] #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-02-12T01:52:03.979Z] #60 sha256:9e3ed3afc5a721a69b2fb6be929141684702dacab2b38f8b592fea43e5b51ce3 [2022-02-12T01:52:03.979Z] #60 ... [2022-02-12T01:52:03.979Z] [2022-02-12T01:52:03.979Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-02-12T01:52:03.979Z] #19 sha256:6c004ca6d5db887f989d9abf069a78d3fc586b922412aff42b1cfe263efead58 [2022-02-12T01:52:04.836Z] #63 90.74 rootlesskit version 0.14.6 [2022-02-12T01:52:04.836Z] #63 90.74 Usage of /build/rootlesskit-docker-proxy: [2022-02-12T01:52:04.836Z] #63 90.74 -container-ip string [2022-02-12T01:52:04.836Z] #63 90.74 container ip [2022-02-12T01:52:04.836Z] #63 90.74 -container-port int [2022-02-12T01:52:04.836Z] #63 90.74 container port (default -1) [2022-02-12T01:52:04.836Z] #63 90.74 -host-ip string [2022-02-12T01:52:04.836Z] #63 90.74 host ip [2022-02-12T01:52:04.836Z] #63 90.74 -host-port int [2022-02-12T01:52:04.836Z] #63 90.74 host port (default -1) [2022-02-12T01:52:04.836Z] #63 90.74 -proto string [2022-02-12T01:52:04.836Z] #63 90.74 proxy protocol (default "tcp") [2022-02-12T01:52:05.106Z] #63 3.354 + RM_GOPATH=0 [2022-02-12T01:52:05.107Z] #63 3.354 + TMP_GOPATH= [2022-02-12T01:52:05.107Z] #63 3.354 + : /build [2022-02-12T01:52:05.107Z] #63 3.354 + '[' -z '' ']' [2022-02-12T01:52:05.107Z] #63 3.354 ++ mktemp -d [2022-02-12T01:52:05.107Z] #63 3.354 + export GOPATH=/tmp/tmp.9ggKf9OsGB [2022-02-12T01:52:05.107Z] #63 3.354 + GOPATH=/tmp/tmp.9ggKf9OsGB [2022-02-12T01:52:05.107Z] #63 3.354 + RM_GOPATH=1 [2022-02-12T01:52:05.107Z] #63 3.354 + case "$(go env GOARCH)" in [2022-02-12T01:52:05.107Z] #63 3.354 ++ go env GOARCH [2022-02-12T01:52:05.107Z] #63 3.354 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:05.107Z] #63 3.354 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:05.107Z] #63 3.354 ++ dirname /install.sh [2022-02-12T01:52:05.107Z] #63 3.354 + dir=/ [2022-02-12T01:52:05.107Z] #63 3.354 + bin=rootlesskit [2022-02-12T01:52:05.107Z] #63 3.354 + shift [2022-02-12T01:52:05.107Z] #63 3.354 + '[' '!' -f //rootlesskit.installer ']' [2022-02-12T01:52:05.107Z] #63 3.354 + . //rootlesskit.installer [2022-02-12T01:52:05.107Z] #63 3.354 ++ : v0.14.6 [2022-02-12T01:52:05.107Z] #63 3.354 + install_rootlesskit [2022-02-12T01:52:05.107Z] #63 3.354 + case "$1" in [2022-02-12T01:52:05.107Z] #63 3.354 + export CGO_ENABLED=0 [2022-02-12T01:52:05.107Z] #63 3.354 + CGO_ENABLED=0 [2022-02-12T01:52:05.107Z] #63 3.354 + _install_rootlesskit [2022-02-12T01:52:05.107Z] #63 3.354 + echo 'Install rootlesskit version v0.14.6' [2022-02-12T01:52:05.107Z] #63 3.354 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-12T01:52:05.107Z] #63 3.354 + GOBIN=/build [2022-02-12T01:52:05.107Z] #63 3.354 + GO111MODULE=on [2022-02-12T01:52:05.107Z] #63 3.354 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-02-12T01:52:05.107Z] #63 3.354 Install rootlesskit version v0.14.6 [2022-02-12T01:52:05.263Z] #11 ... [2022-02-12T01:52:05.263Z] [2022-02-12T01:52:05.263Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-02-12T01:52:05.263Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-02-12T01:52:05.263Z] #68 DONE 2.7s [2022-02-12T01:52:05.263Z] [2022-02-12T01:52:05.263Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:52:05.263Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-02-12T01:52:05.365Z] #63 3.781 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-02-12T01:52:05.370Z] #19 DONE 1.1s [2022-02-12T01:52:05.370Z] [2022-02-12T01:52:05.370Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-02-12T01:52:05.370Z] #20 sha256:ac3b3a3c6b80e74a558366144d42672e4015c84dd231b6b85084417f071a7896 [2022-02-12T01:52:05.941Z] #20 DONE 1.0s [2022-02-12T01:52:05.941Z] [2022-02-12T01:52:05.941Z] #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-02-12T01:52:05.941Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:52:06.201Z] #11 extracting sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 5.4s [2022-02-12T01:52:06.203Z] #51 ... [2022-02-12T01:52:06.203Z] [2022-02-12T01:52:06.203Z] #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-02-12T01:52:06.203Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-02-12T01:52:06.459Z] #11 ... [2022-02-12T01:52:06.459Z] [2022-02-12T01:52:06.459Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-02-12T01:52:06.459Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-02-12T01:52:06.459Z] #70 DONE 1.6s [2022-02-12T01:52:06.459Z] [2022-02-12T01:52:06.459Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-12T01:52:06.459Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-02-12T01:52:06.459Z] #11 extracting sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 5.6s done [2022-02-12T01:52:06.716Z] #11 extracting sha256:cc12f2f51e9d2fcb027464ad5ef02d5118c57c2fe09f66b99e3d2476ce69d08a done [2022-02-12T01:52:06.716Z] #11 DONE 24.8s [2022-02-12T01:52:06.716Z] [2022-02-12T01:52:06.716Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-02-12T01:52:06.716Z] #12 sha256:ea29962d86a667d2efde993e46479dbd8ebab595a1312d7d46e92fa9da03d15b [2022-02-12T01:52:06.742Z] #63 ... [2022-02-12T01:52:06.742Z] [2022-02-12T01:52:06.742Z] #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-02-12T01:52:06.742Z] #26 sha256:ec5f1b8eeeddb1f43b684e06f4e2d9f87985cd43460a99a40bf57feba4b3e218 [2022-02-12T01:52:06.742Z] #26 4.784 + RM_GOPATH=0 [2022-02-12T01:52:06.742Z] #26 4.784 + TMP_GOPATH= [2022-02-12T01:52:06.742Z] #26 4.784 + : /build [2022-02-12T01:52:06.742Z] #26 4.784 + '[' -z '' ']' [2022-02-12T01:52:06.742Z] #26 4.787 ++ mktemp -d [2022-02-12T01:52:06.742Z] #26 4.799 + export GOPATH=/tmp/tmp.x9tVkPxEdM [2022-02-12T01:52:06.742Z] #26 4.799 + GOPATH=/tmp/tmp.x9tVkPxEdM [2022-02-12T01:52:06.742Z] #26 4.799 + RM_GOPATH=1 [2022-02-12T01:52:06.742Z] #26 4.799 + case "$(go env GOARCH)" in [2022-02-12T01:52:06.742Z] #26 4.801 ++ go env GOARCH [2022-02-12T01:52:06.742Z] #26 4.809 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:06.742Z] #26 4.810 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:06.742Z] #26 4.810 ++ dirname /install.sh [2022-02-12T01:52:06.742Z] #26 4.815 + dir=/ [2022-02-12T01:52:06.742Z] #26 4.827 + bin=dockercli [2022-02-12T01:52:06.742Z] #26 4.827 + shift [2022-02-12T01:52:06.742Z] #26 4.827 + '[' '!' -f //dockercli.installer ']' [2022-02-12T01:52:06.742Z] #26 4.828 + . //dockercli.installer [2022-02-12T01:52:06.742Z] #26 4.828 ++ : stable [2022-02-12T01:52:06.742Z] #26 4.828 ++ : 17.06.2-ce [2022-02-12T01:52:06.742Z] #26 4.828 + install_dockercli [2022-02-12T01:52:06.742Z] #26 4.831 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-02-12T01:52:06.742Z] #26 4.831 Install docker/cli version 17.06.2-ce from stable [2022-02-12T01:52:06.742Z] #26 4.832 ++ uname -m [2022-02-12T01:52:06.742Z] #26 4.834 + arch=x86_64 [2022-02-12T01:52:06.742Z] #26 4.834 + '[' x86_64 '!=' x86_64 ']' [2022-02-12T01:52:06.742Z] #26 4.834 + url=https://download.docker.com/linux/static [2022-02-12T01:52:06.742Z] #26 4.839 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-02-12T01:52:06.742Z] #26 4.839 + tar -xz docker/docker [2022-02-12T01:52:07.151Z] #21 1.194 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:52:07.281Z] #12 DONE 0.4s [2022-02-12T01:52:07.281Z] [2022-02-12T01:52:07.281Z] #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-02-12T01:52:07.281Z] #29 sha256:6fb4b5ee9f4ca553c9ca086e00072b70da2377dab9f294fbaacada76092a4f7f [2022-02-12T01:52:07.281Z] #29 10.91 Selecting previously unselected package libssh2-1:arm64. [2022-02-12T01:52:07.281Z] #29 10.91 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-02-12T01:52:07.281Z] #29 10.93 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-02-12T01:52:07.281Z] #29 11.43 Selecting previously unselected package libcurl4:arm64. [2022-02-12T01:52:07.281Z] #29 11.43 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-02-12T01:52:07.281Z] #29 11.43 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-02-12T01:52:07.281Z] #29 11.67 Selecting previously unselected package curl. [2022-02-12T01:52:07.281Z] #29 11.67 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-02-12T01:52:07.281Z] #29 11.75 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-02-12T01:52:07.281Z] #29 12.34 Selecting previously unselected package libonig5:arm64. [2022-02-12T01:52:07.281Z] #29 12.34 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-02-12T01:52:07.281Z] #29 12.45 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-02-12T01:52:07.281Z] #29 13.03 Selecting previously unselected package libjq1:arm64. [2022-02-12T01:52:07.281Z] #29 13.03 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-02-12T01:52:07.281Z] #29 13.15 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-02-12T01:52:07.281Z] #29 13.79 Selecting previously unselected package jq. [2022-02-12T01:52:07.281Z] #29 13.79 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-02-12T01:52:07.281Z] #29 13.81 Unpacking jq (1.6-2.1) ... [2022-02-12T01:52:07.281Z] #29 14.01 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-02-12T01:52:07.281Z] #29 14.03 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-02-12T01:52:07.281Z] #29 14.05 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-02-12T01:52:07.281Z] #29 14.07 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:52:07.281Z] #29 14.08 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-02-12T01:52:07.281Z] #29 14.09 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1) ... [2022-02-12T01:52:07.281Z] #29 14.11 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-02-12T01:52:07.281Z] #29 14.12 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-02-12T01:52:07.281Z] #29 14.15 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-02-12T01:52:07.281Z] #29 14.16 Setting up libjq1:arm64 (1.6-2.1) ... [2022-02-12T01:52:07.281Z] #29 14.18 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-02-12T01:52:07.281Z] #29 14.20 Setting up ca-certificates (20210119) ... [2022-02-12T01:52:07.281Z] #29 14.75 Updating certificates in /etc/ssl/certs... [2022-02-12T01:52:07.281Z] #29 15.54 129 added, 0 removed; done. [2022-02-12T01:52:07.281Z] #29 15.68 Setting up jq (1.6-2.1) ... [2022-02-12T01:52:07.281Z] #29 15.70 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-02-12T01:52:07.281Z] #29 15.71 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-02-12T01:52:07.281Z] #29 15.73 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:52:07.281Z] #29 15.75 Processing triggers for ca-certificates (20210119) ... [2022-02-12T01:52:07.281Z] #29 15.75 Updating certificates in /etc/ssl/certs... [2022-02-12T01:52:07.281Z] #29 16.29 0 added, 0 removed; done. [2022-02-12T01:52:07.281Z] #29 16.30 Running hooks in /etc/ca-certificates/update.d... [2022-02-12T01:52:07.281Z] #29 16.30 done. [2022-02-12T01:52:07.281Z] #29 DONE 16.4s [2022-02-12T01:52:07.281Z] [2022-02-12T01:52:07.281Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-02-12T01:52:07.281Z] #30 sha256:8ae496924a80861c4f2abe7e3aaa844f67752d89293052da691357b040ebf3f9 [2022-02-12T01:52:07.281Z] #30 DONE 0.1s [2022-02-12T01:52:07.281Z] [2022-02-12T01:52:07.281Z] #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-02-12T01:52:07.281Z] #31 sha256:631a39df5e1c12bc822f14ef46112f45d7a44b878493079366a5f5949e13321f [2022-02-12T01:52:07.414Z] #21 1.228 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:52:07.414Z] #21 1.228 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:52:07.848Z] #31 ... [2022-02-12T01:52:07.848Z] [2022-02-12T01:52:07.848Z] #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-02-12T01:52:07.848Z] #13 sha256:f61a007e3f1465639b90c2554f42d63b20382650699d75921f78da8f5197b093 [2022-02-12T01:52:07.848Z] #13 DONE 0.5s [2022-02-12T01:52:07.848Z] [2022-02-12T01:52:07.848Z] #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-02-12T01:52:07.848Z] #46 sha256:0771a593c1f708a7c877c9bec7977e896cbe9bd1e50534cefaaca768b63477a2 [2022-02-12T01:52:07.848Z] #46 DONE 0.2s [2022-02-12T01:52:07.848Z] [2022-02-12T01:52:07.848Z] #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-02-12T01:52:07.848Z] #47 sha256:f1b721bc4725d1715506fc4c476da585d66d9f298f48ca2919866e40656e2696 [2022-02-12T01:52:07.848Z] #47 ... [2022-02-12T01:52:07.848Z] [2022-02-12T01:52:07.848Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-02-12T01:52:07.848Z] #25 sha256:ded9109586b652254bae10e5ae698bc6899d5cf7ab5a2ef55cd0e135d0e6a860 [2022-02-12T01:52:07.848Z] #25 DONE 0.2s [2022-02-12T01:52:07.848Z] [2022-02-12T01:52:07.848Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-02-12T01:52:07.848Z] #33 sha256:e632abe321a7e4652a1d6dcca1925f9b7f426964de2b6330ae22a1f3cb424ee6 [2022-02-12T01:52:07.848Z] #33 DONE 0.2s [2022-02-12T01:52:07.848Z] [2022-02-12T01:52:07.848Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-02-12T01:52:07.848Z] #42 sha256:8ed925fc209aa4093b3379b26b70872d01daf45910e689b2f86f27e7d1345529 [2022-02-12T01:52:07.848Z] #42 DONE 0.3s [2022-02-12T01:52:07.989Z] #21 1.696 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:52:07.994Z] #19 107.7 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-02-12T01:52:07.995Z] #19 107.7 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:52:07.995Z] #19 107.9 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:52:07.995Z] #19 108.8 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-02-12T01:52:07.995Z] #19 108.8 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-02-12T01:52:08.106Z] [2022-02-12T01:52:08.106Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-02-12T01:52:08.106Z] #62 sha256:defa801cd9390e4d6f4b2de5d3ee144f8ecc5ee735faae5062dc851db8f7c73f [2022-02-12T01:52:08.106Z] #62 DONE 0.3s [2022-02-12T01:52:08.106Z] [2022-02-12T01:52:08.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-02-12T01:52:08.106Z] #63 sha256:99cf4e202383c5c0d70e90cacf01ec90cc784d6c05f48bc974af0764346b6ea5 [2022-02-12T01:52:08.239Z] #63 ... [2022-02-12T01:52:08.239Z] [2022-02-12T01:52:08.239Z] #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-02-12T01:52:08.239Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:52:08.239Z] #14 89.68 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-02-12T01:52:08.239Z] #14 89.68 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:52:08.239Z] #14 89.70 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:52:08.239Z] #14 94.79 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-02-12T01:52:08.239Z] #14 94.79 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-02-12T01:52:08.239Z] #14 95.03 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-12T01:52:08.254Z] #19 109.0 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-02-12T01:52:08.254Z] #19 109.2 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-02-12T01:52:08.254Z] #19 109.2 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-02-12T01:52:08.254Z] #19 109.2 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-02-12T01:52:08.503Z] #14 ... [2022-02-12T01:52:08.503Z] [2022-02-12T01:52:08.503Z] #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-02-12T01:52:08.503Z] #63 sha256:8d371f9027011ce1a9942d790cdcae997efba08a17950d711a7b560ee2b6c9e4 [2022-02-12T01:52:08.503Z] #63 DONE 95.1s [2022-02-12T01:52:08.503Z] [2022-02-12T01:52:08.503Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-02-12T01:52:08.503Z] #64 sha256:d74fe481d852b0d23eb9457af1f1131b99b403cdf8cd94b3dcd9a15e00b3c45d [2022-02-12T01:52:08.503Z] #64 DONE 0.1s [2022-02-12T01:52:08.503Z] [2022-02-12T01:52:08.503Z] #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-02-12T01:52:08.503Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:52:08.503Z] #14 95.37 Selecting previously unselected package libapparmor1:amd64. [2022-02-12T01:52:08.503Z] #14 95.38 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-02-12T01:52:08.503Z] #14 95.39 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-02-12T01:52:08.514Z] #19 109.4 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-02-12T01:52:08.514Z] #19 109.4 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:08.514Z] #19 109.4 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:08.764Z] [2022-02-12T01:52:08.764Z] #14 ... [2022-02-12T01:52:08.764Z] [2022-02-12T01:52:08.764Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-02-12T01:52:08.764Z] #65 sha256:aaf95f86f57753899bd5bd56106125a4106b1e7cd471c418c1469f449821e8db [2022-02-12T01:52:08.764Z] #65 DONE 0.1s [2022-02-12T01:52:08.764Z] [2022-02-12T01:52:08.764Z] #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-02-12T01:52:08.764Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:52:08.764Z] #14 95.59 Selecting previously unselected package libapparmor-dev:amd64. [2022-02-12T01:52:08.764Z] #14 95.61 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-02-12T01:52:08.764Z] #14 95.64 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-02-12T01:52:08.774Z] #19 109.6 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-02-12T01:52:08.774Z] #19 109.6 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:52:08.774Z] #19 109.6 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:52:08.936Z] #21 2.622 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:52:09.030Z] #14 95.76 Selecting previously unselected package libbtrfs0:amd64. [2022-02-12T01:52:09.030Z] #14 95.76 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-02-12T01:52:09.030Z] #14 95.76 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:52:09.030Z] #14 95.98 Selecting previously unselected package libbtrfs-dev:amd64. [2022-02-12T01:52:09.030Z] #14 95.98 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-02-12T01:52:09.030Z] #14 96.00 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:52:09.291Z] #14 96.28 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-02-12T01:52:09.510Z] #21 3.561 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:52:09.550Z] #14 96.28 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:52:09.550Z] #14 96.29 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:52:09.550Z] #14 96.36 Selecting previously unselected package libudev-dev:amd64. [2022-02-12T01:52:09.550Z] #14 96.36 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-02-12T01:52:09.550Z] #14 96.37 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-02-12T01:52:09.808Z] #14 96.60 Selecting previously unselected package libsepol1-dev:amd64. [2022-02-12T01:52:09.808Z] #14 96.61 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-02-12T01:52:09.808Z] #14 96.62 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-02-12T01:52:10.065Z] #14 96.96 Selecting previously unselected package libpcre2-16-0:amd64. [2022-02-12T01:52:10.065Z] #14 96.97 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-02-12T01:52:10.065Z] #14 96.97 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-02-12T01:52:10.084Z] #21 ... [2022-02-12T01:52:10.084Z] [2022-02-12T01:52:10.084Z] #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-02-12T01:52:10.084Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-12T01:52:10.084Z] #34 DONE 112.4s [2022-02-12T01:52:10.323Z] #14 97.10 Selecting previously unselected package libpcre2-32-0:amd64. [2022-02-12T01:52:10.323Z] #14 97.11 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-02-12T01:52:10.323Z] #14 97.12 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-02-12T01:52:10.323Z] #14 97.28 Selecting previously unselected package libpcre2-posix2:amd64. [2022-02-12T01:52:10.323Z] #14 97.28 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-02-12T01:52:10.323Z] #14 97.28 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-02-12T01:52:10.346Z] [2022-02-12T01:52:10.346Z] #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-02-12T01:52:10.346Z] #56 sha256:491d70e847e77a86704d929acfe2f4a2629ee8e965fc0b2465fba9554800ca77 [2022-02-12T01:52:10.346Z] #56 10.15 + cd /tmp/tmp.Tx9H1d51R6/src/github.com/opencontainers/runc [2022-02-12T01:52:10.346Z] #56 10.15 + git checkout -q v1.1.0 [2022-02-12T01:52:10.346Z] #56 10.50 + '[' -z '' ']' [2022-02-12T01:52:10.346Z] #56 10.50 + target=static [2022-02-12T01:52:10.346Z] #56 10.50 + make BUILDTAGS=seccomp static [2022-02-12T01:52:10.346Z] #56 10.86 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-02-12T01:52:10.582Z] #14 97.33 Selecting previously unselected package libpcre2-dev:amd64. [2022-02-12T01:52:10.582Z] #14 97.36 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-02-12T01:52:10.582Z] #14 97.37 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-02-12T01:52:10.840Z] #14 97.73 Selecting previously unselected package libselinux1-dev:amd64. [2022-02-12T01:52:11.098Z] #14 97.74 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-02-12T01:52:11.098Z] #14 97.75 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-02-12T01:52:11.098Z] #14 97.95 Selecting previously unselected package libdevmapper-dev:amd64. [2022-02-12T01:52:11.098Z] #14 97.95 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:52:11.098Z] #14 97.96 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:52:11.098Z] #14 98.01 Selecting previously unselected package libseccomp-dev:amd64. [2022-02-12T01:52:11.098Z] #14 98.01 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-02-12T01:52:11.355Z] #14 98.02 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-02-12T01:52:11.355Z] #14 98.13 Selecting previously unselected package libsystemd-dev:amd64. [2022-02-12T01:52:11.355Z] #14 98.13 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-02-12T01:52:11.355Z] #14 98.14 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-02-12T01:52:11.394Z] #63 3.427 + RM_GOPATH=0 [2022-02-12T01:52:11.394Z] #63 3.427 + TMP_GOPATH= [2022-02-12T01:52:11.394Z] #63 3.427 + : /build [2022-02-12T01:52:11.394Z] #63 3.427 + '[' -z '' ']' [2022-02-12T01:52:11.394Z] #63 3.427 ++ mktemp -d [2022-02-12T01:52:11.394Z] #63 3.442 + export GOPATH=/tmp/tmp.Oc2x5RBSW7 [2022-02-12T01:52:11.394Z] #63 3.442 + GOPATH=/tmp/tmp.Oc2x5RBSW7 [2022-02-12T01:52:11.394Z] #63 3.443 + RM_GOPATH=1 [2022-02-12T01:52:11.394Z] #63 3.443 + case "$(go env GOARCH)" in [2022-02-12T01:52:11.394Z] #63 3.443 ++ go env GOARCH [2022-02-12T01:52:11.394Z] #63 3.458 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:11.394Z] #63 3.458 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:11.394Z] #63 3.459 ++ dirname /install.sh [2022-02-12T01:52:11.394Z] #63 3.466 + dir=/ [2022-02-12T01:52:11.394Z] #63 3.467 + bin=rootlesskit [2022-02-12T01:52:11.394Z] #63 3.467 + shift [2022-02-12T01:52:11.394Z] #63 3.467 + '[' '!' -f //rootlesskit.installer ']' [2022-02-12T01:52:11.394Z] #63 3.469 + . //rootlesskit.installer [2022-02-12T01:52:11.394Z] #63 3.469 ++ : v0.14.6 [2022-02-12T01:52:11.394Z] #63 3.470 + install_rootlesskit [2022-02-12T01:52:11.394Z] #63 3.470 + case "$1" in [2022-02-12T01:52:11.394Z] #63 3.470 + export CGO_ENABLED=0 [2022-02-12T01:52:11.394Z] #63 3.470 + CGO_ENABLED=0 [2022-02-12T01:52:11.394Z] #63 3.470 + _install_rootlesskit [2022-02-12T01:52:11.394Z] #63 3.471 + echo 'Install rootlesskit version v0.14.6' [2022-02-12T01:52:11.394Z] #63 3.474 Install rootlesskit version v0.14.6 [2022-02-12T01:52:11.394Z] #63 3.474 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-12T01:52:11.394Z] #63 3.474 + GOBIN=/build [2022-02-12T01:52:11.394Z] #63 3.474 + GO111MODULE=on [2022-02-12T01:52:11.394Z] #63 3.474 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-02-12T01:52:11.920Z] #14 98.64 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-02-12T01:52:11.920Z] #14 98.66 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-02-12T01:52:11.920Z] #14 98.67 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-12T01:52:11.920Z] #14 98.68 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-02-12T01:52:11.920Z] #14 98.69 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-12T01:52:11.920Z] #14 98.71 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-02-12T01:52:11.920Z] #14 98.76 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:52:11.920Z] #14 98.77 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-02-12T01:52:11.920Z] #14 98.79 Setting up libudev-dev:amd64 (247.3-6) ... [2022-02-12T01:52:11.920Z] #14 98.80 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-02-12T01:52:11.920Z] #14 98.82 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-12T01:52:11.920Z] #14 98.84 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:52:11.920Z] #14 98.85 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-12T01:52:11.920Z] #14 98.86 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-02-12T01:52:11.920Z] #14 98.87 Setting up mingw-w64-common (8.0.0-1) ... [2022-02-12T01:52:11.920Z] #14 98.88 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-02-12T01:52:11.920Z] #14 98.89 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-12T01:52:11.959Z] #63 3.945 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-02-12T01:52:12.021Z] #26 ... [2022-02-12T01:52:12.021Z] [2022-02-12T01:52:12.021Z] #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-02-12T01:52:12.021Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:52:12.021Z] #14 4.562 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:52:12.021Z] #14 4.628 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:52:12.021Z] #14 4.628 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:52:12.021Z] #14 5.215 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:52:12.021Z] #14 6.641 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:52:12.021Z] #14 8.596 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:52:12.021Z] #14 ... [2022-02-12T01:52:12.021Z] [2022-02-12T01:52:12.021Z] #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-02-12T01:52:12.021Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:52:12.021Z] #38 3.728 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:52:12.021Z] #38 3.746 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:52:12.021Z] #38 3.752 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:52:12.021Z] #38 4.166 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:52:12.021Z] #38 4.817 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:52:12.021Z] #38 6.621 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:52:12.021Z] #38 ... [2022-02-12T01:52:12.021Z] [2022-02-12T01:52:12.021Z] #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-02-12T01:52:12.021Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-02-12T01:52:12.021Z] #53 5.321 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-02-12T01:52:12.021Z] #53 6.384 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-02-12T01:52:12.021Z] #53 6.432 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-02-12T01:52:12.021Z] #53 6.443 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-02-12T01:52:12.021Z] #53 8.170 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-02-12T01:52:12.021Z] #53 ... [2022-02-12T01:52:12.021Z] [2022-02-12T01:52:12.021Z] #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-02-12T01:52:12.021Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:52:12.021Z] #43 3.642 + git clone https://github.com/docker/distribution.git . [2022-02-12T01:52:12.021Z] #43 3.642 Cloning into '.'... [2022-02-12T01:52:12.021Z] #43 ... [2022-02-12T01:52:12.021Z] [2022-02-12T01:52:12.021Z] #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-02-12T01:52:12.021Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-02-12T01:52:12.021Z] #36 4.083 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-02-12T01:52:12.021Z] #36 ... [2022-02-12T01:52:12.021Z] [2022-02-12T01:52:12.021Z] #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-02-12T01:52:12.021Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-12T01:52:12.021Z] #34 4.624 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-02-12T01:52:12.021Z] #34 4.624 Cloning into '.'... [2022-02-12T01:52:12.177Z] #14 98.91 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-02-12T01:52:12.177Z] #14 98.92 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-02-12T01:52:12.177Z] #14 98.93 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-12T01:52:12.177Z] #14 98.95 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:52:12.177Z] #14 98.96 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-02-12T01:52:12.177Z] #14 98.97 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:52:12.177Z] #14 98.98 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-02-12T01:52:12.177Z] #14 99.00 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-12T01:52:12.177Z] #14 99.01 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:52:12.177Z] #14 99.02 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-02-12T01:52:12.177Z] #14 99.04 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:52:12.177Z] #14 99.06 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-12T01:52:12.177Z] #14 99.08 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:52:12.177Z] #14 99.10 Setting up dmsetup (2:1.02.175-2.1) ... [2022-02-12T01:52:12.280Z] #34 ... [2022-02-12T01:52:12.280Z] [2022-02-12T01:52:12.280Z] #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-02-12T01:52:12.280Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-12T01:52:12.280Z] #49 3.580 go: downloading gotest.tools/gotestsum v1.7.0 [2022-02-12T01:52:12.280Z] #49 5.175 go: downloading github.com/dnephin/pflag v1.0.7 [2022-02-12T01:52:12.280Z] #49 5.178 go: downloading github.com/fatih/color v1.10.0 [2022-02-12T01:52:12.280Z] #49 5.270 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-02-12T01:52:12.280Z] #49 5.315 go: downloading github.com/pkg/errors v0.9.1 [2022-02-12T01:52:12.280Z] #49 5.499 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-02-12T01:52:12.280Z] #49 5.527 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-02-12T01:52:12.280Z] #49 5.573 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-02-12T01:52:12.280Z] #49 5.590 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-02-12T01:52:12.280Z] #49 5.656 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-02-12T01:52:12.280Z] #49 5.709 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-02-12T01:52:12.280Z] #49 5.793 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-02-12T01:52:12.280Z] #49 6.023 go: downloading golang.org/x/tools v0.1.0 [2022-02-12T01:52:12.280Z] #49 ... [2022-02-12T01:52:12.280Z] [2022-02-12T01:52:12.280Z] #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-02-12T01:52:12.280Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:52:12.280Z] #51 3.973 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-02-12T01:52:12.435Z] #14 99.12 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:52:12.435Z] #14 99.14 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:52:12.435Z] #14 99.15 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:52:12.539Z] #51 ... [2022-02-12T01:52:12.539Z] [2022-02-12T01:52:12.539Z] #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-02-12T01:52:12.539Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-12T01:52:12.539Z] #58 3.462 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:52:12.539Z] #58 3.462 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:52:12.539Z] #58 3.462 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:52:12.539Z] #58 3.701 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:52:12.539Z] #58 4.675 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:52:12.539Z] #58 6.287 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:52:12.539Z] #58 ... [2022-02-12T01:52:12.539Z] [2022-02-12T01:52:12.539Z] #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-02-12T01:52:12.539Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:52:12.539Z] #47 5.207 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:52:12.539Z] #47 5.254 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:52:12.539Z] #47 5.255 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:52:12.539Z] #47 5.771 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-02-12T01:52:12.539Z] #47 6.217 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:52:12.539Z] #47 8.194 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:52:12.539Z] #47 10.25 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:52:12.693Z] #14 DONE 99.5s [2022-02-12T01:52:12.693Z] [2022-02-12T01:52:12.693Z] #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-02-12T01:52:12.693Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:52:12.693Z] #51 ... [2022-02-12T01:52:12.693Z] [2022-02-12T01:52:12.693Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-02-12T01:52:12.693Z] #55 sha256:0f8bba4837f638fe6f267bc67b4103803c25bb243a3eddefe79c0b42ab537a79 [2022-02-12T01:52:12.693Z] #55 DONE 0.1s [2022-02-12T01:52:12.693Z] [2022-02-12T01:52:12.693Z] #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-02-12T01:52:12.693Z] #56 sha256:d9bfefec24f2bde0fa61fe0cad725dedb23014bf093d09f2e00490c54fecbcfe [2022-02-12T01:52:12.798Z] #47 ... [2022-02-12T01:52:12.798Z] [2022-02-12T01:52:12.798Z] #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-02-12T01:52:12.798Z] #63 sha256:3a58f6588fb79b2f8f4edfb8cea6637a08d4daf981dcff2543cb3be3e0e168fd [2022-02-12T01:52:12.798Z] #63 6.531 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-12T01:52:12.798Z] #63 6.533 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-02-12T01:52:12.798Z] #63 7.116 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-02-12T01:52:12.798Z] #63 9.780 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-02-12T01:52:12.798Z] #63 10.60 go: downloading github.com/google/uuid v1.3.0 [2022-02-12T01:52:12.798Z] #63 10.69 go: downloading github.com/moby/vpnkit v0.5.0 [2022-02-12T01:52:12.798Z] #63 10.84 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-02-12T01:52:12.798Z] #63 10.94 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-12T01:52:12.798Z] #63 10.99 go: downloading github.com/gorilla/mux v1.8.0 [2022-02-12T01:52:12.970Z] #19 113.6 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-02-12T01:52:12.970Z] #19 113.6 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:52:12.970Z] #19 113.6 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:52:12.970Z] #19 113.7 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-02-12T01:52:12.970Z] #19 113.7 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-02-12T01:52:12.970Z] #19 113.7 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-02-12T01:52:12.970Z] #19 113.7 Selecting previously unselected package libc6-s390x-cross. [2022-02-12T01:52:12.970Z] #19 113.7 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-02-12T01:52:12.970Z] #19 113.7 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-02-12T01:52:12.970Z] #19 113.8 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-02-12T01:52:12.970Z] #19 113.8 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:12.970Z] #19 113.8 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:12.970Z] #19 113.9 Selecting previously unselected package libgomp1-s390x-cross. [2022-02-12T01:52:12.970Z] #19 113.9 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:12.971Z] #19 113.9 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:12.971Z] #19 113.9 Selecting previously unselected package libitm1-s390x-cross. [2022-02-12T01:52:12.971Z] #19 113.9 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:12.971Z] #19 113.9 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:12.971Z] #19 114.0 Selecting previously unselected package libatomic1-s390x-cross. [2022-02-12T01:52:13.056Z] #63 11.18 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-02-12T01:52:13.231Z] #19 114.0 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:13.231Z] #19 114.0 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:13.231Z] #19 114.0 Selecting previously unselected package libasan6-s390x-cross. [2022-02-12T01:52:13.231Z] #19 114.0 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:13.231Z] #19 114.0 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:13.231Z] #19 114.2 Selecting previously unselected package libstdc++6-s390x-cross. [2022-02-12T01:52:13.315Z] #63 11.44 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-02-12T01:52:13.491Z] #19 114.2 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:13.491Z] #19 114.2 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:13.574Z] #63 11.70 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-02-12T01:52:13.574Z] #63 11.86 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-02-12T01:52:13.833Z] #63 ... [2022-02-12T01:52:13.833Z] [2022-02-12T01:52:13.833Z] #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-02-12T01:52:13.833Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:52:13.833Z] #47 12.13 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-02-12T01:52:14.066Z] #56 1.218 + RM_GOPATH=0 [2022-02-12T01:52:14.066Z] #56 1.218 + TMP_GOPATH= [2022-02-12T01:52:14.066Z] #56 1.218 + : /build [2022-02-12T01:52:14.066Z] #56 1.218 + '[' -z '' ']' [2022-02-12T01:52:14.066Z] #56 1.219 ++ mktemp -d [2022-02-12T01:52:14.066Z] #56 1.221 + export GOPATH=/tmp/tmp.mSU7enB51w [2022-02-12T01:52:14.066Z] #56 1.221 + GOPATH=/tmp/tmp.mSU7enB51w [2022-02-12T01:52:14.066Z] #56 1.221 + RM_GOPATH=1 [2022-02-12T01:52:14.066Z] #56 1.221 + case "$(go env GOARCH)" in [2022-02-12T01:52:14.066Z] #56 1.221 ++ go env GOARCH [2022-02-12T01:52:14.066Z] #56 1.228 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:14.066Z] #56 1.228 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:14.066Z] #56 1.228 ++ dirname /install.sh [2022-02-12T01:52:14.066Z] #56 1.233 + dir=/ [2022-02-12T01:52:14.066Z] #56 1.233 + bin=runc [2022-02-12T01:52:14.066Z] #56 1.233 + shift [2022-02-12T01:52:14.066Z] #56 1.233 + '[' '!' -f //runc.installer ']' [2022-02-12T01:52:14.066Z] #56 1.233 + . //runc.installer [2022-02-12T01:52:14.066Z] #56 1.233 ++ set -e [2022-02-12T01:52:14.066Z] #56 1.233 ++ : v1.1.0 [2022-02-12T01:52:14.066Z] #56 1.233 + install_runc [2022-02-12T01:52:14.066Z] #56 1.233 + RUNC_BUILDTAGS=seccomp [2022-02-12T01:52:14.066Z] #56 1.234 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-02-12T01:52:14.066Z] #56 1.234 Install runc version v1.1.0 (build tags: seccomp) [2022-02-12T01:52:14.066Z] #56 1.234 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.mSU7enB51w/src/github.com/opencontainers/runc [2022-02-12T01:52:14.067Z] #56 1.235 Cloning into '/tmp/tmp.mSU7enB51w/src/github.com/opencontainers/runc'... [2022-02-12T01:52:14.324Z] #56 ... [2022-02-12T01:52:14.324Z] [2022-02-12T01:52:14.324Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-02-12T01:52:14.324Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12 [2022-02-12T01:52:14.324Z] #15 DONE 1.5s [2022-02-12T01:52:14.324Z] [2022-02-12T01:52:14.324Z] #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-02-12T01:52:14.324Z] #16 sha256:99adeb285cf502d38b30cf3bbc040a13dc601b868c96c0eeb2e734d92ad3d487 [2022-02-12T01:52:14.403Z] #47 ... [2022-02-12T01:52:14.403Z] [2022-02-12T01:52:14.403Z] #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-02-12T01:52:14.403Z] #26 sha256:ec5f1b8eeeddb1f43b684e06f4e2d9f87985cd43460a99a40bf57feba4b3e218 [2022-02-12T01:52:14.403Z] #26 12.34 + mkdir -p /build [2022-02-12T01:52:14.403Z] #26 12.35 + mv docker/docker /build/ [2022-02-12T01:52:14.403Z] #26 12.35 + rmdir docker [2022-02-12T01:52:14.403Z] #26 DONE 12.7s [2022-02-12T01:52:14.431Z] #19 115.4 Selecting previously unselected package libubsan1-s390x-cross. [2022-02-12T01:52:14.485Z] #63 6.292 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-12T01:52:14.485Z] #63 6.318 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-02-12T01:52:14.667Z] [2022-02-12T01:52:14.667Z] #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-02-12T01:52:14.667Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-12T01:52:14.667Z] #58 12.88 Fetched 8502 kB in 10s (865 kB/s) [2022-02-12T01:52:14.690Z] #19 115.4 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:14.690Z] #19 115.6 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:14.742Z] #63 6.807 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-02-12T01:52:15.256Z] #16 DONE 1.0s [2022-02-12T01:52:15.256Z] [2022-02-12T01:52:15.256Z] #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-02-12T01:52:15.256Z] #56 sha256:d9bfefec24f2bde0fa61fe0cad725dedb23014bf093d09f2e00490c54fecbcfe [2022-02-12T01:52:15.322Z] #63 ... [2022-02-12T01:52:15.322Z] [2022-02-12T01:52:15.322Z] #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-02-12T01:52:15.322Z] #31 sha256:631a39df5e1c12bc822f14ef46112f45d7a44b878493079366a5f5949e13321f [2022-02-12T01:52:15.322Z] #31 2.064 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-02-12T01:52:15.322Z] #31 2.349 [2022-02-12T01:52:15.322Z] #31 2.566 #=#=# # 2.0% ######################################################################## 100.0% [2022-02-12T01:52:15.322Z] #31 2.876 [2022-02-12T01:52:15.322Z] #31 5.975 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-02-12T01:52:15.322Z] #31 7.561 [2022-02-12T01:52:15.322Z] #31 7.896 #=#=# 0.7% ######################################################################## 100.0% [2022-02-12T01:52:16.072Z] #19 116.7 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-02-12T01:52:16.072Z] #19 116.7 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:16.072Z] #19 116.8 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:16.072Z] #19 116.9 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-02-12T01:52:16.072Z] #19 116.9 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:52:16.072Z] #19 116.9 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:52:16.190Z] #56 ... [2022-02-12T01:52:16.190Z] [2022-02-12T01:52:16.190Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-02-12T01:52:16.190Z] #17 sha256:37ca357104f67296f908b3c46f1b07e702d533995321c7056ff075c799a23941 [2022-02-12T01:52:16.190Z] #17 0.886 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-02-12T01:52:16.190Z] #17 DONE 1.0s [2022-02-12T01:52:16.448Z] [2022-02-12T01:52:16.448Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-02-12T01:52:16.448Z] #18 sha256:ce91076a850313e9dae097da1aa82499e5e6184d5bc3c89816b6bd5ab93d4c68 [2022-02-12T01:52:16.695Z] #31 9.260 [2022-02-12T01:52:17.205Z] #58 12.88 Reading package lists... [2022-02-12T01:52:17.205Z] #58 ... [2022-02-12T01:52:17.205Z] [2022-02-12T01:52:17.205Z] #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-02-12T01:52:17.205Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-02-12T01:52:17.205Z] #36 15.27 tomll can be used in two ways: [2022-02-12T01:52:17.205Z] #36 15.27 Writing to STDIN and reading from STDOUT: [2022-02-12T01:52:17.205Z] #36 15.27 cat file.toml | tomll > file.toml [2022-02-12T01:52:17.205Z] #36 15.27 [2022-02-12T01:52:17.205Z] #36 15.27 Reading and updating a list of files: [2022-02-12T01:52:17.205Z] #36 15.27 tomll a.toml b.toml c.toml [2022-02-12T01:52:17.205Z] #36 15.27 [2022-02-12T01:52:17.205Z] #36 15.27 When given a list of files, tomll will modify all files in place without asking. [2022-02-12T01:52:17.205Z] #36 DONE 15.5s [2022-02-12T01:52:17.205Z] [2022-02-12T01:52:17.205Z] #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-02-12T01:52:17.205Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:52:17.205Z] #38 14.66 Fetched 8502 kB in 11s (759 kB/s) [2022-02-12T01:52:17.382Z] #18 DONE 1.1s [2022-02-12T01:52:17.382Z] [2022-02-12T01:52:17.382Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-02-12T01:52:17.382Z] #19 sha256:6c004ca6d5db887f989d9abf069a78d3fc586b922412aff42b1cfe263efead58 [2022-02-12T01:52:17.627Z] #31 ... [2022-02-12T01:52:17.627Z] [2022-02-12T01:52:17.627Z] #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-02-12T01:52:17.627Z] #38 sha256:97d2570150a85384d019800b8206a8cceec0dc16cbc9052940c5711a94851069 [2022-02-12T01:52:17.627Z] #38 4.129 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:52:17.627Z] #38 4.174 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:52:17.627Z] #38 4.174 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:52:17.627Z] #38 4.868 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-12T01:52:17.627Z] #38 6.544 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [114 kB] [2022-02-12T01:52:17.627Z] #38 8.732 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-12T01:52:17.884Z] #38 ... [2022-02-12T01:52:17.884Z] [2022-02-12T01:52:17.884Z] #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-02-12T01:52:17.884Z] #53 sha256:50c34fbe9d331716cdcb1412d967bfae1dd3398bfdc14e206a0fecdd7f3c40cf [2022-02-12T01:52:17.884Z] #53 3.432 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-02-12T01:52:17.884Z] #53 4.422 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-02-12T01:52:17.884Z] #53 4.423 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-02-12T01:52:17.884Z] #53 4.479 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-02-12T01:52:17.884Z] #53 5.905 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-02-12T01:52:18.142Z] #53 ... [2022-02-12T01:52:18.142Z] [2022-02-12T01:52:18.142Z] #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-02-12T01:52:18.142Z] #26 sha256:fa965324b5ec0393fd346ec836956793a801e3f4664a9d22404b64cb66286b2a [2022-02-12T01:52:18.142Z] #26 3.577 + RM_GOPATH=0 [2022-02-12T01:52:18.142Z] #26 3.577 + TMP_GOPATH= [2022-02-12T01:52:18.142Z] #26 3.577 + : /build [2022-02-12T01:52:18.142Z] #26 3.578 + '[' -z '' ']' [2022-02-12T01:52:18.142Z] #26 3.578 ++ mktemp -d [2022-02-12T01:52:18.143Z] #26 3.582 + export GOPATH=/tmp/tmp.S22BbkShSl [2022-02-12T01:52:18.143Z] #26 3.586 + GOPATH=/tmp/tmp.S22BbkShSl [2022-02-12T01:52:18.143Z] #26 3.586 + RM_GOPATH=1 [2022-02-12T01:52:18.143Z] #26 3.586 + case "$(go env GOARCH)" in [2022-02-12T01:52:18.143Z] #26 3.586 ++ go env GOARCH [2022-02-12T01:52:18.143Z] #26 3.609 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:18.143Z] #26 3.609 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:18.143Z] #26 3.611 ++ dirname /install.sh [2022-02-12T01:52:18.143Z] #26 3.618 + dir=/ [2022-02-12T01:52:18.143Z] #26 3.618 + bin=dockercli [2022-02-12T01:52:18.143Z] #26 3.619 + shift [2022-02-12T01:52:18.143Z] #26 3.619 + '[' '!' -f //dockercli.installer ']' [2022-02-12T01:52:18.143Z] #26 3.619 + . //dockercli.installer [2022-02-12T01:52:18.143Z] #26 3.620 ++ : stable [2022-02-12T01:52:18.143Z] #26 3.620 ++ : 17.06.2-ce [2022-02-12T01:52:18.143Z] #26 3.620 + install_dockercli [2022-02-12T01:52:18.143Z] #26 3.620 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-02-12T01:52:18.143Z] #26 3.620 Install docker/cli version 17.06.2-ce from stable [2022-02-12T01:52:18.143Z] #26 3.620 ++ uname -m [2022-02-12T01:52:18.143Z] #26 3.627 + arch=aarch64 [2022-02-12T01:52:18.143Z] #26 3.627 + '[' aarch64 '!=' x86_64 ']' [2022-02-12T01:52:18.143Z] #26 3.627 + '[' aarch64 '!=' s390x ']' [2022-02-12T01:52:18.143Z] #26 3.627 + '[' aarch64 '!=' armhf ']' [2022-02-12T01:52:18.143Z] #26 3.627 + build_dockercli [2022-02-12T01:52:18.143Z] #26 3.627 + git clone https://github.com/docker/docker-ce /tmp/tmp.S22BbkShSl/tmp/docker-ce [2022-02-12T01:52:18.143Z] #26 3.629 Cloning into '/tmp/tmp.S22BbkShSl/tmp/docker-ce'... [2022-02-12T01:52:18.143Z] #26 ... [2022-02-12T01:52:18.143Z] [2022-02-12T01:52:18.143Z] #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-02-12T01:52:18.143Z] #34 sha256:3bfa9e7171fc4f96669242c7fe3b478f06d73cc45545dd91ec1fdc8110a580cf [2022-02-12T01:52:18.143Z] #34 3.470 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-02-12T01:52:18.143Z] #34 3.470 Cloning into '.'... [2022-02-12T01:52:18.316Z] #19 DONE 0.9s [2022-02-12T01:52:18.316Z] [2022-02-12T01:52:18.316Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-02-12T01:52:18.316Z] #20 sha256:ac3b3a3c6b80e74a558366144d42672e4015c84dd231b6b85084417f071a7896 [2022-02-12T01:52:18.400Z] #34 ... [2022-02-12T01:52:18.400Z] [2022-02-12T01:52:18.400Z] #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-02-12T01:52:18.400Z] #36 sha256:b0a700bcc09973c47169563c3637cfd7cdc061ffad5331a5be46f450ccf85fd5 [2022-02-12T01:52:18.400Z] #36 2.100 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-02-12T01:52:18.400Z] #36 10.57 tomll can be used in two ways: [2022-02-12T01:52:18.400Z] #36 10.57 Writing to STDIN and reading from STDOUT: [2022-02-12T01:52:18.400Z] #36 10.57 cat file.toml | tomll > file.toml [2022-02-12T01:52:18.400Z] #36 10.57 [2022-02-12T01:52:18.400Z] #36 10.57 Reading and updating a list of files: [2022-02-12T01:52:18.400Z] #36 10.57 tomll a.toml b.toml c.toml [2022-02-12T01:52:18.400Z] #36 10.57 [2022-02-12T01:52:18.400Z] #36 10.57 When given a list of files, tomll will modify all files in place without asking. [2022-02-12T01:52:18.400Z] #36 ... [2022-02-12T01:52:18.400Z] [2022-02-12T01:52:18.400Z] #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-02-12T01:52:18.400Z] #49 sha256:4bb1a95e6d46a27ca3c0b5ecc45c1bb8da1098ca75dfe1a9509f9a41c140271b [2022-02-12T01:52:18.400Z] #49 2.863 go: downloading gotest.tools/gotestsum v1.7.0 [2022-02-12T01:52:18.400Z] #49 3.957 go: downloading github.com/fatih/color v1.10.0 [2022-02-12T01:52:18.400Z] #49 4.068 go: downloading github.com/dnephin/pflag v1.0.7 [2022-02-12T01:52:18.400Z] #49 4.118 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-02-12T01:52:18.400Z] #49 4.158 go: downloading github.com/pkg/errors v0.9.1 [2022-02-12T01:52:18.400Z] #49 4.236 go: downloading golang.org/x/tools v0.1.0 [2022-02-12T01:52:18.400Z] #49 4.239 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-02-12T01:52:18.400Z] #49 4.362 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-02-12T01:52:18.400Z] #49 4.448 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-02-12T01:52:18.400Z] #49 4.528 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-02-12T01:52:18.400Z] #49 7.361 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-02-12T01:52:18.400Z] #49 7.396 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-02-12T01:52:18.400Z] #49 7.686 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-02-12T01:52:18.400Z] #49 8.904 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-02-12T01:52:18.400Z] #49 8.974 go: downloading golang.org/x/mod v0.3.0 [2022-02-12T01:52:18.509Z] #56 ... [2022-02-12T01:52:18.509Z] [2022-02-12T01:52:18.509Z] #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-02-12T01:52:18.509Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-02-12T01:52:18.509Z] #21 7.003 Fetched 8502 kB in 6s (1397 kB/s) [2022-02-12T01:52:18.509Z] #21 7.003 Reading package lists... [2022-02-12T01:52:18.509Z] #21 9.057 Reading package lists... [2022-02-12T01:52:18.509Z] #21 11.12 Building dependency tree... [2022-02-12T01:52:18.509Z] #21 12.15 The following additional packages will be installed: [2022-02-12T01:52:18.509Z] #21 12.15 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-02-12T01:52:18.509Z] #21 12.15 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-02-12T01:52:18.509Z] #21 12.15 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-02-12T01:52:18.509Z] #21 12.15 python3-pkg-resources vim-runtime xxd [2022-02-12T01:52:18.509Z] #21 12.15 Suggested packages: [2022-02-12T01:52:18.509Z] #21 12.15 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-02-12T01:52:18.509Z] #21 12.15 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-02-12T01:52:18.509Z] #21 12.15 acl attr quota [2022-02-12T01:52:18.509Z] #21 12.15 Recommended packages: [2022-02-12T01:52:18.509Z] #21 12.15 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-02-12T01:52:18.658Z] #49 ... [2022-02-12T01:52:18.658Z] [2022-02-12T01:52:18.658Z] #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-02-12T01:52:18.658Z] #43 sha256:15e6f1e0758974ec0732318b13797e83c8e744f5cfddb806215bbc82680f9355 [2022-02-12T01:52:18.658Z] #43 3.168 + git clone https://github.com/docker/distribution.git . [2022-02-12T01:52:18.658Z] #43 3.168 Cloning into '.'... [2022-02-12T01:52:18.658Z] #43 ... [2022-02-12T01:52:18.658Z] [2022-02-12T01:52:18.658Z] #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-02-12T01:52:18.658Z] #58 sha256:36169c270e5097460ae1ca82083a2274107aefcc99bec3a5d04bfec9771ab606 [2022-02-12T01:52:18.658Z] #58 3.268 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:52:18.658Z] #58 3.283 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:52:18.658Z] #58 3.284 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:52:18.658Z] #58 4.007 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-12T01:52:18.658Z] #58 5.546 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [114 kB] [2022-02-12T01:52:18.658Z] #58 7.547 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-12T01:52:18.918Z] #58 ... [2022-02-12T01:52:18.918Z] [2022-02-12T01:52:18.918Z] #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-02-12T01:52:18.918Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c [2022-02-12T01:52:18.918Z] #51 3.765 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-02-12T01:52:18.918Z] #51 ... [2022-02-12T01:52:18.918Z] [2022-02-12T01:52:18.918Z] #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-02-12T01:52:18.918Z] #36 sha256:b0a700bcc09973c47169563c3637cfd7cdc061ffad5331a5be46f450ccf85fd5 [2022-02-12T01:52:18.918Z] #36 DONE 11.4s [2022-02-12T01:52:18.918Z] [2022-02-12T01:52:18.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-02-12T01:52:18.918Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-02-12T01:52:18.918Z] #14 4.027 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:52:18.918Z] #14 4.056 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:52:18.918Z] #14 4.059 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:52:18.918Z] #14 4.773 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-12T01:52:18.918Z] #14 6.444 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [114 kB] [2022-02-12T01:52:18.918Z] #14 8.489 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-12T01:52:19.175Z] #14 ... [2022-02-12T01:52:19.175Z] [2022-02-12T01:52:19.175Z] #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-02-12T01:52:19.175Z] #63 sha256:99cf4e202383c5c0d70e90cacf01ec90cc784d6c05f48bc974af0764346b6ea5 [2022-02-12T01:52:19.175Z] #63 9.258 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-02-12T01:52:19.175Z] #63 9.795 go: downloading github.com/google/uuid v1.3.0 [2022-02-12T01:52:19.175Z] #63 9.808 go: downloading github.com/moby/vpnkit v0.5.0 [2022-02-12T01:52:19.175Z] #63 9.864 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-02-12T01:52:19.175Z] #63 9.990 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-12T01:52:19.175Z] #63 10.11 go: downloading github.com/gorilla/mux v1.8.0 [2022-02-12T01:52:19.175Z] #63 10.32 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-02-12T01:52:19.175Z] #63 10.80 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-02-12T01:52:19.175Z] #63 10.91 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-02-12T01:52:19.250Z] #20 DONE 1.0s [2022-02-12T01:52:19.250Z] [2022-02-12T01:52:19.250Z] #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-02-12T01:52:19.250Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-02-12T01:52:19.456Z] #21 13.18 The following NEW packages will be installed: [2022-02-12T01:52:19.456Z] #21 13.18 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-02-12T01:52:19.456Z] #21 13.18 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-02-12T01:52:19.456Z] #21 13.18 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-02-12T01:52:19.456Z] #21 13.18 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-02-12T01:52:19.456Z] #21 13.18 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-02-12T01:52:19.456Z] #21 13.18 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-02-12T01:52:19.456Z] #21 13.18 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-02-12T01:52:19.456Z] #21 13.18 xz-utils zip zstd [2022-02-12T01:52:19.456Z] #21 13.48 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:52:19.456Z] #21 13.48 Need to get 27.6 MB of archives. [2022-02-12T01:52:19.456Z] #21 13.48 After this operation, 106 MB of additional disk space will be used. [2022-02-12T01:52:19.456Z] #21 13.48 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-02-12T01:52:19.456Z] #21 13.49 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-02-12T01:52:19.456Z] #21 13.53 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-02-12T01:52:19.718Z] #21 13.53 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-02-12T01:52:19.718Z] #21 13.53 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-02-12T01:52:19.718Z] #21 13.53 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-02-12T01:52:19.718Z] #21 13.53 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-02-12T01:52:19.718Z] #21 13.53 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-02-12T01:52:19.718Z] #21 13.55 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-12T01:52:19.718Z] #21 13.56 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-12T01:52:19.719Z] #21 13.56 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-02-12T01:52:19.719Z] #21 13.57 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-02-12T01:52:19.719Z] #21 13.57 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-02-12T01:52:19.719Z] #21 13.58 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-02-12T01:52:19.719Z] #21 13.59 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-02-12T01:52:19.719Z] #21 13.60 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-02-12T01:52:19.719Z] #21 13.60 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-02-12T01:52:19.719Z] #21 13.60 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-02-12T01:52:19.719Z] #21 13.60 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-02-12T01:52:19.719Z] #21 13.60 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-02-12T01:52:19.719Z] #21 13.61 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-02-12T01:52:19.719Z] #21 13.62 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-02-12T01:52:19.719Z] #21 13.62 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-02-12T01:52:19.719Z] #21 13.63 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-02-12T01:52:19.719Z] #21 13.63 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-02-12T01:52:19.719Z] #21 13.64 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-02-12T01:52:19.719Z] #21 13.64 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-02-12T01:52:19.981Z] #21 13.89 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-02-12T01:52:19.981Z] #21 13.89 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-02-12T01:52:19.981Z] #21 13.89 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-02-12T01:52:19.981Z] #21 13.89 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-02-12T01:52:19.981Z] #21 13.89 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-02-12T01:52:19.981Z] #21 13.90 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-02-12T01:52:19.981Z] #21 13.90 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-02-12T01:52:19.981Z] #21 13.94 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-02-12T01:52:19.981Z] #21 13.95 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-02-12T01:52:19.981Z] #21 13.95 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-12T01:52:19.981Z] #21 13.95 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-02-12T01:52:19.981Z] #21 13.96 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-02-12T01:52:19.981Z] #21 13.96 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-02-12T01:52:19.981Z] #21 13.97 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-02-12T01:52:19.981Z] #21 13.99 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-02-12T01:52:19.981Z] #21 14.00 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-02-12T01:52:20.243Z] #21 14.00 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-02-12T01:52:20.244Z] #21 14.17 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-02-12T01:52:20.244Z] #21 14.21 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-02-12T01:52:20.244Z] #21 14.23 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-02-12T01:52:20.244Z] #21 14.23 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-02-12T01:52:20.270Z] #19 120.9 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-02-12T01:52:20.270Z] #19 120.9 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:52:20.270Z] #19 120.9 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:52:20.270Z] #19 120.9 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-02-12T01:52:20.270Z] #19 120.9 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-02-12T01:52:20.270Z] #19 120.9 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-02-12T01:52:20.270Z] #19 121.1 Selecting previously unselected package libc6-dev-s390x-cross. [2022-02-12T01:52:20.270Z] #19 121.1 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-02-12T01:52:20.270Z] #19 121.1 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-02-12T01:52:20.270Z] #19 121.3 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-02-12T01:52:20.530Z] #19 121.3 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-12T01:52:20.530Z] #19 121.3 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:20.622Z] #21 1.229 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:52:20.623Z] #21 1.334 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:52:20.623Z] #21 1.337 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:52:20.789Z] #19 121.5 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-02-12T01:52:20.789Z] #19 121.5 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-12T01:52:20.789Z] #19 121.5 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:52:20.817Z] #21 14.74 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:52:20.817Z] #21 14.84 Fetched 27.6 MB in 1s (26.4 MB/s) [2022-02-12T01:52:20.880Z] #21 1.683 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:52:21.076Z] #63 12.87 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-02-12T01:52:21.079Z] #21 14.89 Selecting previously unselected package pigz. [2022-02-12T01:52:21.079Z] #21 14.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-02-12T01:52:21.079Z] #21 14.96 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-02-12T01:52:21.079Z] #21 14.96 Unpacking pigz (2.6-1) ... [2022-02-12T01:52:21.079Z] #21 15.04 Selecting previously unselected package libelf1:amd64. [2022-02-12T01:52:21.079Z] #21 15.05 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-02-12T01:52:21.334Z] #63 13.16 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-02-12T01:52:21.340Z] #21 15.06 Unpacking libelf1:amd64 (0.183-1) ... [2022-02-12T01:52:21.340Z] #21 15.19 Selecting previously unselected package libbpf0:amd64. [2022-02-12T01:52:21.340Z] #21 15.20 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-02-12T01:52:21.340Z] #21 15.21 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-02-12T01:52:21.340Z] #21 15.31 Selecting previously unselected package libcap2:amd64. [2022-02-12T01:52:21.409Z] #38 14.66 Reading package lists... [2022-02-12T01:52:21.444Z] #21 2.345 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:52:21.603Z] #21 15.31 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-02-12T01:52:21.603Z] #21 15.32 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-02-12T01:52:21.603Z] #21 15.38 Selecting previously unselected package libmnl0:amd64. [2022-02-12T01:52:21.603Z] #21 15.38 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-02-12T01:52:21.603Z] #21 15.39 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-02-12T01:52:21.603Z] #21 15.45 Selecting previously unselected package libxtables12:amd64. [2022-02-12T01:52:21.603Z] #21 15.45 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-02-12T01:52:21.603Z] #21 15.46 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-02-12T01:52:21.603Z] #21 15.52 Selecting previously unselected package libcap2-bin. [2022-02-12T01:52:21.603Z] #21 15.52 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-02-12T01:52:21.603Z] #21 15.53 Unpacking libcap2-bin (1:2.44-1) ... [2022-02-12T01:52:21.866Z] #21 15.60 Selecting previously unselected package iproute2. [2022-02-12T01:52:21.866Z] #21 15.60 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-02-12T01:52:21.866Z] #21 15.62 Unpacking iproute2 (5.10.0-4) ... [2022-02-12T01:52:21.901Z] #63 ... [2022-02-12T01:52:21.901Z] [2022-02-12T01:52:21.901Z] #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-02-12T01:52:21.901Z] #47 sha256:f1b721bc4725d1715506fc4c476da585d66d9f298f48ca2919866e40656e2696 [2022-02-12T01:52:21.901Z] #47 3.981 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:52:21.901Z] #47 4.004 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:52:21.901Z] #47 4.007 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:52:21.901Z] #47 4.509 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-02-12T01:52:21.901Z] #47 4.862 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-12T01:52:21.901Z] #47 6.946 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [114 kB] [2022-02-12T01:52:21.901Z] #47 8.805 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-12T01:52:21.901Z] #47 10.92 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-02-12T01:52:21.901Z] #47 13.53 Fetched 8390 kB in 10s (850 kB/s) [2022-02-12T01:52:22.128Z] #21 16.09 Selecting previously unselected package xxd. [2022-02-12T01:52:22.128Z] #21 16.09 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-12T01:52:22.128Z] #21 16.10 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:22.158Z] #47 13.53 Reading package lists... [2022-02-12T01:52:22.158Z] #47 ... [2022-02-12T01:52:22.158Z] [2022-02-12T01:52:22.158Z] #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-02-12T01:52:22.158Z] #38 sha256:97d2570150a85384d019800b8206a8cceec0dc16cbc9052940c5711a94851069 [2022-02-12T01:52:22.158Z] #38 13.97 Fetched 8386 kB in 10s (827 kB/s) [2022-02-12T01:52:22.348Z] #38 19.84 Reading package lists... [2022-02-12T01:52:22.348Z] #38 ... [2022-02-12T01:52:22.348Z] [2022-02-12T01:52:22.348Z] #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-02-12T01:52:22.348Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-12T01:52:22.348Z] #58 12.88 Reading package lists... [2022-02-12T01:52:22.390Z] #21 16.19 Selecting previously unselected package vim-common. [2022-02-12T01:52:22.390Z] #21 16.20 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:52:22.390Z] #21 16.22 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:22.653Z] #21 16.38 Selecting previously unselected package bash-completion. [2022-02-12T01:52:22.653Z] #21 16.38 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-02-12T01:52:22.816Z] #21 3.413 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:52:22.915Z] #58 18.30 Reading package lists... [2022-02-12T01:52:22.915Z] #58 ... [2022-02-12T01:52:22.915Z] [2022-02-12T01:52:22.915Z] #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-02-12T01:52:22.915Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-12T01:52:22.915Z] #49 11.50 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-02-12T01:52:22.915Z] #49 11.52 go: downloading golang.org/x/mod v0.3.0 [2022-02-12T01:52:23.173Z] #49 ... [2022-02-12T01:52:23.174Z] [2022-02-12T01:52:23.174Z] #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-02-12T01:52:23.174Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:52:23.174Z] #43 21.01 + git checkout -q v2.3.0 [2022-02-12T01:52:24.043Z] #21 17.93 Unpacking bash-completion (1:2.11-2) ... [2022-02-12T01:52:24.555Z] #43 22.83 + 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-02-12T01:52:24.617Z] #21 18.35 Selecting previously unselected package bzip2. [2022-02-12T01:52:24.617Z] #21 18.36 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-02-12T01:52:24.617Z] #21 18.37 Unpacking bzip2 (1.0.8-4) ... [2022-02-12T01:52:24.617Z] #21 18.45 Selecting previously unselected package xz-utils. [2022-02-12T01:52:24.617Z] #21 18.47 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-02-12T01:52:24.617Z] #21 18.48 Unpacking xz-utils (5.2.5-2) ... [2022-02-12T01:52:24.617Z] #21 18.63 Selecting previously unselected package apparmor. [2022-02-12T01:52:24.617Z] #21 18.63 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-02-12T01:52:24.880Z] #21 18.69 Unpacking apparmor (2.13.6-10) ... [2022-02-12T01:52:24.988Z] #19 125.3 Selecting previously unselected package g++-s390x-linux-gnu. [2022-02-12T01:52:24.988Z] #19 125.3 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-12T01:52:24.988Z] #19 125.3 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:52:24.988Z] #19 125.4 Selecting previously unselected package crossbuild-essential-s390x. [2022-02-12T01:52:24.988Z] #19 125.4 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-02-12T01:52:24.988Z] #19 125.4 Unpacking crossbuild-essential-s390x (12.9) ... [2022-02-12T01:52:24.988Z] #19 125.5 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-02-12T01:52:24.988Z] #19 125.5 Setting up libfile-which-perl (1.23-1) ... [2022-02-12T01:52:24.988Z] #19 125.5 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-02-12T01:52:24.988Z] #19 125.5 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-02-12T01:52:24.988Z] #19 125.5 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-02-12T01:52:24.988Z] #19 125.5 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-02-12T01:52:24.988Z] #19 125.5 Setting up libicu67:amd64 (67.1-7) ... [2022-02-12T01:52:24.988Z] #19 125.5 Setting up libmagic-mgc (1:5.39-3) ... [2022-02-12T01:52:24.988Z] #19 125.5 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-02-12T01:52:24.988Z] #19 125.6 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-02-12T01:52:24.988Z] #19 125.6 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-02-12T01:52:24.988Z] #19 125.6 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-02-12T01:52:24.988Z] #19 125.6 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-02-12T01:52:24.988Z] #19 125.6 Setting up file (1:5.39-3) ... [2022-02-12T01:52:24.988Z] #19 125.6 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-02-12T01:52:24.988Z] #19 125.6 Setting up bzip2 (1.0.8-4) ... [2022-02-12T01:52:24.988Z] #19 125.6 Setting up libyaml-perl (1.30-1) ... [2022-02-12T01:52:24.988Z] #19 125.6 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-02-12T01:52:24.988Z] #19 125.7 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-02-12T01:52:24.988Z] #19 125.7 Setting up libio-string-perl (1.08-3.1) ... [2022-02-12T01:52:24.988Z] #19 125.7 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-02-12T01:52:24.988Z] #19 125.7 Setting up cross-config (2.6.18+nmu1) ... [2022-02-12T01:52:24.988Z] #19 125.8 Setting up xz-utils (5.2.5-2) ... [2022-02-12T01:52:24.988Z] #19 125.8 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-02-12T01:52:24.988Z] #19 125.8 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-02-12T01:52:24.988Z] #19 125.8 Setting up patch (2.7.6-7) ... [2022-02-12T01:52:24.988Z] #19 125.9 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-02-12T01:52:24.988Z] #19 125.9 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-02-12T01:52:24.988Z] #19 125.9 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:24.988Z] #19 125.9 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-02-12T01:52:24.988Z] #19 125.9 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-02-12T01:52:24.988Z] #19 125.9 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:24.988Z] #19 125.9 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:24.988Z] #19 125.9 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-02-12T01:52:24.988Z] #19 125.9 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-02-12T01:52:24.988Z] #19 126.0 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:24.988Z] #19 126.0 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:52:24.988Z] #19 126.0 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-02-12T01:52:24.988Z] #19 126.0 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-02-12T01:52:24.988Z] #19 126.0 Setting up libfile-homedir-perl (1.006-1) ... [2022-02-12T01:52:24.988Z] #19 126.0 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-02-12T01:52:24.988Z] #19 126.0 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:24.988Z] #19 126.0 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-02-12T01:52:25.141Z] #21 19.09 Selecting previously unselected package inetutils-ping. [2022-02-12T01:52:25.141Z] #21 19.09 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-02-12T01:52:25.141Z] #21 19.10 Unpacking inetutils-ping (2:2.0-1) ... [2022-02-12T01:52:25.141Z] #21 19.20 Selecting previously unselected package libip4tc2:amd64. [2022-02-12T01:52:25.248Z] #19 126.0 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-02-12T01:52:25.248Z] #19 126.1 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-02-12T01:52:25.248Z] #19 126.1 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:52:25.248Z] #19 126.1 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-02-12T01:52:25.248Z] #19 126.1 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-02-12T01:52:25.248Z] #19 126.1 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.248Z] #19 126.1 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-02-12T01:52:25.248Z] #19 126.1 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.248Z] #19 126.1 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.249Z] #19 126.1 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.249Z] #19 126.2 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.249Z] #19 126.2 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.249Z] #19 126.2 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.249Z] #19 126.2 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-02-12T01:52:25.249Z] #19 126.2 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.249Z] #19 126.2 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.249Z] #19 126.2 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.249Z] #19 126.2 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.403Z] #21 19.20 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-02-12T01:52:25.403Z] #21 19.21 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-02-12T01:52:25.403Z] #21 19.28 Selecting previously unselected package libip6tc2:amd64. [2022-02-12T01:52:25.403Z] #21 19.29 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-02-12T01:52:25.403Z] #21 19.30 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-02-12T01:52:25.403Z] #21 19.36 Selecting previously unselected package libnfnetlink0:amd64. [2022-02-12T01:52:25.403Z] #21 19.37 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-02-12T01:52:25.403Z] #21 19.37 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-02-12T01:52:25.508Z] #19 126.3 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-02-12T01:52:25.508Z] #19 126.3 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.508Z] #19 126.3 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.508Z] #19 126.3 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.508Z] #19 126.3 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-02-12T01:52:25.508Z] #19 126.3 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.508Z] #19 126.3 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.508Z] #19 126.3 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.508Z] #19 126.3 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-02-12T01:52:25.508Z] #19 126.4 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-02-12T01:52:25.508Z] #19 126.5 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-02-12T01:52:25.508Z] #19 126.6 [2022-02-12T01:52:25.508Z] #19 126.6 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-02-12T01:52:25.665Z] #21 19.42 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-02-12T01:52:25.665Z] #21 19.42 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-02-12T01:52:25.665Z] #21 19.44 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-02-12T01:52:25.665Z] #21 19.50 Selecting previously unselected package libnftnl11:amd64. [2022-02-12T01:52:25.665Z] #21 19.51 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-02-12T01:52:25.665Z] #21 19.51 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-02-12T01:52:25.665Z] #21 19.59 Selecting previously unselected package iptables. [2022-02-12T01:52:25.665Z] #21 19.59 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-02-12T01:52:25.665Z] #21 19.60 Unpacking iptables (1.8.7-1) ... [2022-02-12T01:52:25.769Z] #19 126.6 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.769Z] #19 126.6 Setting up dpkg-dev (1.20.9) ... [2022-02-12T01:52:25.769Z] #19 126.6 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.769Z] #19 126.6 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-02-12T01:52:25.769Z] #19 126.6 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.769Z] #19 126.7 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.769Z] #19 126.7 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.769Z] #19 126.7 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.769Z] #19 126.7 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-02-12T01:52:25.769Z] #19 126.7 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.769Z] #19 126.7 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.769Z] #19 126.7 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.769Z] #19 126.8 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:25.769Z] #19 126.8 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-02-12T01:52:25.769Z] #19 126.8 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-02-12T01:52:25.927Z] #21 19.89 Selecting previously unselected package libonig5:amd64. [2022-02-12T01:52:25.927Z] #21 19.89 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-02-12T01:52:25.927Z] #21 19.90 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:52:25.941Z] #43 ... [2022-02-12T01:52:25.941Z] [2022-02-12T01:52:25.941Z] #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-02-12T01:52:25.941Z] #63 sha256:3a58f6588fb79b2f8f4edfb8cea6637a08d4daf981dcff2543cb3be3e0e168fd [2022-02-12T01:52:25.941Z] #63 14.09 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-02-12T01:52:25.941Z] #63 ... [2022-02-12T01:52:25.941Z] [2022-02-12T01:52:25.941Z] #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-02-12T01:52:25.941Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:52:25.942Z] #38 19.84 Reading package lists... [2022-02-12T01:52:26.029Z] #19 126.9 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-02-12T01:52:26.029Z] #19 126.9 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-02-12T01:52:26.029Z] #19 127.0 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-02-12T01:52:26.095Z] #21 6.736 Fetched 8502 kB in 6s (1472 kB/s) [2022-02-12T01:52:26.189Z] #21 20.03 Selecting previously unselected package libjq1:amd64. [2022-02-12T01:52:26.189Z] #21 20.04 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-02-12T01:52:26.189Z] #21 20.05 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:52:26.189Z] #21 20.16 Selecting previously unselected package jq. [2022-02-12T01:52:26.189Z] #21 20.17 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-02-12T01:52:26.189Z] #21 20.18 Unpacking jq (1.6-2.1) ... [2022-02-12T01:52:26.291Z] #19 127.1 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:52:26.291Z] #19 127.1 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:52:26.291Z] #19 127.1 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.291Z] #19 127.1 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-02-12T01:52:26.291Z] #19 127.1 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.291Z] #19 127.1 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.291Z] #19 127.1 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:52:26.291Z] #19 127.1 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-02-12T01:52:26.291Z] #19 127.2 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.291Z] #19 127.2 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.291Z] #19 127.2 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.291Z] #19 127.2 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.291Z] #19 127.2 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.291Z] #19 127.2 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.291Z] #19 127.2 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-02-12T01:52:26.291Z] #19 127.2 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:52:26.291Z] #19 127.3 Setting up libxml-simple-perl (2.25-1) ... [2022-02-12T01:52:26.341Z] #38 13.97 Reading package lists... [2022-02-12T01:52:26.352Z] #21 6.736 Reading package lists... [2022-02-12T01:52:26.352Z] #21 ... [2022-02-12T01:52:26.352Z] [2022-02-12T01:52:26.352Z] #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-02-12T01:52:26.352Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-12T01:52:26.352Z] #34 DONE 112.8s [2022-02-12T01:52:26.352Z] [2022-02-12T01:52:26.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-02-12T01:52:26.352Z] #56 sha256:d9bfefec24f2bde0fa61fe0cad725dedb23014bf093d09f2e00490c54fecbcfe [2022-02-12T01:52:26.352Z] #56 10.25 + cd /tmp/tmp.mSU7enB51w/src/github.com/opencontainers/runc [2022-02-12T01:52:26.352Z] #56 10.25 + git checkout -q v1.1.0 [2022-02-12T01:52:26.352Z] #56 10.64 + '[' -z '' ']' [2022-02-12T01:52:26.352Z] #56 10.64 + target=static [2022-02-12T01:52:26.352Z] #56 10.64 + make BUILDTAGS=seccomp static [2022-02-12T01:52:26.352Z] #56 10.83 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-02-12T01:52:26.452Z] #21 20.26 Selecting previously unselected package libaio1:amd64. [2022-02-12T01:52:26.452Z] #21 20.27 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-02-12T01:52:26.452Z] #21 20.28 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-02-12T01:52:26.452Z] #21 20.34 Selecting previously unselected package libgpm2:amd64. [2022-02-12T01:52:26.452Z] #21 20.34 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-02-12T01:52:26.452Z] #21 20.35 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-02-12T01:52:26.552Z] #19 127.3 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-02-12T01:52:26.552Z] #19 127.3 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.3 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-02-12T01:52:26.552Z] #19 127.3 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.3 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.3 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.3 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.3 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.4 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-02-12T01:52:26.552Z] #19 127.4 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.4 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.4 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.4 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.4 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-02-12T01:52:26.552Z] #19 127.4 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.4 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-02-12T01:52:26.552Z] #19 127.5 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:52:26.552Z] #19 127.5 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.5 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.5 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.5 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-02-12T01:52:26.552Z] #19 127.5 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:52:26.552Z] #19 127.5 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:52:26.552Z] #19 127.5 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-02-12T01:52:26.552Z] #19 127.6 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:52:26.552Z] #19 127.6 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-02-12T01:52:26.552Z] #19 127.6 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:52:26.599Z] #38 18.17 Reading package lists... [2022-02-12T01:52:26.599Z] #38 ... [2022-02-12T01:52:26.599Z] [2022-02-12T01:52:26.599Z] #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-02-12T01:52:26.599Z] #31 sha256:631a39df5e1c12bc822f14ef46112f45d7a44b878493079366a5f5949e13321f [2022-02-12T01:52:26.599Z] #31 13.96 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-02-12T01:52:26.599Z] #31 15.32 #=#=# [2022-02-12T01:52:26.599Z] #31 15.60 #=#=# 0.0% ######## 12.3% ################ 23.3% ######################### 34.8% ################################# 46.7% ######################################## 56.4% ############################################## 64.5% ########################################################### 82.0% ###################################################################### 98.3% ######################################################################## 100.0% [2022-02-12T01:52:26.599Z] #31 17.78 [2022-02-12T01:52:26.715Z] #21 20.41 Selecting previously unselected package libicu67:amd64. [2022-02-12T01:52:26.715Z] #21 20.42 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-02-12T01:52:26.715Z] #21 20.43 Unpacking libicu67:amd64 (67.1-7) ... [2022-02-12T01:52:26.812Z] #19 127.6 Setting up crossbuild-essential-armel (12.9) ... [2022-02-12T01:52:26.812Z] #19 127.6 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-02-12T01:52:26.812Z] #19 127.7 Setting up crossbuild-essential-armhf (12.9) ... [2022-02-12T01:52:26.812Z] #19 127.7 Setting up crossbuild-essential-arm64 (12.9) ... [2022-02-12T01:52:26.812Z] #19 127.7 Setting up crossbuild-essential-s390x (12.9) ... [2022-02-12T01:52:26.812Z] #19 127.7 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-02-12T01:52:26.812Z] #19 127.7 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:52:27.322Z] #38 24.56 Building dependency tree... [2022-02-12T01:52:27.889Z] #38 ... [2022-02-12T01:52:27.889Z] [2022-02-12T01:52:27.889Z] #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-02-12T01:52:27.889Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:52:27.889Z] #14 16.28 Fetched 8502 kB in 12s (709 kB/s) [2022-02-12T01:52:27.889Z] #14 16.28 Reading package lists... [2022-02-12T01:52:27.889Z] #14 20.78 Reading package lists... [2022-02-12T01:52:27.889Z] #14 26.00 Building dependency tree... [2022-02-12T01:52:27.889Z] #14 ... [2022-02-12T01:52:27.889Z] [2022-02-12T01:52:27.889Z] #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-02-12T01:52:27.889Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-12T01:52:27.889Z] #58 18.30 Reading package lists... [2022-02-12T01:52:27.889Z] #58 22.61 Building dependency tree... [2022-02-12T01:52:27.889Z] #58 25.73 The following additional packages will be installed: [2022-02-12T01:52:27.889Z] #58 25.73 libbtrfs0 [2022-02-12T01:52:27.889Z] #58 25.90 The following NEW packages will be installed: [2022-02-12T01:52:27.889Z] #58 25.90 libbtrfs-dev libbtrfs0 [2022-02-12T01:52:27.889Z] #58 26.26 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:52:27.889Z] #58 26.26 Need to get 460 kB of archives. [2022-02-12T01:52:27.889Z] #58 26.26 After this operation, 1237 kB of additional disk space will be used. [2022-02-12T01:52:27.889Z] #58 26.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-02-12T01:52:27.889Z] #58 26.27 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-02-12T01:52:28.169Z] Running on azwin-2-d1afd1 in d:\jenkins\workspace\moby_PR-43231 [Pipeline] { [Pipeline] ws [2022-02-12T01:52:28.184Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-02-12T01:52:28.828Z] #58 27.26 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:52:28.828Z] #58 27.47 Fetched 460 kB in 0s (1424 kB/s) [2022-02-12T01:52:28.828Z] #58 27.58 Selecting previously unselected package libbtrfs0:amd64. [2022-02-12T01:52:28.852Z] The recommended git tool is: git [2022-02-12T01:52:28.879Z] #56 ... [2022-02-12T01:52:28.879Z] [2022-02-12T01:52:28.879Z] #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-02-12T01:52:28.879Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-02-12T01:52:28.879Z] #21 6.736 Reading package lists... [2022-02-12T01:52:29.086Z] #58 27.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-02-12T01:52:29.086Z] #58 27.62 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-02-12T01:52:29.086Z] #58 27.64 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:52:29.086Z] #58 27.84 Selecting previously unselected package libbtrfs-dev:amd64. [2022-02-12T01:52:29.086Z] #58 27.84 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-02-12T01:52:29.136Z] #31 21.78 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-02-12T01:52:29.345Z] #58 27.87 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:52:29.609Z] #58 28.18 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:52:29.609Z] #58 28.21 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:52:29.609Z] #58 28.22 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:52:29.869Z] #58 DONE 28.6s [2022-02-12T01:52:29.869Z] [2022-02-12T01:52:29.869Z] #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-02-12T01:52:29.869Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:52:29.869Z] #38 27.27 The following additional packages will be installed: [2022-02-12T01:52:29.869Z] #38 27.28 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-02-12T01:52:29.869Z] #38 27.29 Suggested packages: [2022-02-12T01:52:29.869Z] #38 27.29 cmake-doc ninja-build lrzip [2022-02-12T01:52:29.869Z] #38 27.29 Recommended packages: [2022-02-12T01:52:29.869Z] #38 27.29 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-02-12T01:52:29.869Z] #38 27.97 The following NEW packages will be installed: [2022-02-12T01:52:29.869Z] #38 27.99 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-02-12T01:52:29.869Z] #38 28.00 vim-common xxd [2022-02-12T01:52:29.869Z] #38 28.34 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:52:29.869Z] #38 28.34 Need to get 17.7 MB of archives. [2022-02-12T01:52:29.869Z] #38 28.34 After this operation, 70.7 MB of additional disk space will be used. [2022-02-12T01:52:29.869Z] #38 28.34 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-12T01:52:29.869Z] #38 28.34 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-12T01:52:29.869Z] #38 28.35 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-02-12T01:52:29.869Z] #38 28.48 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-02-12T01:52:30.024Z] #21 23.73 Selecting previously unselected package libinih1:amd64. [2022-02-12T01:52:30.024Z] #21 23.74 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-02-12T01:52:30.024Z] #21 23.75 Unpacking libinih1:amd64 (53-1+b2) ... [2022-02-12T01:52:30.024Z] #21 23.81 Selecting previously unselected package libnet1:amd64. [2022-02-12T01:52:30.024Z] #21 23.81 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-02-12T01:52:30.024Z] #21 23.82 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:52:30.024Z] #21 23.89 Selecting previously unselected package libnl-3-200:amd64. [2022-02-12T01:52:30.024Z] #21 23.91 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-02-12T01:52:30.024Z] #21 23.91 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:52:30.024Z] #21 23.99 Selecting previously unselected package libprotobuf-c1:amd64. [2022-02-12T01:52:30.024Z] #21 24.00 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-02-12T01:52:30.024Z] #21 24.00 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:52:30.024Z] #21 24.05 Selecting previously unselected package net-tools. [2022-02-12T01:52:30.106Z] #19 DONE 130.7s [2022-02-12T01:52:30.106Z] [2022-02-12T01:52:30.106Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-02-12T01:52:30.106Z] #32 sha256:8250d232dacfbaab52a47e536f61c931ea629d5a25abcfc3edd6bc7e9e1f66d0 [2022-02-12T01:52:30.106Z] #32 DONE 0.1s [2022-02-12T01:52:30.106Z] [2022-02-12T01:52:30.106Z] #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-02-12T01:52:30.106Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-02-12T01:52:30.106Z] #45 ... [2022-02-12T01:52:30.106Z] [2022-02-12T01:52:30.106Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-02-12T01:52:30.106Z] #69 sha256:ddb25f848743663036d6f0dc5d884360738449c9d3cd8fd68e2beb48c3aca065 [2022-02-12T01:52:30.106Z] #69 DONE 0.1s [2022-02-12T01:52:30.106Z] [2022-02-12T01:52:30.106Z] #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-02-12T01:52:30.106Z] #70 sha256:74f758d56d66f044810a0b91a58a39ec08e77f75339507364355157b9da418a3 [2022-02-12T01:52:30.169Z] #38 ... [2022-02-12T01:52:30.169Z] [2022-02-12T01:52:30.169Z] #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-02-12T01:52:30.169Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:52:30.169Z] #47 18.33 Fetched 8505 kB in 13s (631 kB/s) [2022-02-12T01:52:30.169Z] #47 18.33 Reading package lists... [2022-02-12T01:52:30.169Z] #47 22.91 Reading package lists... [2022-02-12T01:52:30.169Z] #47 26.68 Building dependency tree... [2022-02-12T01:52:30.169Z] #47 ... [2022-02-12T01:52:30.169Z] [2022-02-12T01:52:30.169Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-02-12T01:52:30.169Z] #59 sha256:cd9198e356f15fa49d2d89eb497b473c46e5bc621df44a6578d43a77a767204d [2022-02-12T01:52:30.169Z] #59 DONE 0.2s [2022-02-12T01:52:30.169Z] [2022-02-12T01:52:30.169Z] #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-02-12T01:52:30.169Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:52:30.169Z] #51 26.65 go: downloading github.com/fatih/color v1.13.0 [2022-02-12T01:52:30.169Z] #51 26.65 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-12T01:52:30.169Z] #51 26.72 go: downloading github.com/spf13/cobra v1.3.0 [2022-02-12T01:52:30.169Z] #51 26.73 go: downloading github.com/spf13/pflag v1.0.5 [2022-02-12T01:52:30.169Z] #51 26.99 go: downloading github.com/spf13/viper v1.10.1 [2022-02-12T01:52:30.169Z] #51 27.08 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-02-12T01:52:30.169Z] #51 27.42 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-02-12T01:52:30.169Z] #51 27.44 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-02-12T01:52:30.169Z] #51 27.49 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-02-12T01:52:30.169Z] #51 27.52 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-02-12T01:52:30.169Z] #51 28.40 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-02-12T01:52:30.169Z] #51 28.53 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-02-12T01:52:30.169Z] #51 28.73 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-12T01:52:30.286Z] #21 24.07 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-02-12T01:52:30.286Z] #21 24.08 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-02-12T01:52:30.286Z] #21 24.23 Selecting previously unselected package patch. [2022-02-12T01:52:30.286Z] #21 24.24 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-02-12T01:52:30.286Z] #21 24.25 Unpacking patch (2.7.6-7) ... [2022-02-12T01:52:30.286Z] #21 24.33 Selecting previously unselected package python-pip-whl. [2022-02-12T01:52:30.514Z] #51 29.20 go: downloading github.com/stretchr/testify v1.7.0 [2022-02-12T01:52:30.520Z] #31 ... [2022-02-12T01:52:30.520Z] [2022-02-12T01:52:30.520Z] #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-02-12T01:52:30.520Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c [2022-02-12T01:52:30.520Z] #51 22.70 go: downloading github.com/fatih/color v1.13.0 [2022-02-12T01:52:30.520Z] #51 22.73 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-12T01:52:30.520Z] #51 22.77 go: downloading github.com/spf13/cobra v1.3.0 [2022-02-12T01:52:30.520Z] #51 22.78 go: downloading github.com/spf13/pflag v1.0.5 [2022-02-12T01:52:30.548Z] #21 24.33 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-02-12T01:52:30.548Z] #21 24.33 Unpacking python-pip-whl (20.3.4-4) ... [2022-02-12T01:52:30.774Z] #21 9.484 Reading package lists... [2022-02-12T01:52:30.777Z] #51 22.92 go: downloading github.com/spf13/viper v1.10.1 [2022-02-12T01:52:30.777Z] #51 ... [2022-02-12T01:52:30.777Z] [2022-02-12T01:52:30.777Z] #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-02-12T01:52:30.777Z] #58 sha256:36169c270e5097460ae1ca82083a2274107aefcc99bec3a5d04bfec9771ab606 [2022-02-12T01:52:30.777Z] #58 12.90 Fetched 8386 kB in 10s (845 kB/s) [2022-02-12T01:52:30.777Z] #58 12.90 Reading package lists... [2022-02-12T01:52:30.777Z] #58 16.99 Reading package lists... [2022-02-12T01:52:30.777Z] #58 20.81 Building dependency tree... [2022-02-12T01:52:30.777Z] #58 ... [2022-02-12T01:52:30.777Z] [2022-02-12T01:52:30.777Z] #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-02-12T01:52:30.777Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c [2022-02-12T01:52:30.777Z] #51 23.06 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-02-12T01:52:30.796Z] #51 29.46 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-02-12T01:52:30.796Z] #51 29.55 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-02-12T01:52:30.810Z] #21 24.88 Selecting previously unselected package python3-lib2to3. [2022-02-12T01:52:31.031Z] #21 11.41 Building dependency tree... [2022-02-12T01:52:31.034Z] #51 23.38 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-02-12T01:52:31.034Z] #51 23.41 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-02-12T01:52:31.054Z] #70 1.008 + RM_GOPATH=0 [2022-02-12T01:52:31.054Z] #70 1.008 + TMP_GOPATH= [2022-02-12T01:52:31.054Z] #70 1.008 + : /build [2022-02-12T01:52:31.054Z] #70 1.008 + '[' -z '' ']' [2022-02-12T01:52:31.054Z] #70 1.008 ++ mktemp -d [2022-02-12T01:52:31.054Z] #70 1.008 + export GOPATH=/tmp/tmp.LHFdQWVxim [2022-02-12T01:52:31.054Z] #70 1.008 + GOPATH=/tmp/tmp.LHFdQWVxim [2022-02-12T01:52:31.054Z] #70 1.008 + RM_GOPATH=1 [2022-02-12T01:52:31.054Z] #70 1.008 + case "$(go env GOARCH)" in [2022-02-12T01:52:31.054Z] #70 1.009 ++ go env GOARCH [2022-02-12T01:52:31.054Z] #70 1.012 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:31.054Z] #70 1.012 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:31.054Z] #70 1.013 ++ dirname /install.sh [2022-02-12T01:52:31.054Z] #70 1.014 + dir=/ [2022-02-12T01:52:31.054Z] #70 1.014 + bin=rootlesskit [2022-02-12T01:52:31.054Z] #70 1.014 + shift [2022-02-12T01:52:31.054Z] #70 1.014 + '[' '!' -f //rootlesskit.installer ']' [2022-02-12T01:52:31.054Z] #70 1.014 + . //rootlesskit.installer [2022-02-12T01:52:31.054Z] #70 1.014 ++ : v0.14.6 [2022-02-12T01:52:31.054Z] #70 1.014 + install_rootlesskit [2022-02-12T01:52:31.054Z] #70 1.014 + case "$1" in [2022-02-12T01:52:31.054Z] #70 1.014 + export CGO_ENABLED=0 [2022-02-12T01:52:31.055Z] #70 1.014 + CGO_ENABLED=0 [2022-02-12T01:52:31.055Z] #70 1.014 + _install_rootlesskit [2022-02-12T01:52:31.055Z] #70 1.015 + echo 'Install rootlesskit version v0.14.6' [2022-02-12T01:52:31.055Z] #70 1.015 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-12T01:52:31.055Z] #70 1.015 Install rootlesskit version v0.14.6 [2022-02-12T01:52:31.055Z] #70 1.015 + GOBIN=/build [2022-02-12T01:52:31.055Z] #70 1.015 + GO111MODULE=on [2022-02-12T01:52:31.055Z] #70 1.015 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-02-12T01:52:31.071Z] #21 24.88 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-02-12T01:52:31.071Z] #21 24.89 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-02-12T01:52:31.071Z] #21 24.98 Selecting previously unselected package python3-distutils. [2022-02-12T01:52:31.071Z] #21 24.98 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-02-12T01:52:31.071Z] #21 24.99 Unpacking python3-distutils (3.9.2-1) ... [2022-02-12T01:52:31.071Z] #21 25.11 Selecting previously unselected package python3-pkg-resources. [2022-02-12T01:52:31.315Z] #70 1.166 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-02-12T01:52:31.333Z] #21 25.11 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-12T01:52:31.333Z] #21 25.12 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:52:31.333Z] #21 25.27 Selecting previously unselected package python3-setuptools. [2022-02-12T01:52:31.333Z] #21 25.28 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-02-12T01:52:31.333Z] #21 25.29 Unpacking python3-setuptools (52.0.0-4) ... [2022-02-12T01:52:31.594Z] #21 25.55 Selecting previously unselected package python3-wheel. [2022-02-12T01:52:31.595Z] #21 12.36 The following additional packages will be installed: [2022-02-12T01:52:31.596Z] #21 12.36 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-02-12T01:52:31.596Z] #21 12.36 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-02-12T01:52:31.596Z] #21 12.36 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-02-12T01:52:31.596Z] #21 12.36 python3-pkg-resources vim-runtime xxd [2022-02-12T01:52:31.596Z] #21 12.36 Suggested packages: [2022-02-12T01:52:31.596Z] #21 12.37 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-02-12T01:52:31.596Z] #21 12.37 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-02-12T01:52:31.596Z] #21 12.37 acl attr quota [2022-02-12T01:52:31.596Z] #21 12.37 Recommended packages: [2022-02-12T01:52:31.596Z] #21 12.37 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-02-12T01:52:31.599Z] #51 ... [2022-02-12T01:52:31.599Z] [2022-02-12T01:52:31.599Z] #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-02-12T01:52:31.599Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-02-12T01:52:31.599Z] #14 13.91 Fetched 8386 kB in 10s (821 kB/s) [2022-02-12T01:52:31.599Z] #14 13.91 Reading package lists... [2022-02-12T01:52:31.599Z] #14 18.06 Reading package lists... [2022-02-12T01:52:31.599Z] #14 22.11 Building dependency tree... [2022-02-12T01:52:31.857Z] #14 ... [2022-02-12T01:52:31.857Z] [2022-02-12T01:52:31.857Z] #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-02-12T01:52:31.857Z] #31 sha256:631a39df5e1c12bc822f14ef46112f45d7a44b878493079366a5f5949e13321f [2022-02-12T01:52:31.857Z] #31 23.11 #=#=# [2022-02-12T01:52:31.857Z] #31 23.40 #=#=# ######################################################################## 100.0% [2022-02-12T01:52:31.857Z] #31 24.51 [2022-02-12T01:52:31.861Z] #21 25.55 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-02-12T01:52:31.862Z] #21 25.55 Unpacking python3-wheel (0.34.2-1) ... [2022-02-12T01:52:31.862Z] #21 25.63 Selecting previously unselected package python3-pip. [2022-02-12T01:52:31.862Z] #21 25.63 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-02-12T01:52:31.862Z] #21 25.64 Unpacking python3-pip (20.3.4-4) ... [2022-02-12T01:52:31.862Z] #21 25.85 Selecting previously unselected package sudo. [2022-02-12T01:52:32.123Z] #21 25.85 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-02-12T01:52:32.123Z] #21 25.86 Unpacking sudo (1.9.5p2-3) ... [2022-02-12T01:52:32.385Z] #21 26.41 Selecting previously unselected package thin-provisioning-tools. [2022-02-12T01:52:32.528Z] #21 13.43 The following NEW packages will be installed: [2022-02-12T01:52:32.528Z] #21 13.44 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-02-12T01:52:32.528Z] #21 13.44 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-02-12T01:52:32.528Z] #21 13.44 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-02-12T01:52:32.528Z] #21 13.44 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-02-12T01:52:32.528Z] #21 13.44 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-02-12T01:52:32.528Z] #21 13.44 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-02-12T01:52:32.528Z] #21 13.44 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-02-12T01:52:32.528Z] #21 13.44 xz-utils zip zstd [2022-02-12T01:52:32.647Z] #21 26.41 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-02-12T01:52:32.647Z] #21 26.43 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-02-12T01:52:32.647Z] #21 26.64 Selecting previously unselected package uidmap. [2022-02-12T01:52:32.647Z] #21 26.64 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-02-12T01:52:32.647Z] #21 26.66 Unpacking uidmap (1:4.8.1-1) ... [2022-02-12T01:52:32.699Z] #70 ... [2022-02-12T01:52:32.699Z] [2022-02-12T01:52:32.699Z] #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-02-12T01:52:32.699Z] #33 sha256:fc74d55ee0c2d2e19e31d2434565cd682dcb1d24f7d3b2d66dfbf9d5c1a9fe10 [2022-02-12T01:52:32.699Z] #33 0.912 + RM_GOPATH=0 [2022-02-12T01:52:32.699Z] #33 0.912 + TMP_GOPATH= [2022-02-12T01:52:32.699Z] #33 0.912 + : /build [2022-02-12T01:52:32.699Z] #33 0.912 + '[' -z '' ']' [2022-02-12T01:52:32.699Z] #33 0.914 ++ mktemp -d [2022-02-12T01:52:32.699Z] #33 0.914 + export GOPATH=/tmp/tmp.nw9jJd90TH [2022-02-12T01:52:32.699Z] #33 0.914 + GOPATH=/tmp/tmp.nw9jJd90TH [2022-02-12T01:52:32.699Z] #33 0.914 + RM_GOPATH=1 [2022-02-12T01:52:32.699Z] #33 0.914 + case "$(go env GOARCH)" in [2022-02-12T01:52:32.699Z] #33 0.915 ++ go env GOARCH [2022-02-12T01:52:32.699Z] #33 0.918 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:32.699Z] #33 0.918 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:32.699Z] #33 0.919 ++ dirname /install.sh [2022-02-12T01:52:32.699Z] #33 0.919 + dir=/ [2022-02-12T01:52:32.699Z] #33 0.919 + bin=dockercli [2022-02-12T01:52:32.699Z] #33 0.919 + shift [2022-02-12T01:52:32.699Z] #33 0.920 + '[' '!' -f //dockercli.installer ']' [2022-02-12T01:52:32.699Z] #33 0.920 + . //dockercli.installer [2022-02-12T01:52:32.699Z] #33 0.920 ++ : stable [2022-02-12T01:52:32.699Z] #33 0.920 Install docker/cli version 17.06.2-ce from stable [2022-02-12T01:52:32.699Z] #33 0.920 ++ : 17.06.2-ce [2022-02-12T01:52:32.699Z] #33 0.920 + install_dockercli [2022-02-12T01:52:32.699Z] #33 0.920 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-02-12T01:52:32.699Z] #33 0.920 ++ uname -m [2022-02-12T01:52:32.699Z] #33 0.921 + arch=x86_64 [2022-02-12T01:52:32.699Z] #33 0.921 + '[' x86_64 '!=' x86_64 ']' [2022-02-12T01:52:32.699Z] #33 0.921 + url=https://download.docker.com/linux/static [2022-02-12T01:52:32.699Z] #33 0.926 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-02-12T01:52:32.699Z] #33 0.926 + tar -xz docker/docker [2022-02-12T01:52:32.699Z] #33 1.997 + mkdir -p /build [2022-02-12T01:52:32.699Z] #33 1.998 + mv docker/docker /build/ [2022-02-12T01:52:32.699Z] #33 1.999 + rmdir docker [2022-02-12T01:52:32.699Z] #33 DONE 2.8s [2022-02-12T01:52:32.786Z] #21 13.76 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:52:32.786Z] #21 13.76 Need to get 27.6 MB of archives. [2022-02-12T01:52:32.786Z] #21 13.76 After this operation, 106 MB of additional disk space will be used. [2022-02-12T01:52:32.786Z] #21 13.76 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-02-12T01:52:32.786Z] #21 13.76 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-02-12T01:52:32.786Z] #21 13.77 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-02-12T01:52:32.786Z] #21 13.77 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-02-12T01:52:32.909Z] #21 26.79 Selecting previously unselected package vim-runtime. [2022-02-12T01:52:32.909Z] #21 26.79 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:52:32.909Z] #21 26.81 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-02-12T01:52:32.909Z] #21 26.84 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-02-12T01:52:32.909Z] #21 26.84 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:32.960Z] [2022-02-12T01:52:32.960Z] #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-02-12T01:52:32.960Z] #70 sha256:74f758d56d66f044810a0b91a58a39ec08e77f75339507364355157b9da418a3 [2022-02-12T01:52:32.960Z] #70 2.942 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-12T01:52:32.960Z] #70 2.942 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-02-12T01:52:32.960Z] #70 2.942 go: downloading github.com/google/uuid v1.3.0 [2022-02-12T01:52:32.960Z] #70 2.942 go: downloading github.com/moby/vpnkit v0.5.0 [2022-02-12T01:52:32.960Z] #70 2.942 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-02-12T01:52:32.960Z] #70 2.942 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-12T01:52:32.960Z] #70 2.944 go: downloading github.com/gorilla/mux v1.8.0 [2022-02-12T01:52:32.960Z] #70 2.944 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-02-12T01:52:32.960Z] #70 2.972 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-02-12T01:52:32.960Z] #70 2.984 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-02-12T01:52:33.044Z] #21 13.77 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-02-12T01:52:33.044Z] #21 13.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-02-12T01:52:33.044Z] #21 13.78 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-02-12T01:52:33.044Z] #21 13.78 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-02-12T01:52:33.044Z] #21 13.81 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-12T01:52:33.044Z] #21 13.82 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-12T01:52:33.044Z] #21 13.83 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-02-12T01:52:33.044Z] #21 13.84 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-02-12T01:52:33.044Z] #21 13.84 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-02-12T01:52:33.044Z] #21 13.84 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-02-12T01:52:33.044Z] #21 13.86 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-02-12T01:52:33.044Z] #21 13.87 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-02-12T01:52:33.044Z] #21 13.87 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-02-12T01:52:33.044Z] #21 13.87 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-02-12T01:52:33.044Z] #21 13.87 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-02-12T01:52:33.044Z] #21 13.87 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-02-12T01:52:33.044Z] #21 13.87 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-02-12T01:52:33.044Z] #21 13.90 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-02-12T01:52:33.044Z] #21 13.90 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-02-12T01:52:33.044Z] #21 13.91 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-02-12T01:52:33.044Z] #21 13.91 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-02-12T01:52:33.044Z] #21 13.92 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-02-12T01:52:33.044Z] #21 13.92 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-02-12T01:52:33.221Z] #70 3.098 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-02-12T01:52:33.221Z] #70 3.105 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-02-12T01:52:33.221Z] #70 3.328 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-02-12T01:52:33.221Z] #70 3.349 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-02-12T01:52:33.360Z] #51 ... [2022-02-12T01:52:33.360Z] [2022-02-12T01:52:33.360Z] #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-02-12T01:52:33.360Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-02-12T01:52:33.360Z] #53 31.23 v3.0.2 [2022-02-12T01:52:33.360Z] #53 DONE 31.5s [2022-02-12T01:52:33.360Z] [2022-02-12T01:52:33.360Z] #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-02-12T01:52:33.360Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:52:33.360Z] #47 29.81 The following additional packages will be installed: [2022-02-12T01:52:33.360Z] #47 29.81 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-02-12T01:52:33.360Z] #47 29.82 python3-protobuf python3-six [2022-02-12T01:52:33.360Z] #47 29.82 Suggested packages: [2022-02-12T01:52:33.360Z] #47 29.83 python3-setuptools [2022-02-12T01:52:33.360Z] #47 29.83 Recommended packages: [2022-02-12T01:52:33.360Z] #47 29.83 iproute2 | iproute [2022-02-12T01:52:33.360Z] #47 30.52 The following NEW packages will be installed: [2022-02-12T01:52:33.360Z] #47 30.52 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-02-12T01:52:33.360Z] #47 30.54 python3-protobuf python3-six [2022-02-12T01:52:33.360Z] #47 30.94 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:52:33.360Z] #47 30.94 Need to get 2292 kB of archives. [2022-02-12T01:52:33.360Z] #47 30.94 After this operation, 11.0 MB of additional disk space will be used. [2022-02-12T01:52:33.360Z] #47 30.94 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-02-12T01:52:33.360Z] #47 30.97 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-12T01:52:33.360Z] #47 30.97 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-02-12T01:52:33.360Z] #47 30.98 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-02-12T01:52:33.360Z] #47 30.98 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-02-12T01:52:33.360Z] #47 31.00 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-02-12T01:52:33.360Z] #47 31.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-02-12T01:52:33.609Z] #21 14.24 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-02-12T01:52:33.609Z] #21 14.24 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-02-12T01:52:33.609Z] #21 14.24 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-02-12T01:52:33.609Z] #21 14.24 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-02-12T01:52:33.609Z] #21 14.24 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-02-12T01:52:33.609Z] #21 14.24 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-02-12T01:52:33.609Z] #21 14.25 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-02-12T01:52:33.609Z] #21 14.32 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-02-12T01:52:33.609Z] #21 14.32 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-02-12T01:52:33.609Z] #21 14.33 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-12T01:52:33.609Z] #21 14.35 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-02-12T01:52:33.609Z] #21 14.35 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-02-12T01:52:33.609Z] #21 14.36 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-02-12T01:52:33.609Z] #21 14.37 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-02-12T01:52:33.609Z] #21 14.41 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-02-12T01:52:33.609Z] #21 14.42 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-02-12T01:52:33.609Z] #21 14.42 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-02-12T01:52:33.866Z] #21 14.65 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-02-12T01:52:33.867Z] #21 14.68 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-02-12T01:52:33.867Z] #21 14.71 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-02-12T01:52:33.867Z] #21 14.72 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-02-12T01:52:34.386Z] #31 26.61 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-02-12T01:52:34.431Z] #21 15.19 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:52:34.431Z] #21 15.30 Fetched 27.6 MB in 1s (21.6 MB/s) [2022-02-12T01:52:34.431Z] #21 15.35 Selecting previously unselected package pigz. [2022-02-12T01:52:34.688Z] #21 15.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-02-12T01:52:34.688Z] #21 15.40 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-02-12T01:52:34.688Z] #21 15.41 Unpacking pigz (2.6-1) ... [2022-02-12T01:52:34.688Z] #21 15.49 Selecting previously unselected package libelf1:amd64. [2022-02-12T01:52:34.688Z] #21 15.49 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-02-12T01:52:34.688Z] #21 15.50 Unpacking libelf1:amd64 (0.183-1) ... [2022-02-12T01:52:34.946Z] #21 15.63 Selecting previously unselected package libbpf0:amd64. [2022-02-12T01:52:34.946Z] #21 15.63 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-02-12T01:52:34.946Z] #21 15.64 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-02-12T01:52:34.946Z] #21 15.76 Selecting previously unselected package libcap2:amd64. [2022-02-12T01:52:34.946Z] #21 15.76 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-02-12T01:52:34.946Z] #21 15.77 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-02-12T01:52:34.946Z] #21 15.84 Selecting previously unselected package libmnl0:amd64. [2022-02-12T01:52:34.946Z] #21 15.84 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-02-12T01:52:34.946Z] #21 15.85 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-02-12T01:52:35.071Z] Running on azwin-2-d1afd0 in d:\jenkins\workspace\moby_PR-43231 [Pipeline] { [Pipeline] ws [2022-02-12T01:52:35.087Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-02-12T01:52:35.204Z] #21 15.92 Selecting previously unselected package libxtables12:amd64. [2022-02-12T01:52:35.204Z] #21 15.92 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-02-12T01:52:35.204Z] #21 15.92 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-02-12T01:52:35.204Z] #21 15.98 Selecting previously unselected package libcap2-bin. [2022-02-12T01:52:35.204Z] #21 15.99 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-02-12T01:52:35.204Z] #21 15.99 Unpacking libcap2-bin (1:2.44-1) ... [2022-02-12T01:52:35.204Z] #21 16.11 Selecting previously unselected package iproute2. [2022-02-12T01:52:35.204Z] #21 16.12 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-02-12T01:52:35.204Z] #21 16.12 Unpacking iproute2 (5.10.0-4) ... [2022-02-12T01:52:35.343Z] #31 27.97 #=#=# [2022-02-12T01:52:35.343Z] #31 ... [2022-02-12T01:52:35.343Z] [2022-02-12T01:52:35.343Z] #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-02-12T01:52:35.343Z] #43 sha256:15e6f1e0758974ec0732318b13797e83c8e744f5cfddb806215bbc82680f9355 [2022-02-12T01:52:35.343Z] #43 17.31 + git checkout -q v2.3.0 [2022-02-12T01:52:35.343Z] #43 18.63 + 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-02-12T01:52:35.343Z] #43 ... [2022-02-12T01:52:35.343Z] [2022-02-12T01:52:35.343Z] #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-02-12T01:52:35.343Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-02-12T01:52:35.343Z] #14 25.48 The following additional packages will be installed: [2022-02-12T01:52:35.343Z] #14 25.48 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-12T01:52:35.343Z] #14 25.48 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-02-12T01:52:35.343Z] #14 25.48 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-02-12T01:52:35.343Z] #14 25.48 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-02-12T01:52:35.343Z] #14 25.48 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-02-12T01:52:35.343Z] #14 25.49 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-02-12T01:52:35.343Z] #14 25.50 mingw-w64-common mingw-w64-x86-64-dev [2022-02-12T01:52:35.343Z] #14 25.51 Suggested packages: [2022-02-12T01:52:35.343Z] #14 25.51 gcc-10-locales seccomp wine64 [2022-02-12T01:52:35.343Z] #14 26.53 The following NEW packages will be installed: [2022-02-12T01:52:35.343Z] #14 26.54 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-12T01:52:35.343Z] #14 26.54 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-02-12T01:52:35.343Z] #14 26.54 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-02-12T01:52:35.343Z] #14 26.54 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-02-12T01:52:35.343Z] #14 26.54 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-02-12T01:52:35.343Z] #14 26.54 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-02-12T01:52:35.343Z] #14 26.54 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-02-12T01:52:35.343Z] #14 26.54 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-02-12T01:52:35.343Z] #14 26.54 mingw-w64-x86-64-dev [2022-02-12T01:52:35.343Z] #14 26.92 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:52:35.343Z] #14 26.92 Need to get 108 MB of archives. [2022-02-12T01:52:35.343Z] #14 26.92 After this operation, 620 MB of additional disk space will be used. [2022-02-12T01:52:35.343Z] #14 26.92 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-02-12T01:52:35.343Z] #14 27.01 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-02-12T01:52:35.343Z] #14 27.13 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-02-12T01:52:35.343Z] #14 27.13 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-02-12T01:52:35.343Z] #14 27.14 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-02-12T01:52:35.343Z] #14 27.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-02-12T01:52:35.343Z] #14 27.34 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-02-12T01:52:35.343Z] #14 27.48 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-02-12T01:52:35.343Z] #14 27.50 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-02-12T01:52:35.343Z] #14 27.64 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-02-12T01:52:35.615Z] #14 ... [2022-02-12T01:52:35.615Z] [2022-02-12T01:52:35.615Z] #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-02-12T01:52:35.615Z] #58 sha256:36169c270e5097460ae1ca82083a2274107aefcc99bec3a5d04bfec9771ab606 [2022-02-12T01:52:35.615Z] #58 24.15 The following additional packages will be installed: [2022-02-12T01:52:35.615Z] #58 24.16 libbtrfs0 [2022-02-12T01:52:35.615Z] #58 24.35 The following NEW packages will be installed: [2022-02-12T01:52:35.615Z] #58 24.35 libbtrfs-dev libbtrfs0 [2022-02-12T01:52:35.615Z] #58 24.73 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:52:35.615Z] #58 24.73 Need to get 454 kB of archives. [2022-02-12T01:52:35.615Z] #58 24.73 After this operation, 1275 kB of additional disk space will be used. [2022-02-12T01:52:35.615Z] #58 24.73 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-02-12T01:52:35.615Z] #58 24.74 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-02-12T01:52:35.615Z] #58 25.80 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:52:35.615Z] #58 26.07 Fetched 454 kB in 0s (1511 kB/s) [2022-02-12T01:52:35.615Z] #58 26.16 Selecting previously unselected package libbtrfs0:arm64. [2022-02-12T01:52:35.615Z] #58 26.16 (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-02-12T01:52:35.615Z] #58 26.23 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-02-12T01:52:35.615Z] #58 26.25 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-02-12T01:52:35.615Z] #58 26.39 Selecting previously unselected package libbtrfs-dev:arm64. [2022-02-12T01:52:35.615Z] #58 26.40 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-02-12T01:52:35.615Z] #58 26.41 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-02-12T01:52:35.615Z] #58 26.78 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-02-12T01:52:35.615Z] #58 26.79 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-02-12T01:52:35.615Z] #58 26.81 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:52:35.615Z] #58 DONE 27.9s [2022-02-12T01:52:35.615Z] [2022-02-12T01:52:35.615Z] #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-02-12T01:52:35.615Z] #53 sha256:50c34fbe9d331716cdcb1412d967bfae1dd3398bfdc14e206a0fecdd7f3c40cf [2022-02-12T01:52:35.615Z] #53 27.82 v3.0.2 [2022-02-12T01:52:35.615Z] #53 DONE 27.9s [2022-02-12T01:52:35.615Z] [2022-02-12T01:52:35.615Z] #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-02-12T01:52:35.615Z] #47 sha256:f1b721bc4725d1715506fc4c476da585d66d9f298f48ca2919866e40656e2696 [2022-02-12T01:52:35.615Z] #47 13.53 Reading package lists... [2022-02-12T01:52:35.615Z] #47 17.84 Reading package lists... [2022-02-12T01:52:35.615Z] #47 22.09 Building dependency tree... [2022-02-12T01:52:35.615Z] #47 25.44 The following additional packages will be installed: [2022-02-12T01:52:35.615Z] #47 25.47 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-02-12T01:52:35.615Z] #47 25.47 python3-protobuf python3-six [2022-02-12T01:52:35.615Z] #47 25.49 Suggested packages: [2022-02-12T01:52:35.615Z] #47 25.49 python3-setuptools [2022-02-12T01:52:35.615Z] #47 25.49 Recommended packages: [2022-02-12T01:52:35.615Z] #47 25.49 iproute2 | iproute [2022-02-12T01:52:35.615Z] #47 25.95 The following NEW packages will be installed: [2022-02-12T01:52:35.615Z] #47 25.97 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-02-12T01:52:35.615Z] #47 25.97 python3-protobuf python3-six [2022-02-12T01:52:35.615Z] #47 26.42 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:52:35.615Z] #47 26.42 Need to get 2115 kB of archives. [2022-02-12T01:52:35.615Z] #47 26.42 After this operation, 10.7 MB of additional disk space will be used. [2022-02-12T01:52:35.615Z] #47 26.42 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-02-12T01:52:35.615Z] #47 26.43 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-12T01:52:35.615Z] #47 26.44 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-02-12T01:52:35.615Z] #47 26.44 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-02-12T01:52:35.615Z] #47 26.44 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-02-12T01:52:35.615Z] #47 26.46 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-02-12T01:52:35.615Z] #47 26.46 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-02-12T01:52:35.615Z] #47 ... [2022-02-12T01:52:35.615Z] [2022-02-12T01:52:35.615Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-02-12T01:52:35.615Z] #59 sha256:38da2bd26560eaee96165a299249d10ac5dd2ac89c1f091bc405531bd12d3893 [2022-02-12T01:52:35.615Z] #59 DONE 0.2s [2022-02-12T01:52:35.615Z] [2022-02-12T01:52:35.615Z] #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-02-12T01:52:35.615Z] #60 sha256:7ce7dada7bff944ddcdb17e41d28dde3647e5ab0391d9cb8664502d00f5fc997 [2022-02-12T01:52:35.768Z] #21 16.53 Selecting previously unselected package xxd. [2022-02-12T01:52:35.768Z] #21 16.53 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-12T01:52:35.768Z] #21 16.55 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:36.025Z] #21 16.67 Selecting previously unselected package vim-common. [2022-02-12T01:52:36.025Z] #21 16.67 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:52:36.025Z] #21 16.69 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:36.025Z] #21 16.80 Selecting previously unselected package bash-completion. [2022-02-12T01:52:36.025Z] #21 16.81 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-02-12T01:52:36.218Z] #21 29.54 Selecting previously unselected package vim. [2022-02-12T01:52:36.218Z] #21 29.55 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-12T01:52:36.218Z] #21 29.57 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:36.218Z] #21 29.99 Selecting previously unselected package xfsprogs. [2022-02-12T01:52:36.218Z] #21 30.00 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-02-12T01:52:36.218Z] #21 30.01 Unpacking xfsprogs (5.10.0-4) ... [2022-02-12T01:52:36.546Z] #60 0.955 + RM_GOPATH=0 [2022-02-12T01:52:36.654Z] #47 34.43 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-02-12T01:52:36.792Z] #21 30.48 Selecting previously unselected package zip. [2022-02-12T01:52:36.792Z] #21 30.50 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-02-12T01:52:36.792Z] #21 30.50 Unpacking zip (3.0-12) ... [2022-02-12T01:52:36.792Z] #21 30.61 Selecting previously unselected package zstd. [2022-02-12T01:52:36.792Z] #21 30.63 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-02-12T01:52:36.792Z] #21 30.65 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-02-12T01:52:36.803Z] #60 0.955 + TMP_GOPATH= [2022-02-12T01:52:36.803Z] #60 0.955 + : /build [2022-02-12T01:52:36.803Z] #60 0.956 + '[' -z '' ']' [2022-02-12T01:52:36.803Z] #60 0.965 ++ mktemp -d [2022-02-12T01:52:36.803Z] #60 0.966 + export GOPATH=/tmp/tmp.GaUOqadcuk [2022-02-12T01:52:36.803Z] #60 0.966 + GOPATH=/tmp/tmp.GaUOqadcuk [2022-02-12T01:52:36.803Z] #60 0.966 + RM_GOPATH=1 [2022-02-12T01:52:36.803Z] #60 0.966 + case "$(go env GOARCH)" in [2022-02-12T01:52:36.803Z] #60 0.967 ++ go env GOARCH [2022-02-12T01:52:36.803Z] #60 1.000 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:36.803Z] #60 1.001 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:36.803Z] #60 1.002 ++ dirname /install.sh [2022-02-12T01:52:36.803Z] #60 1.004 + dir=/ [2022-02-12T01:52:36.803Z] #60 1.004 + bin=containerd [2022-02-12T01:52:36.803Z] #60 1.005 + shift [2022-02-12T01:52:36.803Z] #60 1.005 + '[' '!' -f //containerd.installer ']' [2022-02-12T01:52:36.803Z] #60 1.006 + . //containerd.installer [2022-02-12T01:52:36.803Z] #60 1.006 ++ set -e [2022-02-12T01:52:36.803Z] #60 1.006 ++ : v1.5.9 [2022-02-12T01:52:36.803Z] #60 1.006 + install_containerd [2022-02-12T01:52:36.803Z] #60 1.007 + echo 'Install containerd version v1.5.9' [2022-02-12T01:52:36.803Z] #60 1.007 Install containerd version v1.5.9 [2022-02-12T01:52:36.803Z] #60 1.008 + git clone https://github.com/containerd/containerd.git /tmp/tmp.GaUOqadcuk/src/github.com/containerd/containerd [2022-02-12T01:52:36.803Z] #60 1.023 Cloning into '/tmp/tmp.GaUOqadcuk/src/github.com/containerd/containerd'... [2022-02-12T01:52:36.953Z] The recommended git tool is: git [2022-02-12T01:52:37.054Z] #21 30.99 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:52:37.221Z] #47 ... [2022-02-12T01:52:37.221Z] [2022-02-12T01:52:37.221Z] #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-02-12T01:52:37.221Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:52:37.221Z] #51 32.26 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-02-12T01:52:37.221Z] #51 32.30 go: downloading github.com/magiconair/properties v1.8.5 [2022-02-12T01:52:37.221Z] #51 32.33 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-02-12T01:52:37.221Z] #51 32.33 go: downloading github.com/spf13/afero v1.6.0 [2022-02-12T01:52:37.221Z] #51 32.39 go: downloading github.com/spf13/cast v1.4.1 [2022-02-12T01:52:37.221Z] #51 32.42 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-02-12T01:52:37.221Z] #51 32.47 go: downloading github.com/subosito/gotenv v1.2.0 [2022-02-12T01:52:37.221Z] #51 32.48 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-02-12T01:52:37.221Z] #51 32.59 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-02-12T01:52:37.221Z] #51 32.63 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-02-12T01:52:37.221Z] #51 32.69 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-02-12T01:52:37.221Z] #51 32.71 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-02-12T01:52:37.221Z] #51 32.76 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-02-12T01:52:37.221Z] #51 32.84 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-02-12T01:52:37.221Z] #51 32.88 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-02-12T01:52:37.221Z] #51 32.89 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-02-12T01:52:37.221Z] #51 32.92 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-02-12T01:52:37.221Z] #51 33.37 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-02-12T01:52:37.221Z] #51 33.42 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-02-12T01:52:37.221Z] #51 33.45 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-02-12T01:52:37.221Z] #51 33.52 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-02-12T01:52:37.221Z] #51 33.54 go: downloading github.com/stretchr/objx v0.1.1 [2022-02-12T01:52:37.221Z] #51 33.65 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-02-12T01:52:37.221Z] #51 33.78 go: downloading github.com/Antonboom/errname v0.1.5 [2022-02-12T01:52:37.221Z] #51 33.82 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-02-12T01:52:37.221Z] #51 33.85 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-02-12T01:52:37.221Z] #51 34.66 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-02-12T01:52:37.221Z] #51 34.81 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-02-12T01:52:37.221Z] #51 34.83 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-02-12T01:52:37.221Z] #51 34.88 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-02-12T01:52:37.221Z] #51 34.88 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-02-12T01:52:37.221Z] #51 34.94 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-02-12T01:52:37.221Z] #51 34.96 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-02-12T01:52:37.221Z] #51 35.01 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-02-12T01:52:37.221Z] #51 35.07 go: downloading github.com/breml/bidichk v0.2.1 [2022-02-12T01:52:37.221Z] #51 35.11 go: downloading github.com/breml/errchkjson v0.2.1 [2022-02-12T01:52:37.221Z] #51 35.16 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-02-12T01:52:37.221Z] #51 35.32 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-02-12T01:52:37.221Z] #51 35.36 go: downloading github.com/daixiang0/gci v0.2.9 [2022-02-12T01:52:37.221Z] #51 35.38 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-02-12T01:52:37.221Z] #51 35.41 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-02-12T01:52:37.221Z] #51 35.46 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-02-12T01:52:37.221Z] #51 35.49 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-02-12T01:52:37.221Z] #51 35.57 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-02-12T01:52:37.221Z] #51 35.58 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-02-12T01:52:37.221Z] #51 35.64 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-02-12T01:52:37.221Z] #51 35.75 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-02-12T01:52:37.221Z] #51 35.87 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-02-12T01:52:37.221Z] #51 35.91 go: downloading github.com/golangci/misspell v0.3.5 [2022-02-12T01:52:37.221Z] #51 35.96 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-02-12T01:52:37.487Z] #51 36.02 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-02-12T01:52:37.487Z] #51 36.07 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-02-12T01:52:37.487Z] #51 36.12 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-02-12T01:52:37.487Z] #51 36.12 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-02-12T01:52:37.487Z] #51 36.16 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-02-12T01:52:37.487Z] #51 36.18 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-02-12T01:52:37.856Z] #51 36.22 go: downloading github.com/julz/importas v0.1.0 [2022-02-12T01:52:37.856Z] #51 36.24 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-02-12T01:52:37.856Z] #51 36.31 go: downloading github.com/kulti/thelper v0.5.0 [2022-02-12T01:52:37.856Z] #51 36.31 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-02-12T01:52:37.856Z] #51 36.34 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-02-12T01:52:37.856Z] #51 36.38 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-02-12T01:52:37.937Z] #21 18.52 Unpacking bash-completion (1:2.11-2) ... [2022-02-12T01:52:38.001Z] #21 31.77 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-02-12T01:52:38.001Z] #21 31.78 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-02-12T01:52:38.001Z] #21 31.79 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-02-12T01:52:38.001Z] #21 31.81 Setting up libicu67:amd64 (67.1-7) ... [2022-02-12T01:52:38.001Z] #21 31.82 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-02-12T01:52:38.001Z] #21 31.83 Setting up libinih1:amd64 (53-1+b2) ... [2022-02-12T01:52:38.001Z] #21 31.84 Setting up uidmap (1:4.8.1-1) ... [2022-02-12T01:52:38.001Z] #21 31.86 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:52:38.001Z] #21 31.87 Setting up bzip2 (1.0.8-4) ... [2022-02-12T01:52:38.001Z] #21 31.88 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:52:38.001Z] #21 31.90 Setting up python3-wheel (0.34.2-1) ... [2022-02-12T01:52:38.115Z] #51 36.47 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-02-12T01:52:38.115Z] #51 36.49 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-02-12T01:52:38.115Z] #51 36.51 go: downloading github.com/maratori/testpackage v1.0.1 [2022-02-12T01:52:38.115Z] #51 36.70 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-02-12T01:52:38.115Z] #51 36.71 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-02-12T01:52:38.115Z] #51 36.76 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-02-12T01:52:38.115Z] #51 36.76 go: downloading github.com/mgechev/revive v1.1.3 [2022-02-12T01:52:38.194Z] #21 18.89 Selecting previously unselected package bzip2. [2022-02-12T01:52:38.194Z] #21 18.92 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-02-12T01:52:38.194Z] #21 18.92 Unpacking bzip2 (1.0.8-4) ... [2022-02-12T01:52:38.194Z] #21 18.99 Selecting previously unselected package xz-utils. [2022-02-12T01:52:38.194Z] #21 19.02 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-02-12T01:52:38.194Z] #21 19.03 Unpacking xz-utils (5.2.5-2) ... [2022-02-12T01:52:38.194Z] #21 19.17 Selecting previously unselected package apparmor. [2022-02-12T01:52:38.451Z] #21 19.17 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-02-12T01:52:38.451Z] #21 19.22 Unpacking apparmor (2.13.6-10) ... [2022-02-12T01:52:38.456Z] #51 ... [2022-02-12T01:52:38.456Z] [2022-02-12T01:52:38.456Z] #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-02-12T01:52:38.456Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:52:38.456Z] #14 26.00 Building dependency tree... [2022-02-12T01:52:38.456Z] #14 28.24 The following additional packages will be installed: [2022-02-12T01:52:38.456Z] #14 28.25 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-12T01:52:38.456Z] #14 28.25 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-02-12T01:52:38.456Z] #14 28.25 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-02-12T01:52:38.456Z] #14 28.25 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-02-12T01:52:38.456Z] #14 28.25 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-02-12T01:52:38.456Z] #14 28.25 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-02-12T01:52:38.456Z] #14 28.25 mingw-w64-common mingw-w64-x86-64-dev [2022-02-12T01:52:38.456Z] #14 28.26 Suggested packages: [2022-02-12T01:52:38.456Z] #14 28.26 gcc-10-locales seccomp wine64 [2022-02-12T01:52:38.456Z] #14 29.97 The following NEW packages will be installed: [2022-02-12T01:52:38.456Z] #14 29.97 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-12T01:52:38.456Z] #14 29.97 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-02-12T01:52:38.456Z] #14 29.98 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-02-12T01:52:38.456Z] #14 29.98 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-02-12T01:52:38.456Z] #14 29.98 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-02-12T01:52:38.456Z] #14 29.99 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-02-12T01:52:38.456Z] #14 29.99 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-02-12T01:52:38.456Z] #14 29.99 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-02-12T01:52:38.456Z] #14 29.99 mingw-w64-x86-64-dev [2022-02-12T01:52:38.456Z] #14 30.39 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:52:38.456Z] #14 30.39 Need to get 115 MB of archives. [2022-02-12T01:52:38.456Z] #14 30.39 After this operation, 645 MB of additional disk space will be used. [2022-02-12T01:52:38.456Z] #14 30.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-02-12T01:52:38.456Z] #14 30.52 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-02-12T01:52:38.456Z] #14 30.68 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-02-12T01:52:38.456Z] #14 30.68 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-02-12T01:52:38.456Z] #14 30.68 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-02-12T01:52:38.456Z] #14 30.68 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-02-12T01:52:38.456Z] #14 31.05 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-02-12T01:52:38.456Z] #14 31.20 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-02-12T01:52:38.456Z] #14 31.21 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-02-12T01:52:38.456Z] #14 31.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-02-12T01:52:38.456Z] #14 32.90 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-02-12T01:52:38.456Z] #14 33.40 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-02-12T01:52:38.456Z] #14 33.87 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-02-12T01:52:38.456Z] #14 35.01 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-02-12T01:52:38.456Z] #14 35.46 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-02-12T01:52:38.456Z] #14 35.47 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-02-12T01:52:38.456Z] #14 35.48 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-02-12T01:52:38.456Z] #14 35.48 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-02-12T01:52:38.456Z] #14 35.49 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-02-12T01:52:38.456Z] #14 35.50 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-02-12T01:52:38.456Z] #14 35.51 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-02-12T01:52:38.456Z] #14 35.52 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-02-12T01:52:38.456Z] #14 35.53 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-02-12T01:52:38.456Z] #14 35.54 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-02-12T01:52:38.456Z] #14 35.55 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-02-12T01:52:38.456Z] #14 35.56 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-02-12T01:52:38.457Z] #14 35.59 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-02-12T01:52:38.457Z] #14 35.59 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-02-12T01:52:38.457Z] #14 35.60 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-02-12T01:52:38.457Z] #14 35.61 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-02-12T01:52:38.457Z] #14 36.78 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:52:38.457Z] #14 37.13 Fetched 115 MB in 6s (20.7 MB/s) [2022-02-12T01:52:38.514Z] #70 8.176 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-12T01:52:38.514Z] #70 8.176 + GOBIN=/build [2022-02-12T01:52:38.514Z] #70 8.176 + GO111MODULE=on [2022-02-12T01:52:38.514Z] #70 8.176 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-02-12T01:52:38.525Z] #21 32.29 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:38.525Z] #21 32.31 Setting up libcap2:amd64 (1:2.44-1) ... [2022-02-12T01:52:38.525Z] #21 32.32 Setting up libcap2-bin (1:2.44-1) ... [2022-02-12T01:52:38.525Z] #21 32.34 Setting up apparmor (2.13.6-10) ... [2022-02-12T01:52:38.716Z] #60 ... [2022-02-12T01:52:38.716Z] [2022-02-12T01:52:38.716Z] #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-02-12T01:52:38.716Z] #31 sha256:631a39df5e1c12bc822f14ef46112f45d7a44b878493079366a5f5949e13321f [2022-02-12T01:52:38.716Z] #31 28.31 #=#=# ##O#-# ######################################################################## 100.0% [2022-02-12T01:52:38.716Z] #31 29.90 [2022-02-12T01:52:38.716Z] #31 30.15 Download of images into '/build' complete. [2022-02-12T01:52:38.716Z] #31 30.15 Use something like the following to load the result into a Docker daemon: [2022-02-12T01:52:38.716Z] #31 30.15 tar -cC '/build' . | docker load [2022-02-12T01:52:38.716Z] #31 DONE 31.2s [2022-02-12T01:52:38.716Z] [2022-02-12T01:52:38.716Z] #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-02-12T01:52:38.716Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c [2022-02-12T01:52:38.716Z] #51 24.19 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-02-12T01:52:38.716Z] #51 24.27 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-02-12T01:52:38.716Z] #51 26.96 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-02-12T01:52:38.716Z] #51 26.98 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-12T01:52:38.716Z] #51 27.04 go: downloading github.com/stretchr/testify v1.7.0 [2022-02-12T01:52:38.716Z] #51 27.22 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-02-12T01:52:38.716Z] #51 27.37 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-02-12T01:52:38.716Z] #51 27.38 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-02-12T01:52:38.716Z] #51 27.42 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-02-12T01:52:38.716Z] #51 27.43 go: downloading github.com/magiconair/properties v1.8.5 [2022-02-12T01:52:38.716Z] #51 27.51 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-02-12T01:52:38.716Z] #51 27.59 go: downloading github.com/spf13/afero v1.6.0 [2022-02-12T01:52:38.716Z] #51 27.70 go: downloading github.com/spf13/cast v1.4.1 [2022-02-12T01:52:38.716Z] #51 27.75 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-02-12T01:52:38.716Z] #51 27.79 go: downloading github.com/subosito/gotenv v1.2.0 [2022-02-12T01:52:38.716Z] #51 27.80 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-02-12T01:52:38.716Z] #51 27.86 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-02-12T01:52:38.716Z] #51 27.97 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-02-12T01:52:38.716Z] #51 28.14 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-02-12T01:52:38.716Z] #51 28.25 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-02-12T01:52:38.716Z] #51 28.28 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-02-12T01:52:38.716Z] #51 28.32 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-02-12T01:52:38.716Z] #51 28.32 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-02-12T01:52:38.716Z] #51 28.32 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-02-12T01:52:38.716Z] #51 28.39 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-02-12T01:52:38.716Z] #51 28.49 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-02-12T01:52:38.716Z] #51 28.53 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-02-12T01:52:38.716Z] #51 28.75 go: downloading github.com/Antonboom/errname v0.1.5 [2022-02-12T01:52:38.716Z] #51 28.83 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-02-12T01:52:38.716Z] #51 28.86 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-02-12T01:52:38.716Z] #51 29.29 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-02-12T01:52:38.716Z] #51 29.32 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-02-12T01:52:38.716Z] #51 29.35 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-02-12T01:52:38.716Z] #51 29.39 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-02-12T01:52:38.716Z] #51 29.41 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-02-12T01:52:38.716Z] #51 29.46 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-02-12T01:52:38.716Z] #51 29.48 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-02-12T01:52:38.716Z] #51 29.59 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-02-12T01:52:38.716Z] #51 29.67 go: downloading github.com/breml/bidichk v0.2.1 [2022-02-12T01:52:38.716Z] #51 29.74 go: downloading github.com/breml/errchkjson v0.2.1 [2022-02-12T01:52:38.716Z] #51 29.75 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-02-12T01:52:38.716Z] #51 29.82 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-02-12T01:52:38.716Z] #51 30.22 go: downloading github.com/daixiang0/gci v0.2.9 [2022-02-12T01:52:38.716Z] #51 30.43 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-02-12T01:52:38.716Z] #51 30.50 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-02-12T01:52:38.716Z] #51 30.52 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-02-12T01:52:38.716Z] #51 30.52 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-02-12T01:52:38.716Z] #51 30.54 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-02-12T01:52:38.716Z] #51 30.63 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-02-12T01:52:38.716Z] #51 30.63 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-02-12T01:52:38.716Z] #51 30.70 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-02-12T01:52:38.716Z] #51 30.84 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-02-12T01:52:38.716Z] #51 30.92 go: downloading github.com/golangci/misspell v0.3.5 [2022-02-12T01:52:38.716Z] #51 30.95 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-02-12T01:52:38.716Z] #51 31.05 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-02-12T01:52:38.716Z] #51 31.07 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-02-12T01:52:38.716Z] #51 31.10 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-02-12T01:52:38.716Z] #51 31.15 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-02-12T01:52:38.752Z] #14 ... [2022-02-12T01:52:38.752Z] [2022-02-12T01:52:38.752Z] #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-02-12T01:52:38.752Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:52:38.752Z] #47 35.61 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:52:38.752Z] #47 35.83 Fetched 2292 kB in 4s (562 kB/s) [2022-02-12T01:52:38.752Z] #47 35.94 Selecting previously unselected package libprotobuf23:amd64. [2022-02-12T01:52:38.752Z] #47 35.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-02-12T01:52:38.752Z] #47 36.02 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-02-12T01:52:38.752Z] #47 36.02 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-02-12T01:52:38.966Z] #21 19.60 Selecting previously unselected package inetutils-ping. [2022-02-12T01:52:38.966Z] #21 19.61 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-02-12T01:52:38.966Z] #21 19.62 Unpacking inetutils-ping (2:2.0-1) ... [2022-02-12T01:52:38.966Z] #21 19.73 Selecting previously unselected package libip4tc2:amd64. [2022-02-12T01:52:38.966Z] #21 19.75 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-02-12T01:52:38.966Z] #21 19.75 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-02-12T01:52:38.966Z] #21 19.81 Selecting previously unselected package libip6tc2:amd64. [2022-02-12T01:52:38.966Z] #21 19.82 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-02-12T01:52:38.973Z] #51 31.18 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-02-12T01:52:38.973Z] #51 31.24 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-02-12T01:52:38.973Z] #51 31.25 go: downloading github.com/julz/importas v0.1.0 [2022-02-12T01:52:38.973Z] #51 31.27 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-02-12T01:52:38.973Z] #51 31.31 go: downloading github.com/kulti/thelper v0.5.0 [2022-02-12T01:52:38.973Z] #51 31.35 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-02-12T01:52:38.973Z] #51 31.36 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-02-12T01:52:38.973Z] #51 31.37 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-02-12T01:52:39.013Z] #47 37.04 Selecting previously unselected package python3-pkg-resources. [2022-02-12T01:52:39.013Z] #47 37.04 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-12T01:52:39.013Z] #47 37.20 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:52:39.085Z] #70 ... [2022-02-12T01:52:39.085Z] [2022-02-12T01:52:39.085Z] #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-02-12T01:52:39.085Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-02-12T01:52:39.085Z] #45 1.084 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:52:39.085Z] #45 1.097 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:52:39.085Z] #45 1.097 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:52:39.085Z] #45 1.211 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-02-12T01:52:39.085Z] #45 1.296 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-12T01:52:39.085Z] #45 1.363 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-02-12T01:52:39.085Z] #45 1.431 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-02-12T01:52:39.085Z] #45 1.502 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-02-12T01:52:39.085Z] #45 1.565 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:52:39.085Z] #45 1.752 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:52:39.085Z] #45 1.753 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [114 kB] [2022-02-12T01:52:39.085Z] #45 1.754 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [118 kB] [2022-02-12T01:52:39.085Z] #45 1.755 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [111 kB] [2022-02-12T01:52:39.085Z] #45 1.756 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [119 kB] [2022-02-12T01:52:39.085Z] #45 1.757 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [111 kB] [2022-02-12T01:52:39.085Z] #45 1.758 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-02-12T01:52:39.085Z] #45 1.759 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-02-12T01:52:39.085Z] #45 1.760 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-12T01:52:39.085Z] #45 1.760 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-02-12T01:52:39.085Z] #45 1.761 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:52:39.085Z] #45 1.761 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-02-12T01:52:39.085Z] #45 8.563 Fetched 48.9 MB in 8s (6287 kB/s) [2022-02-12T01:52:39.223Z] #21 19.83 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-02-12T01:52:39.223Z] #21 19.89 Selecting previously unselected package libnfnetlink0:amd64. [2022-02-12T01:52:39.223Z] #21 19.90 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-02-12T01:52:39.223Z] #21 19.91 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-02-12T01:52:39.223Z] #21 19.98 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-02-12T01:52:39.223Z] #21 19.99 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-02-12T01:52:39.223Z] #21 19.99 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-02-12T01:52:39.230Z] #51 31.38 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-02-12T01:52:39.231Z] #51 31.40 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-02-12T01:52:39.231Z] #51 31.46 go: downloading github.com/maratori/testpackage v1.0.1 [2022-02-12T01:52:39.231Z] #51 31.55 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-02-12T01:52:39.231Z] #51 31.59 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-02-12T01:52:39.231Z] #51 31.59 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-02-12T01:52:39.231Z] #51 31.60 go: downloading github.com/mgechev/revive v1.1.3 [2022-02-12T01:52:39.272Z] #47 37.46 Selecting previously unselected package python3-six. [2022-02-12T01:52:39.272Z] #47 37.46 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-02-12T01:52:39.272Z] #47 37.47 Unpacking python3-six (1.16.0-2) ... [2022-02-12T01:52:39.272Z] #47 37.55 Selecting previously unselected package python3-protobuf. [2022-02-12T01:52:39.272Z] #47 37.57 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-02-12T01:52:39.272Z] #47 37.58 Unpacking python3-protobuf (3.12.4-1) ... [2022-02-12T01:52:39.345Z] #45 8.563 Reading package lists... [2022-02-12T01:52:39.345Z] #45 ... [2022-02-12T01:52:39.345Z] [2022-02-12T01:52:39.345Z] #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-02-12T01:52:39.345Z] #70 sha256:74f758d56d66f044810a0b91a58a39ec08e77f75339507364355157b9da418a3 [2022-02-12T01:52:39.345Z] #70 9.220 rootlesskit version 0.14.6 [2022-02-12T01:52:39.345Z] #70 9.222 Usage of /build/rootlesskit-docker-proxy: [2022-02-12T01:52:39.345Z] #70 9.222 -container-ip string [2022-02-12T01:52:39.345Z] #70 9.222 container ip [2022-02-12T01:52:39.345Z] #70 9.222 -container-port int [2022-02-12T01:52:39.345Z] #70 9.222 container port (default -1) [2022-02-12T01:52:39.345Z] #70 9.222 -host-ip string [2022-02-12T01:52:39.345Z] #70 9.222 host ip [2022-02-12T01:52:39.345Z] #70 9.222 -host-port int [2022-02-12T01:52:39.345Z] #70 9.222 host port (default -1) [2022-02-12T01:52:39.345Z] #70 9.222 -proto string [2022-02-12T01:52:39.345Z] #70 9.222 proxy protocol (default "tcp") [2022-02-12T01:52:39.489Z] #21 20.08 Selecting previously unselected package libnftnl11:amd64. [2022-02-12T01:52:39.489Z] #21 20.09 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-02-12T01:52:39.489Z] #21 20.09 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-02-12T01:52:39.489Z] #21 20.16 Selecting previously unselected package iptables. [2022-02-12T01:52:39.489Z] #21 20.17 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-02-12T01:52:39.489Z] #21 20.17 Unpacking iptables (1.8.7-1) ... [2022-02-12T01:52:39.605Z] #70 DONE 9.7s [2022-02-12T01:52:39.606Z] [2022-02-12T01:52:39.606Z] #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-02-12T01:52:39.606Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-02-12T01:52:39.606Z] #20 1.406 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:52:39.606Z] #20 1.421 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:52:39.606Z] #20 1.422 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:52:39.606Z] #20 1.575 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-02-12T01:52:39.606Z] #20 1.744 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-02-12T01:52:39.606Z] #20 1.813 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-02-12T01:52:39.606Z] #20 1.883 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:52:39.606Z] #20 1.944 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-12T01:52:39.606Z] #20 2.009 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-02-12T01:52:39.606Z] #20 2.066 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:52:39.606Z] #20 2.067 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [118 kB] [2022-02-12T01:52:39.606Z] #20 2.068 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [114 kB] [2022-02-12T01:52:39.606Z] #20 2.069 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [111 kB] [2022-02-12T01:52:39.606Z] #20 2.069 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [119 kB] [2022-02-12T01:52:39.606Z] #20 2.070 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [111 kB] [2022-02-12T01:52:39.606Z] #20 2.071 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-02-12T01:52:39.606Z] #20 2.071 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:52:39.606Z] #20 2.071 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-02-12T01:52:39.606Z] #20 2.072 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-02-12T01:52:39.606Z] #20 2.072 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-12T01:52:39.606Z] #20 2.073 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-02-12T01:52:39.606Z] #20 8.975 Fetched 48.9 MB in 8s (6246 kB/s) [2022-02-12T01:52:39.748Z] #21 20.51 Selecting previously unselected package libonig5:amd64. [2022-02-12T01:52:39.748Z] #21 20.52 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-02-12T01:52:39.748Z] #21 20.53 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:52:39.748Z] #21 20.65 Selecting previously unselected package libjq1:amd64. [2022-02-12T01:52:39.795Z] #51 32.02 go: downloading github.com/moricho/tparallel v0.2.1 [2022-02-12T01:52:39.796Z] #51 32.05 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-02-12T01:52:39.796Z] #51 32.06 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-02-12T01:52:39.796Z] #51 32.07 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-02-12T01:52:39.796Z] #51 32.10 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-02-12T01:52:39.796Z] #51 32.12 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-02-12T01:52:39.796Z] #51 ... [2022-02-12T01:52:39.796Z] [2022-02-12T01:52:39.796Z] #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-02-12T01:52:39.796Z] #38 sha256:97d2570150a85384d019800b8206a8cceec0dc16cbc9052940c5711a94851069 [2022-02-12T01:52:39.796Z] #38 18.17 Reading package lists... [2022-02-12T01:52:39.796Z] #38 22.21 Building dependency tree... [2022-02-12T01:52:39.796Z] #38 25.65 The following additional packages will be installed: [2022-02-12T01:52:39.796Z] #38 25.66 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-02-12T01:52:39.796Z] #38 25.67 Suggested packages: [2022-02-12T01:52:39.796Z] #38 25.68 cmake-doc ninja-build lrzip [2022-02-12T01:52:39.796Z] #38 25.68 Recommended packages: [2022-02-12T01:52:39.796Z] #38 25.68 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-02-12T01:52:39.796Z] #38 26.37 The following NEW packages will be installed: [2022-02-12T01:52:39.796Z] #38 26.38 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-02-12T01:52:39.796Z] #38 26.39 vim-common xxd [2022-02-12T01:52:39.796Z] #38 26.76 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:52:39.796Z] #38 26.76 Need to get 15.6 MB of archives. [2022-02-12T01:52:39.796Z] #38 26.76 After this operation, 67.4 MB of additional disk space will be used. [2022-02-12T01:52:39.796Z] #38 26.76 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-12T01:52:39.796Z] #38 26.77 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-12T01:52:39.796Z] #38 26.77 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-02-12T01:52:39.796Z] #38 26.85 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-02-12T01:52:39.796Z] #38 27.23 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB] [2022-02-12T01:52:39.796Z] #38 27.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB] [2022-02-12T01:52:39.796Z] #38 27.31 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-02-12T01:52:39.796Z] #38 27.31 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-02-12T01:52:39.796Z] #38 27.32 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-02-12T01:52:39.796Z] #38 27.33 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-02-12T01:52:39.796Z] #38 28.82 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:52:39.796Z] #38 29.36 Fetched 15.6 MB in 1s (15.7 MB/s) [2022-02-12T01:52:39.796Z] #38 29.45 Selecting previously unselected package xxd. [2022-02-12T01:52:39.796Z] #38 29.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-02-12T01:52:39.796Z] #38 29.49 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-02-12T01:52:39.796Z] #38 29.50 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:39.796Z] #38 29.64 Selecting previously unselected package vim-common. [2022-02-12T01:52:39.796Z] #38 29.64 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:52:39.796Z] #38 29.68 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:39.796Z] #38 30.65 Selecting previously unselected package cmake-data. [2022-02-12T01:52:39.796Z] #38 30.65 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-02-12T01:52:39.796Z] #38 30.67 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-02-12T01:52:39.952Z] #20 8.975 Reading package lists... [2022-02-12T01:52:39.952Z] #20 ... [2022-02-12T01:52:39.952Z] [2022-02-12T01:52:39.952Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-02-12T01:52:39.952Z] #71 sha256:739ca7decde418822472da83de79fb95c65cd1d758b373d91d1a062da4f15052 [2022-02-12T01:52:39.952Z] #71 DONE 0.0s [2022-02-12T01:52:39.952Z] [2022-02-12T01:52:39.952Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-02-12T01:52:39.952Z] #72 sha256:b0cb3d3220391fc7e8866838ac65d3b0dc92dbbccfe30f5281b3c4c6fb5f6678 [2022-02-12T01:52:39.952Z] #72 DONE 0.0s [2022-02-12T01:52:39.952Z] [2022-02-12T01:52:39.952Z] #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-02-12T01:52:39.952Z] #65 sha256:7d542d9832629334b662d635f8a0941311db1aece944bae7a930d573892624f8 [2022-02-12T01:52:39.952Z] #65 1.013 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:52:39.952Z] #65 1.024 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:52:39.952Z] #65 1.024 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:52:39.952Z] #65 1.156 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-02-12T01:52:39.952Z] #65 1.272 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-02-12T01:52:39.952Z] #65 1.359 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:52:39.952Z] #65 1.447 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-02-12T01:52:39.952Z] #65 1.529 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-02-12T01:52:39.952Z] #65 1.618 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-12T01:52:39.952Z] #65 1.750 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [114 kB] [2022-02-12T01:52:39.952Z] #65 1.752 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [111 kB] [2022-02-12T01:52:39.952Z] #65 1.752 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [118 kB] [2022-02-12T01:52:39.952Z] #65 1.753 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:52:39.952Z] #65 1.754 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [119 kB] [2022-02-12T01:52:39.952Z] #65 1.755 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [111 kB] [2022-02-12T01:52:39.952Z] #65 1.757 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-02-12T01:52:39.952Z] #65 1.757 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-02-12T01:52:39.952Z] #65 1.757 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-02-12T01:52:39.952Z] #65 1.757 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-02-12T01:52:39.952Z] #65 1.758 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-12T01:52:39.952Z] #65 1.759 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:52:39.952Z] #65 8.552 Fetched 48.9 MB in 8s (6262 kB/s) [2022-02-12T01:52:39.953Z] #47 38.07 Selecting previously unselected package libnet1:amd64. [2022-02-12T01:52:39.953Z] #47 38.08 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-02-12T01:52:39.953Z] #47 38.08 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:52:39.953Z] #47 38.19 Selecting previously unselected package libnl-3-200:amd64. [2022-02-12T01:52:39.953Z] #47 38.19 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-02-12T01:52:39.953Z] #47 38.20 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:52:39.957Z] #21 33.85 Setting up zip (3.0-12) ... [2022-02-12T01:52:39.957Z] #21 33.86 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:39.957Z] #21 33.89 Setting up bash-completion (1:2.11-2) ... [2022-02-12T01:52:40.005Z] #21 20.65 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-02-12T01:52:40.005Z] #21 20.66 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:52:40.005Z] #21 20.78 Selecting previously unselected package jq. [2022-02-12T01:52:40.005Z] #21 20.79 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-02-12T01:52:40.005Z] #21 20.79 Unpacking jq (1.6-2.1) ... [2022-02-12T01:52:40.005Z] #21 20.85 Selecting previously unselected package libaio1:amd64. [2022-02-12T01:52:40.005Z] #21 20.86 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-02-12T01:52:40.005Z] #21 20.87 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-02-12T01:52:40.054Z] #38 ... [2022-02-12T01:52:40.054Z] [2022-02-12T01:52:40.054Z] #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-02-12T01:52:40.054Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c [2022-02-12T01:52:40.054Z] #51 32.21 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-02-12T01:52:40.054Z] #51 32.23 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-02-12T01:52:40.054Z] #51 32.27 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-02-12T01:52:40.212Z] #47 38.36 Selecting previously unselected package libprotobuf-c1:amd64. [2022-02-12T01:52:40.212Z] #47 38.37 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-02-12T01:52:40.212Z] #47 38.37 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:52:40.212Z] #47 38.58 Selecting previously unselected package criu. [2022-02-12T01:52:40.212Z] #47 38.58 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-02-12T01:52:40.212Z] #47 38.59 Unpacking criu (3.16.1-3) ... [2022-02-12T01:52:40.212Z] #47 ... [2022-02-12T01:52:40.212Z] [2022-02-12T01:52:40.212Z] #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-02-12T01:52:40.212Z] #60 sha256:67c7e60feff233634c3ffa957d7be3c1eb67dafde72deb1dba2f749992cbbc68 [2022-02-12T01:52:40.212Z] #60 2.586 + RM_GOPATH=0 [2022-02-12T01:52:40.212Z] #60 2.588 + TMP_GOPATH= [2022-02-12T01:52:40.212Z] #60 2.588 + : /build [2022-02-12T01:52:40.212Z] #60 2.588 + '[' -z '' ']' [2022-02-12T01:52:40.212Z] #60 2.589 ++ mktemp -d [2022-02-12T01:52:40.212Z] #60 2.598 + export GOPATH=/tmp/tmp.cCu5ZFyv48 [2022-02-12T01:52:40.212Z] #60 2.598 + GOPATH=/tmp/tmp.cCu5ZFyv48 [2022-02-12T01:52:40.212Z] #60 2.598 + RM_GOPATH=1 [2022-02-12T01:52:40.212Z] #60 2.598 + case "$(go env GOARCH)" in [2022-02-12T01:52:40.212Z] #60 2.598 ++ go env GOARCH [2022-02-12T01:52:40.212Z] #60 2.612 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:40.212Z] #60 2.612 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:40.212Z] #60 2.612 ++ dirname /install.sh [2022-02-12T01:52:40.212Z] #60 2.615 + dir=/ [2022-02-12T01:52:40.212Z] #60 2.615 + bin=containerd [2022-02-12T01:52:40.212Z] #60 2.615 + shift [2022-02-12T01:52:40.212Z] #60 2.615 + '[' '!' -f //containerd.installer ']' [2022-02-12T01:52:40.212Z] #60 2.615 + . //containerd.installer [2022-02-12T01:52:40.212Z] #60 2.615 ++ set -e [2022-02-12T01:52:40.212Z] #60 2.615 ++ : v1.5.9 [2022-02-12T01:52:40.212Z] #60 2.615 + install_containerd [2022-02-12T01:52:40.212Z] #60 2.615 + echo 'Install containerd version v1.5.9' [2022-02-12T01:52:40.212Z] #60 2.635 + git clone https://github.com/containerd/containerd.git /tmp/tmp.cCu5ZFyv48/src/github.com/containerd/containerd [2022-02-12T01:52:40.212Z] #60 2.635 Cloning into '/tmp/tmp.cCu5ZFyv48/src/github.com/containerd/containerd'... [2022-02-12T01:52:40.212Z] #60 2.635 Install containerd version v1.5.9 [2022-02-12T01:52:40.262Z] #21 20.91 Selecting previously unselected package libgpm2:amd64. [2022-02-12T01:52:40.262Z] #21 20.92 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-02-12T01:52:40.262Z] #21 20.93 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-02-12T01:52:40.262Z] #21 20.98 Selecting previously unselected package libicu67:amd64. [2022-02-12T01:52:40.262Z] #21 20.99 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-02-12T01:52:40.262Z] #21 20.99 Unpacking libicu67:amd64 (67.1-7) ... [2022-02-12T01:52:40.311Z] #51 32.49 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-02-12T01:52:40.311Z] #51 32.55 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-02-12T01:52:40.311Z] #51 32.56 go: downloading github.com/sivchari/tenv v1.4.7 [2022-02-12T01:52:40.311Z] #51 32.60 go: downloading github.com/sonatard/noctx v0.0.1 [2022-02-12T01:52:40.311Z] #51 32.61 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-02-12T01:52:40.311Z] #51 32.68 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-02-12T01:52:40.471Z] #60 ... [2022-02-12T01:52:40.471Z] [2022-02-12T01:52:40.471Z] #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-02-12T01:52:40.471Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:52:40.471Z] #38 28.93 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-02-12T01:52:40.471Z] #38 29.06 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-02-12T01:52:40.471Z] #38 29.10 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-02-12T01:52:40.471Z] #38 29.10 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-02-12T01:52:40.471Z] #38 29.13 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-02-12T01:52:40.471Z] #38 29.16 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-02-12T01:52:40.471Z] #38 30.69 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:52:40.471Z] #38 30.89 Fetched 17.7 MB in 2s (11.1 MB/s) [2022-02-12T01:52:40.471Z] #38 31.07 Selecting previously unselected package xxd. [2022-02-12T01:52:40.471Z] #38 31.07 (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-02-12T01:52:40.471Z] #38 31.11 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-12T01:52:40.471Z] #38 31.12 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:40.471Z] #38 31.28 Selecting previously unselected package vim-common. [2022-02-12T01:52:40.471Z] #38 31.28 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:52:40.471Z] #38 31.31 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:40.471Z] #38 31.68 Selecting previously unselected package cmake-data. [2022-02-12T01:52:40.471Z] #38 31.68 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-02-12T01:52:40.471Z] #38 31.70 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-02-12T01:52:40.471Z] #38 34.68 Selecting previously unselected package libicu67:amd64. [2022-02-12T01:52:40.471Z] #38 34.68 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-02-12T01:52:40.471Z] #38 34.71 Unpacking libicu67:amd64 (67.1-7) ... [2022-02-12T01:52:40.471Z] #38 ... [2022-02-12T01:52:40.471Z] [2022-02-12T01:52:40.471Z] #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-02-12T01:52:40.471Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:52:40.471Z] #51 37.36 go: downloading github.com/moricho/tparallel v0.2.1 [2022-02-12T01:52:40.471Z] #51 37.38 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-02-12T01:52:40.471Z] #51 37.40 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-02-12T01:52:40.471Z] #51 37.57 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-02-12T01:52:40.471Z] #51 37.68 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-02-12T01:52:40.471Z] #51 37.69 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-02-12T01:52:40.471Z] #51 37.71 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-02-12T01:52:40.471Z] #51 37.74 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-02-12T01:52:40.471Z] #51 37.79 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-02-12T01:52:40.471Z] #51 37.95 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-02-12T01:52:40.471Z] #51 37.95 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-02-12T01:52:40.471Z] #51 37.97 go: downloading github.com/sivchari/tenv v1.4.7 [2022-02-12T01:52:40.471Z] #51 37.99 go: downloading github.com/sonatard/noctx v0.0.1 [2022-02-12T01:52:40.471Z] #51 38.00 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-02-12T01:52:40.471Z] #51 38.00 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-02-12T01:52:40.471Z] #51 38.07 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-02-12T01:52:40.471Z] #51 38.12 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-02-12T01:52:40.471Z] #51 38.15 go: downloading github.com/tetafro/godot v1.4.11 [2022-02-12T01:52:40.471Z] #51 38.18 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-02-12T01:52:40.471Z] #51 38.23 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-02-12T01:52:40.471Z] #51 38.24 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-02-12T01:52:40.471Z] #51 38.34 go: downloading github.com/ultraware/funlen v0.0.3 [2022-02-12T01:52:40.471Z] #51 38.39 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-02-12T01:52:40.471Z] #51 38.44 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-02-12T01:52:40.471Z] #51 38.45 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-02-12T01:52:40.471Z] #51 38.55 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-02-12T01:52:40.471Z] #51 39.00 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-02-12T01:52:40.471Z] #51 39.12 go: downloading honnef.co/go/tools v0.2.2 [2022-02-12T01:52:40.573Z] #51 32.70 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-02-12T01:52:40.573Z] #51 32.72 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-02-12T01:52:40.573Z] #51 32.74 go: downloading github.com/tetafro/godot v1.4.11 [2022-02-12T01:52:40.573Z] #51 32.75 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-02-12T01:52:40.573Z] #51 32.76 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-02-12T01:52:40.573Z] #51 32.87 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-02-12T01:52:40.573Z] #51 32.91 go: downloading github.com/ultraware/funlen v0.0.3 [2022-02-12T01:52:40.574Z] #51 32.96 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-02-12T01:52:40.831Z] #51 33.05 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-02-12T01:52:40.831Z] #51 33.07 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-02-12T01:52:40.831Z] #51 33.15 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-02-12T01:52:41.408Z] #51 40.09 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-02-12T01:52:41.413Z] #51 33.50 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-02-12T01:52:41.413Z] #51 33.65 go: downloading honnef.co/go/tools v0.2.2 [2022-02-12T01:52:41.667Z] #51 40.09 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-02-12T01:52:41.667Z] #51 40.22 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-02-12T01:52:41.667Z] #51 40.26 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-02-12T01:52:41.865Z] #65 8.552 Reading package lists... [2022-02-12T01:52:41.865Z] #65 11.72 Reading package lists... [2022-02-12T01:52:41.865Z] #65 ... [2022-02-12T01:52:41.865Z] [2022-02-12T01:52:41.865Z] #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-02-12T01:52:41.865Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-02-12T01:52:41.865Z] #45 8.563 Reading package lists... [2022-02-12T01:52:41.876Z] #21 35.69 Setting up xz-utils (5.2.5-2) ... [2022-02-12T01:52:41.876Z] #21 35.71 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-02-12T01:52:41.876Z] #21 35.72 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-02-12T01:52:41.876Z] #21 35.74 Setting up patch (2.7.6-7) ... [2022-02-12T01:52:41.876Z] #21 35.76 Setting up sudo (1.9.5p2-3) ... [2022-02-12T01:52:41.876Z] #21 35.85 invoke-rc.d: could not determine current runlevel [2022-02-12T01:52:41.876Z] #21 35.85 invoke-rc.d: policy-rc.d denied execution of start. [2022-02-12T01:52:41.876Z] #21 35.86 Setting up xfsprogs (5.10.0-4) ... [2022-02-12T01:52:41.876Z] #21 35.88 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-02-12T01:52:41.876Z] #21 35.90 Setting up inetutils-ping (2:2.0-1) ... [2022-02-12T01:52:41.876Z] #21 35.91 Setting up pigz (2.6-1) ... [2022-02-12T01:52:41.876Z] #21 35.93 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-02-12T01:52:41.876Z] #21 35.94 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:52:41.927Z] #51 40.46 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-02-12T01:52:41.927Z] #51 40.46 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-02-12T01:52:41.927Z] #51 40.56 go: downloading golang.org/x/text v0.3.7 [2022-02-12T01:52:42.138Z] #21 35.96 Setting up python-pip-whl (20.3.4-4) ... [2022-02-12T01:52:42.138Z] #21 36.00 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:42.350Z] #51 34.78 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-02-12T01:52:42.350Z] #51 34.78 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-02-12T01:52:42.350Z] #51 34.82 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-02-12T01:52:42.608Z] #51 34.87 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-02-12T01:52:43.085Z] #21 36.79 Setting up libaio1:amd64 (0.3.112-9) ... [2022-02-12T01:52:43.085Z] #21 36.80 Setting up python3-lib2to3 (3.9.2-1) ... [2022-02-12T01:52:43.347Z] #21 37.17 Setting up libelf1:amd64 (0.183-1) ... [2022-02-12T01:52:43.347Z] #21 37.20 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-02-12T01:52:43.347Z] #21 37.22 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:52:43.347Z] #21 37.24 Setting up python3-distutils (3.9.2-1) ... [2022-02-12T01:52:43.539Z] #21 24.03 Selecting previously unselected package libinih1:amd64. [2022-02-12T01:52:43.539Z] #21 24.04 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-02-12T01:52:43.539Z] #21 24.04 Unpacking libinih1:amd64 (53-1+b2) ... [2022-02-12T01:52:43.539Z] #21 24.09 Selecting previously unselected package libnet1:amd64. [2022-02-12T01:52:43.539Z] #21 24.09 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-02-12T01:52:43.539Z] #21 24.10 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:52:43.539Z] #21 24.16 Selecting previously unselected package libnl-3-200:amd64. [2022-02-12T01:52:43.539Z] #21 24.17 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-02-12T01:52:43.539Z] #21 24.18 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:52:43.539Z] #21 24.26 Selecting previously unselected package libprotobuf-c1:amd64. [2022-02-12T01:52:43.539Z] #21 24.26 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-02-12T01:52:43.539Z] #21 24.27 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:52:43.539Z] #21 24.33 Selecting previously unselected package net-tools. [2022-02-12T01:52:43.539Z] #21 24.34 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-02-12T01:52:43.539Z] #21 24.35 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-02-12T01:52:43.539Z] #21 24.51 Selecting previously unselected package patch. [2022-02-12T01:52:43.540Z] #51 35.97 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-02-12T01:52:43.540Z] #51 35.98 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-02-12T01:52:43.796Z] #21 24.53 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-02-12T01:52:43.796Z] #21 24.54 Unpacking patch (2.7.6-7) ... [2022-02-12T01:52:43.797Z] #21 24.63 Selecting previously unselected package python-pip-whl. [2022-02-12T01:52:43.797Z] #21 24.64 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-02-12T01:52:43.797Z] #21 24.64 Unpacking python-pip-whl (20.3.4-4) ... [2022-02-12T01:52:43.798Z] #51 35.99 go: downloading github.com/stretchr/objx v0.1.1 [2022-02-12T01:52:43.798Z] #51 36.10 go: downloading golang.org/x/text v0.3.7 [2022-02-12T01:52:43.930Z] #21 37.70 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:43.931Z] #21 37.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-02-12T01:52:43.931Z] #21 37.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-02-12T01:52:43.931Z] #21 37.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-02-12T01:52:43.931Z] #21 37.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-02-12T01:52:43.931Z] #21 37.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-02-12T01:52:43.931Z] #21 37.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-02-12T01:52:43.931Z] #21 37.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-02-12T01:52:43.931Z] #21 37.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-02-12T01:52:43.931Z] #21 37.78 Setting up python3-setuptools (52.0.0-4) ... [2022-02-12T01:52:44.361Z] #21 25.14 Selecting previously unselected package python3-lib2to3. [2022-02-12T01:52:44.361Z] #21 25.14 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-02-12T01:52:44.361Z] #21 25.15 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-02-12T01:52:44.361Z] #21 25.24 Selecting previously unselected package python3-distutils. [2022-02-12T01:52:44.361Z] #21 25.25 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-02-12T01:52:44.361Z] #21 25.26 Unpacking python3-distutils (3.9.2-1) ... [2022-02-12T01:52:44.618Z] #21 25.35 Selecting previously unselected package python3-pkg-resources. [2022-02-12T01:52:44.618Z] #21 25.36 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-12T01:52:44.618Z] #21 25.37 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:52:44.618Z] #21 25.49 Selecting previously unselected package python3-setuptools. [2022-02-12T01:52:44.876Z] #21 25.49 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-02-12T01:52:44.876Z] #21 25.51 Unpacking python3-setuptools (52.0.0-4) ... [2022-02-12T01:52:44.876Z] #21 25.70 Selecting previously unselected package python3-wheel. [2022-02-12T01:52:44.876Z] #21 25.71 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-02-12T01:52:44.876Z] #21 25.71 Unpacking python3-wheel (0.34.2-1) ... [2022-02-12T01:52:44.876Z] #21 25.77 Selecting previously unselected package python3-pip. [2022-02-12T01:52:45.133Z] #21 25.78 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-02-12T01:52:45.133Z] #21 25.79 Unpacking python3-pip (20.3.4-4) ... [2022-02-12T01:52:45.133Z] #21 26.04 Selecting previously unselected package sudo. [2022-02-12T01:52:45.133Z] #21 26.04 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-02-12T01:52:45.161Z] #45 11.72 Reading package lists... [2022-02-12T01:52:45.229Z] #51 ... [2022-02-12T01:52:45.229Z] [2022-02-12T01:52:45.229Z] #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-02-12T01:52:45.229Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:52:45.229Z] #38 40.85 Selecting previously unselected package libxml2:amd64. [2022-02-12T01:52:45.229Z] #38 40.85 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-02-12T01:52:45.229Z] #38 40.86 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-02-12T01:52:45.229Z] #38 41.30 Selecting previously unselected package libarchive13:amd64. [2022-02-12T01:52:45.229Z] #38 41.30 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-02-12T01:52:45.229Z] #38 41.30 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-02-12T01:52:45.229Z] #38 41.51 Selecting previously unselected package libjsoncpp24:amd64. [2022-02-12T01:52:45.229Z] #38 41.53 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-02-12T01:52:45.229Z] #38 41.54 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-02-12T01:52:45.229Z] #38 41.67 Selecting previously unselected package librhash0:amd64. [2022-02-12T01:52:45.229Z] #38 41.67 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-02-12T01:52:45.229Z] #38 41.67 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-02-12T01:52:45.229Z] #38 41.84 Selecting previously unselected package libuv1:amd64. [2022-02-12T01:52:45.229Z] #38 41.84 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-02-12T01:52:45.229Z] #38 41.85 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-02-12T01:52:45.229Z] #38 42.00 Selecting previously unselected package cmake. [2022-02-12T01:52:45.229Z] #38 42.00 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-02-12T01:52:45.229Z] #38 42.01 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-02-12T01:52:45.321Z] #21 39.12 Setting up libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:52:45.321Z] #21 39.13 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-02-12T01:52:45.321Z] #21 39.14 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-02-12T01:52:45.321Z] #21 39.15 Setting up python3-pip (20.3.4-4) ... [2022-02-12T01:52:45.390Z] #21 26.04 Unpacking sudo (1.9.5p2-3) ... [2022-02-12T01:52:45.422Z] #45 14.70 Building dependency tree... [2022-02-12T01:52:45.647Z] #21 26.51 Selecting previously unselected package thin-provisioning-tools. [2022-02-12T01:52:45.648Z] #21 26.53 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-02-12T01:52:45.648Z] #21 26.54 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-02-12T01:52:45.905Z] #21 26.75 Selecting previously unselected package uidmap. [2022-02-12T01:52:45.905Z] #21 26.76 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-02-12T01:52:45.905Z] #21 26.77 Unpacking uidmap (1:4.8.1-1) ... [2022-02-12T01:52:45.992Z] #45 16.04 The following additional packages will be installed: [2022-02-12T01:52:45.992Z] #45 16.04 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-02-12T01:52:45.992Z] #45 16.05 Suggested packages: [2022-02-12T01:52:45.992Z] #45 16.05 cmake-doc ninja-build lrzip [2022-02-12T01:52:45.992Z] #45 16.05 Recommended packages: [2022-02-12T01:52:45.992Z] #45 16.05 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-02-12T01:52:46.162Z] #21 26.91 Selecting previously unselected package vim-runtime. [2022-02-12T01:52:46.162Z] #21 26.91 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:52:46.162Z] #21 26.95 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-02-12T01:52:46.162Z] #21 26.98 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-02-12T01:52:46.162Z] #21 26.99 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:46.252Z] #45 16.30 The following NEW packages will be installed: [2022-02-12T01:52:46.252Z] #45 16.30 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-02-12T01:52:46.334Z] #51 ... [2022-02-12T01:52:46.334Z] [2022-02-12T01:52:46.334Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-02-12T01:52:46.334Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-02-12T01:52:46.334Z] #14 28.41 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-02-12T01:52:46.334Z] #14 28.81 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-02-12T01:52:46.334Z] #14 29.29 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-02-12T01:52:46.334Z] #14 30.45 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-02-12T01:52:46.334Z] #14 30.87 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-02-12T01:52:46.334Z] #14 30.87 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-02-12T01:52:46.334Z] #14 30.88 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-02-12T01:52:46.334Z] #14 30.88 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-02-12T01:52:46.334Z] #14 30.88 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-02-12T01:52:46.334Z] #14 30.88 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-02-12T01:52:46.334Z] #14 30.88 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB] [2022-02-12T01:52:46.334Z] #14 30.89 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-02-12T01:52:46.334Z] #14 30.89 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-02-12T01:52:46.334Z] #14 30.91 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-02-12T01:52:46.334Z] #14 30.91 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-02-12T01:52:46.334Z] #14 30.91 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-02-12T01:52:46.334Z] #14 30.95 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-02-12T01:52:46.334Z] #14 30.95 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-02-12T01:52:46.334Z] #14 30.95 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-02-12T01:52:46.334Z] #14 31.00 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB] [2022-02-12T01:52:46.334Z] #14 32.00 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:52:46.334Z] #14 32.32 Fetched 108 MB in 4s (24.7 MB/s) [2022-02-12T01:52:46.334Z] #14 32.41 Selecting previously unselected package binutils-mingw-w64-i686. [2022-02-12T01:52:46.334Z] #14 32.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-02-12T01:52:46.334Z] #14 32.49 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-02-12T01:52:46.334Z] #14 32.50 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-12T01:52:46.334Z] #14 34.55 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-02-12T01:52:46.334Z] #14 34.56 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-02-12T01:52:46.334Z] #14 34.57 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-12T01:52:46.334Z] #14 36.73 Selecting previously unselected package binutils-mingw-w64. [2022-02-12T01:52:46.334Z] #14 36.74 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-02-12T01:52:46.334Z] #14 36.74 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-12T01:52:46.334Z] #14 36.92 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-02-12T01:52:46.334Z] #14 36.93 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-02-12T01:52:46.334Z] #14 36.94 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-02-12T01:52:46.334Z] #14 37.09 Selecting previously unselected package dmsetup. [2022-02-12T01:52:46.334Z] #14 37.09 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-02-12T01:52:46.334Z] #14 37.10 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-02-12T01:52:46.334Z] #14 37.25 Selecting previously unselected package mingw-w64-common. [2022-02-12T01:52:46.334Z] #14 37.26 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-02-12T01:52:46.334Z] #14 37.27 Unpacking mingw-w64-common (8.0.0-1) ... [2022-02-12T01:52:46.512Z] #45 16.61 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:52:46.512Z] #45 16.61 Need to get 8418 kB of archives. [2022-02-12T01:52:46.512Z] #45 16.61 After this operation, 34.9 MB of additional disk space will be used. [2022-02-12T01:52:46.512Z] #45 16.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-12T01:52:46.512Z] #45 16.62 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-12T01:52:46.512Z] #45 16.62 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-02-12T01:52:46.512Z] #45 16.63 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-02-12T01:52:46.512Z] #45 16.64 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-02-12T01:52:46.512Z] #45 16.64 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-02-12T01:52:46.512Z] #45 16.64 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-02-12T01:52:46.512Z] #45 16.64 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-02-12T01:52:46.528Z] #21 40.24 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-02-12T01:52:46.528Z] #21 40.26 Setting up jq (1.6-2.1) ... [2022-02-12T01:52:46.528Z] #21 40.27 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-02-12T01:52:46.528Z] #21 40.27 Setting up iptables (1.8.7-1) ... [2022-02-12T01:52:46.528Z] #21 40.28 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-12T01:52:46.528Z] #21 40.30 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-12T01:52:46.528Z] #21 40.31 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-12T01:52:46.528Z] #21 40.31 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-12T01:52:46.528Z] #21 40.31 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-02-12T01:52:46.528Z] #21 40.32 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-02-12T01:52:46.528Z] #21 40.32 Setting up iproute2 (5.10.0-4) ... [2022-02-12T01:52:46.772Z] #45 16.94 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:52:46.887Z] #21 40.69 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:52:47.033Z] #45 ... [2022-02-12T01:52:47.033Z] [2022-02-12T01:52:47.033Z] #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-02-12T01:52:47.033Z] #65 sha256:7d542d9832629334b662d635f8a0941311db1aece944bae7a930d573892624f8 [2022-02-12T01:52:47.033Z] #65 11.72 Reading package lists... [2022-02-12T01:52:47.033Z] #65 14.69 Building dependency tree... [2022-02-12T01:52:47.033Z] #65 16.03 The following additional packages will be installed: [2022-02-12T01:52:47.033Z] #65 16.04 libbtrfs0 [2022-02-12T01:52:47.033Z] #65 16.11 The following NEW packages will be installed: [2022-02-12T01:52:47.033Z] #65 16.12 libbtrfs-dev libbtrfs0 [2022-02-12T01:52:47.033Z] #65 16.42 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:52:47.033Z] #65 16.42 Need to get 460 kB of archives. [2022-02-12T01:52:47.033Z] #65 16.42 After this operation, 1237 kB of additional disk space will be used. [2022-02-12T01:52:47.033Z] #65 16.42 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-02-12T01:52:47.033Z] #65 16.43 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-02-12T01:52:47.033Z] #65 16.71 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:52:47.033Z] #65 16.82 Fetched 460 kB in 0s (1657 kB/s) [2022-02-12T01:52:47.033Z] #65 16.85 Selecting previously unselected package libbtrfs0:amd64. [2022-02-12T01:52:47.033Z] #65 16.85 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-02-12T01:52:47.033Z] #65 16.86 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-02-12T01:52:47.033Z] #65 16.87 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:52:47.033Z] #65 16.92 Selecting previously unselected package libbtrfs-dev:amd64. [2022-02-12T01:52:47.033Z] #65 16.92 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-02-12T01:52:47.033Z] #65 16.92 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:52:47.033Z] #65 16.99 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:52:47.033Z] #65 17.00 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:52:47.033Z] #65 17.01 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:52:47.033Z] #65 DONE 17.1s [2022-02-12T01:52:47.033Z] [2022-02-12T01:52:47.033Z] #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-02-12T01:52:47.033Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-02-12T01:52:47.033Z] #45 17.04 Fetched 8418 kB in 0s (25.5 MB/s) [2022-02-12T01:52:47.033Z] #45 17.07 Selecting previously unselected package xxd. [2022-02-12T01:52:47.033Z] #45 17.07 (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-02-12T01:52:47.033Z] #45 17.08 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-12T01:52:47.033Z] #45 17.09 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:47.033Z] #45 17.15 Selecting previously unselected package vim-common. [2022-02-12T01:52:47.033Z] #45 ... [2022-02-12T01:52:47.033Z] [2022-02-12T01:52:47.033Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-02-12T01:52:47.033Z] #66 sha256:d5d77df91b64cef6376910cd19d2f2ff44b1e177fbda7ff96a96e61a11caad87 [2022-02-12T01:52:47.033Z] #66 DONE 0.1s [2022-02-12T01:52:47.033Z] [2022-02-12T01:52:47.033Z] #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-02-12T01:52:47.033Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-02-12T01:52:47.033Z] #45 17.15 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:52:47.033Z] #45 17.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:47.033Z] #45 17.24 Selecting previously unselected package cmake-data. [2022-02-12T01:52:47.033Z] #45 17.24 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-02-12T01:52:47.033Z] #45 17.25 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-02-12T01:52:47.133Z] #38 45.56 Setting up libicu67:amd64 (67.1-7) ... [2022-02-12T01:52:47.133Z] #38 45.58 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:47.133Z] #38 45.60 Setting up libuv1:amd64 (1.40.0-2) ... [2022-02-12T01:52:47.133Z] #38 45.62 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:47.133Z] #38 45.64 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-02-12T01:52:47.133Z] #38 45.67 Setting up librhash0:amd64 (1.4.1-2) ... [2022-02-12T01:52:47.133Z] #38 45.68 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-02-12T01:52:47.133Z] #38 45.75 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-02-12T01:52:47.133Z] #38 45.76 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-02-12T01:52:47.133Z] #38 45.78 Setting up cmake (3.18.4-2+deb11u1) ... [2022-02-12T01:52:47.133Z] #38 45.79 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:52:47.294Z] #45 17.62 Selecting previously unselected package libarchive13:amd64. [2022-02-12T01:52:47.554Z] #45 17.62 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-02-12T01:52:47.554Z] #45 17.63 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-02-12T01:52:47.554Z] #45 17.69 Selecting previously unselected package libjsoncpp24:amd64. [2022-02-12T01:52:47.554Z] #45 17.69 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-02-12T01:52:47.554Z] #45 17.69 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-02-12T01:52:47.554Z] #45 17.73 Selecting previously unselected package librhash0:amd64. [2022-02-12T01:52:47.554Z] #45 17.73 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-02-12T01:52:47.554Z] #45 17.74 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-02-12T01:52:47.554Z] #45 17.78 Selecting previously unselected package libuv1:amd64. [2022-02-12T01:52:47.554Z] #45 17.78 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-02-12T01:52:47.554Z] #45 17.79 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-02-12T01:52:47.703Z] #14 ... [2022-02-12T01:52:47.703Z] [2022-02-12T01:52:47.703Z] #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-02-12T01:52:47.703Z] #47 sha256:f1b721bc4725d1715506fc4c476da585d66d9f298f48ca2919866e40656e2696 [2022-02-12T01:52:47.703Z] #47 29.65 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [609 kB] [2022-02-12T01:52:47.703Z] #47 31.27 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:52:47.703Z] #47 31.48 Fetched 2115 kB in 4s (501 kB/s) [2022-02-12T01:52:47.703Z] #47 31.57 Selecting previously unselected package libprotobuf23:arm64. [2022-02-12T01:52:47.703Z] #47 31.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-02-12T01:52:47.703Z] #47 31.62 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-02-12T01:52:47.703Z] #47 31.64 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-02-12T01:52:47.703Z] #47 32.17 Selecting previously unselected package python3-pkg-resources. [2022-02-12T01:52:47.703Z] #47 32.17 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-12T01:52:47.703Z] #47 32.19 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:52:47.703Z] #47 32.42 Selecting previously unselected package python3-six. [2022-02-12T01:52:47.703Z] #47 32.42 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-02-12T01:52:47.703Z] #47 32.42 Unpacking python3-six (1.16.0-2) ... [2022-02-12T01:52:47.703Z] #47 32.52 Selecting previously unselected package python3-protobuf. [2022-02-12T01:52:47.703Z] #47 32.53 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-02-12T01:52:47.703Z] #47 32.54 Unpacking python3-protobuf (3.12.4-1) ... [2022-02-12T01:52:47.703Z] #47 33.17 Selecting previously unselected package libnet1:arm64. [2022-02-12T01:52:47.703Z] #47 33.17 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-02-12T01:52:47.703Z] #47 33.18 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:52:47.703Z] #47 33.28 Selecting previously unselected package libnl-3-200:arm64. [2022-02-12T01:52:47.703Z] #47 33.29 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-02-12T01:52:47.703Z] #47 33.29 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-02-12T01:52:47.703Z] #47 33.39 Selecting previously unselected package libprotobuf-c1:arm64. [2022-02-12T01:52:47.703Z] #47 33.40 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-02-12T01:52:47.703Z] #47 33.44 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-02-12T01:52:47.703Z] #47 33.58 Selecting previously unselected package criu. [2022-02-12T01:52:47.703Z] #47 33.58 Preparing to unpack .../7-criu_3.16.1-3_arm64.deb ... [2022-02-12T01:52:47.703Z] #47 33.59 Unpacking criu (3.16.1-3) ... [2022-02-12T01:52:47.703Z] #47 34.31 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:52:47.703Z] #47 35.75 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-02-12T01:52:47.703Z] #47 35.76 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:52:47.703Z] #47 35.78 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-02-12T01:52:47.703Z] #47 35.79 Setting up python3-six (1.16.0-2) ... [2022-02-12T01:52:47.703Z] #47 36.84 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-02-12T01:52:47.703Z] #47 36.87 Setting up python3-protobuf (3.12.4-1) ... [2022-02-12T01:52:47.703Z] #47 39.83 Setting up criu (3.16.1-3) ... [2022-02-12T01:52:47.814Z] #45 17.85 Selecting previously unselected package cmake. [2022-02-12T01:52:47.814Z] #45 17.85 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-02-12T01:52:47.814Z] #45 17.85 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-02-12T01:52:47.864Z] #21 DONE 41.5s [2022-02-12T01:52:47.864Z] [2022-02-12T01:52:47.864Z] #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-02-12T01:52:47.864Z] #22 sha256:ea4aa09fc15436250b335dee4c630fb5d27618ed1385c3b5725697776a66382e [2022-02-12T01:52:48.267Z] #47 ... [2022-02-12T01:52:48.267Z] [2022-02-12T01:52:48.267Z] #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-02-12T01:52:48.267Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c [2022-02-12T01:52:48.267Z] #51 40.36 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-02-12T01:52:48.267Z] #51 40.57 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-02-12T01:52:48.267Z] #51 40.61 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-02-12T01:52:48.384Z] #45 18.38 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-02-12T01:52:48.384Z] #45 18.39 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:48.384Z] #45 18.40 Setting up libuv1:amd64 (1.40.0-2) ... [2022-02-12T01:52:48.384Z] #45 18.42 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:48.384Z] #45 18.44 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-02-12T01:52:48.384Z] #45 18.45 Setting up librhash0:amd64 (1.4.1-2) ... [2022-02-12T01:52:48.384Z] #45 18.46 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-02-12T01:52:48.384Z] #45 18.48 Setting up cmake (3.18.4-2+deb11u1) ... [2022-02-12T01:52:48.384Z] #45 18.49 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:52:48.464Z] #22 0.891 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-02-12T01:52:48.464Z] #22 0.895 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-02-12T01:52:48.464Z] #22 0.898 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-02-12T01:52:48.464Z] #22 DONE 0.9s [2022-02-12T01:52:48.464Z] [2022-02-12T01:52:48.464Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-02-12T01:52:48.464Z] #23 sha256:0524cb6c234626f46bed5b69fdc35aa32d049effbbe3ed12f1f7c68157a00e76 [2022-02-12T01:52:48.524Z] #51 40.68 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-02-12T01:52:48.524Z] #51 40.76 go: downloading github.com/gobwas/glob v0.2.3 [2022-02-12T01:52:48.524Z] #51 40.82 go: downloading github.com/kisielk/gotool v1.0.0 [2022-02-12T01:52:48.524Z] #51 40.88 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-02-12T01:52:48.524Z] #51 40.94 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-02-12T01:52:48.524Z] #51 40.95 go: downloading github.com/ettle/strcase v0.1.1 [2022-02-12T01:52:48.524Z] #51 40.97 go: downloading golang.org/x/mod v0.5.1 [2022-02-12T01:52:48.524Z] #51 41.00 go: downloading github.com/fatih/structtag v1.2.0 [2022-02-12T01:52:48.644Z] #45 DONE 18.7s [2022-02-12T01:52:48.644Z] [2022-02-12T01:52:48.644Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-02-12T01:52:48.644Z] #46 sha256:4004c83fa5c8125f86d5ebc7d3c54d3b8d1530474903171484403431e956f1fb [2022-02-12T01:52:48.644Z] #46 DONE 0.0s [2022-02-12T01:52:48.644Z] [2022-02-12T01:52:48.644Z] #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-02-12T01:52:48.644Z] #67 sha256:dd79d50edb1562ee14b8c80931d73aaa46d322ceb1d1f2a095e50ddda42c1b47 [2022-02-12T01:52:48.644Z] #67 0.424 + RM_GOPATH=0 [2022-02-12T01:52:48.644Z] #67 0.424 + TMP_GOPATH= [2022-02-12T01:52:48.644Z] #67 0.424 + : /build [2022-02-12T01:52:48.644Z] #67 0.424 + '[' -z '' ']' [2022-02-12T01:52:48.644Z] #67 0.425 ++ mktemp -d [2022-02-12T01:52:48.644Z] #67 0.426 + export GOPATH=/tmp/tmp.T62b0OFnfh [2022-02-12T01:52:48.644Z] #67 0.426 + GOPATH=/tmp/tmp.T62b0OFnfh [2022-02-12T01:52:48.644Z] #67 0.426 + RM_GOPATH=1 [2022-02-12T01:52:48.644Z] #67 0.426 + case "$(go env GOARCH)" in [2022-02-12T01:52:48.644Z] #67 0.426 ++ go env GOARCH [2022-02-12T01:52:48.644Z] #67 0.430 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:48.644Z] #67 0.430 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:48.644Z] #67 0.430 ++ dirname /install.sh [2022-02-12T01:52:48.644Z] #67 0.431 + dir=/ [2022-02-12T01:52:48.644Z] #67 0.431 + bin=containerd [2022-02-12T01:52:48.644Z] #67 0.431 + shift [2022-02-12T01:52:48.644Z] #67 0.431 + '[' '!' -f //containerd.installer ']' [2022-02-12T01:52:48.644Z] #67 0.431 + . //containerd.installer [2022-02-12T01:52:48.644Z] #67 0.431 ++ set -e [2022-02-12T01:52:48.644Z] #67 0.431 ++ : v1.5.9 [2022-02-12T01:52:48.644Z] #67 0.431 + install_containerd [2022-02-12T01:52:48.644Z] #67 0.432 + echo 'Install containerd version v1.5.9' [2022-02-12T01:52:48.644Z] #67 0.432 Install containerd version v1.5.9 [2022-02-12T01:52:48.644Z] #67 0.432 + git clone https://github.com/containerd/containerd.git /tmp/tmp.T62b0OFnfh/src/github.com/containerd/containerd [2022-02-12T01:52:48.644Z] #67 0.434 Cloning into '/tmp/tmp.T62b0OFnfh/src/github.com/containerd/containerd'... [2022-02-12T01:52:48.782Z] #51 41.03 go: downloading github.com/Masterminds/semver v1.5.0 [2022-02-12T01:52:48.782Z] #51 41.12 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-02-12T01:52:48.782Z] #51 41.14 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-02-12T01:52:49.039Z] #51 41.34 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-02-12T01:52:49.073Z] #38 ... [2022-02-12T01:52:49.073Z] [2022-02-12T01:52:49.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-02-12T01:52:49.073Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:52:49.073Z] #14 37.41 Selecting previously unselected package binutils-mingw-w64-i686. [2022-02-12T01:52:49.073Z] #14 37.41 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-02-12T01:52:49.073Z] #14 37.50 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-02-12T01:52:49.073Z] #14 37.70 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-12T01:52:49.073Z] #14 39.74 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-02-12T01:52:49.073Z] #14 39.75 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-02-12T01:52:49.073Z] #14 39.75 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-12T01:52:49.073Z] #14 41.89 Selecting previously unselected package binutils-mingw-w64. [2022-02-12T01:52:49.073Z] #14 41.91 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-02-12T01:52:49.073Z] #14 41.91 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-12T01:52:49.073Z] #14 42.06 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-02-12T01:52:49.073Z] #14 42.06 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:52:49.073Z] #14 42.07 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:52:49.073Z] #14 42.21 Selecting previously unselected package dmsetup. [2022-02-12T01:52:49.073Z] #14 42.21 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:52:49.073Z] #14 42.22 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-02-12T01:52:49.073Z] #14 42.40 Selecting previously unselected package mingw-w64-common. [2022-02-12T01:52:49.073Z] #14 42.40 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-02-12T01:52:49.073Z] #14 42.41 Unpacking mingw-w64-common (8.0.0-1) ... [2022-02-12T01:52:49.073Z] #14 ... [2022-02-12T01:52:49.073Z] [2022-02-12T01:52:49.073Z] #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-02-12T01:52:49.073Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-12T01:52:49.073Z] #49 47.57 gotestsum version dev [2022-02-12T01:52:49.312Z] #51 41.51 go: downloading github.com/prometheus/client_model v0.2.0 [2022-02-12T01:52:49.313Z] #51 41.57 go: downloading github.com/google/go-cmp v0.5.6 [2022-02-12T01:52:49.451Z] #21 29.73 Selecting previously unselected package vim. [2022-02-12T01:52:49.451Z] #21 29.74 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-12T01:52:49.451Z] #21 29.76 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:49.451Z] #21 30.24 Selecting previously unselected package xfsprogs. [2022-02-12T01:52:49.451Z] #21 30.25 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-02-12T01:52:49.451Z] #21 30.26 Unpacking xfsprogs (5.10.0-4) ... [2022-02-12T01:52:49.579Z] #51 41.81 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-02-12T01:52:49.579Z] #51 41.88 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-02-12T01:52:49.640Z] #49 DONE 48.4s [2022-02-12T01:52:49.640Z] [2022-02-12T01:52:49.640Z] #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-02-12T01:52:49.641Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-12T01:52:49.641Z] #38 DONE 48.3s [2022-02-12T01:52:49.641Z] [2022-02-12T01:52:49.641Z] #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-02-12T01:52:49.641Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:52:49.641Z] #14 48.00 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-02-12T01:52:49.641Z] #14 48.01 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-02-12T01:52:49.641Z] #14 48.04 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-12T01:52:49.899Z] #14 ... [2022-02-12T01:52:49.899Z] [2022-02-12T01:52:49.899Z] #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-02-12T01:52:49.899Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-12T01:52:49.899Z] #47 38.59 Unpacking criu (3.16.1-3) ... [2022-02-12T01:52:49.899Z] #47 39.17 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:52:49.899Z] #47 40.63 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-02-12T01:52:49.899Z] #47 40.64 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:52:49.899Z] #47 40.65 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:52:49.899Z] #47 40.66 Setting up python3-six (1.16.0-2) ... [2022-02-12T01:52:49.899Z] #47 41.56 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:52:49.899Z] #47 41.59 Setting up python3-protobuf (3.12.4-1) ... [2022-02-12T01:52:49.899Z] #47 44.95 Setting up criu (3.16.1-3) ... [2022-02-12T01:52:49.899Z] #47 46.85 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:52:49.899Z] #47 DONE 48.1s [2022-02-12T01:52:49.899Z] [2022-02-12T01:52:49.899Z] #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-02-12T01:52:49.899Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-12T01:52:49.899Z] #34 38.24 Updating files: 94% (1442/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-02-12T01:52:49.899Z] #34 38.32 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-02-12T01:52:49.899Z] #34 39.21 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-02-12T01:52:49.965Z] #21 30.61 Selecting previously unselected package zip. [2022-02-12T01:52:49.965Z] #21 30.62 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-02-12T01:52:49.965Z] #21 30.64 Unpacking zip (3.0-12) ... [2022-02-12T01:52:49.965Z] #21 30.74 Selecting previously unselected package zstd. [2022-02-12T01:52:49.965Z] #21 30.74 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-02-12T01:52:49.965Z] #21 30.74 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-02-12T01:52:50.077Z] #51 41.99 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-02-12T01:52:50.077Z] #51 42.09 go: downloading github.com/beorn7/perks v1.0.1 [2022-02-12T01:52:50.077Z] #51 42.17 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-02-12T01:52:50.077Z] #51 42.17 go: downloading github.com/golang/protobuf v1.5.2 [2022-02-12T01:52:50.077Z] #51 42.20 go: downloading github.com/cespare/xxhash v1.1.0 [2022-02-12T01:52:50.158Z] #34 ... [2022-02-12T01:52:50.158Z] [2022-02-12T01:52:50.158Z] #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-02-12T01:52:50.158Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:52:50.158Z] #51 45.50 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-02-12T01:52:50.158Z] #51 45.61 go: downloading github.com/gobwas/glob v0.2.3 [2022-02-12T01:52:50.158Z] #51 45.67 go: downloading github.com/kisielk/gotool v1.0.0 [2022-02-12T01:52:50.158Z] #51 45.77 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-02-12T01:52:50.158Z] #51 45.79 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-02-12T01:52:50.158Z] #51 45.84 go: downloading golang.org/x/mod v0.5.1 [2022-02-12T01:52:50.158Z] #51 45.85 go: downloading github.com/ettle/strcase v0.1.1 [2022-02-12T01:52:50.158Z] #51 45.87 go: downloading github.com/fatih/structtag v1.2.0 [2022-02-12T01:52:50.158Z] #51 45.89 go: downloading github.com/Masterminds/semver v1.5.0 [2022-02-12T01:52:50.158Z] #51 45.98 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-02-12T01:52:50.158Z] #51 46.05 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-02-12T01:52:50.158Z] #51 46.32 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-02-12T01:52:50.158Z] #51 46.65 go: downloading github.com/prometheus/client_model v0.2.0 [2022-02-12T01:52:50.158Z] #51 46.73 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-02-12T01:52:50.158Z] #51 46.75 go: downloading github.com/google/go-cmp v0.5.6 [2022-02-12T01:52:50.158Z] #51 46.86 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-02-12T01:52:50.158Z] #51 46.89 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-02-12T01:52:50.158Z] #51 46.92 go: downloading github.com/beorn7/perks v1.0.1 [2022-02-12T01:52:50.158Z] #51 46.95 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-02-12T01:52:50.158Z] #51 46.98 go: downloading github.com/golang/protobuf v1.5.2 [2022-02-12T01:52:50.158Z] #51 46.99 go: downloading github.com/cespare/xxhash v1.1.0 [2022-02-12T01:52:50.158Z] #51 47.16 go: downloading github.com/prometheus/common v0.10.0 [2022-02-12T01:52:50.158Z] #51 47.46 go: downloading github.com/prometheus/procfs v0.6.0 [2022-02-12T01:52:50.158Z] #51 47.52 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-02-12T01:52:50.158Z] #51 47.64 go: downloading google.golang.org/protobuf v1.27.1 [2022-02-12T01:52:50.158Z] #51 ... [2022-02-12T01:52:50.158Z] [2022-02-12T01:52:50.158Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-02-12T01:52:50.158Z] #39 sha256:d90c6fab6f6bc1a9c217f484f04a9c9af60c300cd5ada198a1b906c04cd10d35 [2022-02-12T01:52:50.158Z] #39 DONE 0.4s [2022-02-12T01:52:50.223Z] #21 31.10 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:52:50.378Z] #51 ... [2022-02-12T01:52:50.378Z] [2022-02-12T01:52:50.378Z] #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-02-12T01:52:50.378Z] #34 sha256:3bfa9e7171fc4f96669242c7fe3b478f06d73cc45545dd91ec1fdc8110a580cf [2022-02-12T01:52:50.378Z] #34 32.15 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-02-12T01:52:50.378Z] #34 33.16 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-02-12T01:52:50.378Z] #34 ... [2022-02-12T01:52:50.378Z] [2022-02-12T01:52:50.378Z] #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-02-12T01:52:50.378Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-02-12T01:52:50.378Z] #14 42.00 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-02-12T01:52:50.378Z] #14 42.00 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-02-12T01:52:50.378Z] #14 42.01 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-12T01:52:50.416Z] [2022-02-12T01:52:50.417Z] #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-02-12T01:52:50.417Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:52:50.417Z] #51 48.90 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-02-12T01:52:50.557Z] #67 ... [2022-02-12T01:52:50.557Z] [2022-02-12T01:52:50.557Z] #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-02-12T01:52:50.557Z] #47 sha256:65889481a98c92beeb060dc6b6fdafb6dd3652e29e010a2748d7d7266bf2321a [2022-02-12T01:52:50.557Z] #47 0.414 + RM_GOPATH=0 [2022-02-12T01:52:50.557Z] #47 0.414 + TMP_GOPATH= [2022-02-12T01:52:50.557Z] #47 0.415 + : /build [2022-02-12T01:52:50.557Z] #47 0.415 + '[' -z '' ']' [2022-02-12T01:52:50.557Z] #47 0.415 ++ mktemp -d [2022-02-12T01:52:50.557Z] #47 0.415 + export GOPATH=/tmp/tmp.nrqjNVogJP [2022-02-12T01:52:50.557Z] #47 0.415 + GOPATH=/tmp/tmp.nrqjNVogJP [2022-02-12T01:52:50.557Z] #47 0.415 + RM_GOPATH=1 [2022-02-12T01:52:50.557Z] #47 0.415 + case "$(go env GOARCH)" in [2022-02-12T01:52:50.557Z] #47 0.416 ++ go env GOARCH [2022-02-12T01:52:50.557Z] #47 0.419 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:50.557Z] #47 0.419 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:50.557Z] #47 0.419 ++ dirname /install.sh [2022-02-12T01:52:50.557Z] #47 0.420 + dir=/ [2022-02-12T01:52:50.557Z] #47 0.420 + bin=tini [2022-02-12T01:52:50.557Z] #47 0.420 + shift [2022-02-12T01:52:50.557Z] #47 0.420 + '[' '!' -f //tini.installer ']' [2022-02-12T01:52:50.557Z] #47 0.420 + . //tini.installer [2022-02-12T01:52:50.557Z] #47 0.420 ++ : v0.19.0 [2022-02-12T01:52:50.557Z] #47 0.420 + install_tini [2022-02-12T01:52:50.557Z] #47 0.420 + echo 'Install tini version v0.19.0' [2022-02-12T01:52:50.557Z] #47 0.420 + git clone https://github.com/krallin/tini.git /tmp/tmp.nrqjNVogJP/tini [2022-02-12T01:52:50.557Z] #47 0.420 Install tini version v0.19.0 [2022-02-12T01:52:50.557Z] #47 0.421 Cloning into '/tmp/tmp.nrqjNVogJP/tini'... [2022-02-12T01:52:50.557Z] #47 0.644 + cd /tmp/tmp.nrqjNVogJP/tini [2022-02-12T01:52:50.557Z] #47 0.644 + git checkout -q v0.19.0 [2022-02-12T01:52:50.557Z] #47 0.648 + cmake . [2022-02-12T01:52:50.557Z] #47 0.724 -- The C compiler identification is GNU 10.2.1 [2022-02-12T01:52:50.557Z] #47 0.734 -- Detecting C compiler ABI info [2022-02-12T01:52:50.557Z] #47 0.809 -- Detecting C compiler ABI info - done [2022-02-12T01:52:50.557Z] #47 0.823 -- Check for working C compiler: /usr/bin/cc - skipped [2022-02-12T01:52:50.557Z] #47 0.824 -- Detecting C compile features [2022-02-12T01:52:50.557Z] #47 0.824 -- Detecting C compile features - done [2022-02-12T01:52:50.557Z] #47 0.832 -- Performing Test HAS_BUILTIN_FORTIFY [2022-02-12T01:52:50.557Z] #47 0.862 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-02-12T01:52:50.557Z] #47 0.873 -- Configuring done [2022-02-12T01:52:50.557Z] #47 0.876 -- Generating done [2022-02-12T01:52:50.557Z] #47 0.876 -- Build files have been written to: /tmp/tmp.nrqjNVogJP/tini [2022-02-12T01:52:50.557Z] #47 0.878 + make tini-static [2022-02-12T01:52:50.557Z] #47 0.917 Scanning dependencies of target tini-static [2022-02-12T01:52:50.557Z] #47 0.926 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-02-12T01:52:50.557Z] #47 1.091 [100%] Linking C executable tini-static [2022-02-12T01:52:50.557Z] #47 1.191 [100%] Built target tini-static [2022-02-12T01:52:50.557Z] #47 1.201 + mkdir -p /build [2022-02-12T01:52:50.557Z] #47 1.202 + cp tini-static /build/docker-init [2022-02-12T01:52:50.557Z] #47 DONE 1.5s [2022-02-12T01:52:50.557Z] [2022-02-12T01:52:50.557Z] #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-02-12T01:52:50.557Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-02-12T01:52:50.557Z] #20 8.975 Reading package lists... [2022-02-12T01:52:50.557Z] #20 12.06 Reading package lists... [2022-02-12T01:52:50.557Z] #20 15.04 Building dependency tree... [2022-02-12T01:52:50.557Z] #20 16.41 The following additional packages will be installed: [2022-02-12T01:52:50.557Z] #20 16.41 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-12T01:52:50.557Z] #20 16.41 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-02-12T01:52:50.557Z] #20 16.41 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-02-12T01:52:50.557Z] #20 16.42 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-02-12T01:52:50.557Z] #20 16.42 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-02-12T01:52:50.557Z] #20 16.42 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-02-12T01:52:50.557Z] #20 16.42 mingw-w64-common mingw-w64-x86-64-dev [2022-02-12T01:52:50.557Z] #20 16.43 Suggested packages: [2022-02-12T01:52:50.557Z] #20 16.43 gcc-10-locales seccomp wine64 [2022-02-12T01:52:50.557Z] #20 16.70 The following NEW packages will be installed: [2022-02-12T01:52:50.557Z] #20 16.70 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-12T01:52:50.557Z] #20 16.70 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-02-12T01:52:50.557Z] #20 16.70 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-02-12T01:52:50.557Z] #20 16.70 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-02-12T01:52:50.557Z] #20 16.70 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-02-12T01:52:50.557Z] #20 16.71 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-02-12T01:52:50.557Z] #20 16.71 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-02-12T01:52:50.557Z] #20 16.71 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-02-12T01:52:50.557Z] #20 16.71 mingw-w64-x86-64-dev [2022-02-12T01:52:50.557Z] #20 17.01 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:52:50.557Z] #20 17.01 Need to get 115 MB of archives. [2022-02-12T01:52:50.557Z] #20 17.01 After this operation, 645 MB of additional disk space will be used. [2022-02-12T01:52:50.557Z] #20 17.01 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-02-12T01:52:50.557Z] #20 17.04 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-02-12T01:52:50.557Z] #20 17.07 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-02-12T01:52:50.557Z] #20 17.07 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-02-12T01:52:50.557Z] #20 17.07 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-02-12T01:52:50.557Z] #20 17.07 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-02-12T01:52:50.557Z] #20 17.11 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-02-12T01:52:50.557Z] #20 17.14 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-02-12T01:52:50.557Z] #20 17.14 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-02-12T01:52:50.557Z] #20 17.25 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-02-12T01:52:50.557Z] #20 17.44 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-02-12T01:52:50.557Z] #20 17.51 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-02-12T01:52:50.557Z] #20 17.60 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-02-12T01:52:50.557Z] #20 17.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-02-12T01:52:50.557Z] #20 17.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-02-12T01:52:50.557Z] #20 17.91 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-02-12T01:52:50.557Z] #20 17.91 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-02-12T01:52:50.557Z] #20 17.91 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-02-12T01:52:50.557Z] #20 17.91 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-02-12T01:52:50.557Z] #20 17.92 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-02-12T01:52:50.557Z] #20 17.92 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-02-12T01:52:50.557Z] #20 17.92 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-02-12T01:52:50.557Z] #20 17.92 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-02-12T01:52:50.557Z] #20 17.92 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-02-12T01:52:50.557Z] #20 17.92 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-02-12T01:52:50.557Z] #20 17.92 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-02-12T01:52:50.557Z] #20 17.93 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-02-12T01:52:50.557Z] #20 17.96 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-02-12T01:52:50.557Z] #20 17.96 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-02-12T01:52:50.557Z] #20 17.96 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-02-12T01:52:50.557Z] #20 18.21 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:52:50.557Z] #20 18.33 Fetched 115 MB in 1s (94.1 MB/s) [2022-02-12T01:52:50.557Z] #20 18.35 Selecting previously unselected package binutils-mingw-w64-i686. [2022-02-12T01:52:50.557Z] #20 18.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-02-12T01:52:50.557Z] #20 18.37 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-02-12T01:52:50.557Z] #20 18.37 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-12T01:52:50.557Z] #20 18.71 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-02-12T01:52:50.557Z] #20 18.71 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-02-12T01:52:50.557Z] #20 18.74 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-12T01:52:50.557Z] #20 19.07 Selecting previously unselected package binutils-mingw-w64. [2022-02-12T01:52:50.557Z] #20 19.08 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-02-12T01:52:50.557Z] #20 19.08 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-12T01:52:50.557Z] #20 19.12 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-02-12T01:52:50.557Z] #20 19.12 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:52:50.557Z] #20 19.13 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:52:50.557Z] #20 19.17 Selecting previously unselected package dmsetup. [2022-02-12T01:52:50.557Z] #20 19.17 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:52:50.557Z] #20 19.18 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-02-12T01:52:50.557Z] #20 19.21 Selecting previously unselected package mingw-w64-common. [2022-02-12T01:52:50.557Z] #20 19.22 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-02-12T01:52:50.557Z] #20 19.22 Unpacking mingw-w64-common (8.0.0-1) ... [2022-02-12T01:52:50.557Z] #20 19.78 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-02-12T01:52:50.557Z] #20 19.78 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-02-12T01:52:50.557Z] #20 19.79 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-12T01:52:50.557Z] #20 20.47 Selecting previously unselected package gcc-mingw-w64-base. [2022-02-12T01:52:50.557Z] #20 20.48 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:52:50.557Z] #20 20.48 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-12T01:52:50.557Z] #20 20.52 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-02-12T01:52:50.557Z] #20 20.52 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:52:50.557Z] #20 20.52 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-12T01:52:51.044Z] #21 31.76 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-02-12T01:52:51.044Z] #21 31.78 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-02-12T01:52:51.044Z] #21 31.79 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-02-12T01:52:51.044Z] #21 31.80 Setting up libicu67:amd64 (67.1-7) ... [2022-02-12T01:52:51.044Z] #21 31.81 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-02-12T01:52:51.044Z] #21 31.83 Setting up libinih1:amd64 (53-1+b2) ... [2022-02-12T01:52:51.044Z] #21 31.84 Setting up uidmap (1:4.8.1-1) ... [2022-02-12T01:52:51.044Z] #21 31.85 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:52:51.044Z] #21 31.86 Setting up bzip2 (1.0.8-4) ... [2022-02-12T01:52:51.044Z] #21 31.88 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:52:51.044Z] #21 31.89 Setting up python3-wheel (0.34.2-1) ... [2022-02-12T01:52:51.499Z] #20 21.67 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-02-12T01:52:51.499Z] #20 21.68 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:52:51.499Z] #20 21.68 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:52:51.609Z] #21 32.48 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:51.609Z] #21 32.50 Setting up libcap2:amd64 (1:2.44-1) ... [2022-02-12T01:52:51.609Z] #21 32.51 Setting up libcap2-bin (1:2.44-1) ... [2022-02-12T01:52:51.609Z] #21 32.52 Setting up apparmor (2.13.6-10) ... [2022-02-12T01:52:52.069Z] #20 ... [2022-02-12T01:52:52.070Z] [2022-02-12T01:52:52.070Z] #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-02-12T01:52:52.070Z] #67 sha256:dd79d50edb1562ee14b8c80931d73aaa46d322ceb1d1f2a095e50ddda42c1b47 [2022-02-12T01:52:52.070Z] #67 5.008 + cd /tmp/tmp.T62b0OFnfh/src/github.com/containerd/containerd [2022-02-12T01:52:52.070Z] #67 5.008 + git checkout -q v1.5.9 [2022-02-12T01:52:52.353Z] #14 ... [2022-02-12T01:52:52.353Z] [2022-02-12T01:52:52.353Z] #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-02-12T01:52:52.353Z] #38 sha256:97d2570150a85384d019800b8206a8cceec0dc16cbc9052940c5711a94851069 [2022-02-12T01:52:52.353Z] #38 34.01 Selecting previously unselected package libicu67:arm64. [2022-02-12T01:52:52.353Z] #38 34.01 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-02-12T01:52:52.353Z] #38 34.03 Unpacking libicu67:arm64 (67.1-7) ... [2022-02-12T01:52:52.353Z] #38 38.56 Selecting previously unselected package libxml2:arm64. [2022-02-12T01:52:52.353Z] #38 38.56 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ... [2022-02-12T01:52:52.353Z] #38 38.57 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-02-12T01:52:52.353Z] #38 39.00 Selecting previously unselected package libarchive13:arm64. [2022-02-12T01:52:52.353Z] #38 39.02 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ... [2022-02-12T01:52:52.353Z] #38 39.02 Unpacking libarchive13:arm64 (3.4.3-2+b1) ... [2022-02-12T01:52:52.353Z] #38 39.30 Selecting previously unselected package libjsoncpp24:arm64. [2022-02-12T01:52:52.353Z] #38 39.33 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-02-12T01:52:52.353Z] #38 39.33 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-02-12T01:52:52.353Z] #38 39.49 Selecting previously unselected package librhash0:arm64. [2022-02-12T01:52:52.353Z] #38 39.49 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-02-12T01:52:52.353Z] #38 39.52 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-02-12T01:52:52.353Z] #38 39.65 Selecting previously unselected package libuv1:arm64. [2022-02-12T01:52:52.353Z] #38 39.66 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-02-12T01:52:52.353Z] #38 39.67 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-02-12T01:52:52.353Z] #38 39.84 Selecting previously unselected package cmake. [2022-02-12T01:52:52.353Z] #38 39.85 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-02-12T01:52:52.353Z] #38 39.85 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-02-12T01:52:52.353Z] #38 44.63 Setting up libicu67:arm64 (67.1-7) ... [2022-02-12T01:52:52.353Z] #38 44.67 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:52.613Z] #38 ... [2022-02-12T01:52:52.613Z] [2022-02-12T01:52:52.613Z] #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-02-12T01:52:52.613Z] #49 sha256:4bb1a95e6d46a27ca3c0b5ecc45c1bb8da1098ca75dfe1a9509f9a41c140271b [2022-02-12T01:52:52.613Z] #49 44.88 gotestsum version dev [2022-02-12T01:52:52.639Z] #67 5.544 + export 'BUILDTAGS=netgo osusergo static_build' [2022-02-12T01:52:52.639Z] #67 5.544 + BUILDTAGS='netgo osusergo static_build' [2022-02-12T01:52:52.639Z] #67 5.544 + export EXTRA_FLAGS=-buildmode=pie [2022-02-12T01:52:52.639Z] #67 5.544 + EXTRA_FLAGS=-buildmode=pie [2022-02-12T01:52:52.639Z] #67 5.544 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-02-12T01:52:52.639Z] #67 5.544 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-02-12T01:52:52.639Z] #67 5.544 + '[' '' = dynamic ']' [2022-02-12T01:52:52.639Z] #67 5.544 + make [2022-02-12T01:52:53.507Z] #21 33.98 Setting up zip (3.0-12) ... [2022-02-12T01:52:53.507Z] #21 34.00 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:53.507Z] #21 34.03 Setting up bash-completion (1:2.11-2) ... [2022-02-12T01:52:53.580Z] #67 6.211 + bin/ctr [2022-02-12T01:52:54.176Z] Running on azwin-2-b192c0 in d:\jenkins\workspace\moby_PR-43231 [Pipeline] { [Pipeline] ws [2022-02-12T01:52:54.192Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-02-12T01:52:54.247Z] using credential docker-jenkins-github-credentials [2022-02-12T01:52:54.321Z] Cloning the remote Git repository [2022-02-12T01:52:54.321Z] Cloning with configured refspecs honoured and without tags [2022-02-12T01:52:54.882Z] #21 35.72 Setting up xz-utils (5.2.5-2) ... [2022-02-12T01:52:54.882Z] #21 35.75 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-02-12T01:52:54.882Z] #21 35.77 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-02-12T01:52:54.882Z] #21 35.78 Setting up patch (2.7.6-7) ... [2022-02-12T01:52:54.882Z] #21 35.79 Setting up sudo (1.9.5p2-3) ... [2022-02-12T01:52:55.139Z] #21 35.88 invoke-rc.d: could not determine current runlevel [2022-02-12T01:52:55.139Z] #21 35.89 invoke-rc.d: policy-rc.d denied execution of start. [2022-02-12T01:52:55.139Z] #21 35.90 Setting up xfsprogs (5.10.0-4) ... [2022-02-12T01:52:55.139Z] #21 35.92 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-02-12T01:52:55.139Z] #21 35.94 Setting up inetutils-ping (2:2.0-1) ... [2022-02-12T01:52:55.139Z] #21 35.95 Setting up pigz (2.6-1) ... [2022-02-12T01:52:55.139Z] #21 35.96 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-02-12T01:52:55.139Z] #21 35.97 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:52:55.139Z] #21 36.00 Setting up python-pip-whl (20.3.4-4) ... [2022-02-12T01:52:55.139Z] #21 36.01 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:55.688Z] #51 ... [2022-02-12T01:52:55.688Z] [2022-02-12T01:52:55.688Z] #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-02-12T01:52:55.688Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:52:55.688Z] #14 52.61 Selecting previously unselected package gcc-mingw-w64-base. [2022-02-12T01:52:55.688Z] #14 52.61 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:52:55.688Z] #14 52.61 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-12T01:52:55.688Z] #14 52.74 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-02-12T01:52:55.688Z] #14 52.74 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:52:55.688Z] #14 52.74 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-12T01:52:54.508Z] Cloning repository https://github.com/moby/moby.git [2022-02-12T01:52:54.892Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-02-12T01:52:55.967Z] The recommended git tool is: git [2022-02-12T01:52:56.118Z] #21 36.68 Setting up libaio1:amd64 (0.3.112-9) ... [2022-02-12T01:52:56.118Z] #21 36.70 Setting up python3-lib2to3 (3.9.2-1) ... [2022-02-12T01:52:56.376Z] #21 37.12 Setting up libelf1:amd64 (0.183-1) ... [2022-02-12T01:52:56.376Z] #21 37.15 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-02-12T01:52:56.376Z] #21 37.17 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:52:56.376Z] #21 37.19 Setting up python3-distutils (3.9.2-1) ... [2022-02-12T01:52:56.803Z] #49 DONE 48.4s [2022-02-12T01:52:56.803Z] [2022-02-12T01:52:56.803Z] #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-02-12T01:52:56.803Z] #47 sha256:f1b721bc4725d1715506fc4c476da585d66d9f298f48ca2919866e40656e2696 [2022-02-12T01:52:56.803Z] #47 41.50 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:52:56.803Z] #47 DONE 48.2s [2022-02-12T01:52:56.803Z] [2022-02-12T01:52:56.804Z] #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-02-12T01:52:56.804Z] #38 sha256:97d2570150a85384d019800b8206a8cceec0dc16cbc9052940c5711a94851069 [2022-02-12T01:52:56.804Z] #38 45.54 Setting up libuv1:arm64 (1.40.0-2) ... [2022-02-12T01:52:56.804Z] #38 45.58 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:56.804Z] #38 45.65 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-02-12T01:52:56.804Z] #38 45.86 Setting up librhash0:arm64 (1.4.1-2) ... [2022-02-12T01:52:56.804Z] #38 45.94 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-02-12T01:52:56.804Z] #38 45.99 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-02-12T01:52:56.804Z] #38 46.01 Setting up libarchive13:arm64 (3.4.3-2+b1) ... [2022-02-12T01:52:56.804Z] #38 46.04 Setting up cmake (3.18.4-2+deb11u1) ... [2022-02-12T01:52:56.804Z] #38 46.06 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:52:56.804Z] #38 DONE 48.5s [2022-02-12T01:52:56.804Z] [2022-02-12T01:52:56.804Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-02-12T01:52:56.804Z] #39 sha256:f3b99ee66495b4d6f861a380dee259e24a3f027fa1673fc4e958abb256d964de [2022-02-12T01:52:56.804Z] #39 DONE 0.4s [2022-02-12T01:52:56.804Z] [2022-02-12T01:52:56.804Z] #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-02-12T01:52:56.804Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c [2022-02-12T01:52:56.804Z] #51 42.79 go: downloading github.com/prometheus/common v0.10.0 [2022-02-12T01:52:56.804Z] #51 43.25 go: downloading github.com/prometheus/procfs v0.6.0 [2022-02-12T01:52:56.804Z] #51 43.26 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-02-12T01:52:56.804Z] #51 43.67 go: downloading google.golang.org/protobuf v1.27.1 [2022-02-12T01:52:56.804Z] #51 45.61 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-02-12T01:52:56.804Z] #51 ... [2022-02-12T01:52:56.804Z] [2022-02-12T01:52:56.804Z] #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-02-12T01:52:56.804Z] #40 sha256:9997ff92ec216ebe5cab6fee40630ddc46bf97a01f5e7b8657283c2bb83bba56 [2022-02-12T01:52:56.986Z] #21 37.61 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:52:56.986Z] #21 37.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-02-12T01:52:56.986Z] #21 37.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-02-12T01:52:56.986Z] #21 37.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-02-12T01:52:56.986Z] #21 37.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-02-12T01:52:56.986Z] #21 37.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-02-12T01:52:56.986Z] #21 37.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-02-12T01:52:56.986Z] #21 37.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-02-12T01:52:56.986Z] #21 37.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-02-12T01:52:56.986Z] #21 37.69 Setting up python3-setuptools (52.0.0-4) ... [2022-02-12T01:52:57.736Z] #40 1.063 + RM_GOPATH=0 [2022-02-12T01:52:57.736Z] #40 1.063 + TMP_GOPATH= [2022-02-12T01:52:57.736Z] #40 1.063 + : /build [2022-02-12T01:52:57.736Z] #40 1.063 + '[' -z '' ']' [2022-02-12T01:52:57.736Z] #40 1.063 ++ mktemp -d [2022-02-12T01:52:57.736Z] #40 1.070 + export GOPATH=/tmp/tmp.unKgLIeAZU [2022-02-12T01:52:57.736Z] #40 1.070 + GOPATH=/tmp/tmp.unKgLIeAZU [2022-02-12T01:52:57.736Z] #40 1.070 + RM_GOPATH=1 [2022-02-12T01:52:57.736Z] #40 1.070 + case "$(go env GOARCH)" in [2022-02-12T01:52:57.736Z] #40 1.082 ++ go env GOARCH [2022-02-12T01:52:57.736Z] #40 1.136 Install tini version v0.19.0 [2022-02-12T01:52:57.736Z] #40 1.136 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:57.736Z] #40 1.136 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:57.736Z] #40 1.136 ++ dirname /install.sh [2022-02-12T01:52:57.736Z] #40 1.136 + dir=/ [2022-02-12T01:52:57.736Z] #40 1.136 + bin=tini [2022-02-12T01:52:57.736Z] #40 1.136 + shift [2022-02-12T01:52:57.736Z] #40 1.136 + '[' '!' -f //tini.installer ']' [2022-02-12T01:52:57.736Z] #40 1.136 + . //tini.installer [2022-02-12T01:52:57.736Z] #40 1.136 ++ : v0.19.0 [2022-02-12T01:52:57.736Z] #40 1.136 + install_tini [2022-02-12T01:52:57.736Z] #40 1.136 + echo 'Install tini version v0.19.0' [2022-02-12T01:52:57.736Z] #40 1.136 + git clone https://github.com/krallin/tini.git /tmp/tmp.unKgLIeAZU/tini [2022-02-12T01:52:57.736Z] #40 1.136 Cloning into '/tmp/tmp.unKgLIeAZU/tini'... [2022-02-12T01:52:55.908Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:52:55.908Z] > git --version # timeout=10 [2022-02-12T01:52:55.955Z] > git --version # 'git version 2.24.1.windows.2' [2022-02-12T01:52:55.956Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:52:55.959Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:52:58.391Z] #21 39.23 Setting up libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:52:58.391Z] #21 39.25 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-02-12T01:52:58.392Z] #21 39.26 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-02-12T01:52:58.392Z] #21 39.27 Setting up python3-pip (20.3.4-4) ... [2022-02-12T01:52:58.481Z] #23 9.165 Collecting yamllint==1.26.1 [2022-02-12T01:52:58.745Z] #23 10.22 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-02-12T01:52:58.872Z] #67 ... [2022-02-12T01:52:58.872Z] [2022-02-12T01:52:58.872Z] #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-02-12T01:52:58.872Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-02-12T01:52:58.872Z] #20 24.05 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-02-12T01:52:58.872Z] #20 24.06 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:52:58.872Z] #20 24.06 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:52:58.872Z] #20 25.36 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-02-12T01:52:58.872Z] #20 25.37 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:52:58.872Z] #20 25.37 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-12T01:52:58.872Z] #20 26.88 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-02-12T01:52:58.872Z] #20 26.89 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:52:58.872Z] #20 26.90 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:52:59.106Z] #40 2.101 + cd /tmp/tmp.unKgLIeAZU/tini [2022-02-12T01:52:59.106Z] #40 2.101 + git checkout -q v0.19.0 [2022-02-12T01:52:59.106Z] #40 2.111 + cmake . [2022-02-12T01:52:59.106Z] #40 2.398 -- The C compiler identification is GNU 10.2.1 [2022-02-12T01:52:59.106Z] #40 2.436 -- Detecting C compiler ABI info [2022-02-12T01:52:59.364Z] #40 2.748 -- Detecting C compiler ABI info - done [2022-02-12T01:52:59.364Z] #40 2.816 -- Check for working C compiler: /usr/bin/cc - skipped [2022-02-12T01:52:59.621Z] #40 2.818 -- Detecting C compile features [2022-02-12T01:52:59.621Z] #40 2.821 -- Detecting C compile features - done [2022-02-12T01:52:59.621Z] #40 2.872 -- Performing Test HAS_BUILTIN_FORTIFY [2022-02-12T01:52:59.621Z] #40 3.052 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-02-12T01:52:59.621Z] #40 3.111 -- Configuring done [2022-02-12T01:52:59.692Z] #23 11.28 Collecting pathspec>=0.5.3 [2022-02-12T01:52:59.692Z] #23 11.28 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-02-12T01:52:59.766Z] #21 40.48 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-02-12T01:52:59.766Z] #21 40.50 Setting up jq (1.6-2.1) ... [2022-02-12T01:52:59.766Z] #21 40.51 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-02-12T01:52:59.766Z] #21 40.52 Setting up iptables (1.8.7-1) ... [2022-02-12T01:52:59.766Z] #21 40.55 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-12T01:52:59.766Z] #21 40.56 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-12T01:52:59.766Z] #21 40.56 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-12T01:52:59.766Z] #21 40.57 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-12T01:52:59.766Z] #21 40.57 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-02-12T01:52:59.766Z] #21 40.58 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-02-12T01:52:59.766Z] #21 40.59 Setting up iproute2 (5.10.0-4) ... [2022-02-12T01:52:59.815Z] #20 29.89 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-02-12T01:52:59.815Z] #20 29.89 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:52:59.815Z] #20 29.90 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:52:59.878Z] #40 3.153 -- Generating done [2022-02-12T01:52:59.878Z] #40 3.160 -- Build files have been written to: /tmp/tmp.unKgLIeAZU/tini [2022-02-12T01:52:59.878Z] #40 3.176 + make tini-static [2022-02-12T01:52:59.878Z] #40 3.382 Scanning dependencies of target tini-static [2022-02-12T01:52:59.883Z] #14 ... [2022-02-12T01:52:59.883Z] [2022-02-12T01:52:59.883Z] #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-02-12T01:52:59.883Z] #40 sha256:2e108b94178d888dad318e5666ee7c7bc6c12f74ae46291d4ea7cb16e7c386fb [2022-02-12T01:52:59.883Z] #40 4.483 + RM_GOPATH=0 [2022-02-12T01:52:59.883Z] #40 4.483 + TMP_GOPATH= [2022-02-12T01:52:59.883Z] #40 4.483 + : /build [2022-02-12T01:52:59.883Z] #40 4.483 + '[' -z '' ']' [2022-02-12T01:52:59.883Z] #40 4.483 ++ mktemp -d [2022-02-12T01:52:59.883Z] #40 4.483 + export GOPATH=/tmp/tmp.mPr4a8O6Ak [2022-02-12T01:52:59.883Z] #40 4.483 + GOPATH=/tmp/tmp.mPr4a8O6Ak [2022-02-12T01:52:59.883Z] #40 4.483 + RM_GOPATH=1 [2022-02-12T01:52:59.883Z] #40 4.483 + case "$(go env GOARCH)" in [2022-02-12T01:52:59.883Z] #40 4.483 ++ go env GOARCH [2022-02-12T01:52:59.883Z] #40 4.526 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:59.883Z] #40 4.526 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:52:59.883Z] #40 4.526 ++ dirname /install.sh [2022-02-12T01:52:59.883Z] #40 4.526 + dir=/ [2022-02-12T01:52:59.883Z] #40 4.526 + bin=tini [2022-02-12T01:52:59.883Z] #40 4.526 + shift [2022-02-12T01:52:59.883Z] #40 4.526 + '[' '!' -f //tini.installer ']' [2022-02-12T01:52:59.883Z] #40 4.526 + . //tini.installer [2022-02-12T01:52:59.883Z] #40 4.526 ++ : v0.19.0 [2022-02-12T01:52:59.883Z] #40 4.526 + install_tini [2022-02-12T01:52:59.883Z] #40 4.526 + echo 'Install tini version v0.19.0' [2022-02-12T01:52:59.883Z] #40 4.526 + git clone https://github.com/krallin/tini.git /tmp/tmp.mPr4a8O6Ak/tini [2022-02-12T01:52:59.883Z] #40 4.526 Cloning into '/tmp/tmp.mPr4a8O6Ak/tini'... [2022-02-12T01:52:59.883Z] #40 4.526 Install tini version v0.19.0 [2022-02-12T01:52:59.883Z] #40 5.250 + cd /tmp/tmp.mPr4a8O6Ak/tini [2022-02-12T01:52:59.883Z] #40 5.250 + git checkout -q v0.19.0 [2022-02-12T01:52:59.883Z] #40 5.290 + cmake . [2022-02-12T01:52:59.883Z] #40 5.673 -- The C compiler identification is GNU 10.2.1 [2022-02-12T01:52:59.883Z] #40 5.745 -- Detecting C compiler ABI info [2022-02-12T01:52:59.883Z] #40 6.190 -- Detecting C compiler ABI info - done [2022-02-12T01:52:59.883Z] #40 6.330 -- Check for working C compiler: /usr/bin/cc - skipped [2022-02-12T01:52:59.883Z] #40 6.330 -- Detecting C compile features [2022-02-12T01:52:59.883Z] #40 6.330 -- Detecting C compile features - done [2022-02-12T01:52:59.883Z] #40 6.337 -- Performing Test HAS_BUILTIN_FORTIFY [2022-02-12T01:52:59.883Z] #40 6.502 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-02-12T01:52:59.883Z] #40 6.572 -- Configuring done [2022-02-12T01:52:59.883Z] #40 6.577 -- Generating done [2022-02-12T01:52:59.883Z] #40 6.596 -- Build files have been written to: /tmp/tmp.mPr4a8O6Ak/tini [2022-02-12T01:52:59.883Z] #40 6.601 + make tini-static [2022-02-12T01:52:59.883Z] #40 6.915 Scanning dependencies of target tini-static [2022-02-12T01:52:59.883Z] #40 6.981 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-02-12T01:52:59.883Z] #40 7.950 [100%] Linking C executable tini-static [2022-02-12T01:52:59.883Z] #40 8.501 [100%] Built target tini-static [2022-02-12T01:52:59.883Z] #40 8.590 + mkdir -p /build [2022-02-12T01:52:59.883Z] #40 8.590 + cp tini-static /build/docker-init [2022-02-12T01:53:00.024Z] #21 40.92 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:53:00.136Z] #40 3.421 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-02-12T01:53:00.266Z] #23 11.59 Collecting pyyaml [2022-02-12T01:53:00.266Z] #23 11.60 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-02-12T01:53:00.266Z] #23 11.66 Building wheels for collected packages: yamllint [2022-02-12T01:53:00.266Z] #23 11.73 Building wheel for yamllint (setup.py): started [2022-02-12T01:53:00.452Z] #40 DONE 10.4s [2022-02-12T01:53:00.452Z] [2022-02-12T01:53:00.452Z] #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-02-12T01:53:00.452Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:53:00.756Z] #20 30.98 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-02-12T01:53:00.756Z] #20 30.98 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-02-12T01:53:00.756Z] #20 30.99 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-12T01:53:00.756Z] #20 31.03 Selecting previously unselected package libapparmor1:amd64. [2022-02-12T01:53:01.017Z] #20 31.04 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-02-12T01:53:01.017Z] #20 31.04 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-02-12T01:53:01.017Z] #20 31.07 Selecting previously unselected package libapparmor-dev:amd64. [2022-02-12T01:53:01.017Z] #20 31.08 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-02-12T01:53:01.017Z] #20 31.08 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-02-12T01:53:01.017Z] #20 31.13 Selecting previously unselected package libbtrfs0:amd64. [2022-02-12T01:53:01.017Z] #20 31.13 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-02-12T01:53:01.017Z] #20 31.13 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:53:01.017Z] #20 31.18 Selecting previously unselected package libbtrfs-dev:amd64. [2022-02-12T01:53:01.017Z] #20 31.18 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-02-12T01:53:01.017Z] #20 31.18 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:53:01.017Z] #20 31.25 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-02-12T01:53:01.017Z] #20 31.25 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:53:01.017Z] #20 31.26 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:53:01.017Z] #20 31.28 Selecting previously unselected package libudev-dev:amd64. [2022-02-12T01:53:01.018Z] #51 ... [2022-02-12T01:53:01.019Z] [2022-02-12T01:53:01.019Z] #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-02-12T01:53:01.019Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:53:01.019Z] #14 59.49 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-02-12T01:53:01.019Z] #14 59.49 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:53:01.019Z] #14 59.49 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:53:01.069Z] #40 4.534 [100%] Linking C executable tini-static [2022-02-12T01:53:01.212Z] #23 12.76 Building wheel for yamllint (setup.py): finished with status 'done' [2022-02-12T01:53:01.212Z] #23 12.76 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=7dc0a5858a79081b0c4f2ea58233e596279829a0b88734cd4c6203eb2285333d [2022-02-12T01:53:01.212Z] #23 12.76 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-02-12T01:53:01.212Z] #23 12.76 Successfully built yamllint [2022-02-12T01:53:01.212Z] #23 12.79 Installing collected packages: pyyaml, pathspec, yamllint [2022-02-12T01:53:01.278Z] #20 31.28 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-02-12T01:53:01.278Z] #20 31.29 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-02-12T01:53:01.278Z] #20 31.33 Selecting previously unselected package libsepol1-dev:amd64. [2022-02-12T01:53:01.278Z] #20 31.33 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-02-12T01:53:01.278Z] #20 31.33 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-02-12T01:53:01.278Z] #20 31.40 Selecting previously unselected package libpcre2-16-0:amd64. [2022-02-12T01:53:01.278Z] #20 31.40 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-02-12T01:53:01.278Z] #20 31.41 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-02-12T01:53:01.278Z] #20 31.46 Selecting previously unselected package libpcre2-32-0:amd64. [2022-02-12T01:53:01.278Z] #20 31.47 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-02-12T01:53:01.278Z] #20 31.48 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-02-12T01:53:01.278Z] #20 31.55 Selecting previously unselected package libpcre2-posix2:amd64. [2022-02-12T01:53:01.282Z] using credential docker-jenkins-github-credentials [2022-02-12T01:53:01.363Z] Cloning the remote Git repository [2022-02-12T01:53:01.363Z] Cloning with configured refspecs honoured and without tags [2022-02-12T01:53:01.401Z] #21 DONE 41.9s [2022-02-12T01:53:01.401Z] [2022-02-12T01:53:01.401Z] #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-02-12T01:53:01.401Z] #22 sha256:ea4aa09fc15436250b335dee4c630fb5d27618ed1385c3b5725697776a66382e [2022-02-12T01:53:01.538Z] #20 31.55 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-02-12T01:53:01.538Z] #20 31.55 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-02-12T01:53:01.538Z] #20 31.59 Selecting previously unselected package libpcre2-dev:amd64. [2022-02-12T01:53:01.538Z] #20 31.59 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-02-12T01:53:01.538Z] #20 31.59 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-02-12T01:53:01.538Z] #20 31.68 Selecting previously unselected package libselinux1-dev:amd64. [2022-02-12T01:53:01.538Z] #20 31.69 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-02-12T01:53:01.538Z] #20 31.69 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-02-12T01:53:01.538Z] #20 31.75 Selecting previously unselected package libdevmapper-dev:amd64. [2022-02-12T01:53:01.538Z] #20 31.75 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:53:01.538Z] #20 31.75 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:53:01.538Z] #20 31.78 Selecting previously unselected package libseccomp-dev:amd64. [2022-02-12T01:53:01.538Z] #20 31.79 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-02-12T01:53:01.632Z] #40 4.980 [100%] Built target tini-static [2022-02-12T01:53:01.633Z] #40 5.009 + mkdir -p /build [2022-02-12T01:53:01.786Z] #23 13.19 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-02-12T01:53:01.798Z] #20 31.79 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-02-12T01:53:01.798Z] #20 31.82 Selecting previously unselected package libsystemd-dev:amd64. [2022-02-12T01:53:01.798Z] #20 31.83 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-02-12T01:53:01.798Z] #20 31.83 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-02-12T01:53:01.798Z] #20 31.93 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-02-12T01:53:01.798Z] #20 31.94 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-02-12T01:53:01.798Z] #20 31.95 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-12T01:53:01.798Z] #20 31.96 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-02-12T01:53:01.798Z] #20 31.97 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-12T01:53:01.798Z] #20 31.98 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-02-12T01:53:01.798Z] #20 31.99 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:53:01.798Z] #20 32.00 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-02-12T01:53:01.798Z] #20 32.01 Setting up libudev-dev:amd64 (247.3-6) ... [2022-02-12T01:53:01.798Z] #20 32.02 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-02-12T01:53:01.798Z] #20 32.03 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-12T01:53:01.890Z] #40 5.011 + cp tini-static /build/docker-init [2022-02-12T01:53:01.966Z] #22 0.906 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-02-12T01:53:01.966Z] #22 0.909 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-02-12T01:53:01.966Z] #22 0.912 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-02-12T01:53:01.966Z] #22 DONE 1.0s [2022-02-12T01:53:01.966Z] [2022-02-12T01:53:01.966Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-02-12T01:53:01.966Z] #23 sha256:0524cb6c234626f46bed5b69fdc35aa32d049effbbe3ed12f1f7c68157a00e76 [2022-02-12T01:53:02.058Z] #20 32.05 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:53:02.058Z] #20 32.06 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-12T01:53:02.058Z] #20 32.07 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-02-12T01:53:02.058Z] #20 32.08 Setting up mingw-w64-common (8.0.0-1) ... [2022-02-12T01:53:02.058Z] #20 32.09 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-02-12T01:53:02.058Z] #20 32.10 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-12T01:53:02.058Z] #20 32.11 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-02-12T01:53:02.058Z] #20 32.12 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-02-12T01:53:02.058Z] #20 32.13 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-12T01:53:02.058Z] #20 32.14 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:53:02.058Z] #20 32.15 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-02-12T01:53:02.058Z] #20 32.16 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:53:02.058Z] #20 32.16 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-02-12T01:53:02.058Z] #20 32.17 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-12T01:53:02.058Z] #20 32.18 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:53:02.058Z] #20 32.19 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-02-12T01:53:02.058Z] #20 32.19 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:53:02.058Z] #20 32.21 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-12T01:53:02.058Z] #20 32.22 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:53:02.058Z] #20 32.23 Setting up dmsetup (2:1.02.175-2.1) ... [2022-02-12T01:53:02.058Z] #20 32.24 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:53:02.058Z] #20 32.25 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:53:02.058Z] #20 32.26 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:53:02.362Z] #23 DONE 13.7s [2022-02-12T01:53:02.362Z] [2022-02-12T01:53:02.362Z] #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-02-12T01:53:02.362Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:53:02.362Z] #43 ... [2022-02-12T01:53:02.362Z] [2022-02-12T01:53:02.362Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-02-12T01:53:02.362Z] #27 sha256:47535cff655a8dde625eb92157aaf3fb1032d24dbec00d8161db7bde83bcf7d6 [2022-02-12T01:53:02.362Z] #27 DONE 0.3s [2022-02-12T01:53:02.362Z] [2022-02-12T01:53:02.362Z] #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-02-12T01:53:02.362Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:53:02.623Z] #51 ... [2022-02-12T01:53:02.623Z] [2022-02-12T01:53:02.623Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-02-12T01:53:02.623Z] #32 sha256:aad97cc0756bc4de374ffcbd267155cfa12bbd872b173527e188c15f7560d39b [2022-02-12T01:53:01.552Z] Cloning repository https://github.com/moby/moby.git [2022-02-12T01:53:01.942Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-02-12T01:53:02.778Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:53:02.778Z] > git --version # timeout=10 [2022-02-12T01:53:03.196Z] #32 DONE 0.5s [2022-02-12T01:53:03.196Z] [2022-02-12T01:53:03.196Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-02-12T01:53:03.196Z] #35 sha256:a169c57e7e14d83115db1d0d9b5e4cc291b943f20318286be52981cb6654affb [2022-02-12T01:53:03.456Z] #35 DONE 0.3s [2022-02-12T01:53:03.456Z] [2022-02-12T01:53:03.456Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-02-12T01:53:03.456Z] #37 sha256:325607172dc9e0b93866f88416bd680859a101f5c3485c91cd5e566291c4a19c [2022-02-12T01:53:03.456Z] #37 DONE 0.1s [2022-02-12T01:53:03.456Z] [2022-02-12T01:53:03.456Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-02-12T01:53:03.456Z] #41 sha256:ecea970439593d6ea0aed3a57289a5990e61f5c67e123596d1cf3236d5810d41 [2022-02-12T01:53:03.456Z] #41 DONE 0.0s [2022-02-12T01:53:03.456Z] [2022-02-12T01:53:03.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-02-12T01:53:03.456Z] #56 sha256:491d70e847e77a86704d929acfe2f4a2629ee8e965fc0b2465fba9554800ca77 [2022-02-12T01:53:03.788Z] #40 DONE 7.2s [2022-02-12T01:53:03.788Z] [2022-02-12T01:53:03.788Z] #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-02-12T01:53:03.788Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-02-12T01:53:03.788Z] #14 50.16 Selecting previously unselected package gcc-mingw-w64-base. [2022-02-12T01:53:03.788Z] #14 50.16 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-02-12T01:53:03.788Z] #14 50.16 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-12T01:53:03.788Z] #14 50.35 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-02-12T01:53:03.788Z] #14 50.35 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-02-12T01:53:03.788Z] #14 50.37 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-12T01:53:03.788Z] #14 56.08 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-02-12T01:53:03.788Z] #14 56.08 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-02-12T01:53:03.789Z] #14 56.08 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:53:04.603Z] #20 DONE 34.2s [2022-02-12T01:53:04.603Z] [2022-02-12T01:53:04.603Z] #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-02-12T01:53:04.603Z] #21 sha256:a0dda4bd9cc3c8205725738412b27407ae226deb12f119d80c7781024abb8253 [2022-02-12T01:53:04.863Z] #21 0.764 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-02-12T01:53:04.863Z] #21 0.764 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-02-12T01:53:04.863Z] #21 0.764 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-02-12T01:53:02.826Z] > git --version # 'git version 2.24.1.windows.2' [2022-02-12T01:53:02.826Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:53:02.829Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:53:07.665Z] #56 ... [2022-02-12T01:53:07.665Z] [2022-02-12T01:53:07.665Z] #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-02-12T01:53:07.665Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:53:07.665Z] #43 169.2 + dpkg --print-architecture [2022-02-12T01:53:07.665Z] #43 169.2 + git checkout -q v2.1.0 [2022-02-12T01:53:08.237Z] #43 170.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-02-12T01:53:08.237Z] #43 170.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-02-12T01:53:09.135Z] #14 ... [2022-02-12T01:53:09.135Z] [2022-02-12T01:53:09.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-02-12T01:53:09.135Z] #60 sha256:67c7e60feff233634c3ffa957d7be3c1eb67dafde72deb1dba2f749992cbbc68 [2022-02-12T01:53:09.331Z] #21 1.020 Reading package lists... [2022-02-12T01:53:09.653Z] #60 38.46 Updating files: 60% (2816/4691) Updating files: 61% (2862/4691) Updating files: 62% (2909/4691) Updating files: 63% (2956/4691) Updating files: 64% (3003/4691) Updating files: 65% (3050/4691) Updating files: 66% (3097/4691) Updating files: 67% (3143/4691) Updating files: 68% (3190/4691) Updating files: 69% (3237/4691) Updating files: 70% (3284/4691) Updating files: 71% (3331/4691) Updating files: 72% (3378/4691) Updating files: 73% (3425/4691) Updating files: 74% (3472/4691) Updating files: 75% (3519/4691) Updating files: 76% (3566/4691) Updating files: 77% (3613/4691) Updating files: 78% (3659/4691) Updating files: 79% (3706/4691) Updating files: 80% (3753/4691) Updating files: 81% (3800/4691) Updating files: 82% (3847/4691) Updating files: 83% (3894/4691) Updating files: 84% (3941/4691) Updating files: 85% (3988/4691) Updating files: 86% (4035/4691) Updating files: 87% (4082/4691) Updating files: 88% (4129/4691) Updating files: 89% (4175/4691) Updating files: 90% (4222/4691) Updating files: 91% (4269/4691) Updating files: 92% (4316/4691) Updating files: 93% (4363/4691) Updating files: 94% (4410/4691) Updating files: 95% (4457/4691) Updating files: 96% (4504/4691) Updating files: 97% (4551/4691) Updating files: 98% (4598/4691) Updating files: 99% (4645/4691) Updating files: 100% (4691/4691) Updating files: 100% (4691/4691), done. [2022-02-12T01:53:09.653Z] #60 39.34 + cd /tmp/tmp.cCu5ZFyv48/src/github.com/containerd/containerd [2022-02-12T01:53:09.653Z] #60 39.35 + git checkout -q v1.5.9 [2022-02-12T01:53:10.379Z] #14 ... [2022-02-12T01:53:10.379Z] [2022-02-12T01:53:10.379Z] #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-02-12T01:53:10.379Z] #60 sha256:7ce7dada7bff944ddcdb17e41d28dde3647e5ab0391d9cb8664502d00f5fc997 [2022-02-12T01:53:10.379Z] #60 33.96 Updating files: 68% (3204/4691) Updating files: 69% (3237/4691) Updating files: 70% (3284/4691) Updating files: 71% (3331/4691) Updating files: 72% (3378/4691) Updating files: 73% (3425/4691) Updating files: 74% (3472/4691) Updating files: 75% (3519/4691) Updating files: 76% (3566/4691) Updating files: 77% (3613/4691) Updating files: 78% (3659/4691) Updating files: 79% (3706/4691) Updating files: 80% (3753/4691) Updating files: 81% (3800/4691) Updating files: 82% (3847/4691) Updating files: 83% (3894/4691) Updating files: 84% (3941/4691) Updating files: 85% (3988/4691) Updating files: 86% (4035/4691) Updating files: 87% (4082/4691) Updating files: 88% (4129/4691) Updating files: 89% (4175/4691) Updating files: 90% (4222/4691) Updating files: 91% (4269/4691) Updating files: 92% (4316/4691) Updating files: 93% (4363/4691) Updating files: 94% (4410/4691) Updating files: 95% (4457/4691) Updating files: 96% (4504/4691) Updating files: 97% (4551/4691) Updating files: 98% (4598/4691) Updating files: 99% (4645/4691) Updating files: 100% (4691/4691) Updating files: 100% (4691/4691), done. [2022-02-12T01:53:10.379Z] #60 34.65 + cd /tmp/tmp.GaUOqadcuk/src/github.com/containerd/containerd [2022-02-12T01:53:10.379Z] #60 34.66 + git checkout -q v1.5.9 [2022-02-12T01:53:11.559Z] #60 40.86 + export 'BUILDTAGS=netgo osusergo static_build' [2022-02-12T01:53:11.559Z] #60 40.86 + BUILDTAGS='netgo osusergo static_build' [2022-02-12T01:53:11.559Z] #60 40.86 + export EXTRA_FLAGS=-buildmode=pie [2022-02-12T01:53:11.559Z] #60 40.86 + EXTRA_FLAGS=-buildmode=pie [2022-02-12T01:53:11.559Z] #60 40.86 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-02-12T01:53:11.559Z] #60 40.86 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-02-12T01:53:11.559Z] #60 40.86 + '[' '' = dynamic ']' [2022-02-12T01:53:11.559Z] #60 40.86 + make [2022-02-12T01:53:11.754Z] #60 35.79 + export 'BUILDTAGS=netgo osusergo static_build' [2022-02-12T01:53:11.754Z] #60 35.79 + BUILDTAGS='netgo osusergo static_build' [2022-02-12T01:53:11.754Z] #60 35.79 + export EXTRA_FLAGS=-buildmode=pie [2022-02-12T01:53:11.754Z] #60 35.79 + EXTRA_FLAGS=-buildmode=pie [2022-02-12T01:53:11.754Z] #60 35.79 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-02-12T01:53:11.754Z] #60 35.79 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-02-12T01:53:11.754Z] #60 35.80 + '[' '' = dynamic ']' [2022-02-12T01:53:11.754Z] #60 35.80 + make [2022-02-12T01:53:11.928Z] #23 8.920 Collecting yamllint==1.26.1 [2022-02-12T01:53:12.185Z] #23 9.997 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-02-12T01:53:12.944Z] #60 42.40 + bin/ctr [2022-02-12T01:53:13.127Z] #60 37.16 + bin/ctr [2022-02-12T01:53:13.465Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:53:13.539Z] #21 5.233 Reading package lists... [2022-02-12T01:53:13.782Z] Fetching without tags [2022-02-12T01:53:14.080Z] #23 11.81 Collecting pathspec>=0.5.3 [2022-02-12T01:53:14.080Z] #23 11.84 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-02-12T01:53:14.110Z] #21 9.210 Building dependency tree... [2022-02-12T01:53:14.110Z] #21 9.967 Reading state information... [2022-02-12T01:53:14.504Z] Merging remotes/origin/master commit 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 into PR head commit 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:53:14.664Z] #23 12.48 Collecting pyyaml [2022-02-12T01:53:14.664Z] #23 12.51 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-02-12T01:53:14.679Z] #21 10.72 The following additional packages will be installed: [2022-02-12T01:53:14.679Z] #21 10.72 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-02-12T01:53:14.679Z] #21 10.72 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-02-12T01:53:14.679Z] #21 10.72 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-02-12T01:53:14.679Z] #21 10.72 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-02-12T01:53:14.679Z] #21 10.72 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-02-12T01:53:14.679Z] #21 10.72 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-02-12T01:53:14.679Z] #21 10.72 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-02-12T01:53:14.679Z] #21 10.73 Suggested packages: [2022-02-12T01:53:14.679Z] #21 10.73 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-02-12T01:53:14.679Z] #21 10.73 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-02-12T01:53:14.679Z] #21 10.73 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-02-12T01:53:14.679Z] #21 10.73 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-02-12T01:53:14.679Z] #21 10.73 seccomp:ppc64el seccomp:s390x [2022-02-12T01:53:14.679Z] #21 10.73 Recommended packages: [2022-02-12T01:53:14.679Z] #21 10.73 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-02-12T01:53:14.680Z] #21 10.73 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-02-12T01:53:14.680Z] #21 10.73 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-02-12T01:53:14.680Z] #21 10.73 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-02-12T01:53:14.921Z] #23 12.70 Building wheels for collected packages: yamllint [2022-02-12T01:53:14.921Z] #23 12.70 Building wheel for yamllint (setup.py): started [2022-02-12T01:53:15.250Z] #21 11.03 The following NEW packages will be installed: [2022-02-12T01:53:15.250Z] #21 11.03 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-02-12T01:53:15.250Z] #21 11.03 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-02-12T01:53:15.250Z] #21 11.03 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-02-12T01:53:15.250Z] #21 11.03 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-02-12T01:53:15.250Z] #21 11.04 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-02-12T01:53:15.250Z] #21 11.04 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-02-12T01:53:15.250Z] #21 11.04 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-02-12T01:53:15.250Z] #21 11.04 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-02-12T01:53:15.250Z] #21 11.04 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-02-12T01:53:15.250Z] #21 11.04 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-02-12T01:53:15.250Z] #21 11.04 libseccomp2:ppc64el libseccomp2:s390x [2022-02-12T01:53:15.250Z] #21 11.35 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:53:15.250Z] #21 11.35 Need to get 15.9 MB of archives. [2022-02-12T01:53:15.250Z] #21 11.35 After this operation, 73.0 MB of additional disk space will be used. [2022-02-12T01:53:15.250Z] #21 11.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-02-12T01:53:15.250Z] #21 ... [2022-02-12T01:53:15.250Z] [2022-02-12T01:53:15.250Z] #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-02-12T01:53:15.250Z] #67 sha256:dd79d50edb1562ee14b8c80931d73aaa46d322ceb1d1f2a095e50ddda42c1b47 [2022-02-12T01:53:15.250Z] #67 18.27 + bin/containerd [2022-02-12T01:53:15.510Z] #67 ... [2022-02-12T01:53:15.510Z] [2022-02-12T01:53:15.510Z] #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-02-12T01:53:15.510Z] #21 sha256:a0dda4bd9cc3c8205725738412b27407ae226deb12f119d80c7781024abb8253 [2022-02-12T01:53:15.510Z] #21 11.35 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-02-12T01:53:15.510Z] #21 11.36 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-02-12T01:53:15.510Z] #21 11.36 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-02-12T01:53:15.510Z] #21 11.36 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-02-12T01:53:15.510Z] #21 11.37 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-02-12T01:53:15.510Z] #21 11.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-02-12T01:53:15.510Z] #21 11.37 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2022-02-12T01:53:15.510Z] #21 11.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-02-12T01:53:15.510Z] #21 11.40 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-02-12T01:53:15.510Z] #21 11.40 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-02-12T01:53:15.510Z] #21 11.41 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-02-12T01:53:15.510Z] #21 11.41 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2022-02-12T01:53:15.510Z] #21 11.42 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-02-12T01:53:15.510Z] #21 11.43 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-02-12T01:53:15.510Z] #21 11.43 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-02-12T01:53:15.510Z] #21 11.43 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-02-12T01:53:15.510Z] #21 11.43 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2022-02-12T01:53:15.510Z] #21 11.46 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-02-12T01:53:15.510Z] #21 11.46 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-02-12T01:53:15.510Z] #21 11.46 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-02-12T01:53:15.510Z] #21 11.48 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-02-12T01:53:15.510Z] #21 11.48 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2022-02-12T01:53:15.510Z] #21 11.49 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-02-12T01:53:15.510Z] #21 11.49 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-02-12T01:53:15.510Z] #21 11.50 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-02-12T01:53:15.510Z] #21 11.50 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-02-12T01:53:15.510Z] #21 11.50 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2022-02-12T01:53:15.510Z] #21 11.54 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-02-12T01:53:15.510Z] #21 11.54 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-02-12T01:53:15.510Z] #21 11.54 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-02-12T01:53:15.510Z] #21 11.54 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-02-12T01:53:15.510Z] #21 11.54 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-02-12T01:53:15.510Z] #21 11.55 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-02-12T01:53:15.510Z] #21 11.55 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-02-12T01:53:15.510Z] #21 11.55 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-02-12T01:53:15.510Z] #21 11.55 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-02-12T01:53:15.510Z] #21 11.55 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-02-12T01:53:15.510Z] #21 11.55 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-02-12T01:53:15.510Z] #21 11.56 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-02-12T01:53:15.770Z] #21 11.87 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:53:16.030Z] #21 12.00 Fetched 15.9 MB in 0s (33.3 MB/s) [2022-02-12T01:53:16.030Z] #21 12.03 Selecting previously unselected package gcc-10-base:armel. [2022-02-12T01:53:16.030Z] #21 12.03 (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-02-12T01:53:16.030Z] #21 12.04 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-02-12T01:53:16.030Z] #21 12.05 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-02-12T01:53:16.030Z] #21 12.08 Selecting previously unselected package gcc-10-base:armhf. [2022-02-12T01:53:16.030Z] #21 12.08 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-02-12T01:53:16.030Z] #21 12.09 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-02-12T01:53:16.030Z] #21 12.12 Selecting previously unselected package gcc-10-base:ppc64el. [2022-02-12T01:53:16.290Z] #21 12.12 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-02-12T01:53:16.290Z] #21 12.13 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-02-12T01:53:16.290Z] #21 12.16 Selecting previously unselected package gcc-10-base:s390x. [2022-02-12T01:53:16.290Z] #21 12.16 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-02-12T01:53:16.290Z] #21 12.17 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-02-12T01:53:16.290Z] #21 12.21 Selecting previously unselected package gcc-10-base:arm64. [2022-02-12T01:53:16.290Z] #21 12.21 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-02-12T01:53:16.290Z] #21 12.22 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-02-12T01:53:16.290Z] #21 12.26 Selecting previously unselected package libgcc-s1:armel. [2022-02-12T01:53:16.290Z] #21 12.27 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-02-12T01:53:16.290Z] #21 12.27 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-02-12T01:53:16.290Z] #21 12.35 Selecting previously unselected package libcrypt1:armel. [2022-02-12T01:53:16.290Z] #21 12.35 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-02-12T01:53:16.290Z] #21 12.36 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-02-12T01:53:16.291Z] #23 14.04 Building wheel for yamllint (setup.py): finished with status 'done' [2022-02-12T01:53:16.291Z] #23 14.04 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=c162c8d7304f1081566f114df18ad16458cc53cfed7700aed1590161df8e070d [2022-02-12T01:53:16.291Z] #23 14.04 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-02-12T01:53:16.291Z] #23 14.06 Successfully built yamllint [2022-02-12T01:53:16.291Z] #23 14.11 Installing collected packages: pyyaml, pathspec, yamllint [2022-02-12T01:53:16.551Z] #21 12.42 Selecting previously unselected package libc6:armel. [2022-02-12T01:53:16.551Z] #21 12.42 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2022-02-12T01:53:16.551Z] #21 12.52 Unpacking libc6:armel (2.31-13+deb11u2) ... [2022-02-12T01:53:13.527Z] > git config --add remote.origin.fetch +refs/pull/43231/head:refs/remotes/origin/PR-43231 # timeout=10 [2022-02-12T01:53:13.577Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:53:13.698Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:53:13.820Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:53:13.822Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:53:13.823Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:53:14.618Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:53:14.664Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:53:16.811Z] #21 12.75 Selecting previously unselected package libapparmor1:armel. [2022-02-12T01:53:16.811Z] #21 12.76 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-02-12T01:53:16.811Z] #21 12.76 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-02-12T01:53:16.811Z] #21 12.80 Selecting previously unselected package libapparmor-dev:armel. [2022-02-12T01:53:17.072Z] #21 12.80 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-02-12T01:53:17.072Z] #21 12.80 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-02-12T01:53:17.072Z] #21 12.85 Selecting previously unselected package libgcc-s1:arm64. [2022-02-12T01:53:17.072Z] #21 12.85 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-02-12T01:53:17.072Z] #21 12.85 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-02-12T01:53:17.072Z] #21 12.89 Selecting previously unselected package libcrypt1:arm64. [2022-02-12T01:53:17.072Z] #21 12.89 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-02-12T01:53:17.072Z] #21 12.89 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-02-12T01:53:17.072Z] #21 12.95 Selecting previously unselected package libc6:arm64. [2022-02-12T01:53:17.072Z] #21 12.96 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2022-02-12T01:53:17.072Z] #21 13.09 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2022-02-12T01:53:17.226Z] #23 14.87 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-02-12T01:53:17.340Z] #21 13.34 Selecting previously unselected package libapparmor1:arm64. [2022-02-12T01:53:17.340Z] #21 13.34 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-02-12T01:53:17.340Z] #21 13.34 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-02-12T01:53:17.340Z] #21 13.38 Selecting previously unselected package libapparmor-dev:arm64. [2022-02-12T01:53:17.600Z] #21 13.38 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-02-12T01:53:17.600Z] #21 13.38 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-02-12T01:53:17.600Z] #21 13.43 Selecting previously unselected package libgcc-s1:s390x. [2022-02-12T01:53:17.600Z] #21 13.44 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-02-12T01:53:17.600Z] #21 13.44 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-02-12T01:53:17.600Z] #21 13.49 Selecting previously unselected package libcrypt1:s390x. [2022-02-12T01:53:17.600Z] #21 13.50 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-02-12T01:53:17.600Z] #21 13.50 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-02-12T01:53:17.600Z] #21 13.56 Selecting previously unselected package libc6:s390x. [2022-02-12T01:53:17.600Z] #21 13.57 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2022-02-12T01:53:17.792Z] #23 DONE 15.5s [2022-02-12T01:53:17.792Z] [2022-02-12T01:53:17.792Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-02-12T01:53:17.792Z] #27 sha256:5f71d0304b28c00628ff774a99db0ffd1d6313c3d3f85f107687ca7392fa3930 [2022-02-12T01:53:17.860Z] #21 13.69 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2022-02-12T01:53:17.860Z] #21 13.94 Selecting previously unselected package libapparmor1:s390x. [2022-02-12T01:53:18.121Z] #21 13.95 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-02-12T01:53:18.121Z] #21 13.95 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-02-12T01:53:18.121Z] #21 13.99 Selecting previously unselected package libapparmor-dev:s390x. [2022-02-12T01:53:18.121Z] #21 13.99 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-02-12T01:53:18.121Z] #21 13.99 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-02-12T01:53:18.121Z] #21 14.03 Selecting previously unselected package libgcc-s1:armhf. [2022-02-12T01:53:18.121Z] #21 14.04 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-02-12T01:53:18.121Z] #21 14.04 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-02-12T01:53:18.121Z] #21 14.07 Selecting previously unselected package libcrypt1:armhf. [2022-02-12T01:53:18.121Z] #21 14.08 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-02-12T01:53:18.121Z] #21 14.08 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-02-12T01:53:18.121Z] #21 14.13 Selecting previously unselected package libc6:armhf. [2022-02-12T01:53:18.121Z] #21 14.13 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2022-02-12T01:53:18.175Z] Merge succeeded, producing 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:53:18.175Z] Checking out Revision 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 (PR-43231) [2022-02-12T01:53:18.358Z] #27 DONE 0.7s [2022-02-12T01:53:18.358Z] [2022-02-12T01:53:18.358Z] #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-02-12T01:53:18.358Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:53:18.358Z] #51 ... [2022-02-12T01:53:18.358Z] [2022-02-12T01:53:18.358Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-02-12T01:53:18.358Z] #32 sha256:5f352ed459e52dd5d1b4cda62c32f41fe6b78ac4eca0913e9fd74a897cd4c598 [2022-02-12T01:53:18.381Z] #21 14.22 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2022-02-12T01:53:18.381Z] #21 14.46 Selecting previously unselected package libapparmor1:armhf. [2022-02-12T01:53:18.381Z] #21 14.47 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-02-12T01:53:18.381Z] #21 14.47 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-02-12T01:53:18.381Z] #21 14.51 Selecting previously unselected package libapparmor-dev:armhf. [2022-02-12T01:53:18.641Z] #21 14.51 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-02-12T01:53:18.641Z] #21 14.51 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-02-12T01:53:18.641Z] #21 14.55 Selecting previously unselected package libgcc-s1:ppc64el. [2022-02-12T01:53:18.641Z] #21 14.56 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-02-12T01:53:18.641Z] #21 14.56 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-02-12T01:53:18.641Z] #21 14.60 Selecting previously unselected package libcrypt1:ppc64el. [2022-02-12T01:53:18.641Z] #21 14.60 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-02-12T01:53:18.641Z] #21 14.60 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-02-12T01:53:18.901Z] #21 14.70 Selecting previously unselected package libc6:ppc64el. [2022-02-12T01:53:18.901Z] #21 14.70 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2022-02-12T01:53:18.901Z] #21 14.88 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2022-02-12T01:53:18.932Z] #32 DONE 0.6s [2022-02-12T01:53:18.933Z] [2022-02-12T01:53:18.933Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-02-12T01:53:18.933Z] #35 sha256:902cd90089fe78e1184fb3e894cfbb84f49fb973e26f6cc81d5113f3a8ba343f [2022-02-12T01:53:19.162Z] #21 15.21 Selecting previously unselected package libapparmor1:ppc64el. [2022-02-12T01:53:19.192Z] #35 DONE 0.3s [2022-02-12T01:53:19.192Z] [2022-02-12T01:53:19.192Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-02-12T01:53:19.192Z] #37 sha256:5042520fb2dd8ac18dd1743ae7fa1b8a6df8c8f45df1309d1e93a369e20156c1 [2022-02-12T01:53:19.192Z] #37 DONE 0.1s [2022-02-12T01:53:19.192Z] [2022-02-12T01:53:19.192Z] #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-02-12T01:53:19.192Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:53:19.422Z] #21 15.22 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-02-12T01:53:19.422Z] #21 15.22 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-02-12T01:53:19.422Z] #21 15.26 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-02-12T01:53:19.422Z] #21 15.26 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-02-12T01:53:19.422Z] #21 15.27 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-02-12T01:53:19.422Z] #21 15.31 Selecting previously unselected package libseccomp2:s390x. [2022-02-12T01:53:19.422Z] #21 15.32 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-02-12T01:53:19.422Z] #21 15.32 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-02-12T01:53:19.422Z] #21 15.35 Selecting previously unselected package libseccomp-dev:s390x. [2022-02-12T01:53:19.422Z] #21 15.35 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-02-12T01:53:19.422Z] #21 15.36 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-02-12T01:53:19.450Z] #43 ... [2022-02-12T01:53:19.450Z] [2022-02-12T01:53:19.450Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-02-12T01:53:19.450Z] #41 sha256:bbd024a9ed55b80ba64d7486b103bcd870737ba36061a8f8a48fd410e491b5cc [2022-02-12T01:53:19.450Z] #41 DONE 0.1s [2022-02-12T01:53:19.450Z] [2022-02-12T01:53:19.450Z] #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-02-12T01:53:19.450Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:53:19.682Z] #21 15.49 Selecting previously unselected package libseccomp2:ppc64el. [2022-02-12T01:53:19.682Z] #21 15.49 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-02-12T01:53:19.682Z] #21 15.51 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-02-12T01:53:19.682Z] #21 15.58 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-02-12T01:53:19.682Z] #21 15.59 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-02-12T01:53:19.682Z] #21 15.60 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-02-12T01:53:19.682Z] #21 15.64 Selecting previously unselected package libseccomp2:armhf. [2022-02-12T01:53:19.682Z] #21 15.65 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-02-12T01:53:19.682Z] #21 15.65 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-02-12T01:53:19.682Z] #21 15.68 Selecting previously unselected package libseccomp-dev:armhf. [2022-02-12T01:53:19.682Z] #21 15.69 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-02-12T01:53:19.682Z] #21 15.69 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-02-12T01:53:19.682Z] #21 15.74 Selecting previously unselected package libseccomp2:armel. [2022-02-12T01:53:19.682Z] #21 15.74 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-02-12T01:53:19.682Z] #21 15.74 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-02-12T01:53:19.682Z] #21 15.78 Selecting previously unselected package libseccomp-dev:armel. [2022-02-12T01:53:19.682Z] #21 15.78 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-02-12T01:53:19.682Z] #21 15.79 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-02-12T01:53:19.777Z] using credential docker-jenkins-github-credentials [2022-02-12T01:53:17.811Z] > git remote # timeout=10 [2022-02-12T01:53:17.889Z] > git config --get remote.origin.url # timeout=10 [2022-02-12T01:53:17.934Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:53:17.936Z] > git merge 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 # timeout=10 [2022-02-12T01:53:18.089Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-02-12T01:53:18.213Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:53:18.256Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:53:19.851Z] Cloning the remote Git repository [2022-02-12T01:53:19.851Z] Cloning with configured refspecs honoured and without tags [2022-02-12T01:53:19.942Z] #21 15.85 Selecting previously unselected package libseccomp2:arm64. [2022-02-12T01:53:19.942Z] #21 15.86 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-02-12T01:53:19.942Z] #21 15.86 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-02-12T01:53:19.942Z] #21 15.89 Selecting previously unselected package libseccomp-dev:arm64. [2022-02-12T01:53:19.942Z] #21 15.89 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-02-12T01:53:19.942Z] #21 15.90 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-02-12T01:53:19.942Z] #21 15.95 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-02-12T01:53:19.942Z] #21 15.96 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-02-12T01:53:19.942Z] #21 15.97 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-02-12T01:53:19.942Z] #21 15.98 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-02-12T01:53:19.942Z] #21 15.99 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-02-12T01:53:19.942Z] #21 16.00 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-02-12T01:53:20.202Z] #21 16.01 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-02-12T01:53:20.202Z] #21 16.02 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-02-12T01:53:20.202Z] #21 16.03 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-02-12T01:53:20.202Z] #21 16.06 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-02-12T01:53:20.202Z] #21 16.07 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-02-12T01:53:20.202Z] #21 16.08 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-02-12T01:53:20.202Z] #21 16.09 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-02-12T01:53:20.202Z] #21 16.10 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-02-12T01:53:20.202Z] #21 16.14 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-02-12T01:53:20.202Z] #21 16.15 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2022-02-12T01:53:21.142Z] #21 ... [2022-02-12T01:53:21.142Z] [2022-02-12T01:53:21.142Z] #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-02-12T01:53:21.142Z] #67 sha256:dd79d50edb1562ee14b8c80931d73aaa46d322ceb1d1f2a095e50ddda42c1b47 [2022-02-12T01:53:21.142Z] #67 34.14 # github.com/containerd/containerd/cmd/containerd [2022-02-12T01:53:21.142Z] #67 34.14 /usr/bin/ld: /tmp/go-link-3403835016/000019.o: in function `New': [2022-02-12T01:53:21.142Z] #67 34.14 /tmp/tmp.T62b0OFnfh/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-02-12T01:53:21.402Z] #67 34.19 + bin/containerd-stress [2022-02-12T01:53:20.039Z] Cloning repository https://github.com/moby/moby.git [2022-02-12T01:53:20.439Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-02-12T01:53:21.300Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:53:21.300Z] > git --version # timeout=10 [2022-02-12T01:53:21.346Z] > git --version # 'git version 2.24.1.windows.2' [2022-02-12T01:53:21.347Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:53:21.350Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:53:21.973Z] #67 34.97 + bin/containerd-shim [2022-02-12T01:53:22.929Z] #60 ... [2022-02-12T01:53:22.929Z] [2022-02-12T01:53:22.929Z] #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-02-12T01:53:22.929Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:53:22.929Z] #14 70.42 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-02-12T01:53:22.929Z] #14 70.42 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:53:22.929Z] #14 70.44 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:53:22.929Z] #14 75.24 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-02-12T01:53:22.929Z] #14 75.24 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:53:22.929Z] #14 75.24 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-12T01:53:22.929Z] #14 80.28 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-02-12T01:53:22.929Z] #14 80.28 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:53:22.929Z] #14 80.29 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:53:23.087Z] #60 ... [2022-02-12T01:53:23.087Z] [2022-02-12T01:53:23.087Z] #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-02-12T01:53:23.087Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-02-12T01:53:23.087Z] #14 64.62 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-02-12T01:53:23.087Z] #14 64.63 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-02-12T01:53:23.087Z] #14 64.63 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:53:23.087Z] #14 68.34 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-02-12T01:53:23.087Z] #14 68.34 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-02-12T01:53:23.087Z] #14 68.35 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-12T01:53:23.087Z] #14 72.98 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-02-12T01:53:23.087Z] #14 72.98 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-02-12T01:53:23.087Z] #14 72.98 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:53:24.519Z] #67 37.49 + bin/containerd-shim-runc-v1 [2022-02-12T01:53:26.004Z] #43 172.0 + dpkg --print-architecture [2022-02-12T01:53:26.004Z] #43 172.0 + git checkout -q v2.1.0 [2022-02-12T01:53:26.004Z] #43 172.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-02-12T01:53:26.004Z] #43 172.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-02-12T01:53:26.433Z] #67 39.33 + bin/containerd-shim-runc-v2 [2022-02-12T01:53:26.694Z] #67 ... [2022-02-12T01:53:26.694Z] [2022-02-12T01:53:26.694Z] #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-02-12T01:53:26.694Z] #21 sha256:a0dda4bd9cc3c8205725738412b27407ae226deb12f119d80c7781024abb8253 [2022-02-12T01:53:26.694Z] #21 17.28 Setting up libc6:armel (2.31-13+deb11u2) ... [2022-02-12T01:53:26.694Z] #21 18.42 Setting up libc6:armhf (2.31-13+deb11u2) ... [2022-02-12T01:53:26.694Z] #21 19.64 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2022-02-12T01:53:26.694Z] #21 20.86 Setting up libc6:s390x (2.31-13+deb11u2) ... [2022-02-12T01:53:26.694Z] #21 22.09 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-02-12T01:53:26.694Z] #21 22.10 Setting up libapparmor1:armel (2.13.6-10) ... [2022-02-12T01:53:26.694Z] #21 22.12 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-02-12T01:53:26.694Z] #21 22.13 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-02-12T01:53:26.694Z] #21 22.13 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-02-12T01:53:26.694Z] #21 22.15 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-02-12T01:53:26.694Z] #21 22.16 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-02-12T01:53:26.694Z] #21 22.17 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-02-12T01:53:26.694Z] #21 22.18 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-02-12T01:53:26.694Z] #21 22.19 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-02-12T01:53:26.694Z] #21 22.20 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-02-12T01:53:26.694Z] #21 22.23 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-02-12T01:53:26.694Z] #21 22.24 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-02-12T01:53:26.694Z] #21 22.25 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-02-12T01:53:26.694Z] #21 22.26 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-02-12T01:53:26.694Z] #21 22.27 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-02-12T01:53:26.694Z] #21 22.28 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-02-12T01:53:26.694Z] #21 22.29 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-02-12T01:53:26.694Z] #21 22.31 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-02-12T01:53:26.694Z] #21 22.32 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-02-12T01:53:26.694Z] #21 22.33 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:53:26.694Z] #21 DONE 22.6s [2022-02-12T01:53:26.694Z] [2022-02-12T01:53:26.694Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-02-12T01:53:26.694Z] #62 sha256:f97a9e999dd839d1388dbbb4a1899c02174cd0209d1115c7f1840c12391c24f0 [2022-02-12T01:53:26.694Z] #62 DONE 0.0s [2022-02-12T01:53:26.694Z] [2022-02-12T01:53:26.694Z] #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-02-12T01:53:26.694Z] #63 sha256:54d3351fffb0b3fba36d34baf1b0bacbfad517cba32dff3865545912df4880e3 [2022-02-12T01:53:27.264Z] #63 ... [2022-02-12T01:53:27.264Z] [2022-02-12T01:53:27.264Z] #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-02-12T01:53:27.264Z] #67 sha256:dd79d50edb1562ee14b8c80931d73aaa46d322ceb1d1f2a095e50ddda42c1b47 [2022-02-12T01:53:27.264Z] #67 39.80 + binaries [2022-02-12T01:53:27.264Z] #67 39.80 + install -D bin/containerd /build/containerd [2022-02-12T01:53:27.264Z] #67 39.83 + install -D bin/containerd-shim /build/containerd-shim [2022-02-12T01:53:27.264Z] #67 39.83 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-02-12T01:53:27.264Z] #67 39.84 + install -D bin/ctr /build/ctr [2022-02-12T01:53:27.264Z] #67 DONE 40.0s [2022-02-12T01:53:27.264Z] [2022-02-12T01:53:27.264Z] #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-02-12T01:53:27.264Z] #63 sha256:54d3351fffb0b3fba36d34baf1b0bacbfad517cba32dff3865545912df4880e3 [2022-02-12T01:53:27.264Z] #63 0.589 + RM_GOPATH=0 [2022-02-12T01:53:27.264Z] #63 0.589 + TMP_GOPATH= [2022-02-12T01:53:27.264Z] #63 0.589 + : /build [2022-02-12T01:53:27.264Z] #63 0.589 + '[' -z '' ']' [2022-02-12T01:53:27.264Z] #63 ... [2022-02-12T01:53:27.264Z] [2022-02-12T01:53:27.264Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-02-12T01:53:27.264Z] #22 sha256:db21e59dbb089b39bb556b279dd03639542ff288b07d5d108df7688b9df78181 [2022-02-12T01:53:27.264Z] #22 DONE 0.7s [2022-02-12T01:53:27.264Z] [2022-02-12T01:53:27.264Z] #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-02-12T01:53:27.264Z] #63 sha256:54d3351fffb0b3fba36d34baf1b0bacbfad517cba32dff3865545912df4880e3 [2022-02-12T01:53:27.264Z] #63 0.590 ++ mktemp -d [2022-02-12T01:53:27.264Z] #63 0.591 + export GOPATH=/tmp/tmp.hzxcH39CYc [2022-02-12T01:53:27.264Z] #63 0.591 + GOPATH=/tmp/tmp.hzxcH39CYc [2022-02-12T01:53:27.264Z] #63 0.591 + RM_GOPATH=1 [2022-02-12T01:53:27.264Z] #63 0.591 + case "$(go env GOARCH)" in [2022-02-12T01:53:27.264Z] #63 0.591 ++ go env GOARCH [2022-02-12T01:53:27.264Z] #63 0.595 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:53:27.264Z] #63 0.595 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:53:27.264Z] #63 0.596 ++ dirname /install.sh [2022-02-12T01:53:27.264Z] #63 0.597 + dir=/ [2022-02-12T01:53:27.264Z] #63 0.597 + bin=runc [2022-02-12T01:53:27.264Z] #63 0.597 + shift [2022-02-12T01:53:27.264Z] #63 0.597 + '[' '!' -f //runc.installer ']' [2022-02-12T01:53:27.264Z] #63 0.597 + . //runc.installer [2022-02-12T01:53:27.264Z] #63 0.597 ++ set -e [2022-02-12T01:53:27.264Z] #63 0.597 ++ : v1.1.0 [2022-02-12T01:53:27.264Z] #63 0.597 + install_runc [2022-02-12T01:53:27.264Z] #63 0.597 + RUNC_BUILDTAGS=seccomp [2022-02-12T01:53:27.264Z] #63 0.597 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-02-12T01:53:27.264Z] #63 0.597 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.hzxcH39CYc/src/github.com/opencontainers/runc [2022-02-12T01:53:27.264Z] #63 0.597 Install runc version v1.1.0 (build tags: seccomp) [2022-02-12T01:53:27.264Z] #63 0.598 Cloning into '/tmp/tmp.hzxcH39CYc/src/github.com/opencontainers/runc'... [2022-02-12T01:53:28.205Z] #63 ... [2022-02-12T01:53:28.205Z] [2022-02-12T01:53:28.205Z] #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-02-12T01:53:28.205Z] #23 sha256:5ac3eb3ca28282bbf70fda90c0c945ef924bfae5086a3f2d41af9fd8c8c8353d [2022-02-12T01:53:28.205Z] #23 DONE 0.6s [2022-02-12T01:53:28.205Z] [2022-02-12T01:53:28.205Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-02-12T01:53:28.205Z] #24 sha256:2d4c73337c62a97c3086bc6d7faefe36532c57917bc7045df5475ef8be001e80 [2022-02-12T01:53:28.365Z] Fetching without tags [2022-02-12T01:53:28.465Z] #24 0.517 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-02-12T01:53:28.465Z] #24 DONE 0.6s [2022-02-12T01:53:28.465Z] [2022-02-12T01:53:28.465Z] #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-02-12T01:53:28.465Z] #63 sha256:54d3351fffb0b3fba36d34baf1b0bacbfad517cba32dff3865545912df4880e3 [2022-02-12T01:53:28.465Z] #63 1.895 + cd /tmp/tmp.hzxcH39CYc/src/github.com/opencontainers/runc [2022-02-12T01:53:28.465Z] #63 1.895 + git checkout -q v1.1.0 [2022-02-12T01:53:28.726Z] #63 1.977 + '[' -z '' ']' [2022-02-12T01:53:28.726Z] #63 1.977 + target=static [2022-02-12T01:53:28.726Z] #63 1.977 + make BUILDTAGS=seccomp static [2022-02-12T01:53:28.726Z] #63 2.121 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-02-12T01:53:29.118Z] Merging remotes/origin/master commit 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 into PR head commit 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:53:29.298Z] #63 ... [2022-02-12T01:53:29.298Z] [2022-02-12T01:53:29.298Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-02-12T01:53:29.298Z] #25 sha256:07c1e470dff771da584d8e174320cf3241347fde64862ad1a1883e4a1d9d7a1d [2022-02-12T01:53:29.298Z] #25 DONE 0.6s [2022-02-12T01:53:29.298Z] [2022-02-12T01:53:29.298Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-02-12T01:53:29.298Z] #26 sha256:bc187125d87589fcbf96f57b052c47b4faac753419a52ae2db8572667ff9074a [2022-02-12T01:53:29.543Z] #14 ... [2022-02-12T01:53:29.543Z] [2022-02-12T01:53:29.543Z] #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-02-12T01:53:29.543Z] #63 sha256:3a58f6588fb79b2f8f4edfb8cea6637a08d4daf981dcff2543cb3be3e0e168fd [2022-02-12T01:53:29.543Z] #63 86.87 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-12T01:53:29.543Z] #63 86.87 + GOBIN=/build [2022-02-12T01:53:29.543Z] #63 86.87 + GO111MODULE=on [2022-02-12T01:53:29.543Z] #63 86.87 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-02-12T01:53:29.560Z] #26 DONE 0.5s [2022-02-12T01:53:29.560Z] [2022-02-12T01:53:29.560Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-02-12T01:53:29.560Z] #27 sha256:d6df7002c83649f0cd6fa405153548e82ff206bd3810ffd338d0597dfd935d50 [2022-02-12T01:53:29.711Z] Commit message: "pkg/filenotify: don't open file for polling" [2022-02-12T01:53:28.036Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:53:28.104Z] > git config --add remote.origin.fetch +refs/pull/43231/head:refs/remotes/origin/PR-43231 # timeout=10 [2022-02-12T01:53:28.153Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:53:28.278Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:53:28.400Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:53:28.400Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:53:28.402Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:53:29.224Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:53:29.274Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:53:30.131Z] #27 DONE 0.6s [2022-02-12T01:53:30.131Z] [2022-02-12T01:53:30.131Z] #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-02-12T01:53:30.131Z] #28 sha256:a0958e570b998fbc655c80baa0421c7ed31252c407c0d96888e7e8728e6406ae [2022-02-12T01:53:30.125Z] > git --version # timeout=10 [2022-02-12T01:53:30.171Z] > git --version # 'git version 2.24.1.windows.2' [2022-02-12T01:53:30.217Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-12T01:53:31.076Z] #28 0.789 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:53:31.076Z] #28 0.800 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:53:31.076Z] #28 0.965 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:53:31.187Z] #14 82.03 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-02-12T01:53:31.187Z] #14 82.03 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-02-12T01:53:31.187Z] #14 82.04 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:53:31.187Z] #14 ... [2022-02-12T01:53:31.187Z] [2022-02-12T01:53:31.187Z] #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-02-12T01:53:31.187Z] #63 sha256:99cf4e202383c5c0d70e90cacf01ec90cc784d6c05f48bc974af0764346b6ea5 [2022-02-12T01:53:31.187Z] #63 82.48 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-12T01:53:31.187Z] #63 82.48 + GOBIN=/build [2022-02-12T01:53:31.187Z] #63 82.48 + GO111MODULE=on [2022-02-12T01:53:31.187Z] #63 82.48 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-02-12T01:53:31.343Z] #28 1.116 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-12T01:53:31.343Z] #28 1.223 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-12T01:53:31.343Z] #28 1.303 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-02-12T01:53:31.607Z] #28 1.388 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-02-12T01:53:31.607Z] #28 1.489 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-02-12T01:53:31.870Z] #28 1.573 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-02-12T01:53:31.870Z] #28 1.664 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [119 kB] [2022-02-12T01:53:31.870Z] #28 1.665 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [111 kB] [2022-02-12T01:53:31.870Z] #28 1.665 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [111 kB] [2022-02-12T01:53:31.870Z] #28 1.665 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [118 kB] [2022-02-12T01:53:31.870Z] #28 1.665 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [114 kB] [2022-02-12T01:53:31.870Z] #28 1.666 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [2022-02-12T01:53:31.870Z] #28 1.751 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:53:32.131Z] #28 1.756 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-02-12T01:53:32.131Z] #28 1.758 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-12T01:53:32.131Z] #28 1.760 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-02-12T01:53:32.131Z] #28 1.763 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-02-12T01:53:32.131Z] #28 1.764 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-02-12T01:53:32.781Z] Merge succeeded, producing 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:53:32.781Z] Checking out Revision 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 (PR-43231) [2022-02-12T01:53:33.577Z] + docker version [2022-02-12T01:53:32.423Z] > git remote # timeout=10 [2022-02-12T01:53:32.494Z] > git config --get remote.origin.url # timeout=10 [2022-02-12T01:53:32.541Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:53:32.543Z] > git merge 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 # timeout=10 [2022-02-12T01:53:32.692Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-02-12T01:53:32.815Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:53:32.862Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:53:33.734Z] #63 91.51 rootlesskit version 0.14.6 [2022-02-12T01:53:33.734Z] #63 91.52 Usage of /build/rootlesskit-docker-proxy: [2022-02-12T01:53:33.734Z] #63 91.52 -container-ip string [2022-02-12T01:53:33.734Z] #63 91.52 container ip [2022-02-12T01:53:33.734Z] #63 91.52 -container-port int [2022-02-12T01:53:33.734Z] #63 91.52 container port (default -1) [2022-02-12T01:53:33.734Z] #63 91.52 -host-ip string [2022-02-12T01:53:33.734Z] #63 91.52 host ip [2022-02-12T01:53:33.734Z] #63 91.52 -host-port int [2022-02-12T01:53:33.734Z] #63 91.52 host port (default -1) [2022-02-12T01:53:33.734Z] #63 91.52 -proto string [2022-02-12T01:53:33.734Z] #63 91.52 proxy protocol (default "tcp") [2022-02-12T01:53:33.734Z] #63 ... [2022-02-12T01:53:33.734Z] [2022-02-12T01:53:33.734Z] #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-02-12T01:53:33.734Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:53:33.734Z] #14 92.22 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-02-12T01:53:33.734Z] #14 92.23 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-02-12T01:53:33.734Z] #14 92.45 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:53:34.846Z] #43 DONE 193.6s [2022-02-12T01:53:34.846Z] [2022-02-12T01:53:34.846Z] #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-02-12T01:53:34.846Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:53:34.846Z] #51 ... [2022-02-12T01:53:34.846Z] [2022-02-12T01:53:34.846Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-02-12T01:53:34.846Z] #44 sha256:58e83099424d75dc961f77dd87ed5c82a3aebcc3ba0eeeca1c42721b83e6dbc7 [2022-02-12T01:53:34.846Z] #44 DONE 0.5s [2022-02-12T01:53:34.846Z] [2022-02-12T01:53:34.846Z] #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-02-12T01:53:34.846Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:53:34.846Z] #51 ... [2022-02-12T01:53:34.846Z] [2022-02-12T01:53:34.846Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-02-12T01:53:34.846Z] #48 sha256:6c01def1de913414d16270a01e7ad5aeb83c5525fb6a57a87562fe3f7dc04a43 [2022-02-12T01:53:34.846Z] #48 DONE 0.1s [2022-02-12T01:53:34.846Z] [2022-02-12T01:53:34.846Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-02-12T01:53:34.846Z] #50 sha256:2fdaf3991bf4df1dc341479739f53010b440ac77464df6ddd3cdc7f7f33f72fd [2022-02-12T01:53:34.846Z] #50 DONE 0.1s [2022-02-12T01:53:34.846Z] [2022-02-12T01:53:34.846Z] #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-02-12T01:53:34.846Z] #60 sha256:9e3ed3afc5a721a69b2fb6be929141684702dacab2b38f8b592fea43e5b51ce3 [2022-02-12T01:53:35.118Z] #14 ... [2022-02-12T01:53:35.118Z] [2022-02-12T01:53:35.118Z] #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-02-12T01:53:35.118Z] #63 sha256:3a58f6588fb79b2f8f4edfb8cea6637a08d4daf981dcff2543cb3be3e0e168fd [2022-02-12T01:53:35.118Z] #63 DONE 93.2s [2022-02-12T01:53:35.118Z] [2022-02-12T01:53:35.118Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-02-12T01:53:35.118Z] #64 sha256:1adf1dec9a2b964e058739aabb62ea2314106a05ec6d7bacae597b038ff1c140 [2022-02-12T01:53:35.118Z] #64 DONE 0.1s [2022-02-12T01:53:35.118Z] [2022-02-12T01:53:35.118Z] #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-02-12T01:53:35.118Z] #60 sha256:67c7e60feff233634c3ffa957d7be3c1eb67dafde72deb1dba2f749992cbbc68 [2022-02-12T01:53:35.118Z] #60 ... [2022-02-12T01:53:35.118Z] [2022-02-12T01:53:35.118Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-02-12T01:53:35.118Z] #65 sha256:4ece80743649caa034207bbce46f0a2e4025b0e6b8c2050300f783cf38e2bf2d [2022-02-12T01:53:35.377Z] #65 DONE 0.2s [2022-02-12T01:53:35.377Z] [2022-02-12T01:53:35.377Z] #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-02-12T01:53:35.377Z] #60 sha256:67c7e60feff233634c3ffa957d7be3c1eb67dafde72deb1dba2f749992cbbc68 [2022-02-12T01:53:35.389Z] #63 86.70 rootlesskit version 0.14.6 [2022-02-12T01:53:35.389Z] #63 86.71 Usage of /build/rootlesskit-docker-proxy: [2022-02-12T01:53:35.389Z] #63 86.72 -container-ip string [2022-02-12T01:53:35.389Z] #63 86.72 container ip [2022-02-12T01:53:35.389Z] #63 86.72 -container-port int [2022-02-12T01:53:35.389Z] #63 86.72 container port (default -1) [2022-02-12T01:53:35.389Z] #63 86.72 -host-ip string [2022-02-12T01:53:35.389Z] #63 86.72 host ip [2022-02-12T01:53:35.389Z] #63 86.72 -host-port int [2022-02-12T01:53:35.389Z] #63 86.72 host port (default -1) [2022-02-12T01:53:35.389Z] #63 86.72 -proto string [2022-02-12T01:53:35.389Z] #63 86.72 proxy protocol (default "tcp") [2022-02-12T01:53:36.001Z] #63 ... [2022-02-12T01:53:36.001Z] [2022-02-12T01:53:36.001Z] #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-02-12T01:53:36.001Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-02-12T01:53:36.001Z] #14 86.39 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-02-12T01:53:36.001Z] #14 86.39 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-02-12T01:53:36.001Z] #14 86.41 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-12T01:53:36.001Z] #14 86.50 Selecting previously unselected package libapparmor1:arm64. [2022-02-12T01:53:36.001Z] #14 86.50 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-02-12T01:53:36.001Z] #14 86.52 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-02-12T01:53:36.001Z] #14 86.59 Selecting previously unselected package libapparmor-dev:arm64. [2022-02-12T01:53:36.001Z] #14 86.60 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-02-12T01:53:36.001Z] #14 86.61 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-02-12T01:53:36.001Z] #14 86.74 Selecting previously unselected package libbtrfs0:arm64. [2022-02-12T01:53:36.001Z] #14 86.74 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-02-12T01:53:36.001Z] #14 86.75 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-02-12T01:53:36.001Z] #14 86.87 Selecting previously unselected package libbtrfs-dev:arm64. [2022-02-12T01:53:36.001Z] #14 86.88 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-02-12T01:53:36.001Z] #14 86.89 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-02-12T01:53:36.001Z] #14 87.02 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-02-12T01:53:36.001Z] #14 87.03 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-02-12T01:53:36.001Z] #14 87.03 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-02-12T01:53:36.001Z] #14 87.97 Selecting previously unselected package libudev-dev:arm64. [2022-02-12T01:53:36.001Z] #14 87.97 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ... [2022-02-12T01:53:36.258Z] #14 88.40 Unpacking libudev-dev:arm64 (247.3-6) ... [2022-02-12T01:53:36.258Z] #14 88.53 Selecting previously unselected package libsepol1-dev:arm64. [2022-02-12T01:53:36.258Z] #14 88.53 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-02-12T01:53:36.258Z] #14 88.54 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-02-12T01:53:37.327Z] #14 89.33 Selecting previously unselected package libpcre2-16-0:arm64. [2022-02-12T01:53:37.327Z] #14 89.33 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-02-12T01:53:37.327Z] #14 89.34 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-02-12T01:53:38.401Z] #14 90.20 Selecting previously unselected package libpcre2-32-0:arm64. [2022-02-12T01:53:38.401Z] #14 90.21 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-02-12T01:53:38.401Z] #14 90.23 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-02-12T01:53:38.965Z] #14 91.20 Selecting previously unselected package libpcre2-posix2:arm64. [2022-02-12T01:53:38.965Z] #14 91.21 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-02-12T01:53:38.965Z] #14 91.22 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-02-12T01:53:39.624Z] #60 ... [2022-02-12T01:53:39.624Z] [2022-02-12T01:53:39.624Z] #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-02-12T01:53:39.624Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-12T01:53:39.624Z] #14 97.35 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-02-12T01:53:39.624Z] #14 97.35 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-02-12T01:53:39.624Z] #14 97.36 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-12T01:53:39.624Z] #14 97.84 Selecting previously unselected package libapparmor1:amd64. [2022-02-12T01:53:39.624Z] #14 97.84 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-02-12T01:53:39.624Z] #14 97.86 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-02-12T01:53:39.624Z] #14 97.97 Selecting previously unselected package libapparmor-dev:amd64. [2022-02-12T01:53:39.624Z] #14 97.98 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-02-12T01:53:39.624Z] #14 97.99 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-02-12T01:53:39.624Z] #14 98.09 Selecting previously unselected package libbtrfs0:amd64. [2022-02-12T01:53:39.624Z] #14 98.10 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-02-12T01:53:39.624Z] #14 98.10 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:53:39.624Z] #14 98.22 Selecting previously unselected package libbtrfs-dev:amd64. [2022-02-12T01:53:39.624Z] #14 98.22 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-02-12T01:53:39.624Z] #14 98.23 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:53:39.865Z] Fetching without tags [2022-02-12T01:53:39.884Z] #14 98.37 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-02-12T01:53:39.884Z] #14 98.37 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:53:39.884Z] #14 98.38 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:53:39.884Z] #14 98.42 Selecting previously unselected package libudev-dev:amd64. [2022-02-12T01:53:39.884Z] #14 98.43 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-02-12T01:53:39.884Z] #14 98.43 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-02-12T01:53:39.884Z] #14 98.55 Selecting previously unselected package libsepol1-dev:amd64. [2022-02-12T01:53:39.884Z] #14 98.55 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-02-12T01:53:39.884Z] #14 98.55 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-02-12T01:53:39.930Z] #14 92.04 Selecting previously unselected package libpcre2-dev:arm64. [2022-02-12T01:53:39.930Z] #14 92.05 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-02-12T01:53:39.930Z] #14 92.06 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-02-12T01:53:40.143Z] #14 98.73 Selecting previously unselected package libpcre2-16-0:amd64. [2022-02-12T01:53:40.143Z] #14 98.73 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-02-12T01:53:40.143Z] #14 98.74 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-02-12T01:53:40.272Z] #28 8.911 Fetched 48.9 MB in 8s (5833 kB/s) [2022-02-12T01:53:40.272Z] #28 8.911 Reading package lists... [2022-02-12T01:53:40.272Z] #28 ... [2022-02-12T01:53:40.272Z] [2022-02-12T01:53:40.272Z] #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-02-12T01:53:40.272Z] #63 sha256:54d3351fffb0b3fba36d34baf1b0bacbfad517cba32dff3865545912df4880e3 [2022-02-12T01:53:40.272Z] #63 13.33 + mkdir -p /build [2022-02-12T01:53:40.272Z] #63 13.33 + cp runc /build/runc [2022-02-12T01:53:40.402Z] #14 98.86 Selecting previously unselected package libpcre2-32-0:amd64. [2022-02-12T01:53:40.402Z] #14 98.88 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-02-12T01:53:40.403Z] #14 98.88 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-02-12T01:53:40.403Z] #14 99.02 Selecting previously unselected package libpcre2-posix2:amd64. [2022-02-12T01:53:40.403Z] #14 99.03 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-02-12T01:53:40.403Z] #14 99.04 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-02-12T01:53:40.403Z] #14 99.11 Selecting previously unselected package libpcre2-dev:amd64. [2022-02-12T01:53:40.532Z] #63 DONE 13.8s [2022-02-12T01:53:40.532Z] [2022-02-12T01:53:40.532Z] #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-02-12T01:53:40.532Z] #28 sha256:a0958e570b998fbc655c80baa0421c7ed31252c407c0d96888e7e8728e6406ae [2022-02-12T01:53:40.650Z] Merging remotes/origin/master commit 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 into PR head commit 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:53:40.662Z] #14 99.12 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-02-12T01:53:40.662Z] #14 99.12 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-02-12T01:53:40.735Z] Client: [2022-02-12T01:53:40.735Z] Version: 20.10.9 [2022-02-12T01:53:40.735Z] API version: 1.41 [2022-02-12T01:53:40.735Z] Go version: go1.16.8 [2022-02-12T01:53:40.735Z] Git commit: c2ea9bc [2022-02-12T01:53:40.735Z] Built: Mon Oct 4 16:11:10 2021 [2022-02-12T01:53:40.735Z] OS/Arch: windows/amd64 [2022-02-12T01:53:40.735Z] Context: default [2022-02-12T01:53:40.735Z] Experimental: true [2022-02-12T01:53:40.735Z] [2022-02-12T01:53:40.735Z] Server: Docker Engine - Community [2022-02-12T01:53:40.735Z] Engine: [2022-02-12T01:53:40.735Z] Version: 20.10.9 [2022-02-12T01:53:40.735Z] API version: 1.41 (minimum version 1.24) [2022-02-12T01:53:40.735Z] Go version: go1.16.8 [2022-02-12T01:53:40.735Z] Git commit: 79ea9d3 [2022-02-12T01:53:40.735Z] Built: Mon Oct 4 16:06:39 2021 [2022-02-12T01:53:40.735Z] OS/Arch: windows/amd64 [2022-02-12T01:53:40.735Z] Experimental: true [2022-02-12T01:53:40.921Z] #14 99.48 Selecting previously unselected package libselinux1-dev:amd64. [2022-02-12T01:53:40.921Z] #14 99.49 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-02-12T01:53:40.921Z] #14 99.49 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-02-12T01:53:41.181Z] #14 99.66 Selecting previously unselected package libdevmapper-dev:amd64. [2022-02-12T01:53:41.181Z] #14 99.67 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-02-12T01:53:41.181Z] #14 99.68 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:53:41.181Z] #14 99.75 Selecting previously unselected package libseccomp-dev:amd64. [2022-02-12T01:53:41.181Z] #14 99.75 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-02-12T01:53:41.181Z] #14 99.76 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-02-12T01:53:41.181Z] #14 99.84 Selecting previously unselected package libsystemd-dev:amd64. [2022-02-12T01:53:41.181Z] #14 99.84 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-02-12T01:53:41.181Z] #14 99.84 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-02-12T01:53:41.333Z] #14 93.29 Selecting previously unselected package libselinux1-dev:arm64. [2022-02-12T01:53:41.333Z] #14 93.29 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-02-12T01:53:41.333Z] #14 93.56 Unpacking libselinux1-dev:arm64 (3.1-3) ... [Pipeline] sh [2022-02-12T01:53:41.762Z] #14 100.3 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-02-12T01:53:41.762Z] #14 100.3 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-02-12T01:53:41.762Z] #14 100.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-12T01:53:41.762Z] #14 100.3 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-02-12T01:53:41.762Z] #14 100.3 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-12T01:53:41.762Z] #14 100.3 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-02-12T01:53:41.762Z] #14 100.3 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-02-12T01:53:41.762Z] #14 100.3 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-02-12T01:53:41.762Z] #14 100.4 Setting up libudev-dev:amd64 (247.3-6) ... [2022-02-12T01:53:41.762Z] #14 100.4 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-02-12T01:53:41.762Z] #14 100.4 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-12T01:53:41.762Z] #14 100.4 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-12T01:53:41.762Z] #14 100.4 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-12T01:53:41.762Z] #14 100.4 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-02-12T01:53:41.762Z] #14 100.5 Setting up mingw-w64-common (8.0.0-1) ... [2022-02-12T01:53:41.762Z] #14 100.5 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-02-12T01:53:42.021Z] #14 100.5 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-12T01:53:42.022Z] #14 100.5 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-02-12T01:53:42.022Z] #14 100.5 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-02-12T01:53:42.022Z] #14 100.5 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-12T01:53:42.022Z] #14 100.5 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:53:42.022Z] #14 100.5 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-02-12T01:53:42.022Z] #14 100.6 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:53:42.022Z] #14 100.6 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-02-12T01:53:42.022Z] #14 100.6 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-12T01:53:42.022Z] #14 100.6 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:53:42.022Z] #14 100.6 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-02-12T01:53:42.022Z] #14 100.6 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:53:42.022Z] #14 100.6 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-12T01:53:42.022Z] #14 100.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:53:42.022Z] #14 100.7 Setting up dmsetup (2:1.02.175-2.1) ... [2022-02-12T01:53:42.022Z] #14 100.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:53:42.022Z] #14 100.7 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-02-12T01:53:42.281Z] #14 100.7 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:53:42.315Z] + docker info [2022-02-12T01:53:42.315Z] Client: [2022-02-12T01:53:42.315Z] Context: default [2022-02-12T01:53:42.315Z] Debug Mode: false [2022-02-12T01:53:42.315Z] [2022-02-12T01:53:42.315Z] Server: [2022-02-12T01:53:42.315Z] Containers: 0 [2022-02-12T01:53:42.315Z] Running: 0 [2022-02-12T01:53:42.315Z] Paused: 0 [2022-02-12T01:53:42.315Z] Stopped: 0 [2022-02-12T01:53:42.315Z] Images: 0 [2022-02-12T01:53:42.315Z] Server Version: 20.10.9 [2022-02-12T01:53:42.315Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-02-12T01:53:42.315Z] Windows: [2022-02-12T01:53:42.315Z] LCOW: [2022-02-12T01:53:42.315Z] Logging Driver: json-file [2022-02-12T01:53:42.315Z] Plugins: [2022-02-12T01:53:42.315Z] Volume: local [2022-02-12T01:53:42.315Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-12T01:53:42.315Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-12T01:53:42.315Z] Swarm: inactive [2022-02-12T01:53:42.315Z] Default Isolation: process [2022-02-12T01:53:42.315Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-12T01:53:42.315Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-12T01:53:42.315Z] OSType: windows [2022-02-12T01:53:42.315Z] Architecture: x86_64 [2022-02-12T01:53:42.315Z] CPUs: 4 [2022-02-12T01:53:42.315Z] Total Memory: 32GiB [2022-02-12T01:53:42.315Z] Name: azwin-2-d1afd1 [2022-02-12T01:53:42.315Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-02-12T01:53:42.315Z] Docker Root Dir: D:\docker [2022-02-12T01:53:42.315Z] Debug Mode: false [2022-02-12T01:53:42.315Z] Registry: https://index.docker.io/v1/ [2022-02-12T01:53:42.315Z] Labels: [2022-02-12T01:53:42.315Z] Experimental: true [2022-02-12T01:53:42.315Z] Insecure Registries: [2022-02-12T01:53:42.315Z] 10.0.0.4:5000 [2022-02-12T01:53:42.315Z] 127.0.0.0/8 [2022-02-12T01:53:42.315Z] Registry Mirrors: [2022-02-12T01:53:42.315Z] http://10.0.0.4:5000/ [2022-02-12T01:53:42.315Z] Live Restore Enabled: false [2022-02-12T01:53:42.315Z] Product License: Community Engine [2022-02-12T01:53:42.315Z] [2022-02-12T01:53:42.441Z] #28 8.911 Reading package lists... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-02-12T01:53:42.541Z] #14 DONE 101.0s [2022-02-12T01:53:42.541Z] [2022-02-12T01:53:42.541Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-02-12T01:53:42.541Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12 [2022-02-12T01:53:42.541Z] #15 ... [2022-02-12T01:53:42.541Z] [2022-02-12T01:53:42.541Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-02-12T01:53:42.541Z] #55 sha256:e58328f993f605f545ac4a2b9301eeb0bc0c630e17dd39a720427ec366af0c32 [2022-02-12T01:53:42.541Z] #55 DONE 0.2s [2022-02-12T01:53:39.550Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:53:39.612Z] > git config --add remote.origin.fetch +refs/pull/43231/head:refs/remotes/origin/PR-43231 # timeout=10 [2022-02-12T01:53:39.660Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:53:39.775Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-12T01:53:39.898Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-12T01:53:39.899Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:53:39.900Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43231/head:refs/remotes/origin/PR-43231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-12T01:53:40.754Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:53:40.802Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:53:42.800Z] [2022-02-12T01:53:42.800Z] #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-02-12T01:53:42.800Z] #56 sha256:39db656bbb33d19e07d5e72ebdf4c6217bdf4f6b3148951e6463290d1d31c584 [2022-02-12T01:53:43.251Z] #14 94.95 Selecting previously unselected package libdevmapper-dev:arm64. [2022-02-12T01:53:43.251Z] #14 94.96 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-02-12T01:53:43.251Z] #14 95.55 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-02-12T01:53:43.495Z] Merge succeeded, producing 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:53:43.495Z] Checking out Revision 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 (PR-43231) [2022-02-12T01:53:43.725Z] Commit message: "pkg/filenotify: don't open file for polling" [2022-02-12T01:53:43.766Z] #14 95.92 Selecting previously unselected package libseccomp-dev:arm64. [2022-02-12T01:53:43.766Z] #14 95.92 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-02-12T01:53:43.766Z] #14 95.94 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-02-12T01:53:44.024Z] #14 96.35 Selecting previously unselected package libsystemd-dev:arm64. [2022-02-12T01:53:44.024Z] #14 ... [2022-02-12T01:53:44.024Z] [2022-02-12T01:53:44.024Z] #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-02-12T01:53:44.024Z] #63 sha256:99cf4e202383c5c0d70e90cacf01ec90cc784d6c05f48bc974af0764346b6ea5 [2022-02-12T01:53:44.024Z] #63 DONE 96.1s [2022-02-12T01:53:44.024Z] [2022-02-12T01:53:44.024Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-02-12T01:53:44.024Z] #64 sha256:c3be1c0f836ee30b6e463964982a95491af861e8d677b2999e6c241d2270ed40 [2022-02-12T01:53:44.024Z] #64 DONE 0.1s [2022-02-12T01:53:44.024Z] [2022-02-12T01:53:44.024Z] #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-02-12T01:53:44.024Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-02-12T01:53:44.024Z] #14 96.35 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ... [2022-02-12T01:53:44.024Z] #14 96.37 Unpacking libsystemd-dev:arm64 (247.3-6) ... [2022-02-12T01:53:44.114Z] > git --version # timeout=10 [2022-02-12T01:53:44.162Z] > git --version # 'git version 2.24.1.windows.2' [2022-02-12T01:53:44.214Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-02-12T01:53:44.282Z] #14 ... [2022-02-12T01:53:44.282Z] [2022-02-12T01:53:44.282Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-02-12T01:53:44.282Z] #65 sha256:6581e3f1c3016553abcf14b78b9474d72d3da769a4d8a03b264de2cffcd8e8c3 [2022-02-12T01:53:44.282Z] #65 DONE 0.1s [2022-02-12T01:53:44.282Z] [2022-02-12T01:53:44.282Z] #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-02-12T01:53:44.282Z] #60 sha256:7ce7dada7bff944ddcdb17e41d28dde3647e5ab0391d9cb8664502d00f5fc997 [2022-02-12T01:53:44.540Z] #60 ... [2022-02-12T01:53:44.540Z] [2022-02-12T01:53:44.540Z] #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-02-12T01:53:44.540Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-02-12T01:53:44.540Z] #14 96.84 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-02-12T01:53:44.540Z] #14 96.86 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-02-12T01:53:44.540Z] #14 96.88 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-12T01:53:44.540Z] #14 96.89 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-02-12T01:53:44.540Z] #14 96.90 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-12T01:53:44.540Z] #14 96.91 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-02-12T01:53:44.540Z] #14 96.93 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-02-12T01:53:44.540Z] #14 96.94 Setting up libpcre2-32-0:arm64 (10.36-2) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-12T01:53:44.708Z] #56 1.840 + RM_GOPATH=0 [2022-02-12T01:53:44.708Z] #56 1.840 + TMP_GOPATH= [2022-02-12T01:53:44.708Z] #56 1.840 + : /build [2022-02-12T01:53:44.708Z] #56 1.840 + '[' -z '' ']' [2022-02-12T01:53:44.708Z] #56 1.840 ++ mktemp -d [2022-02-12T01:53:44.708Z] #56 1.840 + export GOPATH=/tmp/tmp.PQ8uV5y06b [2022-02-12T01:53:44.708Z] #56 1.840 + GOPATH=/tmp/tmp.PQ8uV5y06b [2022-02-12T01:53:44.708Z] #56 1.841 + RM_GOPATH=1 [2022-02-12T01:53:44.708Z] #56 1.841 + case "$(go env GOARCH)" in [2022-02-12T01:53:44.708Z] #56 1.841 ++ go env GOARCH [2022-02-12T01:53:44.708Z] #56 1.861 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:53:44.708Z] #56 1.861 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:53:44.708Z] #56 1.862 ++ dirname /install.sh [2022-02-12T01:53:44.708Z] #56 1.863 + dir=/ [2022-02-12T01:53:44.708Z] #56 1.864 + bin=runc [2022-02-12T01:53:44.708Z] #56 1.864 + shift [2022-02-12T01:53:44.708Z] #56 1.864 + '[' '!' -f //runc.installer ']' [2022-02-12T01:53:44.708Z] #56 1.864 + . //runc.installer [2022-02-12T01:53:44.708Z] #56 1.864 ++ set -e [2022-02-12T01:53:44.708Z] #56 1.864 ++ : v1.1.0 [2022-02-12T01:53:44.708Z] #56 1.864 + install_runc [2022-02-12T01:53:44.708Z] #56 1.864 + RUNC_BUILDTAGS=seccomp [2022-02-12T01:53:44.708Z] #56 1.864 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-02-12T01:53:44.708Z] #56 1.864 Install runc version v1.1.0 (build tags: seccomp) [2022-02-12T01:53:44.708Z] #56 1.864 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.PQ8uV5y06b/src/github.com/opencontainers/runc [2022-02-12T01:53:44.708Z] #56 1.868 Cloning into '/tmp/tmp.PQ8uV5y06b/src/github.com/opencontainers/runc'... [2022-02-12T01:53:44.708Z] #56 ... [2022-02-12T01:53:44.708Z] [2022-02-12T01:53:44.708Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-02-12T01:53:44.708Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12 [2022-02-12T01:53:44.708Z] #15 DONE 2.2s [2022-02-12T01:53:44.865Z] #14 96.95 Setting up libudev-dev:arm64 (247.3-6) ... [2022-02-12T01:53:44.865Z] #14 96.96 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-02-12T01:53:44.865Z] #14 96.98 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-12T01:53:44.865Z] #14 97.00 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-02-12T01:53:44.865Z] #14 97.01 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-12T01:53:44.865Z] #14 97.03 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-02-12T01:53:44.865Z] #14 97.04 Setting up mingw-w64-common (8.0.0-1) ... [2022-02-12T01:53:44.865Z] #14 97.05 Setting up libsystemd-dev:arm64 (247.3-6) ... [2022-02-12T01:53:44.865Z] #14 97.07 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-12T01:53:44.865Z] #14 97.08 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-02-12T01:53:44.865Z] #14 97.09 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-02-12T01:53:44.865Z] #14 97.12 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-12T01:53:44.865Z] #14 97.12 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:53:44.865Z] #14 97.14 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-02-12T01:53:44.865Z] #14 97.14 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:53:44.865Z] #14 97.14 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-02-12T01:53:44.865Z] #14 97.15 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-12T01:53:44.865Z] #14 97.16 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-12T01:53:44.865Z] #14 97.17 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-02-12T01:53:44.865Z] #14 97.18 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-12T01:53:44.865Z] #14 97.23 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-12T01:53:44.970Z] [2022-02-12T01:53:44.970Z] #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-02-12T01:53:44.970Z] #16 sha256:99adeb285cf502d38b30cf3bbc040a13dc601b868c96c0eeb2e734d92ad3d487 [2022-02-12T01:53:44.978Z] #28 11.95 Reading package lists... [2022-02-12T01:53:45.122Z] #14 97.37 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-02-12T01:53:45.122Z] #14 97.38 Setting up dmsetup (2:1.02.175-2.1) ... [2022-02-12T01:53:45.122Z] #14 97.40 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-02-12T01:53:45.122Z] #14 97.41 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-02-12T01:53:45.122Z] #14 97.42 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:53:45.547Z] #28 14.85 Building dependency tree... [2022-02-12T01:53:45.688Z] #14 DONE 97.9s [2022-02-12T01:53:45.688Z] [2022-02-12T01:53:45.688Z] #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-02-12T01:53:45.688Z] #26 sha256:fa965324b5ec0393fd346ec836956793a801e3f4664a9d22404b64cb66286b2a [2022-02-12T01:53:45.688Z] #26 96.65 Updating files: 20% (2389/11414) Updating files: 21% (2397/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 33% (3775/11414) Updating files: 34% (3881/11414) [2022-02-12T01:53:45.688Z] #26 ... [2022-02-12T01:53:45.688Z] [2022-02-12T01:53:45.688Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-02-12T01:53:45.688Z] #55 sha256:4351596211c16d250f7ccc78df47c4aa850ccfb0e6ff67fd4403e3953377893c [2022-02-12T01:53:45.688Z] #55 DONE 0.1s [2022-02-12T01:53:45.688Z] [2022-02-12T01:53:45.688Z] #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-02-12T01:53:45.688Z] #26 sha256:fa965324b5ec0393fd346ec836956793a801e3f4664a9d22404b64cb66286b2a [2022-02-12T01:53:43.127Z] > git remote # timeout=10 [2022-02-12T01:53:43.200Z] > git config --get remote.origin.url # timeout=10 [2022-02-12T01:53:43.250Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-12T01:53:43.258Z] > git merge 12ba4848b212bd97c3bc1974a2a76ae91abf60c4 # timeout=10 [2022-02-12T01:53:43.405Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-02-12T01:53:43.526Z] > git config core.sparsecheckout # timeout=10 [2022-02-12T01:53:43.572Z] > git checkout -f 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 # timeout=10 [2022-02-12T01:53:46.117Z] #28 16.06 bzip2 is already the newest version (1.0.8-4). [2022-02-12T01:53:46.117Z] #28 16.06 patch is already the newest version (2.7.6-7). [2022-02-12T01:53:46.117Z] #28 16.06 xz-utils is already the newest version (5.2.5-2). [2022-02-12T01:53:46.117Z] #28 16.06 The following additional packages will be installed: [2022-02-12T01:53:46.348Z] #16 DONE 1.7s [2022-02-12T01:53:46.348Z] [2022-02-12T01:53:46.348Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-02-12T01:53:46.348Z] #17 sha256:37ca357104f67296f908b3c46f1b07e702d533995321c7056ff075c799a23941 [2022-02-12T01:53:46.376Z] #28 16.06 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-02-12T01:53:46.376Z] #28 16.07 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-02-12T01:53:46.376Z] #28 16.07 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-02-12T01:53:46.376Z] #28 16.07 python3-pkg-resources vim-runtime xxd [2022-02-12T01:53:46.376Z] #28 16.07 Suggested packages: [2022-02-12T01:53:46.376Z] #28 16.07 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-02-12T01:53:46.376Z] #28 16.07 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-02-12T01:53:46.376Z] #28 16.07 Recommended packages: [2022-02-12T01:53:46.376Z] #28 16.07 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-02-12T01:53:46.717Z] #26 96.65 Updating files: 20% (2389/11414) Updating files: 21% (2397/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 33% (3775/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: 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: 56% (6446/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) [2022-02-12T01:53:46.717Z] #26 ... [2022-02-12T01:53:46.717Z] [2022-02-12T01:53:46.717Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-02-12T01:53:46.717Z] #15 sha256:ebd260f98611310eb63222a71234426c164eb8747bf9d22f3d1eca7188980f25 [2022-02-12T01:53:46.717Z] #15 DONE 1.2s [2022-02-12T01:53:46.717Z] [2022-02-12T01:53:46.717Z] #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-02-12T01:53:46.717Z] #26 sha256:fa965324b5ec0393fd346ec836956793a801e3f4664a9d22404b64cb66286b2a [2022-02-12T01:53:46.946Z] #28 16.75 The following NEW packages will be installed: [2022-02-12T01:53:46.946Z] #28 16.75 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-02-12T01:53:46.946Z] #28 16.76 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-02-12T01:53:46.946Z] #28 16.76 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-02-12T01:53:46.946Z] #28 16.76 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-02-12T01:53:46.946Z] #28 16.76 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-02-12T01:53:46.946Z] #28 16.76 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-02-12T01:53:46.946Z] #28 16.76 vim-common vim-runtime xfsprogs xxd zip zstd [2022-02-12T01:53:47.206Z] #28 17.07 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:53:47.206Z] #28 17.07 Need to get 18.6 MB of archives. [2022-02-12T01:53:47.206Z] #28 17.07 After this operation, 71.4 MB of additional disk space will be used. [2022-02-12T01:53:47.206Z] #28 17.07 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-02-12T01:53:47.206Z] #28 17.07 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-02-12T01:53:47.206Z] #28 17.07 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-02-12T01:53:47.206Z] #28 17.08 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-02-12T01:53:47.206Z] #28 17.10 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-02-12T01:53:47.206Z] #28 17.10 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-02-12T01:53:47.206Z] #28 17.11 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-02-12T01:53:47.206Z] #28 17.11 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-02-12T01:53:47.206Z] #28 17.11 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-12T01:53:47.206Z] #28 17.12 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-12T01:53:47.206Z] #28 17.12 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-02-12T01:53:47.206Z] #28 17.12 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-02-12T01:53:47.206Z] #28 17.12 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-02-12T01:53:47.206Z] #28 17.13 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-02-12T01:53:47.206Z] #28 17.13 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-02-12T01:53:47.206Z] #28 17.13 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-02-12T01:53:47.206Z] #28 17.15 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-02-12T01:53:47.206Z] #28 17.15 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-02-12T01:53:47.206Z] #28 17.15 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-02-12T01:53:47.206Z] #28 17.16 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-02-12T01:53:47.206Z] #28 17.16 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-02-12T01:53:47.206Z] #28 17.16 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-02-12T01:53:47.206Z] #28 17.16 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-02-12T01:53:47.206Z] #28 17.16 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-02-12T01:53:47.206Z] #28 17.16 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-02-12T01:53:47.206Z] #28 17.17 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-02-12T01:53:47.206Z] #28 17.17 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-02-12T01:53:47.346Z] + docker version [2022-02-12T01:53:47.466Z] #28 17.17 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-02-12T01:53:47.466Z] #28 17.17 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-02-12T01:53:47.466Z] #28 17.17 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-02-12T01:53:47.466Z] #28 17.18 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-02-12T01:53:47.466Z] #28 17.19 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-02-12T01:53:47.466Z] #28 17.19 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-12T01:53:47.466Z] #28 17.19 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-02-12T01:53:47.466Z] #28 17.19 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-02-12T01:53:47.466Z] #28 17.20 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-02-12T01:53:47.466Z] #28 17.20 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-02-12T01:53:47.466Z] #28 17.21 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-02-12T01:53:47.466Z] #28 17.21 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-02-12T01:53:47.466Z] #28 17.21 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-02-12T01:53:47.466Z] #28 17.25 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-02-12T01:53:47.466Z] #28 17.26 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-02-12T01:53:47.466Z] #28 17.27 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-02-12T01:53:47.466Z] #28 17.27 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-02-12T01:53:47.726Z] #28 17.51 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:53:47.726Z] #28 17.61 Fetched 18.6 MB in 0s (38.9 MB/s) [2022-02-12T01:53:47.726Z] #28 17.63 Selecting previously unselected package pigz. [2022-02-12T01:53:47.726Z] #28 17.63 (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-02-12T01:53:47.726Z] #28 17.65 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-02-12T01:53:47.726Z] #28 17.65 Unpacking pigz (2.6-1) ... [2022-02-12T01:53:47.726Z] #28 17.69 Selecting previously unselected package libelf1:amd64. [2022-02-12T01:53:47.926Z] #43 DONE 192.3s [2022-02-12T01:53:47.926Z] [2022-02-12T01:53:47.926Z] #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-02-12T01:53:47.926Z] #56 sha256:d9bfefec24f2bde0fa61fe0cad725dedb23014bf093d09f2e00490c54fecbcfe [2022-02-12T01:53:47.926Z] #56 ... [2022-02-12T01:53:47.926Z] [2022-02-12T01:53:47.926Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-02-12T01:53:47.926Z] #44 sha256:cc441e71b6d24d64b6d51eebbd1624f6d0ae62e69365e52ba279274ef19ad57c [2022-02-12T01:53:47.926Z] #44 DONE 0.3s [2022-02-12T01:53:47.926Z] [2022-02-12T01:53:47.926Z] #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-02-12T01:53:47.926Z] #60 sha256:58dbbfa98ba5a12414bccc1baaffee8659b401c1ccda978be7513d8196283325 [2022-02-12T01:53:47.926Z] #60 ... [2022-02-12T01:53:47.926Z] [2022-02-12T01:53:47.926Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-02-12T01:53:47.926Z] #48 sha256:c5c246c321b7470e4e34e0084e48cbee8603e77aa344100795dd2c5d9a904f0f [2022-02-12T01:53:47.926Z] #48 DONE 0.1s [2022-02-12T01:53:47.926Z] [2022-02-12T01:53:47.926Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-02-12T01:53:47.926Z] #50 sha256:adbebee630035b3ebf6eb1980e5ce591a368e367d54ff7298a1682d0075fc3c9 [2022-02-12T01:53:47.926Z] #50 DONE 0.1s [2022-02-12T01:53:47.926Z] [2022-02-12T01:53:47.926Z] #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-02-12T01:53:47.926Z] #60 sha256:58dbbfa98ba5a12414bccc1baaffee8659b401c1ccda978be7513d8196283325 [2022-02-12T01:53:47.985Z] #28 17.69 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-02-12T01:53:47.986Z] #28 17.70 Unpacking libelf1:amd64 (0.183-1) ... [2022-02-12T01:53:47.986Z] #28 17.74 Selecting previously unselected package libbpf0:amd64. [2022-02-12T01:53:47.986Z] #28 17.75 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-02-12T01:53:47.986Z] #28 17.75 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-02-12T01:53:47.986Z] #28 17.79 Selecting previously unselected package libcap2:amd64. [2022-02-12T01:53:47.986Z] #28 17.79 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-02-12T01:53:47.986Z] #28 17.79 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-02-12T01:53:47.986Z] #28 17.83 Selecting previously unselected package libmnl0:amd64. [2022-02-12T01:53:47.986Z] #28 17.83 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-02-12T01:53:47.986Z] #28 17.84 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-02-12T01:53:47.986Z] #28 17.87 Selecting previously unselected package libxtables12:amd64. [2022-02-12T01:53:47.986Z] #28 17.87 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-02-12T01:53:47.986Z] #28 17.88 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-02-12T01:53:47.986Z] #28 17.91 Selecting previously unselected package libcap2-bin. [2022-02-12T01:53:48.002Z] #26 96.65 Updating files: 20% (2389/11414) Updating files: 21% (2397/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 33% (3775/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: 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: 56% (6446/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: 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: 80% (9203/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) [2022-02-12T01:53:48.002Z] #26 ... [2022-02-12T01:53:48.002Z] [2022-02-12T01:53:48.002Z] #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-02-12T01:53:48.002Z] #16 sha256:8258b06d44e8375c4dd696be207f112629c136adb02e5302e59ba7f3765c683e [2022-02-12T01:53:48.002Z] #16 DONE 1.3s [2022-02-12T01:53:48.002Z] [2022-02-12T01:53:48.002Z] #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-02-12T01:53:48.002Z] #26 sha256:fa965324b5ec0393fd346ec836956793a801e3f4664a9d22404b64cb66286b2a [2022-02-12T01:53:48.245Z] #28 17.91 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-02-12T01:53:48.245Z] #28 17.91 Unpacking libcap2-bin (1:2.44-1) ... [2022-02-12T01:53:48.245Z] #28 17.95 Selecting previously unselected package iproute2. [2022-02-12T01:53:48.245Z] #28 17.95 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-02-12T01:53:48.245Z] #28 17.96 Unpacking iproute2 (5.10.0-4) ... [2022-02-12T01:53:48.245Z] #28 18.06 Selecting previously unselected package xxd. [2022-02-12T01:53:48.245Z] #28 18.07 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-12T01:53:48.245Z] #28 18.07 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:53:48.245Z] #28 18.11 Selecting previously unselected package vim-common. [2022-02-12T01:53:48.245Z] #28 18.12 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:53:48.245Z] #28 18.12 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:53:48.245Z] #28 18.18 Selecting previously unselected package bash-completion. [2022-02-12T01:53:48.254Z] #17 1.509 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-02-12T01:53:48.254Z] #17 DONE 1.9s [2022-02-12T01:53:48.254Z] [2022-02-12T01:53:48.254Z] #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-02-12T01:53:48.254Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:53:48.254Z] #43 ... [2022-02-12T01:53:48.254Z] [2022-02-12T01:53:48.254Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-02-12T01:53:48.254Z] #18 sha256:ce91076a850313e9dae097da1aa82499e5e6184d5bc3c89816b6bd5ab93d4c68 [2022-02-12T01:53:48.259Z] #26 96.65 Updating files: 20% (2389/11414) Updating files: 21% (2397/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 33% (3775/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: 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: 56% (6446/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: 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: 80% (9203/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-02-12T01:53:48.259Z] #26 100.5 + cd /tmp/tmp.S22BbkShSl/tmp/docker-ce [2022-02-12T01:53:48.505Z] #28 18.18 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-02-12T01:53:48.517Z] #26 100.5 + git checkout -q v17.06.2-ce [2022-02-12T01:53:48.765Z] #28 18.64 Unpacking bash-completion (1:2.11-2) ... [2022-02-12T01:53:48.765Z] #28 18.74 Selecting previously unselected package apparmor. [2022-02-12T01:53:49.024Z] #28 18.75 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-02-12T01:53:49.024Z] #28 18.76 Unpacking apparmor (2.13.6-10) ... [2022-02-12T01:53:49.024Z] #28 18.86 Selecting previously unselected package inetutils-ping. [2022-02-12T01:53:49.024Z] #28 18.87 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-02-12T01:53:49.024Z] #28 18.87 Unpacking inetutils-ping (2:2.0-1) ... [2022-02-12T01:53:49.024Z] #28 18.91 Selecting previously unselected package libip4tc2:amd64. [2022-02-12T01:53:49.024Z] #28 18.91 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-02-12T01:53:49.024Z] #28 18.92 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-02-12T01:53:49.024Z] #28 18.95 Selecting previously unselected package libip6tc2:amd64. [2022-02-12T01:53:49.024Z] #28 18.96 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-02-12T01:53:49.024Z] #28 18.96 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-02-12T01:53:49.024Z] #28 18.99 Selecting previously unselected package libnfnetlink0:amd64. [2022-02-12T01:53:49.083Z] #26 ... [2022-02-12T01:53:49.083Z] [2022-02-12T01:53:49.083Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-02-12T01:53:49.083Z] #17 sha256:51b980c25677bad42d7e979df2bf71fed02699b1beca0c04199aeb9caa243a74 [2022-02-12T01:53:49.083Z] #17 0.609 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-02-12T01:53:49.083Z] #17 DONE 1.0s [2022-02-12T01:53:49.083Z] [2022-02-12T01:53:49.083Z] #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-02-12T01:53:49.083Z] #56 sha256:995bfe470a073c03202b73be38dd944e49afa811584cfbeb7982b7b399b69edb [2022-02-12T01:53:49.083Z] #56 0.774 + RM_GOPATH=0 [2022-02-12T01:53:49.083Z] #56 0.775 + TMP_GOPATH= [2022-02-12T01:53:49.083Z] #56 0.775 + : /build [2022-02-12T01:53:49.083Z] #56 0.776 + '[' -z '' ']' [2022-02-12T01:53:49.083Z] #56 0.777 ++ mktemp -d [2022-02-12T01:53:49.083Z] #56 0.777 + export GOPATH=/tmp/tmp.Tw0YsfCfBM [2022-02-12T01:53:49.083Z] #56 0.778 + GOPATH=/tmp/tmp.Tw0YsfCfBM [2022-02-12T01:53:49.083Z] #56 0.778 + RM_GOPATH=1 [2022-02-12T01:53:49.083Z] #56 0.778 + case "$(go env GOARCH)" in [2022-02-12T01:53:49.083Z] #56 0.780 ++ go env GOARCH [2022-02-12T01:53:49.083Z] #56 0.788 + export GO_BUILDMODE=-buildmode=pie [2022-02-12T01:53:49.083Z] #56 0.788 + GO_BUILDMODE=-buildmode=pie [2022-02-12T01:53:49.083Z] #56 0.788 ++ dirname /install.sh [2022-02-12T01:53:49.083Z] #56 0.790 + dir=/ [2022-02-12T01:53:49.083Z] #56 0.790 + bin=runc [2022-02-12T01:53:49.083Z] #56 0.791 + shift [2022-02-12T01:53:49.083Z] #56 0.791 + '[' '!' -f //runc.installer ']' [2022-02-12T01:53:49.083Z] #56 0.792 + . //runc.installer [2022-02-12T01:53:49.083Z] #56 0.793 ++ set -e [2022-02-12T01:53:49.083Z] #56 0.793 ++ : v1.1.0 [2022-02-12T01:53:49.083Z] #56 0.793 + install_runc [2022-02-12T01:53:49.083Z] #56 0.794 + RUNC_BUILDTAGS=seccomp [2022-02-12T01:53:49.083Z] #56 0.794 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-02-12T01:53:49.083Z] #56 0.794 Install runc version v1.1.0 (build tags: seccomp) [2022-02-12T01:53:49.083Z] #56 0.794 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Tw0YsfCfBM/src/github.com/opencontainers/runc [2022-02-12T01:53:49.083Z] #56 0.803 Cloning into '/tmp/tmp.Tw0YsfCfBM/src/github.com/opencontainers/runc'... [2022-02-12T01:53:49.284Z] #28 19.00 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-02-12T01:53:49.284Z] #28 19.00 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-02-12T01:53:49.284Z] #28 19.03 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-02-12T01:53:49.284Z] #28 19.03 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-02-12T01:53:49.284Z] #28 19.04 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-02-12T01:53:49.284Z] #28 19.07 Selecting previously unselected package libnftnl11:amd64. [2022-02-12T01:53:49.284Z] #28 19.07 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-02-12T01:53:49.284Z] #28 19.08 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-02-12T01:53:49.284Z] #28 19.11 Selecting previously unselected package iptables. [2022-02-12T01:53:49.284Z] #28 19.12 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-02-12T01:53:49.284Z] #28 19.12 Unpacking iptables (1.8.7-1) ... [2022-02-12T01:53:49.284Z] #28 19.19 Selecting previously unselected package libonig5:amd64. [2022-02-12T01:53:49.284Z] #28 19.20 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-02-12T01:53:49.284Z] #28 19.20 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:53:49.284Z] #28 19.25 Selecting previously unselected package libjq1:amd64. [2022-02-12T01:53:49.543Z] #28 19.25 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-02-12T01:53:49.543Z] #28 19.25 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:53:49.543Z] #28 19.29 Selecting previously unselected package jq. [2022-02-12T01:53:49.543Z] #28 19.29 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-02-12T01:53:49.544Z] #28 19.30 Unpacking jq (1.6-2.1) ... [2022-02-12T01:53:49.544Z] #28 19.33 Selecting previously unselected package libaio1:amd64. [2022-02-12T01:53:49.544Z] #28 19.34 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-02-12T01:53:49.544Z] #28 19.34 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-02-12T01:53:49.544Z] #28 19.37 Selecting previously unselected package libgpm2:amd64. [2022-02-12T01:53:49.544Z] #28 19.38 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-02-12T01:53:49.544Z] #28 19.38 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-02-12T01:53:49.544Z] #28 19.42 Selecting previously unselected package libinih1:amd64. [2022-02-12T01:53:49.544Z] #28 19.42 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-02-12T01:53:49.544Z] #28 19.42 Unpacking libinih1:amd64 (53-1+b2) ... [2022-02-12T01:53:49.544Z] #28 19.46 Selecting previously unselected package libnet1:amd64. [2022-02-12T01:53:49.544Z] #28 19.46 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-02-12T01:53:49.544Z] #28 19.46 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:53:49.544Z] #28 19.50 Selecting previously unselected package libnl-3-200:amd64. [2022-02-12T01:53:49.633Z] #18 DONE 1.4s [2022-02-12T01:53:49.633Z] [2022-02-12T01:53:49.633Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-02-12T01:53:49.633Z] #19 sha256:6c004ca6d5db887f989d9abf069a78d3fc586b922412aff42b1cfe263efead58 [2022-02-12T01:53:49.803Z] #28 19.50 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-02-12T01:53:49.803Z] #28 19.51 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:53:49.803Z] #28 19.55 Selecting previously unselected package libprotobuf-c1:amd64. [2022-02-12T01:53:49.803Z] #28 19.55 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-02-12T01:53:49.803Z] #28 19.56 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:53:49.803Z] #28 19.59 Selecting previously unselected package net-tools. [2022-02-12T01:53:49.803Z] #28 19.59 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-02-12T01:53:49.803Z] #28 19.59 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-02-12T01:53:49.803Z] #28 19.64 Selecting previously unselected package python-pip-whl. [2022-02-12T01:53:49.803Z] #28 19.65 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2022-02-12T01:53:49.803Z] #28 19.65 Unpacking python-pip-whl (20.3.4-4) ... [2022-02-12T01:53:50.018Z] #56 ... [2022-02-12T01:53:50.018Z] [2022-02-12T01:53:50.018Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-02-12T01:53:50.018Z] #18 sha256:d713279fb198e9d86d054bb8aea8d183b33e7e9e710da7c33439351a4406a0eb [2022-02-12T01:53:50.018Z] #18 DONE 0.9s [2022-02-12T01:53:50.018Z] [2022-02-12T01:53:50.018Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-02-12T01:53:50.018Z] #19 sha256:63a03f5053b87d795e28bf87f0c43a5e40a09a49793c6f1e2c9cd6dc57afb0b2 [2022-02-12T01:53:50.063Z] #28 19.80 Selecting previously unselected package python3-lib2to3. [2022-02-12T01:53:50.063Z] #28 19.81 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-02-12T01:53:50.063Z] #28 19.81 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-02-12T01:53:50.063Z] #28 19.85 Selecting previously unselected package python3-distutils. [2022-02-12T01:53:50.063Z] #28 19.85 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-02-12T01:53:50.063Z] #28 19.86 Unpacking python3-distutils (3.9.2-1) ... [2022-02-12T01:53:50.063Z] #28 19.90 Selecting previously unselected package python3-pkg-resources. [2022-02-12T01:53:50.063Z] #28 19.90 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-12T01:53:50.063Z] #28 19.91 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:53:50.063Z] #28 19.95 Selecting previously unselected package python3-setuptools. [2022-02-12T01:53:50.063Z] #28 19.96 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-02-12T01:53:50.063Z] #28 19.96 Unpacking python3-setuptools (52.0.0-4) ... [2022-02-12T01:53:50.063Z] #28 20.02 Selecting previously unselected package python3-wheel. [2022-02-12T01:53:50.323Z] #28 20.03 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-02-12T01:53:50.323Z] #28 20.03 Unpacking python3-wheel (0.34.2-1) ... [2022-02-12T01:53:50.323Z] #28 20.07 Selecting previously unselected package python3-pip. [2022-02-12T01:53:50.323Z] #28 20.07 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2022-02-12T01:53:50.323Z] #28 20.07 Unpacking python3-pip (20.3.4-4) ... [2022-02-12T01:53:50.323Z] #28 20.14 Selecting previously unselected package sudo. [2022-02-12T01:53:50.323Z] #28 20.14 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-02-12T01:53:50.323Z] #28 20.15 Unpacking sudo (1.9.5p2-3) ... [2022-02-12T01:53:50.323Z] #28 20.27 Selecting previously unselected package thin-provisioning-tools. [2022-02-12T01:53:50.583Z] #28 20.28 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-02-12T01:53:50.583Z] #28 20.28 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-02-12T01:53:50.583Z] #28 20.34 Selecting previously unselected package uidmap. [2022-02-12T01:53:50.583Z] #28 20.35 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-02-12T01:53:50.583Z] #28 20.35 Unpacking uidmap (1:4.8.1-1) ... [2022-02-12T01:53:50.583Z] #28 20.40 Selecting previously unselected package vim-runtime. [2022-02-12T01:53:50.583Z] #28 20.41 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:53:50.583Z] #28 20.42 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-02-12T01:53:50.583Z] #28 20.43 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-02-12T01:53:50.583Z] #28 20.43 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:53:50.953Z] #19 DONE 0.8s [2022-02-12T01:53:50.953Z] [2022-02-12T01:53:50.953Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-02-12T01:53:50.953Z] #20 sha256:4b7ffaa29324ce5c27a628088faff138fe7eb0bd25275cded4ae9798a445ccd6 [2022-02-12T01:53:51.013Z] #19 DONE 1.4s [2022-02-12T01:53:51.013Z] [2022-02-12T01:53:51.013Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-02-12T01:53:51.013Z] #20 sha256:ac3b3a3c6b80e74a558366144d42672e4015c84dd231b6b85084417f071a7896 [2022-02-12T01:53:51.153Z] #28 21.00 Selecting previously unselected package vim. [2022-02-12T01:53:51.153Z] #28 21.00 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-12T01:53:51.153Z] #28 21.01 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:53:51.413Z] #28 21.15 Selecting previously unselected package xfsprogs. [2022-02-12T01:53:51.413Z] #28 21.16 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-02-12T01:53:51.413Z] #28 21.16 Unpacking xfsprogs (5.10.0-4) ... [2022-02-12T01:53:51.413Z] #28 21.27 Selecting previously unselected package zip. [2022-02-12T01:53:51.413Z] #28 21.27 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-02-12T01:53:51.413Z] #28 21.27 Unpacking zip (3.0-12) ... [2022-02-12T01:53:51.413Z] #28 21.32 Selecting previously unselected package zstd. [2022-02-12T01:53:51.413Z] #28 21.32 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-02-12T01:53:51.413Z] #28 21.32 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-02-12T01:53:51.518Z] #20 DONE 0.8s [2022-02-12T01:53:51.518Z] [2022-02-12T01:53:51.518Z] #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-02-12T01:53:51.518Z] #34 sha256:3bfa9e7171fc4f96669242c7fe3b478f06d73cc45545dd91ec1fdc8110a580cf [2022-02-12T01:53:51.673Z] #28 21.42 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:53:51.673Z] #28 21.60 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-02-12T01:53:51.673Z] #28 21.61 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-02-12T01:53:51.673Z] #28 21.62 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-02-12T01:53:51.673Z] #28 21.63 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-02-12T01:53:51.673Z] #28 21.64 Setting up libinih1:amd64 (53-1+b2) ... [2022-02-12T01:53:51.673Z] #28 21.65 Setting up uidmap (1:4.8.1-1) ... [2022-02-12T01:53:51.673Z] #28 21.66 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:53:51.673Z] #28 21.67 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:53:51.777Z] #34 ... [2022-02-12T01:53:51.777Z] [2022-02-12T01:53:51.777Z] #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-02-12T01:53:51.777Z] #21 sha256:2833a88d8d224744628fadbc9a40377aeb445d02284014b8346292e36e3962af [2022-02-12T01:53:51.933Z] #28 21.68 Setting up python3-wheel (0.34.2-1) ... [2022-02-12T01:53:51.933Z] #28 21.80 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:53:51.933Z] #28 21.81 Setting up libcap2:amd64 (1:2.44-1) ... [2022-02-12T01:53:51.933Z] #28 21.82 Setting up libcap2-bin (1:2.44-1) ... [2022-02-12T01:53:51.933Z] #28 21.83 Setting up apparmor (2.13.6-10) ... [2022-02-12T01:53:52.710Z] #21 0.952 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:53:52.710Z] #21 0.974 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:53:52.710Z] #21 0.981 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:53:52.873Z] #28 22.57 Setting up zip (3.0-12) ... [2022-02-12T01:53:52.873Z] #28 22.58 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:53:52.873Z] #28 22.59 Setting up bash-completion (1:2.11-2) ... [2022-02-12T01:53:52.919Z] #20 DONE 2.0s [2022-02-12T01:53:52.919Z] [2022-02-12T01:53:52.919Z] #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-02-12T01:53:52.919Z] #56 sha256:39db656bbb33d19e07d5e72ebdf4c6217bdf4f6b3148951e6463290d1d31c584 [2022-02-12T01:53:52.919Z] #56 9.744 + cd /tmp/tmp.PQ8uV5y06b/src/github.com/opencontainers/runc [2022-02-12T01:53:52.919Z] #56 9.749 + git checkout -q v1.1.0 [2022-02-12T01:53:52.919Z] #56 10.03 + '[' -z '' ']' [2022-02-12T01:53:52.919Z] #56 10.03 + target=static [2022-02-12T01:53:52.919Z] #56 10.03 + make BUILDTAGS=seccomp static [2022-02-12T01:53:52.967Z] #21 1.419 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-12T01:53:53.133Z] #28 23.10 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-02-12T01:53:53.133Z] #28 23.12 Setting up sudo (1.9.5p2-3) ... [2022-02-12T01:53:53.392Z] #28 23.15 invoke-rc.d: could not determine current runlevel [2022-02-12T01:53:53.392Z] #28 23.16 invoke-rc.d: policy-rc.d denied execution of start. [2022-02-12T01:53:53.392Z] #28 23.16 Setting up xfsprogs (5.10.0-4) ... [2022-02-12T01:53:53.392Z] #28 23.17 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-02-12T01:53:53.392Z] #28 23.18 Setting up inetutils-ping (2:2.0-1) ... [2022-02-12T01:53:53.392Z] #28 23.19 Setting up pigz (2.6-1) ... [2022-02-12T01:53:53.392Z] #28 23.20 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-02-12T01:53:53.392Z] #28 23.21 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:53:53.392Z] #28 23.23 Setting up python-pip-whl (20.3.4-4) ... [2022-02-12T01:53:53.392Z] #28 23.24 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:53:53.489Z] #56 10.63 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-02-12T01:53:53.538Z] #21 2.085 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [114 kB] [2022-02-12T01:53:53.652Z] #28 23.39 Setting up libaio1:amd64 (0.3.112-9) ... [2022-02-12T01:53:53.652Z] #28 23.40 Setting up python3-lib2to3 (3.9.2-1) ... [2022-02-12T01:53:53.652Z] #28 23.50 Setting up libelf1:amd64 (0.183-1) ... [2022-02-12T01:53:53.652Z] #28 23.51 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-02-12T01:53:53.652Z] #28 23.52 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:53:53.652Z] #28 23.53 Setting up python3-distutils (3.9.2-1) ... [2022-02-12T01:53:53.652Z] #28 23.65 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:53:53.913Z] #28 23.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-02-12T01:53:53.913Z] #28 23.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-02-12T01:53:53.913Z] #28 23.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-02-12T01:53:53.913Z] #28 23.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-02-12T01:53:53.913Z] #28 23.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-02-12T01:53:53.913Z] #28 23.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-02-12T01:53:53.913Z] #28 23.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-02-12T01:53:53.913Z] #28 23.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-02-12T01:53:53.913Z] #28 23.71 Setting up python3-setuptools (52.0.0-4) ... [2022-02-12T01:53:54.058Z] #56 ... [2022-02-12T01:53:54.058Z] [2022-02-12T01:53:54.058Z] #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-02-12T01:53:54.058Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-12T01:53:54.058Z] #34 DONE 112.2s [2022-02-12T01:53:54.058Z] [2022-02-12T01:53:54.058Z] #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-02-12T01:53:54.058Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-02-12T01:53:54.173Z] #28 24.00 Setting up libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:53:54.173Z] #28 24.01 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-02-12T01:53:54.173Z] #28 24.02 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-02-12T01:53:54.173Z] #28 24.04 Setting up python3-pip (20.3.4-4) ... [2022-02-12T01:53:54.396Z] Client: [2022-02-12T01:53:54.396Z] Version: 20.10.9 [2022-02-12T01:53:54.396Z] API version: 1.41 [2022-02-12T01:53:54.396Z] Go version: go1.16.8 [2022-02-12T01:53:54.396Z] Git commit: c2ea9bc [2022-02-12T01:53:54.396Z] Built: Mon Oct 4 16:11:10 2021 [2022-02-12T01:53:54.396Z] OS/Arch: windows/amd64 [2022-02-12T01:53:54.396Z] Context: default [2022-02-12T01:53:54.396Z] Experimental: true [2022-02-12T01:53:54.396Z] [2022-02-12T01:53:54.396Z] Server: Docker Engine - Community [2022-02-12T01:53:54.396Z] Engine: [2022-02-12T01:53:54.396Z] Version: 20.10.9 [2022-02-12T01:53:54.396Z] API version: 1.41 (minimum version 1.24) [2022-02-12T01:53:54.396Z] Go version: go1.16.8 [2022-02-12T01:53:54.396Z] Git commit: 79ea9d3 [2022-02-12T01:53:54.396Z] Built: Mon Oct 4 16:06:39 2021 [2022-02-12T01:53:54.396Z] OS/Arch: windows/amd64 [2022-02-12T01:53:54.396Z] Experimental: true [2022-02-12T01:53:54.433Z] #28 24.27 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-02-12T01:53:54.433Z] #28 24.29 Setting up jq (1.6-2.1) ... [2022-02-12T01:53:54.433Z] #28 24.35 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-02-12T01:53:54.433Z] #28 24.38 Setting up iptables (1.8.7-1) ... [2022-02-12T01:53:54.470Z] #21 ... [2022-02-12T01:53:54.470Z] [2022-02-12T01:53:54.470Z] #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-02-12T01:53:54.470Z] #34 sha256:3bfa9e7171fc4f96669242c7fe3b478f06d73cc45545dd91ec1fdc8110a580cf [2022-02-12T01:53:54.470Z] #34 DONE 106.3s [2022-02-12T01:53:54.470Z] [2022-02-12T01:53:54.470Z] #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-02-12T01:53:54.470Z] #56 sha256:995bfe470a073c03202b73be38dd944e49afa811584cfbeb7982b7b399b69edb [2022-02-12T01:53:54.470Z] #56 8.063 + cd /tmp/tmp.Tw0YsfCfBM/src/github.com/opencontainers/runc [2022-02-12T01:53:54.470Z] #56 8.063 + git checkout -q v1.1.0 [2022-02-12T01:53:54.470Z] #56 8.382 + '[' -z '' ']' [2022-02-12T01:53:54.470Z] #56 8.382 + target=static [2022-02-12T01:53:54.470Z] #56 8.382 + make BUILDTAGS=seccomp static [2022-02-12T01:53:54.470Z] #56 8.747 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-02-12T01:53:54.694Z] #28 24.39 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-12T01:53:54.694Z] #28 24.39 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-12T01:53:54.694Z] #28 24.40 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-12T01:53:54.694Z] #28 24.40 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-12T01:53:54.694Z] #28 24.41 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-02-12T01:53:54.694Z] #28 24.41 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-02-12T01:53:54.694Z] #28 24.42 Setting up iproute2 (5.10.0-4) ... [2022-02-12T01:53:54.694Z] #28 24.55 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:53:54.954Z] #28 DONE 24.9s [2022-02-12T01:53:54.954Z] [2022-02-12T01:53:54.954Z] #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-02-12T01:53:54.954Z] #29 sha256:a7d37a0f95d3e1fb1ac366f11fa1a378855a62d22f673b8d86524ddad6d82d11 [Pipeline] sh [2022-02-12T01:53:55.082Z] Commit message: "pkg/filenotify: don't open file for polling" [2022-02-12T01:53:55.524Z] #29 0.387 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-02-12T01:53:55.524Z] #29 0.390 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-02-12T01:53:55.524Z] #29 0.393 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-02-12T01:53:55.524Z] #29 DONE 0.4s [2022-02-12T01:53:55.524Z] [2022-02-12T01:53:55.524Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-02-12T01:53:55.524Z] #30 sha256:caee3bb8b85cad9d59986fd0229fbd5db28a2aed4b0486839c8886fc245bac76 [2022-02-12T01:53:55.476Z] > git --version # timeout=10 [2022-02-12T01:53:55.525Z] > git --version # 'git version 2.24.1.windows.2' [2022-02-12T01:53:55.578Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-02-12T01:53:55.910Z] + docker info [2022-02-12T01:53:55.910Z] Client: [2022-02-12T01:53:55.910Z] Context: default [2022-02-12T01:53:55.910Z] Debug Mode: false [2022-02-12T01:53:55.910Z] [2022-02-12T01:53:55.910Z] Server: [2022-02-12T01:53:55.910Z] Containers: 0 [2022-02-12T01:53:55.910Z] Running: 0 [2022-02-12T01:53:55.910Z] Paused: 0 [2022-02-12T01:53:55.910Z] Stopped: 0 [2022-02-12T01:53:55.910Z] Images: 0 [2022-02-12T01:53:55.910Z] Server Version: 20.10.9 [2022-02-12T01:53:55.910Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-02-12T01:53:55.910Z] Windows: [2022-02-12T01:53:55.910Z] LCOW: [2022-02-12T01:53:55.910Z] Logging Driver: json-file [2022-02-12T01:53:55.910Z] Plugins: [2022-02-12T01:53:55.910Z] Volume: local [2022-02-12T01:53:55.910Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-12T01:53:55.910Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-12T01:53:55.910Z] Swarm: inactive [2022-02-12T01:53:55.910Z] Default Isolation: process [2022-02-12T01:53:55.910Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-12T01:53:55.910Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-12T01:53:55.910Z] OSType: windows [2022-02-12T01:53:55.910Z] Architecture: x86_64 [2022-02-12T01:53:55.910Z] CPUs: 4 [2022-02-12T01:53:55.910Z] Total Memory: 32GiB [2022-02-12T01:53:55.910Z] Name: azwin-2-d1afd0 [2022-02-12T01:53:55.910Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-02-12T01:53:55.910Z] Docker Root Dir: D:\docker [2022-02-12T01:53:55.910Z] Debug Mode: false [2022-02-12T01:53:55.910Z] Registry: https://index.docker.io/v1/ [2022-02-12T01:53:55.910Z] Labels: [2022-02-12T01:53:55.910Z] Experimental: true [2022-02-12T01:53:55.910Z] Insecure Registries: [2022-02-12T01:53:55.910Z] 10.0.0.4:5000 [2022-02-12T01:53:55.910Z] 127.0.0.0/8 [2022-02-12T01:53:55.910Z] Registry Mirrors: [2022-02-12T01:53:55.910Z] http://10.0.0.4:5000/ [2022-02-12T01:53:55.910Z] Live Restore Enabled: false [2022-02-12T01:53:55.910Z] Product License: Community Engine [2022-02-12T01:53:55.910Z] [2022-02-12T01:53:55.966Z] #21 2.445 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-12T01:53:55.966Z] #21 2.445 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-12T01:53:55.966Z] #21 2.474 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-12T01:53:55.966Z] #21 2.838 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-12T01:53:56.535Z] #21 3.423 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [117 kB] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-02-12T01:53:57.913Z] #21 4.616 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-12T01:53:58.672Z] + docker version [2022-02-12T01:54:00.804Z] #30 5.461 Collecting yamllint==1.26.1 [2022-02-12T01:54:01.021Z] #56 ... [2022-02-12T01:54:01.021Z] [2022-02-12T01:54:01.021Z] #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-02-12T01:54:01.021Z] #21 sha256:2833a88d8d224744628fadbc9a40377aeb445d02284014b8346292e36e3962af [2022-02-12T01:54:01.021Z] #21 3.332 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-12T01:54:01.021Z] #21 5.433 Fetched 8386 kB in 5s (1761 kB/s) [2022-02-12T01:54:01.021Z] #21 5.433 Reading package lists... [2022-02-12T01:54:01.021Z] #21 7.271 Reading package lists... [2022-02-12T01:54:01.200Z] #21 7.539 Fetched 8502 kB in 5s (1570 kB/s) [2022-02-12T01:54:01.442Z] #60 190.9 + bin/containerd [2022-02-12T01:54:01.586Z] #21 9.238 Building dependency tree... [2022-02-12T01:54:01.843Z] #21 ... [2022-02-12T01:54:01.843Z] [2022-02-12T01:54:01.843Z] #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-02-12T01:54:01.843Z] #26 sha256:fa965324b5ec0393fd346ec836956793a801e3f4664a9d22404b64cb66286b2a [2022-02-12T01:54:01.843Z] #26 103.9 + mkdir -p /tmp/tmp.S22BbkShSl/src/github.com/docker [2022-02-12T01:54:01.843Z] #26 103.9 + mv components/cli /tmp/tmp.S22BbkShSl/src/github.com/docker/cli [2022-02-12T01:54:01.843Z] #26 103.9 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-02-12T01:54:02.187Z] #30 6.507 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-02-12T01:54:02.187Z] #30 6.768 Collecting pathspec>=0.5.3 [2022-02-12T01:54:02.187Z] #30 6.772 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-02-12T01:54:02.187Z] #30 6.859 Collecting pyyaml [2022-02-12T01:54:02.187Z] #30 6.863 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-02-12T01:54:02.187Z] #30 6.884 Building wheels for collected packages: yamllint [2022-02-12T01:54:02.446Z] #30 6.884 Building wheel for yamllint (setup.py): started [2022-02-12T01:54:02.578Z] #21 7.539 Reading package lists... [2022-02-12T01:54:02.707Z] #30 7.102 Building wheel for yamllint (setup.py): finished with status 'done' [2022-02-12T01:54:02.707Z] #30 7.103 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=1135e863e86241da92cbee04385bd21df2f72f9bbc17648dd03fc6bacfd13271 [2022-02-12T01:54:02.707Z] #30 7.103 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-02-12T01:54:02.707Z] #30 7.105 Successfully built yamllint [2022-02-12T01:54:02.707Z] #30 7.111 Installing collected packages: pyyaml, pathspec, yamllint [2022-02-12T01:54:02.707Z] #30 7.215 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-02-12T01:54:02.707Z] #30 DONE 7.3s [2022-02-12T01:54:02.773Z] #26 ... [2022-02-12T01:54:02.773Z] [2022-02-12T01:54:02.773Z] #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-02-12T01:54:02.773Z] #21 sha256:2833a88d8d224744628fadbc9a40377aeb445d02284014b8346292e36e3962af [2022-02-12T01:54:02.773Z] #21 11.07 The following additional packages will be installed: [2022-02-12T01:54:02.773Z] #21 11.07 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-02-12T01:54:02.773Z] #21 11.07 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-02-12T01:54:02.773Z] #21 11.07 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-02-12T01:54:02.773Z] #21 11.08 python3-pkg-resources vim-runtime xxd [2022-02-12T01:54:02.773Z] #21 11.08 Suggested packages: [2022-02-12T01:54:02.773Z] #21 11.09 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-02-12T01:54:02.773Z] #21 11.09 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-02-12T01:54:02.773Z] #21 11.09 acl attr quota [2022-02-12T01:54:02.773Z] #21 11.09 Recommended packages: [2022-02-12T01:54:02.773Z] #21 11.09 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-02-12T01:54:02.966Z] [2022-02-12T01:54:02.966Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-02-12T01:54:02.966Z] #34 sha256:74f81b17484a1c7d64cb52a1322360769651161b5873bc468c31605b8452743a [2022-02-12T01:54:02.966Z] #34 DONE 0.1s [2022-02-12T01:54:02.966Z] [2022-02-12T01:54:02.966Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-02-12T01:54:02.966Z] #39 sha256:db013ef43127fe29569bdd9a892c4310df27898c891fcb8761655ebf682f35fc [2022-02-12T01:54:02.966Z] #39 DONE 0.1s [2022-02-12T01:54:02.966Z] [2022-02-12T01:54:02.966Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-02-12T01:54:02.966Z] #42 sha256:909768f30cc530ef96c5e35272f03788ff43c09d3992dba9ee027a9382191826 [2022-02-12T01:54:02.966Z] #42 DONE 0.1s [2022-02-12T01:54:03.227Z] [2022-02-12T01:54:03.227Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-02-12T01:54:03.227Z] #44 sha256:cf49dabe7a0b541ea31e3b8c1c0c80346804693aaf4c79c69339e89dd17c659b [2022-02-12T01:54:03.227Z] #44 DONE 0.0s [2022-02-12T01:54:03.227Z] [2022-02-12T01:54:03.227Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-02-12T01:54:03.227Z] #48 sha256:5e9ebd0afb1516da645552e63a12b8b22bd86bbe53574a7a7f27df7ee14fad66 [2022-02-12T01:54:03.227Z] #48 DONE 0.1s [2022-02-12T01:54:03.227Z] [2022-02-12T01:54:03.227Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-02-12T01:54:03.227Z] #51 sha256:9fdf636bfac7a0279c6845987660b359a9265d0119ba8307a951fcba7a654c16 [2022-02-12T01:54:03.227Z] #51 DONE 0.1s [2022-02-12T01:54:03.487Z] [2022-02-12T01:54:03.487Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-02-12T01:54:03.487Z] #55 sha256:6c7971dcca7c4ba8de2065362ffc76afe5e9bf61f5869fea6230d5adff0330b5 [2022-02-12T01:54:03.487Z] #55 DONE 0.0s [2022-02-12T01:54:03.487Z] [2022-02-12T01:54:03.487Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-02-12T01:54:03.487Z] #57 sha256:4c0f884f92a7760dfcec384a4326a60315f03d07606ae60b0d4c40ee95e20edb [2022-02-12T01:54:03.487Z] #57 DONE 0.1s [2022-02-12T01:54:03.487Z] [2022-02-12T01:54:03.487Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-02-12T01:54:03.487Z] #59 sha256:d2ac580c372999b038a4238246751bbc8c56e4132b155a0156de9a5afff40b4e [2022-02-12T01:54:03.487Z] #59 DONE 0.1s [2022-02-12T01:54:03.713Z] #21 11.99 The following NEW packages will be installed: [2022-02-12T01:54:03.713Z] #21 12.00 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-02-12T01:54:03.713Z] #21 12.00 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-02-12T01:54:03.713Z] #21 12.00 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-02-12T01:54:03.713Z] #21 12.00 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-02-12T01:54:03.713Z] #21 12.01 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-02-12T01:54:03.713Z] #21 12.01 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-02-12T01:54:03.713Z] #21 12.01 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-02-12T01:54:03.713Z] #21 12.01 xz-utils zip zstd [2022-02-12T01:54:03.747Z] [2022-02-12T01:54:03.747Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-02-12T01:54:03.747Z] #61 sha256:d22368f610c9c022637e2d497bb7822b4cf7d377cc1bb2159d160ba634644220 [2022-02-12T01:54:03.747Z] #61 DONE 0.0s [2022-02-12T01:54:03.747Z] [2022-02-12T01:54:03.747Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-02-12T01:54:03.747Z] #64 sha256:21eb8fde64f442d0c2ac8cf119c417aca73c14f1390f4041a725066f464eb57f [2022-02-12T01:54:03.747Z] #64 DONE 0.1s [2022-02-12T01:54:03.747Z] [2022-02-12T01:54:03.747Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-02-12T01:54:03.747Z] #68 sha256:0d238fba0fbfab6977c937db87f55f6936fb6b733c5194c4930b184dc46fa04c [2022-02-12T01:54:03.971Z] #21 12.34 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:54:03.971Z] #21 12.34 Need to get 27.0 MB of archives. [2022-02-12T01:54:03.971Z] #21 12.34 After this operation, 105 MB of additional disk space will be used. [2022-02-12T01:54:03.971Z] #21 12.34 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-02-12T01:54:03.971Z] #21 12.35 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-02-12T01:54:03.971Z] #21 12.35 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-02-12T01:54:03.971Z] #21 12.37 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-02-12T01:54:03.971Z] #21 12.37 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-02-12T01:54:03.971Z] #21 12.37 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-02-12T01:54:03.971Z] #21 12.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-02-12T01:54:03.971Z] #21 12.37 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-02-12T01:54:03.971Z] #21 12.38 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-12T01:54:03.971Z] #21 12.40 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-12T01:54:03.971Z] #21 12.41 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-02-12T01:54:03.971Z] #21 12.41 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-02-12T01:54:03.971Z] #21 12.41 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB] [2022-02-12T01:54:03.971Z] #21 12.42 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-02-12T01:54:03.971Z] #21 12.45 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-02-12T01:54:03.971Z] #21 12.45 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-02-12T01:54:03.971Z] #21 12.45 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-02-12T01:54:03.971Z] #21 12.45 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-02-12T01:54:03.971Z] #21 12.45 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-02-12T01:54:03.971Z] #21 12.45 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-02-12T01:54:03.971Z] #21 12.45 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-02-12T01:54:03.971Z] #21 12.46 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-02-12T01:54:03.971Z] #21 12.48 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-02-12T01:54:04.007Z] #68 DONE 0.2s [2022-02-12T01:54:04.007Z] [2022-02-12T01:54:04.007Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-02-12T01:54:04.007Z] #73 sha256:033459ea9e7ade26a0c08eae6a7ca9334f637344d6d9f18c5562cc2c47d9a963 [2022-02-12T01:54:04.007Z] #73 DONE 0.1s [2022-02-12T01:54:04.007Z] [2022-02-12T01:54:04.007Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-02-12T01:54:04.007Z] #78 sha256:051207d0f66866e0716bfa3ed2db1ded52227b9f497707c68107d706b38e0642 [2022-02-12T01:54:04.228Z] #21 12.48 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-02-12T01:54:04.228Z] #21 12.48 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-02-12T01:54:04.228Z] #21 12.48 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-02-12T01:54:04.228Z] #21 12.49 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-02-12T01:54:04.268Z] #78 DONE 0.3s [2022-02-12T01:54:04.273Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-02-12T01:54:04.273Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-1695ba5a\powershellScript.ps1'; exit $LASTEXITCODE; [2022-02-12T01:54:04.273Z] ---------------------------------------------------------------------------- [2022-02-12T01:54:04.273Z] [2022-02-12T01:54:04.273Z] INFO: executeCI.ps1 starting at Sat Feb 12 01:54:01 CUT 2022 [2022-02-12T01:54:04.273Z] [2022-02-12T01:54:04.273Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-02-12T01:54:04.273Z] INFO: Running git version 2.24.1.windows.2 [2022-02-12T01:54:04.273Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-02-12T01:54:04.273Z] INFO: Environment variables: [2022-02-12T01:54:04.273Z] [2022-02-12T01:54:04.273Z] Name Value [2022-02-12T01:54:04.273Z] ---- ----- [2022-02-12T01:54:04.273Z] ALLUSERSPROFILE C:\ProgramData [2022-02-12T01:54:04.273Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-02-12T01:54:04.273Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-02-12T01:54:04.273Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-02-12T01:54:04.273Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-02-12T01:54:04.273Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-02-12T01:54:04.273Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-02-12T01:54:04.273Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-02-12T01:54:04.273Z] BRANCH_NAME PR-43231 [2022-02-12T01:54:04.273Z] BUILD_DISPLAY_NAME #1 [2022-02-12T01:54:04.273Z] BUILD_ID 1 [2022-02-12T01:54:04.273Z] BUILD_NUMBER 1 [2022-02-12T01:54:04.273Z] BUILD_TAG jenkins-moby-PR-43231-1 [2022-02-12T01:54:04.273Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/ [2022-02-12T01:54:04.273Z] CHANGE_AUTHOR corhere [2022-02-12T01:54:04.273Z] CHANGE_AUTHOR_DISPLAY_NAME Cory Snider [2022-02-12T01:54:04.273Z] CHANGE_AUTHOR_EMAIL csnider@mirantis.com [2022-02-12T01:54:04.273Z] CHANGE_BRANCH logreader-testsuite [2022-02-12T01:54:04.273Z] CHANGE_FORK corhere [2022-02-12T01:54:04.273Z] CHANGE_ID 43231 [2022-02-12T01:54:04.274Z] CHANGE_TARGET master [2022-02-12T01:54:04.274Z] CHANGE_TITLE Add test suite for `LogReader` implementations [2022-02-12T01:54:04.274Z] CHANGE_URL https://github.com/moby/moby/pull/43231 [2022-02-12T01:54:04.274Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-12T01:54:04.274Z] CommonProgramFiles C:\Program Files\Common Files [2022-02-12T01:54:04.274Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-02-12T01:54:04.274Z] CommonProgramW6432 C:\Program Files\Common Files [2022-02-12T01:54:04.274Z] COMPUTERNAME azwin-2-d1afd1 [2022-02-12T01:54:04.274Z] ComSpec C:\Windows\system32\cmd.exe [2022-02-12T01:54:04.274Z] ConfigSequenceNumber 0 [2022-02-12T01:54:04.274Z] DOCKER_BUILDKIT 0 [2022-02-12T01:54:04.274Z] DOCKER_DUT_DEBUG 1 [2022-02-12T01:54:04.274Z] DOCKER_EXPERIMENTAL 1 [2022-02-12T01:54:04.274Z] DOCKER_GRAPHDRIVER overlay2 [2022-02-12T01:54:04.274Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-02-12T01:54:04.274Z] EXECUTOR_NUMBER 0 [2022-02-12T01:54:04.274Z] FQDN azwin-2-d1afd1.westus.cloudapp.azure.com [2022-02-12T01:54:04.274Z] GIT_BRANCH PR-43231 [2022-02-12T01:54:04.274Z] GIT_COMMIT 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:54:04.274Z] GIT_URL https://github.com/moby/moby.git [2022-02-12T01:54:04.274Z] HUDSON_COOKIE e95423a3-fa7b-4b86-bfc8-a3a8586f45d8 [2022-02-12T01:54:04.274Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-02-12T01:54:04.274Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-02-12T01:54:04.274Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-02-12T01:54:04.274Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-02-12T01:54:04.274Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-02-12T01:54:04.274Z] JENKINS_NODE_COOKIE b47a7727-133d-479b-9639-c06181b60fc5 [2022-02-12T01:54:04.274Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-02-12T01:54:04.274Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-02-12T01:54:04.274Z] JOB_BASE_NAME PR-43231 [2022-02-12T01:54:04.274Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/display/redirect [2022-02-12T01:54:04.274Z] JOB_NAME moby/PR-43231 [2022-02-12T01:54:04.274Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/ [2022-02-12T01:54:04.274Z] library.jps.version master [2022-02-12T01:54:04.274Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-02-12T01:54:04.274Z] NODE_LABELS amd64 azure azwin-2-d1afd1 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-02-12T01:54:04.274Z] NODE_NAME azwin-2-d1afd1 [2022-02-12T01:54:04.274Z] NUMBER_OF_PROCESSORS 4 [2022-02-12T01:54:04.274Z] OS Windows_NT [2022-02-12T01:54:04.274Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-02-12T01:54:04.274Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-02-12T01:54:04.274Z] PROCESSOR_ARCHITECTURE AMD64 [2022-02-12T01:54:04.274Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-02-12T01:54:04.274Z] PROCESSOR_LEVEL 6 [2022-02-12T01:54:04.274Z] PROCESSOR_REVISION 4f01 [2022-02-12T01:54:04.274Z] ProgramData C:\ProgramData [2022-02-12T01:54:04.274Z] ProgramFiles C:\Program Files [2022-02-12T01:54:04.274Z] ProgramFiles(x86) C:\Program Files (x86) [2022-02-12T01:54:04.274Z] ProgramW6432 C:\Program Files [2022-02-12T01:54:04.274Z] PROMPT $P$G [2022-02-12T01:54:04.274Z] PSExecutionPolicyPreference Bypass [2022-02-12T01:54:04.274Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-02-12T01:54:04.274Z] PUBLIC C:\Users\Public [2022-02-12T01:54:04.274Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/display/redirect?page=artif... [2022-02-12T01:54:04.274Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/display/redirect?page=changes [2022-02-12T01:54:04.274Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/display/redirect [2022-02-12T01:54:04.274Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/display/redirect?page=tests [2022-02-12T01:54:04.274Z] SKIP_VALIDATION_TESTS 1 [2022-02-12T01:54:04.274Z] SOURCES_DRIVE d [2022-02-12T01:54:04.274Z] SOURCES_SUBDIR gopath [2022-02-12T01:54:04.274Z] STAGE_NAME Run tests [2022-02-12T01:54:04.274Z] SystemDrive C: [2022-02-12T01:54:04.274Z] SystemRoot C:\Windows [2022-02-12T01:54:04.274Z] TEMP C:\Windows\TEMP [2022-02-12T01:54:04.274Z] TESTDEBUG 0 [2022-02-12T01:54:04.274Z] TESTRUN_DRIVE d [2022-02-12T01:54:04.274Z] TESTRUN_SUBDIR CI [2022-02-12T01:54:04.274Z] TIMEOUT 120m [2022-02-12T01:54:04.274Z] TMP C:\Windows\TEMP [2022-02-12T01:54:04.274Z] USERDOMAIN WORKGROUP [2022-02-12T01:54:04.274Z] USERNAME azwin-2-d1afd1$ [2022-02-12T01:54:04.274Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-02-12T01:54:04.274Z] windir C:\Windows [2022-02-12T01:54:04.274Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-02-12T01:54:04.274Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-02-12T01:54:04.274Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-02-12T01:54:04.274Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-02-12T01:54:04.274Z] [2022-02-12T01:54:04.274Z] [2022-02-12T01:54:04.274Z] [2022-02-12T01:54:04.485Z] #21 12.88 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-02-12T01:54:04.485Z] #21 12.88 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-02-12T01:54:04.485Z] #21 12.88 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-02-12T01:54:04.485Z] #21 12.88 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-02-12T01:54:04.485Z] #21 12.88 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-02-12T01:54:04.485Z] #21 12.88 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-02-12T01:54:04.485Z] #21 12.88 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-02-12T01:54:04.485Z] #21 12.93 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-02-12T01:54:04.485Z] #21 12.93 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-02-12T01:54:04.485Z] #21 12.94 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-12T01:54:04.485Z] #21 12.94 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-02-12T01:54:04.485Z] #21 13.02 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-02-12T01:54:04.528Z] [2022-02-12T01:54:04.528Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-02-12T01:54:04.528Z] #79 sha256:2cef546417f02ee717ca3ffb37f1816a1194c88bb663ee2b7ead98882543b70e [2022-02-12T01:54:04.528Z] #79 DONE 0.1s [2022-02-12T01:54:04.528Z] [2022-02-12T01:54:04.528Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-02-12T01:54:04.528Z] #80 sha256:6a0940e57e2518eba0268d93ed90f3b449bfeb3416493ceece32fd3f8c022f49 [2022-02-12T01:54:04.742Z] #21 9.601 Reading package lists... [2022-02-12T01:54:04.742Z] #21 13.02 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB] [2022-02-12T01:54:04.742Z] #21 13.02 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-02-12T01:54:04.742Z] #21 13.04 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-02-12T01:54:04.742Z] #21 13.05 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-02-12T01:54:04.742Z] #21 13.05 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-02-12T01:54:04.742Z] #21 13.30 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-02-12T01:54:04.743Z] INFO: Sources under d:\gopath\... [2022-02-12T01:54:04.743Z] INFO: Test run under d:\CI\... [2022-02-12T01:54:04.743Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-02-12T01:54:04.743Z] INFO: docker/docker repository was found [2022-02-12T01:54:04.743Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-02-12T01:54:04.999Z] #21 13.34 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-02-12T01:54:04.999Z] #21 13.39 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-02-12T01:54:04.999Z] #21 13.39 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-02-12T01:54:05.212Z] ltsc2022: Pulling from windows/servercore [2022-02-12T01:54:05.310Z] #21 11.73 Building dependency tree... [2022-02-12T01:54:05.564Z] #21 13.90 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:54:05.565Z] #21 14.01 Fetched 27.0 MB in 1s (19.8 MB/s) [2022-02-12T01:54:05.565Z] #21 14.08 Selecting previously unselected package pigz. [2022-02-12T01:54:05.565Z] #21 14.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 ... 24001 files and directories currently installed.) [2022-02-12T01:54:05.565Z] #21 14.12 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-02-12T01:54:05.758Z] Client: [2022-02-12T01:54:05.758Z] Version: 20.10.9 [2022-02-12T01:54:05.758Z] API version: 1.41 [2022-02-12T01:54:05.758Z] Go version: go1.16.8 [2022-02-12T01:54:05.758Z] Git commit: c2ea9bc [2022-02-12T01:54:05.758Z] Built: Mon Oct 4 16:11:10 2021 [2022-02-12T01:54:05.758Z] OS/Arch: windows/amd64 [2022-02-12T01:54:05.758Z] Context: default [2022-02-12T01:54:05.758Z] Experimental: true [2022-02-12T01:54:05.758Z] [2022-02-12T01:54:05.758Z] Server: Docker Engine - Community [2022-02-12T01:54:05.758Z] Engine: [2022-02-12T01:54:05.758Z] Version: 20.10.9 [2022-02-12T01:54:05.758Z] API version: 1.41 (minimum version 1.24) [2022-02-12T01:54:05.759Z] Go version: go1.16.8 [2022-02-12T01:54:05.759Z] Git commit: 79ea9d3 [2022-02-12T01:54:05.759Z] Built: Mon Oct 4 16:06:39 2021 [2022-02-12T01:54:05.759Z] OS/Arch: windows/amd64 [2022-02-12T01:54:05.759Z] Experimental: true [2022-02-12T01:54:05.822Z] #21 14.12 Unpacking pigz (2.6-1) ... [2022-02-12T01:54:05.822Z] #21 14.20 Selecting previously unselected package libelf1:arm64. [2022-02-12T01:54:05.822Z] #21 14.20 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-02-12T01:54:05.822Z] #21 14.21 Unpacking libelf1:arm64 (0.183-1) ... [2022-02-12T01:54:05.822Z] #21 14.31 Selecting previously unselected package libbpf0:arm64. [2022-02-12T01:54:05.822Z] #21 14.31 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-02-12T01:54:05.822Z] #21 14.31 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-02-12T01:54:05.822Z] #21 14.39 Selecting previously unselected package libcap2:arm64. [2022-02-12T01:54:05.879Z] #21 12.70 The following additional packages will be installed: [2022-02-12T01:54:05.879Z] #21 12.71 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-02-12T01:54:05.879Z] #21 12.71 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-02-12T01:54:05.879Z] #21 12.71 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-02-12T01:54:05.879Z] #21 12.71 python3-pkg-resources vim-runtime xxd [2022-02-12T01:54:05.879Z] #21 12.71 Suggested packages: [2022-02-12T01:54:05.879Z] #21 12.71 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-02-12T01:54:05.879Z] #21 12.71 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-02-12T01:54:05.879Z] #21 12.71 acl attr quota [2022-02-12T01:54:05.879Z] #21 12.71 Recommended packages: [2022-02-12T01:54:05.879Z] #21 12.71 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-02-12T01:54:05.909Z] #80 DONE 1.4s [2022-02-12T01:54:05.909Z] [2022-02-12T01:54:05.909Z] #81 exporting to image [2022-02-12T01:54:05.909Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-02-12T01:54:05.909Z] #81 exporting layers [2022-02-12T01:54:06.080Z] #21 14.39 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-02-12T01:54:06.080Z] #21 14.40 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-02-12T01:54:06.080Z] #21 14.49 Selecting previously unselected package libmnl0:arm64. [2022-02-12T01:54:06.080Z] #21 14.49 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-02-12T01:54:06.080Z] #21 14.50 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-02-12T01:54:06.080Z] #21 14.55 Selecting previously unselected package libxtables12:arm64. [2022-02-12T01:54:06.080Z] #21 14.55 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-02-12T01:54:06.080Z] #21 14.56 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-02-12T01:54:06.080Z] #21 14.61 Selecting previously unselected package libcap2-bin. [2022-02-12T01:54:06.197Z] 8f616e6e9eec: Pulling fs layer [2022-02-12T01:54:06.197Z] 898469748ff6: Pulling fs layer [2022-02-12T01:54:06.338Z] #21 14.61 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-02-12T01:54:06.338Z] #21 14.64 Unpacking libcap2-bin (1:2.44-1) ... [2022-02-12T01:54:06.338Z] #21 14.72 Selecting previously unselected package iproute2. [2022-02-12T01:54:06.338Z] #21 14.72 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-02-12T01:54:06.338Z] #21 14.72 Unpacking iproute2 (5.10.0-4) ... [Pipeline] sh [2022-02-12T01:54:06.596Z] #21 15.16 Selecting previously unselected package xxd. [2022-02-12T01:54:06.816Z] #21 13.75 The following NEW packages will be installed: [2022-02-12T01:54:06.816Z] #21 13.76 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-02-12T01:54:06.816Z] #21 13.76 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-02-12T01:54:06.816Z] #21 13.76 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-02-12T01:54:06.817Z] #21 13.76 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-02-12T01:54:06.817Z] #21 13.76 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-02-12T01:54:06.817Z] #21 13.76 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-02-12T01:54:06.817Z] #21 13.76 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-02-12T01:54:06.817Z] #21 13.76 xz-utils zip zstd [2022-02-12T01:54:06.854Z] #21 15.17 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-02-12T01:54:06.854Z] #21 15.17 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:06.854Z] #21 15.29 Selecting previously unselected package vim-common. [2022-02-12T01:54:07.076Z] #21 14.08 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:54:07.076Z] #21 14.08 Need to get 27.6 MB of archives. [2022-02-12T01:54:07.076Z] #21 14.08 After this operation, 106 MB of additional disk space will be used. [2022-02-12T01:54:07.076Z] #21 14.08 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-02-12T01:54:07.076Z] #21 14.08 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-02-12T01:54:07.076Z] #21 14.08 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-02-12T01:54:07.076Z] #21 14.08 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-02-12T01:54:07.076Z] #21 14.09 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-02-12T01:54:07.076Z] #21 14.09 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-02-12T01:54:07.076Z] #21 14.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-02-12T01:54:07.076Z] #21 14.09 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-02-12T01:54:07.076Z] #21 14.11 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-12T01:54:07.076Z] #21 14.12 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-12T01:54:07.076Z] #21 14.13 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-02-12T01:54:07.111Z] #21 15.29 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:54:07.111Z] #21 15.31 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:07.111Z] #21 15.44 Selecting previously unselected package bash-completion. [2022-02-12T01:54:07.111Z] #21 15.45 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-02-12T01:54:07.298Z] + docker info [2022-02-12T01:54:07.335Z] #21 14.13 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-02-12T01:54:07.335Z] #21 14.14 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-02-12T01:54:07.335Z] #21 14.14 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-02-12T01:54:07.335Z] #21 14.18 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-02-12T01:54:07.335Z] #21 14.18 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-02-12T01:54:07.335Z] #21 14.18 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-02-12T01:54:07.335Z] #21 14.18 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-02-12T01:54:07.335Z] #21 14.18 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-02-12T01:54:07.335Z] #21 14.19 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-02-12T01:54:07.335Z] #21 14.19 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-02-12T01:54:07.335Z] #21 14.19 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-02-12T01:54:07.335Z] #21 14.21 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-02-12T01:54:07.335Z] #21 14.21 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-02-12T01:54:07.335Z] #21 14.22 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-02-12T01:54:07.335Z] #21 14.22 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-02-12T01:54:07.335Z] #21 14.22 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-02-12T01:54:07.595Z] #21 14.56 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-02-12T01:54:07.595Z] #21 14.56 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-02-12T01:54:07.595Z] #21 14.56 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-02-12T01:54:07.595Z] #21 14.56 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-02-12T01:54:07.595Z] #21 14.56 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-02-12T01:54:07.595Z] #21 14.57 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-02-12T01:54:07.595Z] #21 14.57 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-02-12T01:54:07.595Z] #21 14.62 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-02-12T01:54:07.595Z] #21 14.63 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-02-12T01:54:07.595Z] #21 14.63 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-12T01:54:07.595Z] #21 14.64 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-02-12T01:54:07.595Z] #21 14.66 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-02-12T01:54:07.595Z] #21 14.67 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-02-12T01:54:07.854Z] #21 14.67 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-02-12T01:54:07.854Z] #21 14.71 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-02-12T01:54:07.854Z] #21 14.72 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-02-12T01:54:07.854Z] #21 14.73 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-02-12T01:54:08.113Z] #21 14.97 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-02-12T01:54:08.113Z] #21 15.02 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-02-12T01:54:08.113Z] #21 15.05 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-02-12T01:54:08.113Z] #21 15.06 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-02-12T01:54:08.682Z] #21 15.51 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:54:08.682Z] #21 15.61 Fetched 27.6 MB in 1s (21.4 MB/s) [2022-02-12T01:54:08.682Z] #21 15.66 Selecting previously unselected package pigz. [2022-02-12T01:54:08.682Z] #21 15.66 (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-02-12T01:54:08.682Z] #21 15.70 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-02-12T01:54:08.682Z] #21 15.71 Unpacking pigz (2.6-1) ... [2022-02-12T01:54:08.941Z] #21 15.78 Selecting previously unselected package libelf1:amd64. [2022-02-12T01:54:08.941Z] #21 15.80 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-02-12T01:54:08.941Z] #21 15.80 Unpacking libelf1:amd64 (0.183-1) ... [2022-02-12T01:54:09.008Z] #21 17.30 Unpacking bash-completion (1:2.11-2) ... [2022-02-12T01:54:09.200Z] #21 15.96 Selecting previously unselected package libbpf0:amd64. [2022-02-12T01:54:09.200Z] #21 15.96 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-02-12T01:54:09.200Z] #21 15.96 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-02-12T01:54:09.200Z] #21 16.04 Selecting previously unselected package libcap2:amd64. [2022-02-12T01:54:09.200Z] #21 16.04 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-02-12T01:54:09.200Z] #21 16.06 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-02-12T01:54:09.200Z] #21 16.11 Selecting previously unselected package libmnl0:amd64. [2022-02-12T01:54:09.200Z] #21 16.12 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-02-12T01:54:09.200Z] #21 16.12 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-02-12T01:54:09.200Z] #21 16.17 Selecting previously unselected package libxtables12:amd64. [2022-02-12T01:54:09.200Z] #21 16.17 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-02-12T01:54:09.460Z] #21 16.18 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-02-12T01:54:09.460Z] #21 16.23 Selecting previously unselected package libcap2-bin. [2022-02-12T01:54:09.460Z] #21 16.23 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-02-12T01:54:09.460Z] #21 16.24 Unpacking libcap2-bin (1:2.44-1) ... [2022-02-12T01:54:09.460Z] #21 16.34 Selecting previously unselected package iproute2. [2022-02-12T01:54:09.460Z] #21 16.34 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-02-12T01:54:09.460Z] #21 16.35 Unpacking iproute2 (5.10.0-4) ... [2022-02-12T01:54:09.573Z] #21 17.71 Selecting previously unselected package bzip2. [2022-02-12T01:54:09.573Z] #21 17.71 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-02-12T01:54:09.573Z] #21 17.71 Unpacking bzip2 (1.0.8-4) ... [2022-02-12T01:54:09.573Z] #21 17.78 Selecting previously unselected package xz-utils. [2022-02-12T01:54:09.573Z] #21 17.78 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ... [2022-02-12T01:54:09.573Z] #21 17.79 Unpacking xz-utils (5.2.5-2) ... [2022-02-12T01:54:09.573Z] #21 17.94 Selecting previously unselected package apparmor. [2022-02-12T01:54:09.573Z] #21 17.94 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-02-12T01:54:09.573Z] #21 18.00 Unpacking apparmor (2.13.6-10) ... [2022-02-12T01:54:09.591Z] #60 ... [2022-02-12T01:54:09.591Z] [2022-02-12T01:54:09.591Z] #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-02-12T01:54:09.591Z] #56 sha256:491d70e847e77a86704d929acfe2f4a2629ee8e965fc0b2465fba9554800ca77 [2022-02-12T01:54:09.591Z] #56 130.2 + mkdir -p /build [2022-02-12T01:54:09.591Z] #56 130.2 + cp runc /build/runc [2022-02-12T01:54:09.719Z] #21 16.70 Selecting previously unselected package xxd. [2022-02-12T01:54:09.719Z] #21 16.71 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-12T01:54:09.719Z] #21 16.71 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:09.831Z] #21 18.35 Selecting previously unselected package inetutils-ping. [2022-02-12T01:54:09.978Z] #21 16.82 Selecting previously unselected package vim-common. [2022-02-12T01:54:09.979Z] #21 16.82 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:54:09.979Z] #21 16.84 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:09.979Z] #21 17.02 Selecting previously unselected package bash-completion. [2022-02-12T01:54:09.979Z] #21 17.02 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-02-12T01:54:10.089Z] #21 18.35 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-02-12T01:54:10.089Z] #21 18.36 Unpacking inetutils-ping (2:2.0-1) ... [2022-02-12T01:54:10.089Z] #21 18.47 Selecting previously unselected package libip4tc2:arm64. [2022-02-12T01:54:10.089Z] #21 18.48 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-02-12T01:54:10.089Z] #21 18.49 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-02-12T01:54:10.089Z] #21 18.57 Selecting previously unselected package libip6tc2:arm64. [2022-02-12T01:54:10.346Z] #21 18.57 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-02-12T01:54:10.346Z] #21 18.59 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-02-12T01:54:10.346Z] #21 18.65 Selecting previously unselected package libnfnetlink0:arm64. [2022-02-12T01:54:10.346Z] #21 18.65 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-02-12T01:54:10.346Z] #21 18.66 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-02-12T01:54:10.346Z] #21 18.70 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-02-12T01:54:10.346Z] #21 18.71 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-02-12T01:54:10.346Z] #21 18.71 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-02-12T01:54:10.346Z] #21 18.76 Selecting previously unselected package libnftnl11:arm64. [2022-02-12T01:54:10.346Z] #21 18.77 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-02-12T01:54:10.346Z] #21 18.77 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-02-12T01:54:10.346Z] #21 18.83 Selecting previously unselected package iptables. [2022-02-12T01:54:10.604Z] #21 18.83 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-02-12T01:54:10.604Z] #21 18.83 Unpacking iptables (1.8.7-1) ... [2022-02-12T01:54:10.604Z] #21 19.11 Selecting previously unselected package libonig5:arm64. [2022-02-12T01:54:10.862Z] #21 19.11 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-02-12T01:54:10.862Z] #21 19.12 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-02-12T01:54:10.862Z] #21 19.25 Selecting previously unselected package libjq1:arm64. [2022-02-12T01:54:10.862Z] #21 19.25 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-02-12T01:54:10.862Z] #21 19.26 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-02-12T01:54:10.979Z] #56 DONE 131.5s [2022-02-12T01:54:10.979Z] [2022-02-12T01:54:10.979Z] #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-02-12T01:54:10.979Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:54:10.979Z] #51 232.9 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-02-12T01:54:10.979Z] #51 DONE 233.1s [2022-02-12T01:54:10.979Z] [2022-02-12T01:54:10.979Z] #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-02-12T01:54:10.979Z] #60 sha256:9e3ed3afc5a721a69b2fb6be929141684702dacab2b38f8b592fea43e5b51ce3 [2022-02-12T01:54:11.119Z] #21 19.36 Selecting previously unselected package jq. [2022-02-12T01:54:11.119Z] #21 19.37 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-02-12T01:54:11.119Z] #21 19.38 Unpacking jq (1.6-2.1) ... [2022-02-12T01:54:11.119Z] #21 19.47 Selecting previously unselected package libaio1:arm64. [2022-02-12T01:54:11.119Z] #21 19.47 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-02-12T01:54:11.119Z] #21 19.48 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-02-12T01:54:11.119Z] #21 19.54 Selecting previously unselected package libgpm2:arm64. [2022-02-12T01:54:11.119Z] #21 19.55 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-02-12T01:54:11.119Z] #21 19.55 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-02-12T01:54:11.119Z] #21 19.61 Selecting previously unselected package libicu67:arm64. [2022-02-12T01:54:11.376Z] #21 19.62 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-02-12T01:54:11.376Z] #21 19.63 Unpacking libicu67:arm64 (67.1-7) ... [2022-02-12T01:54:11.884Z] #21 18.62 Unpacking bash-completion (1:2.11-2) ... [2022-02-12T01:54:11.884Z] #21 18.97 Selecting previously unselected package bzip2. [2022-02-12T01:54:11.884Z] #21 18.98 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-02-12T01:54:12.143Z] #21 18.99 Unpacking bzip2 (1.0.8-4) ... [2022-02-12T01:54:12.143Z] #21 19.06 Selecting previously unselected package xz-utils. [2022-02-12T01:54:12.143Z] #21 19.08 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-02-12T01:54:12.143Z] #21 19.08 Unpacking xz-utils (5.2.5-2) ... [2022-02-12T01:54:12.403Z] #21 19.24 Selecting previously unselected package apparmor. [2022-02-12T01:54:12.403Z] #21 19.25 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-02-12T01:54:12.403Z] #21 19.30 Unpacking apparmor (2.13.6-10) ... [2022-02-12T01:54:12.970Z] #21 19.71 Selecting previously unselected package inetutils-ping. [2022-02-12T01:54:12.970Z] #21 19.72 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-02-12T01:54:12.970Z] #21 19.72 Unpacking inetutils-ping (2:2.0-1) ... [2022-02-12T01:54:12.970Z] #21 19.82 Selecting previously unselected package libip4tc2:amd64. [2022-02-12T01:54:12.970Z] #21 19.82 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-02-12T01:54:12.970Z] #21 19.83 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-02-12T01:54:12.970Z] #21 19.90 Selecting previously unselected package libip6tc2:amd64. [2022-02-12T01:54:12.970Z] #21 19.90 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-02-12T01:54:12.970Z] #21 19.92 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-02-12T01:54:13.229Z] #21 19.98 Selecting previously unselected package libnfnetlink0:amd64. [2022-02-12T01:54:13.229Z] #21 19.98 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-02-12T01:54:13.229Z] #21 19.98 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-02-12T01:54:13.229Z] #21 20.03 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-02-12T01:54:13.229Z] #21 20.04 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-02-12T01:54:13.229Z] #21 20.04 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-02-12T01:54:13.229Z] #21 20.11 Selecting previously unselected package libnftnl11:amd64. [2022-02-12T01:54:13.229Z] #21 20.12 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-02-12T01:54:13.229Z] #21 20.12 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-02-12T01:54:13.229Z] #21 20.19 Selecting previously unselected package iptables. [2022-02-12T01:54:13.229Z] #21 20.19 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-02-12T01:54:13.229Z] #21 20.21 Unpacking iptables (1.8.7-1) ... [2022-02-12T01:54:13.488Z] #21 20.48 Selecting previously unselected package libonig5:amd64. [2022-02-12T01:54:13.488Z] #21 20.48 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-02-12T01:54:13.488Z] #21 20.49 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:54:13.534Z] #60 ... [2022-02-12T01:54:13.534Z] [2022-02-12T01:54:13.534Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-02-12T01:54:13.534Z] #52 sha256:3b256c1a97bd9389cfab7c61c298e77cee1a4c1ccdcbbda14742dbb0484aafeb [2022-02-12T01:54:13.748Z] #21 20.60 Selecting previously unselected package libjq1:amd64. [2022-02-12T01:54:13.748Z] #21 20.60 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-02-12T01:54:13.748Z] #21 20.62 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:54:13.748Z] #21 20.71 Selecting previously unselected package jq. [2022-02-12T01:54:13.900Z] #21 22.37 Selecting previously unselected package libinih1:arm64. [2022-02-12T01:54:13.901Z] #21 22.38 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-02-12T01:54:13.901Z] #21 22.38 Unpacking libinih1:arm64 (53-1+b2) ... [2022-02-12T01:54:14.008Z] #21 20.72 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-02-12T01:54:14.008Z] #21 20.74 Unpacking jq (1.6-2.1) ... [2022-02-12T01:54:14.008Z] #21 20.80 Selecting previously unselected package libaio1:amd64. [2022-02-12T01:54:14.008Z] #21 20.80 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-02-12T01:54:14.008Z] #21 20.80 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-02-12T01:54:14.008Z] #21 20.85 Selecting previously unselected package libgpm2:amd64. [2022-02-12T01:54:14.008Z] #21 20.85 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-02-12T01:54:14.008Z] #21 20.86 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-02-12T01:54:14.008Z] #21 20.92 Selecting previously unselected package libicu67:amd64. [2022-02-12T01:54:14.008Z] #21 20.92 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-02-12T01:54:14.008Z] #21 20.93 Unpacking libicu67:amd64 (67.1-7) ... [2022-02-12T01:54:14.106Z] #52 DONE 0.7s [2022-02-12T01:54:14.106Z] [2022-02-12T01:54:14.106Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-02-12T01:54:14.106Z] #54 sha256:ec44762f30efc30ef5d34f51528d5cb4bcecb8348d9896a1abde046dde23310a [2022-02-12T01:54:14.106Z] #54 DONE 0.1s [2022-02-12T01:54:14.106Z] [2022-02-12T01:54:14.106Z] #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-02-12T01:54:14.106Z] #60 sha256:9e3ed3afc5a721a69b2fb6be929141684702dacab2b38f8b592fea43e5b51ce3 [2022-02-12T01:54:14.158Z] #21 22.43 Selecting previously unselected package libnet1:arm64. [2022-02-12T01:54:14.158Z] #21 22.45 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-02-12T01:54:14.158Z] #21 22.45 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:54:14.158Z] #21 22.56 Selecting previously unselected package libnl-3-200:arm64. [2022-02-12T01:54:14.158Z] #21 22.56 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-02-12T01:54:14.158Z] #21 22.57 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-02-12T01:54:14.158Z] #21 22.62 Selecting previously unselected package libprotobuf-c1:arm64. [2022-02-12T01:54:14.158Z] #21 22.63 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-02-12T01:54:14.158Z] #21 22.63 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-02-12T01:54:14.369Z] #60 ... [2022-02-12T01:54:14.369Z] [2022-02-12T01:54:14.369Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-02-12T01:54:14.369Z] #57 sha256:fa0e1d06b374ed21d8cb63d7114d83dbe505264986dadc927fb53191537aa13c [2022-02-12T01:54:14.369Z] #57 DONE 0.3s [2022-02-12T01:54:14.369Z] [2022-02-12T01:54:14.369Z] #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-02-12T01:54:14.369Z] #60 sha256:9e3ed3afc5a721a69b2fb6be929141684702dacab2b38f8b592fea43e5b51ce3 [2022-02-12T01:54:14.415Z] #21 22.66 Selecting previously unselected package net-tools. [2022-02-12T01:54:14.415Z] #21 22.67 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-02-12T01:54:14.415Z] #21 22.67 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-02-12T01:54:14.415Z] #21 22.78 Selecting previously unselected package patch. [2022-02-12T01:54:14.415Z] #21 22.78 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-02-12T01:54:14.415Z] #21 22.81 Unpacking patch (2.7.6-7) ... [2022-02-12T01:54:14.673Z] #21 22.90 Selecting previously unselected package python-pip-whl. [2022-02-12T01:54:14.673Z] #21 22.91 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-02-12T01:54:14.673Z] #21 22.91 Unpacking python-pip-whl (20.3.4-4) ... [2022-02-12T01:54:14.931Z] #21 23.32 Selecting previously unselected package python3-lib2to3. [2022-02-12T01:54:14.931Z] #21 23.33 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-02-12T01:54:14.931Z] #21 23.33 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-02-12T01:54:14.931Z] #21 23.39 Selecting previously unselected package python3-distutils. [2022-02-12T01:54:14.931Z] #21 23.41 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-02-12T01:54:14.931Z] #21 23.42 Unpacking python3-distutils (3.9.2-1) ... [2022-02-12T01:54:15.188Z] #21 23.54 Selecting previously unselected package python3-pkg-resources. [2022-02-12T01:54:15.188Z] #21 23.55 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-12T01:54:15.188Z] #21 23.55 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:54:15.445Z] #21 23.67 Selecting previously unselected package python3-setuptools. [2022-02-12T01:54:15.445Z] #21 23.69 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-02-12T01:54:15.445Z] #21 23.70 Unpacking python3-setuptools (52.0.0-4) ... [2022-02-12T01:54:15.703Z] #21 23.94 Selecting previously unselected package python3-wheel. [2022-02-12T01:54:15.703Z] #21 23.94 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-02-12T01:54:15.703Z] #21 23.95 Unpacking python3-wheel (0.34.2-1) ... [2022-02-12T01:54:15.703Z] #21 24.01 Selecting previously unselected package python3-pip. [2022-02-12T01:54:15.703Z] #21 24.01 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-02-12T01:54:15.703Z] #21 24.02 Unpacking python3-pip (20.3.4-4) ... [2022-02-12T01:54:15.960Z] #21 24.28 Selecting previously unselected package sudo. [2022-02-12T01:54:15.960Z] #21 24.29 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-02-12T01:54:15.960Z] #21 24.29 Unpacking sudo (1.9.5p2-3) ... [2022-02-12T01:54:16.018Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-02-12T01:54:16.018Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-8e6f662e\powershellScript.ps1'; exit $LASTEXITCODE; [2022-02-12T01:54:16.018Z] ---------------------------------------------------------------------------- [2022-02-12T01:54:16.018Z] [2022-02-12T01:54:16.018Z] INFO: executeCI.ps1 starting at Sat Feb 12 01:54:15 CUT 2022 [2022-02-12T01:54:16.018Z] [2022-02-12T01:54:16.018Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-02-12T01:54:16.018Z] INFO: Running git version 2.24.1.windows.2 [2022-02-12T01:54:16.018Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-02-12T01:54:16.018Z] INFO: Environment variables: [2022-02-12T01:54:16.018Z] [2022-02-12T01:54:16.018Z] Name Value [2022-02-12T01:54:16.018Z] ---- ----- [2022-02-12T01:54:16.018Z] ALLUSERSPROFILE C:\ProgramData [2022-02-12T01:54:16.018Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-02-12T01:54:16.018Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-02-12T01:54:16.018Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-02-12T01:54:16.018Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-02-12T01:54:16.018Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-02-12T01:54:16.018Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-02-12T01:54:16.018Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-02-12T01:54:16.018Z] BRANCH_NAME PR-43231 [2022-02-12T01:54:16.018Z] BUILD_DISPLAY_NAME #1 [2022-02-12T01:54:16.018Z] BUILD_ID 1 [2022-02-12T01:54:16.018Z] BUILD_NUMBER 1 [2022-02-12T01:54:16.018Z] BUILD_TAG jenkins-moby-PR-43231-1 [2022-02-12T01:54:16.018Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/ [2022-02-12T01:54:16.018Z] CHANGE_AUTHOR corhere [2022-02-12T01:54:16.018Z] CHANGE_AUTHOR_DISPLAY_NAME Cory Snider [2022-02-12T01:54:16.018Z] CHANGE_AUTHOR_EMAIL csnider@mirantis.com [2022-02-12T01:54:16.018Z] CHANGE_BRANCH logreader-testsuite [2022-02-12T01:54:16.018Z] CHANGE_FORK corhere [2022-02-12T01:54:16.018Z] CHANGE_ID 43231 [2022-02-12T01:54:16.018Z] CHANGE_TARGET master [2022-02-12T01:54:16.018Z] CHANGE_TITLE Add test suite for `LogReader` implementations [2022-02-12T01:54:16.018Z] CHANGE_URL https://github.com/moby/moby/pull/43231 [2022-02-12T01:54:16.018Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-12T01:54:16.018Z] CommonProgramFiles C:\Program Files\Common Files [2022-02-12T01:54:16.018Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-02-12T01:54:16.018Z] CommonProgramW6432 C:\Program Files\Common Files [2022-02-12T01:54:16.018Z] COMPUTERNAME azwin-2-d1afd0 [2022-02-12T01:54:16.018Z] ComSpec C:\Windows\system32\cmd.exe [2022-02-12T01:54:16.018Z] ConfigSequenceNumber 0 [2022-02-12T01:54:16.018Z] DOCKER_BUILDKIT 0 [2022-02-12T01:54:16.018Z] DOCKER_DUT_DEBUG 1 [2022-02-12T01:54:16.018Z] DOCKER_EXPERIMENTAL 1 [2022-02-12T01:54:16.018Z] DOCKER_GRAPHDRIVER overlay2 [2022-02-12T01:54:16.018Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-02-12T01:54:16.018Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-02-12T01:54:16.018Z] EXECUTOR_NUMBER 0 [2022-02-12T01:54:16.018Z] FQDN azwin-2-d1afd0.westus.cloudapp.azure.com [2022-02-12T01:54:16.018Z] GIT_BRANCH PR-43231 [2022-02-12T01:54:16.018Z] GIT_COMMIT 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:54:16.018Z] GIT_URL https://github.com/moby/moby.git [2022-02-12T01:54:16.018Z] HUDSON_COOKIE 2df2aa53-aad1-42b6-bf77-052c1e01c901 [2022-02-12T01:54:16.018Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-02-12T01:54:16.018Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-02-12T01:54:16.018Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-02-12T01:54:16.018Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-02-12T01:54:16.018Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-02-12T01:54:16.018Z] JENKINS_NODE_COOKIE 745a921c-5e12-4234-817b-cc17e6bd5007 [2022-02-12T01:54:16.018Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-02-12T01:54:16.018Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-02-12T01:54:16.018Z] JOB_BASE_NAME PR-43231 [2022-02-12T01:54:16.018Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/display/redirect [2022-02-12T01:54:16.018Z] JOB_NAME moby/PR-43231 [2022-02-12T01:54:16.018Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/ [2022-02-12T01:54:16.018Z] library.jps.version master [2022-02-12T01:54:16.018Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-02-12T01:54:16.018Z] NODE_LABELS amd64 azure azwin-2-d1afd0 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-02-12T01:54:16.018Z] NODE_NAME azwin-2-d1afd0 [2022-02-12T01:54:16.018Z] NUMBER_OF_PROCESSORS 4 [2022-02-12T01:54:16.018Z] OS Windows_NT [2022-02-12T01:54:16.018Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-02-12T01:54:16.018Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-02-12T01:54:16.018Z] PROCESSOR_ARCHITECTURE AMD64 [2022-02-12T01:54:16.018Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-02-12T01:54:16.018Z] PROCESSOR_LEVEL 6 [2022-02-12T01:54:16.018Z] PROCESSOR_REVISION 4f01 [2022-02-12T01:54:16.018Z] ProgramData C:\ProgramData [2022-02-12T01:54:16.018Z] ProgramFiles C:\Program Files [2022-02-12T01:54:16.018Z] ProgramFiles(x86) C:\Program Files (x86) [2022-02-12T01:54:16.018Z] ProgramW6432 C:\Program Files [2022-02-12T01:54:16.019Z] PROMPT $P$G [2022-02-12T01:54:16.019Z] PSExecutionPolicyPreference Bypass [2022-02-12T01:54:16.019Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-02-12T01:54:16.019Z] PUBLIC C:\Users\Public [2022-02-12T01:54:16.019Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/display/redirect?page=artif... [2022-02-12T01:54:16.019Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/display/redirect?page=changes [2022-02-12T01:54:16.019Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/display/redirect [2022-02-12T01:54:16.019Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/display/redirect?page=tests [2022-02-12T01:54:16.019Z] SKIP_VALIDATION_TESTS 1 [2022-02-12T01:54:16.019Z] SOURCES_DRIVE d [2022-02-12T01:54:16.019Z] SOURCES_SUBDIR gopath [2022-02-12T01:54:16.019Z] STAGE_NAME Run tests [2022-02-12T01:54:16.019Z] SystemDrive C: [2022-02-12T01:54:16.019Z] SystemRoot C:\Windows [2022-02-12T01:54:16.019Z] TEMP C:\Windows\TEMP [2022-02-12T01:54:16.019Z] TESTDEBUG 0 [2022-02-12T01:54:16.019Z] TESTRUN_DRIVE d [2022-02-12T01:54:16.019Z] TESTRUN_SUBDIR CI [2022-02-12T01:54:16.019Z] TIMEOUT 120m [2022-02-12T01:54:16.019Z] TMP C:\Windows\TEMP [2022-02-12T01:54:16.019Z] USERDOMAIN WORKGROUP [2022-02-12T01:54:16.019Z] USERNAME azwin-2-d1afd0$ [2022-02-12T01:54:16.019Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-02-12T01:54:16.019Z] windir C:\Windows [2022-02-12T01:54:16.019Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-02-12T01:54:16.019Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-02-12T01:54:16.019Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-02-12T01:54:16.019Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-02-12T01:54:16.019Z] [2022-02-12T01:54:16.019Z] [2022-02-12T01:54:16.019Z] [2022-02-12T01:54:16.475Z] #21 24.68 Selecting previously unselected package thin-provisioning-tools. [2022-02-12T01:54:16.475Z] #21 24.69 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-02-12T01:54:16.475Z] #21 24.69 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-02-12T01:54:16.475Z] #21 24.84 Selecting previously unselected package uidmap. [2022-02-12T01:54:16.475Z] #21 24.85 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-02-12T01:54:16.475Z] #21 24.85 Unpacking uidmap (1:4.8.1-1) ... [2022-02-12T01:54:16.732Z] #21 25.00 Selecting previously unselected package vim-runtime. [2022-02-12T01:54:16.732Z] #21 25.03 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:54:16.732Z] #21 25.06 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-02-12T01:54:16.732Z] #21 25.07 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-02-12T01:54:16.732Z] #21 25.10 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:17.295Z] #21 24.00 Selecting previously unselected package libinih1:amd64. [2022-02-12T01:54:17.295Z] #21 24.01 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-02-12T01:54:17.295Z] #21 24.01 Unpacking libinih1:amd64 (53-1+b2) ... [2022-02-12T01:54:17.295Z] #21 24.07 Selecting previously unselected package libnet1:amd64. [2022-02-12T01:54:17.295Z] #21 24.07 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-02-12T01:54:17.295Z] #21 24.08 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:54:17.295Z] #21 24.15 Selecting previously unselected package libnl-3-200:amd64. [2022-02-12T01:54:17.295Z] #21 24.16 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-02-12T01:54:17.295Z] #21 24.16 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:54:17.549Z] INFO: Sources under d:\gopath\... [2022-02-12T01:54:17.549Z] INFO: Test run under d:\CI\... [2022-02-12T01:54:17.549Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-02-12T01:54:17.549Z] INFO: docker/docker repository was found [2022-02-12T01:54:17.554Z] #21 24.25 Selecting previously unselected package libprotobuf-c1:amd64. [2022-02-12T01:54:17.554Z] #21 24.25 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-02-12T01:54:17.554Z] #21 24.26 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:54:17.554Z] #21 24.31 Selecting previously unselected package net-tools. [2022-02-12T01:54:17.554Z] #21 24.31 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-02-12T01:54:17.554Z] #21 24.31 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-02-12T01:54:17.554Z] #21 24.45 Selecting previously unselected package patch. [2022-02-12T01:54:17.554Z] #21 24.47 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-02-12T01:54:17.554Z] #21 24.47 Unpacking patch (2.7.6-7) ... [2022-02-12T01:54:17.813Z] #21 24.55 Selecting previously unselected package python-pip-whl. [2022-02-12T01:54:17.813Z] #21 24.57 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-02-12T01:54:17.813Z] #21 24.57 Unpacking python-pip-whl (20.3.4-4) ... [2022-02-12T01:54:18.014Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-02-12T01:54:18.072Z] #21 25.10 Selecting previously unselected package python3-lib2to3. [2022-02-12T01:54:18.073Z] #21 25.10 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-02-12T01:54:18.332Z] #21 25.11 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-02-12T01:54:18.332Z] #21 25.23 Selecting previously unselected package python3-distutils. [2022-02-12T01:54:18.332Z] #21 25.24 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-02-12T01:54:18.332Z] #21 25.24 Unpacking python3-distutils (3.9.2-1) ... [2022-02-12T01:54:18.473Z] ltsc2022: Pulling from windows/servercore [2022-02-12T01:54:18.473Z] 8f616e6e9eec: Pulling fs layer [2022-02-12T01:54:18.473Z] 898469748ff6: Pulling fs layer [2022-02-12T01:54:18.590Z] #21 25.45 Selecting previously unselected package python3-pkg-resources. [2022-02-12T01:54:18.590Z] #21 25.45 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-12T01:54:18.590Z] #21 25.45 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:54:18.590Z] #21 25.58 Selecting previously unselected package python3-setuptools. [2022-02-12T01:54:18.590Z] #21 25.58 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-02-12T01:54:18.590Z] #21 25.58 Unpacking python3-setuptools (52.0.0-4) ... [2022-02-12T01:54:18.714Z] 898469748ff6: Verifying Checksum [2022-02-12T01:54:18.714Z] 898469748ff6: Download complete [2022-02-12T01:54:18.849Z] #21 25.81 Selecting previously unselected package python3-wheel. [2022-02-12T01:54:18.849Z] #21 25.83 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-02-12T01:54:18.849Z] #21 25.84 Unpacking python3-wheel (0.34.2-1) ... [2022-02-12T01:54:18.849Z] #21 25.90 Selecting previously unselected package python3-pip. [2022-02-12T01:54:19.109Z] #21 25.92 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-02-12T01:54:19.109Z] #21 25.92 Unpacking python3-pip (20.3.4-4) ... [2022-02-12T01:54:19.253Z] #21 27.78 Selecting previously unselected package vim. [2022-02-12T01:54:19.368Z] #21 26.17 Selecting previously unselected package sudo. [2022-02-12T01:54:19.368Z] #21 26.18 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-02-12T01:54:19.368Z] #21 26.18 Unpacking sudo (1.9.5p2-3) ... [2022-02-12T01:54:19.511Z] #21 27.78 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-02-12T01:54:19.511Z] #21 27.80 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:19.937Z] #21 26.64 Selecting previously unselected package thin-provisioning-tools. [2022-02-12T01:54:19.937Z] #21 26.65 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-02-12T01:54:19.937Z] #21 26.65 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-02-12T01:54:19.937Z] #21 26.84 Selecting previously unselected package uidmap. [2022-02-12T01:54:19.937Z] #21 26.85 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-02-12T01:54:19.937Z] #21 26.85 Unpacking uidmap (1:4.8.1-1) ... [2022-02-12T01:54:19.937Z] #21 26.99 Selecting previously unselected package vim-runtime. [2022-02-12T01:54:19.937Z] #21 26.99 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-12T01:54:19.937Z] #21 27.00 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-02-12T01:54:19.988Z] #60 193.8 + bin/containerd [2022-02-12T01:54:20.074Z] #21 28.24 Selecting previously unselected package xfsprogs. [2022-02-12T01:54:20.074Z] #21 28.25 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-02-12T01:54:20.074Z] #21 28.26 Unpacking xfsprogs (5.10.0-4) ... [2022-02-12T01:54:20.074Z] #21 28.63 Selecting previously unselected package zip. [2022-02-12T01:54:20.197Z] #21 27.03 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-02-12T01:54:20.197Z] #21 27.04 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:20.330Z] #21 28.64 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-02-12T01:54:20.330Z] #21 28.65 Unpacking zip (3.0-12) ... [2022-02-12T01:54:20.586Z] #21 28.80 Selecting previously unselected package zstd. [2022-02-12T01:54:20.586Z] #21 28.81 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-02-12T01:54:20.586Z] #21 28.81 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-02-12T01:54:20.843Z] #21 29.09 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:54:21.408Z] #21 29.86 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-02-12T01:54:21.408Z] #21 29.87 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-02-12T01:54:21.408Z] #21 29.88 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-02-12T01:54:21.408Z] #21 29.90 Setting up libicu67:arm64 (67.1-7) ... [2022-02-12T01:54:21.408Z] #21 29.91 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-02-12T01:54:21.408Z] #21 29.92 Setting up libinih1:arm64 (53-1+b2) ... [2022-02-12T01:54:21.408Z] #21 29.93 Setting up uidmap (1:4.8.1-1) ... [2022-02-12T01:54:21.665Z] #21 29.94 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:54:21.665Z] #21 29.96 Setting up bzip2 (1.0.8-4) ... [2022-02-12T01:54:21.665Z] #21 29.97 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-02-12T01:54:21.665Z] #21 29.98 Setting up python3-wheel (0.34.2-1) ... [2022-02-12T01:54:22.122Z] Client: [2022-02-12T01:54:22.122Z] Context: default [2022-02-12T01:54:22.122Z] Debug Mode: false [2022-02-12T01:54:22.122Z] Plugins: [2022-02-12T01:54:22.122Z] app: Docker Application (Docker Inc., v0.8.0) [2022-02-12T01:54:22.122Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-02-12T01:54:22.122Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-02-12T01:54:22.122Z] [2022-02-12T01:54:22.122Z] Server: [2022-02-12T01:54:22.122Z] Containers: 0 [2022-02-12T01:54:22.122Z] Running: 0 [2022-02-12T01:54:22.122Z] Paused: 0 [2022-02-12T01:54:22.122Z] Stopped: 0 [2022-02-12T01:54:22.122Z] Images: 0 [2022-02-12T01:54:22.122Z] Server Version: 20.10.9 [2022-02-12T01:54:22.122Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-02-12T01:54:22.122Z] Windows: [2022-02-12T01:54:22.122Z] LCOW: [2022-02-12T01:54:22.122Z] Logging Driver: json-file [2022-02-12T01:54:22.122Z] Plugins: [2022-02-12T01:54:22.122Z] Volume: local [2022-02-12T01:54:22.122Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-12T01:54:22.122Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-12T01:54:22.122Z] Swarm: inactive [2022-02-12T01:54:22.122Z] Default Isolation: process [2022-02-12T01:54:22.122Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-02-12T01:54:22.122Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-02-12T01:54:22.122Z] OSType: windows [2022-02-12T01:54:22.122Z] Architecture: x86_64 [2022-02-12T01:54:22.122Z] CPUs: 4 [2022-02-12T01:54:22.122Z] Total Memory: 32GiB [2022-02-12T01:54:22.122Z] Name: azwin-2-b192c0 [2022-02-12T01:54:22.122Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-02-12T01:54:22.122Z] Docker Root Dir: D:\docker [2022-02-12T01:54:22.122Z] Debug Mode: false [2022-02-12T01:54:22.122Z] Registry: https://index.docker.io/v1/ [2022-02-12T01:54:22.122Z] Labels: [2022-02-12T01:54:22.122Z] Experimental: true [2022-02-12T01:54:22.122Z] Insecure Registries: [2022-02-12T01:54:22.122Z] 10.0.0.4:5000 [2022-02-12T01:54:22.123Z] 127.0.0.0/8 [2022-02-12T01:54:22.123Z] Registry Mirrors: [2022-02-12T01:54:22.123Z] http://10.0.0.4:5000/ [2022-02-12T01:54:22.123Z] Live Restore Enabled: false [2022-02-12T01:54:22.123Z] Product License: Community Engine [2022-02-12T01:54:22.123Z] [2022-02-12T01:54:22.238Z] #21 30.56 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:22.239Z] #21 30.58 Setting up libcap2:arm64 (1:2.44-1) ... [2022-02-12T01:54:22.239Z] #21 30.60 Setting up libcap2-bin (1:2.44-1) ... [2022-02-12T01:54:22.239Z] #21 30.63 Setting up apparmor (2.13.6-10) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-02-12T01:54:22.991Z] #21 29.73 Selecting previously unselected package vim. [2022-02-12T01:54:22.991Z] #21 29.74 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-12T01:54:22.991Z] #21 29.76 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:23.250Z] #21 30.26 Selecting previously unselected package xfsprogs. [2022-02-12T01:54:23.250Z] #21 30.26 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-02-12T01:54:23.250Z] #21 30.27 Unpacking xfsprogs (5.10.0-4) ... [2022-02-12T01:54:23.273Z] #60 ... [2022-02-12T01:54:23.273Z] [2022-02-12T01:54:23.273Z] #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-02-12T01:54:23.273Z] #56 sha256:d9bfefec24f2bde0fa61fe0cad725dedb23014bf093d09f2e00490c54fecbcfe [2022-02-12T01:54:23.273Z] #56 129.1 + mkdir -p /build [2022-02-12T01:54:23.273Z] #56 129.1 + cp runc /build/runc [2022-02-12T01:54:23.819Z] #21 30.64 Selecting previously unselected package zip. [2022-02-12T01:54:23.819Z] #21 30.65 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-02-12T01:54:23.819Z] #21 30.65 Unpacking zip (3.0-12) ... [2022-02-12T01:54:24.016Z] #81 exporting layers 15.5s done [2022-02-12T01:54:24.016Z] #81 writing image sha256:4c8629a06cda21ddfdaf1d4a71e24e4cdb80628e7b97c6e299d40478d51bbe99 done [2022-02-12T01:54:24.016Z] #81 naming to docker.io/library/docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 done [2022-02-12T01:54:24.016Z] #81 DONE 15.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-02-12T01:54:24.078Z] #21 30.80 Selecting previously unselected package zstd. [2022-02-12T01:54:24.078Z] #21 30.80 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-02-12T01:54:24.078Z] #21 30.81 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-02-12T01:54:24.165Z] #21 32.35 Setting up zip (3.0-12) ... [2022-02-12T01:54:24.165Z] #21 32.36 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:24.165Z] #21 32.39 Setting up bash-completion (1:2.11-2) ... [2022-02-12T01:54:24.216Z] #56 DONE 131.5s [2022-02-12T01:54:24.216Z] [2022-02-12T01:54:24.216Z] #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-02-12T01:54:24.216Z] #60 sha256:58dbbfa98ba5a12414bccc1baaffee8659b401c1ccda978be7513d8196283325 [2022-02-12T01:54:24.337Z] #21 31.14 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-12T01:54:24.350Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43231/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43231/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 hack/validate/default [2022-02-12T01:54:24.906Z] #21 31.88 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-02-12T01:54:24.906Z] #21 31.90 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-02-12T01:54:24.906Z] #21 31.91 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-02-12T01:54:24.906Z] #21 31.92 Setting up libicu67:amd64 (67.1-7) ... [2022-02-12T01:54:24.906Z] #21 31.93 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-02-12T01:54:25.165Z] #21 31.94 Setting up libinih1:amd64 (53-1+b2) ... [2022-02-12T01:54:25.165Z] #21 31.95 Setting up uidmap (1:4.8.1-1) ... [2022-02-12T01:54:25.165Z] #21 31.96 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-12T01:54:25.165Z] #21 31.97 Setting up bzip2 (1.0.8-4) ... [2022-02-12T01:54:25.165Z] #21 31.98 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-12T01:54:25.165Z] #21 32.00 Setting up python3-wheel (0.34.2-1) ... [2022-02-12T01:54:25.733Z] #21 32.57 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:25.733Z] #21 32.58 Setting up libcap2:amd64 (1:2.44-1) ... [2022-02-12T01:54:25.733Z] #21 32.59 Setting up libcap2-bin (1:2.44-1) ... [2022-02-12T01:54:25.733Z] #21 32.60 Setting up apparmor (2.13.6-10) ... [2022-02-12T01:54:26.059Z] #21 34.33 Setting up xz-utils (5.2.5-2) ... [2022-02-12T01:54:26.059Z] #21 34.35 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-02-12T01:54:26.111Z] #60 ... [2022-02-12T01:54:26.111Z] [2022-02-12T01:54:26.111Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-12T01:54:26.111Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:54:26.111Z] #51 232.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-02-12T01:54:26.111Z] #51 DONE 232.8s [2022-02-12T01:54:26.111Z] [2022-02-12T01:54:26.111Z] #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-02-12T01:54:26.111Z] #60 sha256:58dbbfa98ba5a12414bccc1baaffee8659b401c1ccda978be7513d8196283325 [2022-02-12T01:54:26.261Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-02-12T01:54:26.261Z] No api/types/ or api/swagger.yaml changes in diff. [2022-02-12T01:54:26.261Z] Congratulations! All TOML source files changed here have valid syntax. [2022-02-12T01:54:26.261Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-02-12T01:54:26.261Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-02-12T01:54:26.261Z] Congratulations! No new tests were added to integration-cli. [2022-02-12T01:54:26.261Z] [2022-02-12T01:54:26.261Z] INFO Start validation with golang-ci-lint [2022-02-12T01:54:26.316Z] #21 34.73 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-02-12T01:54:26.316Z] #21 34.76 Setting up patch (2.7.6-7) ... [2022-02-12T01:54:26.316Z] #21 34.78 Setting up sudo (1.9.5p2-3) ... [2022-02-12T01:54:26.316Z] #21 34.85 invoke-rc.d: could not determine current runlevel [2022-02-12T01:54:26.522Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-02-12T01:54:26.522Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-02-12T01:54:26.522Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-02-12T01:54:26.573Z] #21 34.86 invoke-rc.d: policy-rc.d denied execution of start. [2022-02-12T01:54:26.573Z] #21 34.87 Setting up xfsprogs (5.10.0-4) ... [2022-02-12T01:54:26.573Z] #21 34.89 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-02-12T01:54:26.573Z] #21 34.90 Setting up inetutils-ping (2:2.0-1) ... [2022-02-12T01:54:26.573Z] #21 34.93 Setting up pigz (2.6-1) ... [2022-02-12T01:54:26.573Z] #21 34.94 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-02-12T01:54:26.573Z] #21 34.98 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-02-12T01:54:26.573Z] #21 35.00 Setting up python-pip-whl (20.3.4-4) ... [2022-02-12T01:54:26.573Z] #21 35.02 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:27.041Z] #60 ... [2022-02-12T01:54:27.041Z] [2022-02-12T01:54:27.041Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-02-12T01:54:27.041Z] #52 sha256:02254c8e63a34ecada7fa60998bf0f778af614f5265b9caa94d237d140a29351 [2022-02-12T01:54:27.113Z] #21 33.98 Setting up zip (3.0-12) ... [2022-02-12T01:54:27.113Z] #21 33.99 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:27.113Z] #21 34.01 Setting up bash-completion (1:2.11-2) ... [2022-02-12T01:54:27.136Z] #21 35.55 Setting up libaio1:arm64 (0.3.112-9) ... [2022-02-12T01:54:27.136Z] #21 35.56 Setting up python3-lib2to3 (3.9.2-1) ... [2022-02-12T01:54:27.298Z] #52 DONE 0.2s [2022-02-12T01:54:27.298Z] [2022-02-12T01:54:27.298Z] #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-02-12T01:54:27.298Z] #60 sha256:58dbbfa98ba5a12414bccc1baaffee8659b401c1ccda978be7513d8196283325 [2022-02-12T01:54:27.298Z] #60 ... [2022-02-12T01:54:27.298Z] [2022-02-12T01:54:27.298Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-02-12T01:54:27.299Z] #54 sha256:23eb9efe15f57682f67676e40c1632c5f0ccc98c3801cce34c07e21462be0a2c [2022-02-12T01:54:27.299Z] #54 DONE 0.1s [2022-02-12T01:54:27.299Z] [2022-02-12T01:54:27.299Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-02-12T01:54:27.299Z] #57 sha256:03e3f113d946a82b0098c3f02f0ab5aec6b47ae7421f1211159d152aca5949de [2022-02-12T01:54:27.556Z] #57 DONE 0.3s [2022-02-12T01:54:27.556Z] [2022-02-12T01:54:27.556Z] #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-02-12T01:54:27.556Z] #60 sha256:58dbbfa98ba5a12414bccc1baaffee8659b401c1ccda978be7513d8196283325 [2022-02-12T01:54:27.700Z] #21 35.98 Setting up libelf1:arm64 (0.183-1) ... [2022-02-12T01:54:27.700Z] #21 36.00 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-02-12T01:54:27.700Z] #21 36.01 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-02-12T01:54:27.700Z] #21 36.02 Setting up python3-distutils (3.9.2-1) ... [2022-02-12T01:54:27.957Z] #21 36.41 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:28.214Z] #21 36.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-02-12T01:54:28.215Z] #21 36.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-02-12T01:54:28.215Z] #21 36.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-02-12T01:54:28.215Z] #21 36.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-02-12T01:54:28.215Z] #21 36.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-02-12T01:54:28.215Z] #21 36.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-02-12T01:54:28.215Z] #21 36.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-02-12T01:54:28.215Z] #21 36.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-02-12T01:54:28.215Z] #21 36.50 Setting up python3-setuptools (52.0.0-4) ... [2022-02-12T01:54:29.586Z] #21 37.88 Setting up libjq1:arm64 (1.6-2.1) ... [2022-02-12T01:54:29.586Z] #21 37.89 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-02-12T01:54:29.586Z] #21 37.90 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-02-12T01:54:29.586Z] #21 37.92 Setting up python3-pip (20.3.4-4) ... [2022-02-12T01:54:29.660Z] #21 36.13 Setting up xz-utils (5.2.5-2) ... [2022-02-12T01:54:29.660Z] #21 36.23 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-02-12T01:54:29.660Z] #21 36.26 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-02-12T01:54:29.660Z] #21 36.30 Setting up patch (2.7.6-7) ... [2022-02-12T01:54:29.660Z] #21 36.35 Setting up sudo (1.9.5p2-3) ... [2022-02-12T01:54:29.660Z] #21 36.43 invoke-rc.d: could not determine current runlevel [2022-02-12T01:54:29.660Z] #21 36.44 invoke-rc.d: policy-rc.d denied execution of start. [2022-02-12T01:54:29.660Z] #21 36.45 Setting up xfsprogs (5.10.0-4) ... [2022-02-12T01:54:29.660Z] #21 36.46 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-02-12T01:54:29.660Z] #21 36.47 Setting up inetutils-ping (2:2.0-1) ... [2022-02-12T01:54:29.660Z] #21 36.49 Setting up pigz (2.6-1) ... [2022-02-12T01:54:29.660Z] #21 36.50 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-02-12T01:54:29.660Z] #21 36.51 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-12T01:54:29.660Z] #21 36.53 Setting up python-pip-whl (20.3.4-4) ... [2022-02-12T01:54:29.660Z] #21 36.54 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:30.516Z] #21 38.95 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-02-12T01:54:30.516Z] #21 38.97 Setting up jq (1.6-2.1) ... [2022-02-12T01:54:30.516Z] #21 38.98 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-02-12T01:54:30.516Z] #21 38.99 Setting up iptables (1.8.7-1) ... [2022-02-12T01:54:30.516Z] #21 39.00 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-12T01:54:30.516Z] #21 39.00 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-12T01:54:30.516Z] #21 39.01 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-12T01:54:30.516Z] #21 39.02 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-12T01:54:30.516Z] #21 39.02 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-02-12T01:54:30.516Z] #21 39.03 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-02-12T01:54:30.632Z] #21 37.24 Setting up libaio1:amd64 (0.3.112-9) ... [2022-02-12T01:54:30.632Z] #21 37.26 Setting up python3-lib2to3 (3.9.2-1) ... [2022-02-12T01:54:30.774Z] #21 39.04 Setting up iproute2 (5.10.0-4) ... [2022-02-12T01:54:30.893Z] #21 37.68 Setting up libelf1:amd64 (0.183-1) ... [2022-02-12T01:54:30.893Z] #21 37.70 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-02-12T01:54:30.893Z] #21 37.72 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-02-12T01:54:30.893Z] #21 37.75 Setting up python3-distutils (3.9.2-1) ... [2022-02-12T01:54:31.032Z] #21 39.35 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:54:31.419Z] #21 38.26 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-02-12T01:54:31.419Z] #21 38.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-02-12T01:54:31.419Z] #21 38.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-02-12T01:54:31.419Z] #21 38.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-02-12T01:54:31.419Z] #21 38.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-02-12T01:54:31.419Z] #21 38.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-02-12T01:54:31.419Z] #21 38.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-02-12T01:54:31.419Z] #21 38.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-02-12T01:54:31.419Z] #21 38.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-02-12T01:54:31.419Z] #21 38.35 Setting up python3-setuptools (52.0.0-4) ... [2022-02-12T01:54:31.963Z] #21 DONE 40.5s [2022-02-12T01:54:31.963Z] [2022-02-12T01:54:31.963Z] #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-02-12T01:54:31.963Z] #43 sha256:15e6f1e0758974ec0732318b13797e83c8e744f5cfddb806215bbc82680f9355 [2022-02-12T01:54:32.220Z] #43 ... [2022-02-12T01:54:32.220Z] [2022-02-12T01:54:32.220Z] #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-02-12T01:54:32.220Z] #22 sha256:09eced093a07377984af5193118937a4bbe85c23b5aa55217a4a90cced512d08 [2022-02-12T01:54:32.784Z] #22 0.555 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-02-12T01:54:32.784Z] #22 0.560 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-02-12T01:54:32.784Z] #22 0.563 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-02-12T01:54:32.784Z] #22 DONE 0.6s [2022-02-12T01:54:32.784Z] [2022-02-12T01:54:32.784Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-02-12T01:54:32.784Z] #23 sha256:87bac903f353f1463ce3ca14555ca78b7b11df3fc7e2a081d828af891a131cea [2022-02-12T01:54:33.320Z] #21 39.80 Setting up libjq1:amd64 (1.6-2.1) ... [2022-02-12T01:54:33.320Z] #21 39.82 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-02-12T01:54:33.320Z] #21 39.83 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-02-12T01:54:33.320Z] #21 39.84 Setting up python3-pip (20.3.4-4) ... [2022-02-12T01:54:33.891Z] #21 40.91 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-02-12T01:54:34.151Z] #21 40.92 Setting up jq (1.6-2.1) ... [2022-02-12T01:54:34.151Z] #21 40.94 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-02-12T01:54:34.151Z] #21 40.95 Setting up iptables (1.8.7-1) ... [2022-02-12T01:54:34.151Z] #21 40.96 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-12T01:54:34.151Z] #21 40.97 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-12T01:54:34.151Z] #21 40.97 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-12T01:54:34.151Z] #21 40.97 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-12T01:54:34.151Z] #21 40.98 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-02-12T01:54:34.151Z] #21 40.99 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-02-12T01:54:34.151Z] #21 41.00 Setting up iproute2 (5.10.0-4) ... [2022-02-12T01:54:34.410Z] #21 41.36 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:54:34.978Z] #21 DONE 41.8s [2022-02-12T01:54:34.978Z] [2022-02-12T01:54:34.978Z] #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-02-12T01:54:34.978Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:54:34.978Z] #43 ... [2022-02-12T01:54:34.978Z] [2022-02-12T01:54:34.978Z] #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-02-12T01:54:34.978Z] #22 sha256:ea4aa09fc15436250b335dee4c630fb5d27618ed1385c3b5725697776a66382e [2022-02-12T01:54:36.179Z] 898469748ff6: Verifying Checksum [2022-02-12T01:54:36.179Z] 898469748ff6: Download complete [2022-02-12T01:54:36.357Z] #22 1.235 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-02-12T01:54:36.357Z] #22 1.237 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-02-12T01:54:36.357Z] #22 1.243 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-02-12T01:54:36.357Z] #22 DONE 1.3s [2022-02-12T01:54:36.357Z] [2022-02-12T01:54:36.357Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-02-12T01:54:36.357Z] #23 sha256:0524cb6c234626f46bed5b69fdc35aa32d049effbbe3ed12f1f7c68157a00e76 [2022-02-12T01:54:40.966Z] #60 231.6 # github.com/containerd/containerd/cmd/containerd [2022-02-12T01:54:40.966Z] #60 231.6 /usr/bin/ld: /tmp/go-link-1182127622/000019.o: in function `New': [2022-02-12T01:54:40.966Z] #60 231.6 /tmp/tmp.Omup5nfJvQ/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-02-12T01:54:40.966Z] #60 231.7 + bin/containerd-stress [2022-02-12T01:54:41.909Z] #60 232.8 + bin/containerd-shim [2022-02-12T01:54:42.746Z] #23 8.674 Collecting yamllint==1.26.1 [2022-02-12T01:54:42.746Z] #23 9.755 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-02-12T01:54:43.677Z] #23 10.90 Collecting pathspec>=0.5.3 [2022-02-12T01:54:43.677Z] #23 10.90 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-02-12T01:54:43.924Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-02-12T01:54:43.924Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-d2b96b3b\powershellScript.ps1'; exit $LASTEXITCODE; [2022-02-12T01:54:43.924Z] ---------------------------------------------------------------------------- [2022-02-12T01:54:43.935Z] #23 11.16 Collecting pyyaml [2022-02-12T01:54:43.935Z] #23 11.18 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-02-12T01:54:43.935Z] #23 11.23 Building wheels for collected packages: yamllint [2022-02-12T01:54:43.935Z] #23 11.23 Building wheel for yamllint (setup.py): started [2022-02-12T01:54:44.384Z] [2022-02-12T01:54:44.384Z] INFO: executeCI.ps1 starting at Sat Feb 12 01:54:43 CUT 2022 [2022-02-12T01:54:44.384Z] [2022-02-12T01:54:44.384Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-02-12T01:54:44.384Z] INFO: Running git version 2.24.1.windows.2 [2022-02-12T01:54:44.384Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-02-12T01:54:44.384Z] INFO: Environment variables: [2022-02-12T01:54:44.751Z] 8f616e6e9eec: Verifying Checksum [2022-02-12T01:54:44.751Z] 8f616e6e9eec: Download complete [2022-02-12T01:54:44.843Z] [2022-02-12T01:54:44.843Z] Name Value [2022-02-12T01:54:44.843Z] ---- ----- [2022-02-12T01:54:44.843Z] ALLUSERSPROFILE C:\ProgramData [2022-02-12T01:54:44.843Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-02-12T01:54:44.843Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-02-12T01:54:44.843Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-02-12T01:54:44.843Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-02-12T01:54:44.843Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-02-12T01:54:44.843Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-02-12T01:54:44.843Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-02-12T01:54:44.843Z] BRANCH_NAME PR-43231 [2022-02-12T01:54:44.843Z] BUILD_DISPLAY_NAME #1 [2022-02-12T01:54:44.843Z] BUILD_ID 1 [2022-02-12T01:54:44.843Z] BUILD_NUMBER 1 [2022-02-12T01:54:44.843Z] BUILD_TAG jenkins-moby-PR-43231-1 [2022-02-12T01:54:44.843Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/ [2022-02-12T01:54:44.843Z] CHANGE_AUTHOR corhere [2022-02-12T01:54:44.843Z] CHANGE_AUTHOR_DISPLAY_NAME Cory Snider [2022-02-12T01:54:44.843Z] CHANGE_AUTHOR_EMAIL csnider@mirantis.com [2022-02-12T01:54:44.843Z] CHANGE_BRANCH logreader-testsuite [2022-02-12T01:54:44.843Z] CHANGE_FORK corhere [2022-02-12T01:54:44.843Z] CHANGE_ID 43231 [2022-02-12T01:54:44.843Z] CHANGE_TARGET master [2022-02-12T01:54:44.843Z] CHANGE_TITLE Add test suite for `LogReader` implementations [2022-02-12T01:54:44.843Z] CHANGE_URL https://github.com/moby/moby/pull/43231 [2022-02-12T01:54:44.843Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-12T01:54:44.843Z] CommonProgramFiles C:\Program Files\Common Files [2022-02-12T01:54:44.843Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-02-12T01:54:44.843Z] CommonProgramW6432 C:\Program Files\Common Files [2022-02-12T01:54:44.843Z] COMPUTERNAME azwin-2-b192c0 [2022-02-12T01:54:44.843Z] ComSpec C:\Windows\system32\cmd.exe [2022-02-12T01:54:44.843Z] ConfigSequenceNumber 0 [2022-02-12T01:54:44.843Z] DOCKER_BUILDKIT 0 [2022-02-12T01:54:44.843Z] DOCKER_DUT_DEBUG 1 [2022-02-12T01:54:44.843Z] DOCKER_EXPERIMENTAL 1 [2022-02-12T01:54:44.843Z] DOCKER_GRAPHDRIVER overlay2 [2022-02-12T01:54:44.843Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-02-12T01:54:44.843Z] EXECUTOR_NUMBER 0 [2022-02-12T01:54:44.843Z] FQDN azwin-2-b192c0.westus.cloudapp.azure.com [2022-02-12T01:54:44.843Z] GIT_BRANCH PR-43231 [2022-02-12T01:54:44.843Z] GIT_COMMIT 3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:54:44.843Z] GIT_URL https://github.com/moby/moby.git [2022-02-12T01:54:44.843Z] HUDSON_COOKIE f3b8e8bb-7734-4c8e-ad2f-6d74cbcd0ed4 [2022-02-12T01:54:44.843Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-02-12T01:54:44.843Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-02-12T01:54:44.843Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-02-12T01:54:44.843Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-02-12T01:54:44.843Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-02-12T01:54:44.843Z] JENKINS_NODE_COOKIE 4f91cf7b-856d-4df6-9789-ce37b2b198dc [2022-02-12T01:54:44.843Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-02-12T01:54:44.843Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-02-12T01:54:44.843Z] JOB_BASE_NAME PR-43231 [2022-02-12T01:54:44.843Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/display/redirect [2022-02-12T01:54:44.843Z] JOB_NAME moby/PR-43231 [2022-02-12T01:54:44.843Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/ [2022-02-12T01:54:44.843Z] library.jps.version master [2022-02-12T01:54:44.843Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-02-12T01:54:44.844Z] NODE_LABELS amd64 azure azwin-2-b192c0 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-02-12T01:54:44.844Z] NODE_NAME azwin-2-b192c0 [2022-02-12T01:54:44.844Z] NUMBER_OF_PROCESSORS 4 [2022-02-12T01:54:44.844Z] OS Windows_NT [2022-02-12T01:54:44.844Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-02-12T01:54:44.844Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-02-12T01:54:44.844Z] PROCESSOR_ARCHITECTURE AMD64 [2022-02-12T01:54:44.844Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-02-12T01:54:44.844Z] PROCESSOR_LEVEL 6 [2022-02-12T01:54:44.844Z] PROCESSOR_REVISION 5504 [2022-02-12T01:54:44.844Z] ProgramData C:\ProgramData [2022-02-12T01:54:44.844Z] ProgramFiles C:\Program Files [2022-02-12T01:54:44.844Z] ProgramFiles(x86) C:\Program Files (x86) [2022-02-12T01:54:44.844Z] ProgramW6432 C:\Program Files [2022-02-12T01:54:44.844Z] PROMPT $P$G [2022-02-12T01:54:44.844Z] PSExecutionPolicyPreference Bypass [2022-02-12T01:54:44.844Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-02-12T01:54:44.844Z] PUBLIC C:\Users\Public [2022-02-12T01:54:44.844Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/display/redirect?page=artif... [2022-02-12T01:54:44.844Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/display/redirect?page=changes [2022-02-12T01:54:44.844Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/display/redirect [2022-02-12T01:54:44.844Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43231/1/display/redirect?page=tests [2022-02-12T01:54:44.844Z] SKIP_VALIDATION_TESTS 1 [2022-02-12T01:54:44.844Z] SOURCES_DRIVE d [2022-02-12T01:54:44.844Z] SOURCES_SUBDIR gopath [2022-02-12T01:54:44.844Z] STAGE_NAME Run tests [2022-02-12T01:54:44.844Z] SystemDrive C: [2022-02-12T01:54:44.844Z] SystemRoot C:\Windows [2022-02-12T01:54:44.844Z] TEMP C:\Windows\TEMP [2022-02-12T01:54:44.844Z] TESTDEBUG 0 [2022-02-12T01:54:44.844Z] TESTRUN_DRIVE d [2022-02-12T01:54:44.844Z] TESTRUN_SUBDIR CI [2022-02-12T01:54:44.844Z] TIMEOUT 120m [2022-02-12T01:54:44.844Z] TMP C:\Windows\TEMP [2022-02-12T01:54:44.844Z] USERDOMAIN WORKGROUP [2022-02-12T01:54:44.844Z] USERNAME azwin-2-b192c0$ [2022-02-12T01:54:44.844Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-02-12T01:54:44.844Z] windir C:\Windows [2022-02-12T01:54:44.844Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-02-12T01:54:44.844Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-02-12T01:54:44.844Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-02-12T01:54:44.844Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-02-12T01:54:44.844Z] [2022-02-12T01:54:44.844Z] [2022-02-12T01:54:44.844Z] [2022-02-12T01:54:44.865Z] #23 12.14 Building wheel for yamllint (setup.py): finished with status 'done' [2022-02-12T01:54:44.865Z] #23 12.14 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=ce970208aa1c3bd2fee8a90bcc11b773878d77a4064ef223d0743a6388ab50c5 [2022-02-12T01:54:44.865Z] #23 12.14 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-02-12T01:54:44.865Z] #23 12.14 Successfully built yamllint [2022-02-12T01:54:44.865Z] #23 12.19 Installing collected packages: pyyaml, pathspec, yamllint [2022-02-12T01:54:45.428Z] #23 12.61 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-02-12T01:54:45.994Z] #23 DONE 13.2s [2022-02-12T01:54:45.994Z] [2022-02-12T01:54:45.994Z] #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-02-12T01:54:45.994Z] #43 sha256:15e6f1e0758974ec0732318b13797e83c8e744f5cfddb806215bbc82680f9355 [2022-02-12T01:54:46.332Z] #23 9.424 Collecting yamllint==1.26.1 [2022-02-12T01:54:46.384Z] INFO: Sources under d:\gopath\... [2022-02-12T01:54:46.384Z] INFO: Test run under d:\CI\... [2022-02-12T01:54:46.591Z] #23 10.48 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-02-12T01:54:46.845Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-02-12T01:54:46.845Z] INFO: docker/docker repository was found [2022-02-12T01:54:46.845Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-02-12T01:54:47.306Z] ltsc2019: Pulling from windows/servercore [2022-02-12T01:54:47.306Z] 4612f6d0b889: Pulling fs layer [2022-02-12T01:54:47.306Z] 1bd78008c728: Pulling fs layer [2022-02-12T01:54:47.970Z] #23 11.61 Collecting pathspec>=0.5.3 [2022-02-12T01:54:47.970Z] #23 11.62 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-02-12T01:54:48.229Z] #23 11.98 Collecting pyyaml [2022-02-12T01:54:48.229Z] #23 12.00 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-02-12T01:54:48.229Z] #23 12.12 Building wheels for collected packages: yamllint [2022-02-12T01:54:48.229Z] #23 12.13 Building wheel for yamllint (setup.py): started [2022-02-12T01:54:48.517Z] #43 160.0 + dpkg --print-architecture [2022-02-12T01:54:48.773Z] #43 DONE 160.7s [2022-02-12T01:54:48.773Z] [2022-02-12T01:54:48.773Z] #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-02-12T01:54:48.773Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c [2022-02-12T01:54:48.862Z] 8f616e6e9eec: Verifying Checksum [2022-02-12T01:54:48.862Z] 8f616e6e9eec: Download complete [2022-02-12T01:54:49.167Z] #23 ... [2022-02-12T01:54:49.167Z] [2022-02-12T01:54:49.167Z] #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-02-12T01:54:49.167Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:54:49.167Z] #43 167.5 + dpkg --print-architecture [2022-02-12T01:54:49.167Z] #43 167.5 + git checkout -q v2.1.0 [2022-02-12T01:54:49.426Z] #43 167.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-02-12T01:54:49.426Z] #43 167.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-02-12T01:54:50.056Z] #60 240.0 + bin/containerd-shim-runc-v1 [2022-02-12T01:54:50.364Z] #43 ... [2022-02-12T01:54:50.364Z] [2022-02-12T01:54:50.364Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-02-12T01:54:50.364Z] #23 sha256:0524cb6c234626f46bed5b69fdc35aa32d049effbbe3ed12f1f7c68157a00e76 [2022-02-12T01:54:50.364Z] #23 13.02 Building wheel for yamllint (setup.py): finished with status 'done' [2022-02-12T01:54:50.364Z] #23 13.03 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=494dbc59b2b4b94dc4550e8aa612095bb17b5dbb1e59fe391ba8f35c52fe6b3d [2022-02-12T01:54:50.364Z] #23 13.03 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-02-12T01:54:50.364Z] #23 13.04 Successfully built yamllint [2022-02-12T01:54:50.364Z] #23 13.06 Installing collected packages: pyyaml, pathspec, yamllint [2022-02-12T01:54:50.364Z] #23 13.46 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-02-12T01:54:50.364Z] #23 DONE 14.3s [2022-02-12T01:54:50.623Z] [2022-02-12T01:54:50.623Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-02-12T01:54:50.623Z] #27 sha256:55a3c7d32d05cbab7ea56eed6a3a4546c3c2de9d002d36f75dfacad768f298c6 [2022-02-12T01:54:51.195Z] #27 DONE 0.8s [2022-02-12T01:54:51.195Z] [2022-02-12T01:54:51.195Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-02-12T01:54:51.195Z] #32 sha256:274f5360740560c115f11a7851fbdd7c643bcb7dad546aa8cf373d29324ac78b [2022-02-12T01:54:52.132Z] #32 DONE 1.0s [2022-02-12T01:54:52.132Z] [2022-02-12T01:54:52.132Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-02-12T01:54:52.132Z] #35 sha256:40fd6708eebf021061ee1a80274d4fb5b61432500b51127034be415339770207 [2022-02-12T01:54:53.068Z] #35 DONE 0.6s [2022-02-12T01:54:53.068Z] [2022-02-12T01:54:53.068Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-02-12T01:54:53.068Z] #37 sha256:e31e61151b19052da59551affba43ea29e575b9861bf6107cb409e29307fb145 [2022-02-12T01:54:53.068Z] #37 DONE 0.2s [2022-02-12T01:54:53.068Z] [2022-02-12T01:54:53.068Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-02-12T01:54:53.068Z] #41 sha256:b029616ba9b44a29a3c1fb08ddbc98e6d4de743523aa6d248aaf843d32ca064c [2022-02-12T01:54:53.329Z] #41 DONE 0.3s [2022-02-12T01:54:53.329Z] [2022-02-12T01:54:53.329Z] #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-02-12T01:54:53.329Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:54:54.314Z] #60 245.3 + bin/containerd-shim-runc-v2 [2022-02-12T01:54:54.886Z] #60 245.9 + binaries [2022-02-12T01:54:54.886Z] #60 245.9 + install -D bin/containerd /build/containerd [2022-02-12T01:54:54.886Z] #60 246.0 + install -D bin/containerd-shim /build/containerd-shim [2022-02-12T01:54:54.886Z] #60 246.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-02-12T01:54:54.886Z] #60 246.0 + install -D bin/ctr /build/ctr [2022-02-12T01:54:56.800Z] #60 DONE 247.9s [2022-02-12T01:54:57.641Z] 1bd78008c728: Verifying Checksum [2022-02-12T01:54:57.641Z] 1bd78008c728: Download complete [2022-02-12T01:54:57.744Z] [2022-02-12T01:54:57.744Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-02-12T01:54:57.744Z] #61 sha256:e326f1f6c5ef5067c35d9d6b2ffa799b386b15905078c726610585963a5494ed [2022-02-12T01:54:58.315Z] #61 DONE 0.8s [2022-02-12T01:54:58.315Z] [2022-02-12T01:54:58.315Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-02-12T01:54:58.315Z] #66 sha256:8c4db9137aa97addd4d5ffba951bf77bdbd694d57e74f2bfe3398e97f859f07a [2022-02-12T01:54:58.577Z] #66 DONE 0.2s [2022-02-12T01:54:58.577Z] [2022-02-12T01:54:58.577Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-02-12T01:54:58.577Z] #71 sha256:dbde1c8be48b5f630ae07eb41b995869c6a00c983f5e92e73b257a114d5f9049 [2022-02-12T01:54:59.519Z] #71 DONE 0.9s [2022-02-12T01:54:59.519Z] [2022-02-12T01:54:59.519Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-02-12T01:54:59.519Z] #72 sha256:91964c2e91e546ceb24c7f5d966850e482ed812967bf0ac130bc4f737fc39c60 [2022-02-12T01:54:59.519Z] #72 DONE 0.0s [2022-02-12T01:54:59.519Z] [2022-02-12T01:54:59.519Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-02-12T01:54:59.519Z] #73 sha256:1b9d0f1281c727fc54cfd32aa047686639d7c2f1a495d1b118611a02f4643fbc [2022-02-12T01:54:59.606Z] #60 231.0 # github.com/containerd/containerd/cmd/containerd [2022-02-12T01:54:59.606Z] #60 231.0 /usr/bin/ld: /tmp/go-link-1049211448/000019.o: in function `New': [2022-02-12T01:54:59.606Z] #60 231.0 /tmp/tmp.HAoA4EKN4B/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-02-12T01:54:59.606Z] #60 231.1 + bin/containerd-stress [2022-02-12T01:54:59.606Z] #60 232.1 + bin/containerd-shim [2022-02-12T01:55:00.463Z] #73 DONE 1.1s [2022-02-12T01:55:00.724Z] [2022-02-12T01:55:00.724Z] #74 exporting to image [2022-02-12T01:55:00.724Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-02-12T01:55:00.724Z] #74 exporting layers [2022-02-12T01:55:03.447Z] 4612f6d0b889: Verifying Checksum [2022-02-12T01:55:03.447Z] 4612f6d0b889: Download complete [2022-02-12T01:55:03.793Z] #60 239.3 + bin/containerd-shim-runc-v1 [2022-02-12T01:55:07.315Z] #74 exporting layers 5.9s done [2022-02-12T01:55:07.315Z] #74 writing image sha256:17bc2c2eaff20100ec3c6b6ace185e3715ade4812b4b588c73360e798b019213 done [2022-02-12T01:55:07.315Z] #74 naming to docker.io/library/docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 done [2022-02-12T01:55:07.315Z] #74 DONE 5.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-02-12T01:55:07.663Z] + trap exit INT TERM [2022-02-12T01:55:07.663Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-02-12T01:55:07.663Z] + CONTAINER_NAME=docker-pr1 [2022-02-12T01:55:07.663Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43231/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43231/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 -e DOCKER_GRAPHDRIVER docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 hack/make.sh dynbinary [2022-02-12T01:55:07.925Z] [2022-02-12T01:55:07.925Z] Removing bundles/ [2022-02-12T01:55:07.925Z] [2022-02-12T01:55:07.925Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-02-12T01:55:08.186Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-02-12T01:55:08.186Z] GOOS="" GOARCH="" GOARM="" [2022-02-12T01:55:09.044Z] #60 244.4 + bin/containerd-shim-runc-v2 [2022-02-12T01:55:09.044Z] #60 245.0 + binaries [2022-02-12T01:55:09.044Z] #60 245.0 + install -D bin/containerd /build/containerd [2022-02-12T01:55:09.044Z] #60 245.0 + install -D bin/containerd-shim /build/containerd-shim [2022-02-12T01:55:09.044Z] #60 245.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-02-12T01:55:09.044Z] #60 245.0 + install -D bin/ctr /build/ctr [2022-02-12T01:55:10.933Z] #60 DONE 247.0s [2022-02-12T01:55:11.416Z] #51 ... [2022-02-12T01:55:11.416Z] [2022-02-12T01:55:11.416Z] #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-02-12T01:55:11.416Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-12T01:55:11.416Z] #43 DONE 188.4s [2022-02-12T01:55:11.416Z] [2022-02-12T01:55:11.416Z] #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-02-12T01:55:11.416Z] #60 sha256:67c7e60feff233634c3ffa957d7be3c1eb67dafde72deb1dba2f749992cbbc68 [2022-02-12T01:55:11.865Z] [2022-02-12T01:55:11.865Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-02-12T01:55:11.865Z] #61 sha256:a12a8612dc48942fe5457d7c3460bf664605df7fa1c666d8915df073c436dca0 [2022-02-12T01:55:11.987Z] #60 ... [2022-02-12T01:55:11.987Z] [2022-02-12T01:55:11.987Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-02-12T01:55:11.987Z] #44 sha256:d1fa855f0a1995691289350011b8f57b5bda088e3c46895fe1ff7480021ca781 [2022-02-12T01:55:12.435Z] #61 DONE 0.7s [2022-02-12T01:55:12.435Z] [2022-02-12T01:55:12.435Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-02-12T01:55:12.435Z] #66 sha256:2d45718a83bc9da8955d9bb50051ca3a19e2ac4ca6e46b6833daf9c17350bd01 [2022-02-12T01:55:12.714Z] #66 DONE 0.2s [2022-02-12T01:55:12.714Z] [2022-02-12T01:55:12.714Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-02-12T01:55:12.714Z] #71 sha256:0aa36898de07f5a99b593a4f1ee92b7dc7d512aebcbff6b8e626f2bc39e71997 [2022-02-12T01:55:12.924Z] #44 DONE 1.0s [2022-02-12T01:55:12.924Z] [2022-02-12T01:55:12.924Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-02-12T01:55:12.924Z] #48 sha256:65155bcba0871e21be8c7b08518f1e6a52191def24fd5dc5fe4ce5efffd85192 [2022-02-12T01:55:12.924Z] #48 DONE 0.1s [2022-02-12T01:55:12.924Z] [2022-02-12T01:55:12.924Z] #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-02-12T01:55:12.924Z] #56 sha256:39db656bbb33d19e07d5e72ebdf4c6217bdf4f6b3148951e6463290d1d31c584 [2022-02-12T01:55:12.924Z] #56 ... [2022-02-12T01:55:12.924Z] [2022-02-12T01:55:12.924Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-02-12T01:55:12.924Z] #50 sha256:1ad26f7855c2601d3668f584b6d151c0bf05450b0bee89f7fa5e01aa862497d2 [2022-02-12T01:55:12.924Z] #50 DONE 0.1s [2022-02-12T01:55:13.183Z] [2022-02-12T01:55:13.183Z] #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-02-12T01:55:13.183Z] #60 sha256:67c7e60feff233634c3ffa957d7be3c1eb67dafde72deb1dba2f749992cbbc68 [2022-02-12T01:55:13.245Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|files|types_sizes|compiled_files|name|imports) took 38.998692752s [2022-02-12T01:55:13.245Z] 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-02-12T01:55:13.245Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 172.872711ms [2022-02-12T01:55:13.666Z] #71 DONE 1.0s [2022-02-12T01:55:13.666Z] [2022-02-12T01:55:13.666Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-02-12T01:55:13.666Z] #72 sha256:11ca05d500c28e3d1f1ab983cb98bb216e7c09f2774c65758b86f0fce4b79e80 [2022-02-12T01:55:13.666Z] #72 DONE 0.0s [2022-02-12T01:55:13.666Z] [2022-02-12T01:55:13.666Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-02-12T01:55:13.666Z] #73 sha256:7f8610ee5aad8ef4c0f384629873c591da887c75e1d55309d8c74f2c7cb62510 [2022-02-12T01:55:14.597Z] #73 DONE 0.7s [2022-02-12T01:55:14.597Z] [2022-02-12T01:55:14.597Z] #74 exporting to image [2022-02-12T01:55:14.597Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-02-12T01:55:14.597Z] #74 exporting layers [2022-02-12T01:55:21.137Z] #74 exporting layers 5.8s done [2022-02-12T01:55:21.137Z] #74 writing image sha256:c3bceae57e4e4b09da48b9614ed7a850d110d98fb14e164168fc1dcf8b549a72 done [2022-02-12T01:55:21.137Z] #74 naming to docker.io/library/docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 done [2022-02-12T01:55:21.137Z] #74 DONE 5.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-02-12T01:55:21.490Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43231/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 -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:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 hack/make.sh dynbinary test-integration [2022-02-12T01:55:22.855Z] [2022-02-12T01:55:22.855Z] Removing bundles/ [2022-02-12T01:55:22.855Z] [2022-02-12T01:55:22.855Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-02-12T01:55:22.855Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-02-12T01:55:22.855Z] GOOS="" GOARCH="" GOARM="" [2022-02-12T01:55:35.226Z] INFO [linters context/goanalysis] analyzers took 6m41.737844599s with top 10 stages: buildir: 1m34.998313889s, goimports: 15.669703815s, gosec: 12.411292611s, unconvert: 11.427576657s, golint: 7.510083849s, directives: 6.822174352s, inspect: 6.422837353s, printf: 6.075133578s, misspell: 5.732574414s, S1038: 5.322160272s [2022-02-12T01:55:35.226Z] INFO [runner] Issues before processing: 3044, after processing: 0 [2022-02-12T01:55:35.226Z] INFO [runner] Processors filtering stat (out/in): cgo: 2437/3044, filename_unadjuster: 2437/2437, path_prettifier: 2437/2437, skip_files: 2437/2437, autogenerated_exclude: 2049/2437, identifier_marker: 2049/2049, skip_dirs: 2437/2437, exclude: 2049/2049, exclude-rules: 74/2049, nolint: 0/74 [2022-02-12T01:55:35.226Z] INFO [runner] processing took 79.724691ms with stages: nolint: 32.002006ms, identifier_marker: 20.923897ms, path_prettifier: 9.072635ms, autogenerated_exclude: 8.084711ms, exclude-rules: 7.339424ms, skip_dirs: 1.952678ms, cgo: 228.19µs, filename_unadjuster: 115.847µs, max_same_issues: 1.586µs, uniq_by_line: 640ns, source_code: 597ns, diff: 418ns, max_from_linter: 351ns, exclude: 318ns, skip_files: 296ns, path_shortener: 250ns, severity-rules: 249ns, max_per_file_from_linter: 247ns, sort_results: 233ns, path_prefixer: 118ns [2022-02-12T01:55:35.226Z] INFO [runner] linters took 26.018057073s with stages: goanalysis_metalinter: 25.938226985s [2022-02-12T01:55:35.226Z] INFO File cache stats: 1672 entries of total size 8.4MiB [2022-02-12T01:55:35.226Z] INFO Memory: 651 samples, avg is 382.5MB, max is 1305.6MB [2022-02-12T01:55:35.226Z] INFO Execution took 1m5.197855719s [2022-02-12T01:55:35.226Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-02-12T01:55:35.556Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43231/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 hack/make.sh dynbinary test-docker-py [2022-02-12T01:55:35.816Z] [2022-02-12T01:55:35.816Z] Removing bundles/ [2022-02-12T01:55:35.816Z] [2022-02-12T01:55:35.816Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-02-12T01:55:35.816Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-02-12T01:55:35.816Z] GOOS="" GOARCH="" GOARM="" [2022-02-12T01:55:44.959Z] #51 ... [2022-02-12T01:55:44.959Z] [2022-02-12T01:55:44.959Z] #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-02-12T01:55:44.959Z] #26 sha256:fa965324b5ec0393fd346ec836956793a801e3f4664a9d22404b64cb66286b2a [2022-02-12T01:55:44.959Z] #26 211.3 + return [2022-02-12T01:55:44.959Z] #26 DONE 213.0s [2022-02-12T01:55:44.959Z] [2022-02-12T01:55:44.959Z] #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-02-12T01:55:44.959Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c [2022-02-12T01:55:44.959Z] #51 ... [2022-02-12T01:55:44.959Z] [2022-02-12T01:55:44.959Z] #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-02-12T01:55:44.959Z] #60 sha256:7ce7dada7bff944ddcdb17e41d28dde3647e5ab0391d9cb8664502d00f5fc997 [2022-02-12T01:55:44.959Z] #60 186.2 + bin/containerd [2022-02-12T01:55:44.959Z] #60 ... [2022-02-12T01:55:44.959Z] [2022-02-12T01:55:44.959Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-02-12T01:55:44.959Z] #27 sha256:788d4835dc7868228f36b80d15e12fe5f38af6dcc2331d26b9a9031cdd40f455 [2022-02-12T01:55:44.959Z] #27 DONE 0.9s [2022-02-12T01:55:44.959Z] [2022-02-12T01:55:44.959Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-02-12T01:55:44.959Z] #32 sha256:439be87abc16ad6b92ee4fe9a7eb8d8f536bb5775f685e89a8c6a18294b6b882 [2022-02-12T01:55:44.959Z] #32 DONE 1.0s [2022-02-12T01:55:44.959Z] [2022-02-12T01:55:44.959Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-02-12T01:55:44.959Z] #35 sha256:568b99a3182b933065afdca84ad4df303f84de01696a63b10047dd7f4a56b14d [2022-02-12T01:55:45.222Z] #35 DONE 0.7s [2022-02-12T01:55:45.222Z] [2022-02-12T01:55:45.222Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-02-12T01:55:45.222Z] #37 sha256:7de0336bfac2d129fd6709f5981d2d2d583acfceade46724e50f6d86542d5962 [2022-02-12T01:55:45.222Z] #37 DONE 0.1s [2022-02-12T01:55:45.222Z] [2022-02-12T01:55:45.223Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-12T01:55:45.223Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c [2022-02-12T01:55:45.291Z] #60 190.8 + bin/containerd [2022-02-12T01:55:45.480Z] #51 ... [2022-02-12T01:55:45.480Z] [2022-02-12T01:55:45.480Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-02-12T01:55:45.480Z] #41 sha256:584e488d05a7955738a95df0afb18b32ff11a8ab32950d2062e43d25b6c74ba4 [2022-02-12T01:55:45.480Z] #41 DONE 0.1s [2022-02-12T01:55:45.480Z] [2022-02-12T01:55:45.480Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-02-12T01:55:45.480Z] #44 sha256:c2a4a0a97bf080a6a827b981c4bd405755ce49fc05797745b6c88bea15a60639 [2022-02-12T01:55:46.045Z] #44 DONE 0.6s [2022-02-12T01:55:46.045Z] [2022-02-12T01:55:46.045Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-02-12T01:55:46.045Z] #48 sha256:a403437b82103867922e3dadb39aecf0aaccb73ec21ac697e269e5f63a230043 [2022-02-12T01:55:46.045Z] #48 DONE 0.1s [2022-02-12T01:55:46.045Z] [2022-02-12T01:55:46.045Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-02-12T01:55:46.045Z] #50 sha256:1b034d3695b2fcd691b4ff2a35ee4fe3f56ce7191287bb5be751ae7bf33107bc [2022-02-12T01:55:46.045Z] #50 DONE 0.1s [2022-02-12T01:55:46.045Z] [2022-02-12T01:55:46.045Z] #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-02-12T01:55:46.045Z] #60 sha256:7ce7dada7bff944ddcdb17e41d28dde3647e5ab0391d9cb8664502d00f5fc997 [2022-02-12T01:55:47.823Z] #60 ... [2022-02-12T01:55:47.823Z] [2022-02-12T01:55:47.823Z] #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-02-12T01:55:47.823Z] #56 sha256:39db656bbb33d19e07d5e72ebdf4c6217bdf4f6b3148951e6463290d1d31c584 [2022-02-12T01:55:47.823Z] #56 125.3 + mkdir -p /build [2022-02-12T01:55:48.081Z] #56 125.3 + cp runc /build/runc [2022-02-12T01:55:49.322Z] #60 ... [2022-02-12T01:55:49.322Z] [2022-02-12T01:55:49.322Z] #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-02-12T01:55:49.322Z] #56 sha256:995bfe470a073c03202b73be38dd944e49afa811584cfbeb7982b7b399b69edb [2022-02-12T01:55:49.322Z] #56 123.5 + mkdir -p /build [2022-02-12T01:55:49.322Z] #56 123.5 + cp runc /build/runc [2022-02-12T01:55:52.274Z] #56 DONE 129.6s [2022-02-12T01:55:52.274Z] [2022-02-12T01:55:52.274Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-02-12T01:55:52.274Z] #60 sha256:67c7e60feff233634c3ffa957d7be3c1eb67dafde72deb1dba2f749992cbbc68 [2022-02-12T01:55:53.211Z] #60 ... [2022-02-12T01:55:53.211Z] [2022-02-12T01:55:53.211Z] #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-02-12T01:55:53.211Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-12T01:55:53.211Z] #51 231.9 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-02-12T01:55:53.211Z] #51 DONE 232.0s [2022-02-12T01:55:53.211Z] [2022-02-12T01:55:53.211Z] #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-02-12T01:55:53.211Z] #60 sha256:67c7e60feff233634c3ffa957d7be3c1eb67dafde72deb1dba2f749992cbbc68 [2022-02-12T01:55:53.500Z] #56 DONE 127.3s [2022-02-12T01:55:53.500Z] [2022-02-12T01:55:53.500Z] #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-02-12T01:55:53.500Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c [2022-02-12T01:55:53.500Z] #51 225.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-02-12T01:55:53.500Z] #51 DONE 225.3s [2022-02-12T01:55:53.500Z] [2022-02-12T01:55:53.500Z] #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-02-12T01:55:53.500Z] #60 sha256:7ce7dada7bff944ddcdb17e41d28dde3647e5ab0391d9cb8664502d00f5fc997 [2022-02-12T01:55:54.871Z] #60 ... [2022-02-12T01:55:54.871Z] [2022-02-12T01:55:54.871Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-02-12T01:55:54.871Z] #52 sha256:dba2a8829eb3510ddf792d1f5b332427bc4f15210f19a873b3607a3a851425d9 [2022-02-12T01:55:55.115Z] #60 ... [2022-02-12T01:55:55.116Z] [2022-02-12T01:55:55.116Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-02-12T01:55:55.116Z] #52 sha256:95a747ffbc600707e202d2543255b12d815b79425fe72ea517a67b410d170e29 [2022-02-12T01:55:56.052Z] #52 DONE 0.9s [2022-02-12T01:55:56.052Z] [2022-02-12T01:55:56.052Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-02-12T01:55:56.052Z] #54 sha256:0999aaa72672eb4fbd47b78e914102c57af00c99c5dc4d4a4e09dc408560f79c [2022-02-12T01:55:56.052Z] #54 DONE 0.1s [2022-02-12T01:55:56.052Z] [2022-02-12T01:55:56.053Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-02-12T01:55:56.053Z] #57 sha256:e5a21d8eef68ccf34d9d7fd222d3cb5026d734b433d001e01b2039720c6e404d [2022-02-12T01:55:56.053Z] #57 DONE 0.2s [2022-02-12T01:55:56.053Z] [2022-02-12T01:55:56.053Z] #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-02-12T01:55:56.053Z] #60 sha256:67c7e60feff233634c3ffa957d7be3c1eb67dafde72deb1dba2f749992cbbc68 [2022-02-12T01:55:56.241Z] #52 DONE 1.4s [2022-02-12T01:55:56.241Z] [2022-02-12T01:55:56.241Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-02-12T01:55:56.241Z] #54 sha256:ce7ee5d470ca6ffe8c19b2e9cc7a02cad3729d039a5cffec6e2280c7dc3944c5 [2022-02-12T01:55:56.241Z] #54 DONE 0.2s [2022-02-12T01:55:56.241Z] [2022-02-12T01:55:56.241Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-02-12T01:55:56.241Z] #57 sha256:0db8868d9573406a69d7f68a682d401121844040f54991e23beed3d0e6695bea [2022-02-12T01:55:56.808Z] #57 DONE 0.5s [2022-02-12T01:55:56.808Z] [2022-02-12T01:55:56.808Z] #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-02-12T01:55:56.808Z] #60 sha256:7ce7dada7bff944ddcdb17e41d28dde3647e5ab0391d9cb8664502d00f5fc997 [2022-02-12T01:56:07.932Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-02-12T01:56:07.932Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-12T01:56:07.932Z] GOOS="" GOARCH="" GOARM="" [2022-02-12T01:56:07.932Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-12T01:56:07.932Z] [2022-02-12T01:56:07.932Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-02-12T01:56:08.192Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-02-12T01:56:08.192Z] Using test binary docker [2022-02-12T01:56:08.192Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-02-12T01:56:08.192Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-02-12T01:56:08.192Z] INFO: Waiting for daemon to start... [2022-02-12T01:56:08.192Z] Starting dockerd [2022-02-12T01:56:10.733Z] . [2022-02-12T01:56:10.733Z] INFO: Building docker-sdk-python3:5.0.3... [2022-02-12T01:56:10.802Z] 8f616e6e9eec: Pull complete [2022-02-12T01:56:15.202Z] 8f616e6e9eec: Pull complete [2022-02-12T01:56:18.727Z] #60 222.1 # github.com/containerd/containerd/cmd/containerd [2022-02-12T01:56:18.727Z] #60 222.1 /usr/bin/ld: /tmp/go-link-2977781970/000019.o: in function `New': [2022-02-12T01:56:18.727Z] #60 222.1 /tmp/tmp.GaUOqadcuk/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-02-12T01:56:18.727Z] #60 222.2 + bin/containerd-stress [2022-02-12T01:56:18.985Z] #60 223.3 + bin/containerd-shim [2022-02-12T01:56:22.604Z] #60 229.5 # github.com/containerd/containerd/cmd/containerd [2022-02-12T01:56:22.604Z] #60 229.5 /usr/bin/ld: /tmp/go-link-3927854087/000019.o: in function `New': [2022-02-12T01:56:22.604Z] #60 229.5 /tmp/tmp.cCu5ZFyv48/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-02-12T01:56:22.604Z] #60 229.6 + bin/containerd-stress [2022-02-12T01:56:22.604Z] #60 230.6 + bin/containerd-shim [2022-02-12T01:56:25.581Z] #60 229.9 + bin/containerd-shim-runc-v1 [2022-02-12T01:56:27.878Z] #60 237.7 + bin/containerd-shim-runc-v1 [2022-02-12T01:56:30.831Z] #60 234.5 + bin/containerd-shim-runc-v2 [2022-02-12T01:56:30.831Z] #60 235.2 + binaries [2022-02-12T01:56:30.831Z] #60 235.2 + install -D bin/containerd /build/containerd [2022-02-12T01:56:30.831Z] #60 235.2 + install -D bin/containerd-shim /build/containerd-shim [2022-02-12T01:56:30.831Z] #60 235.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-02-12T01:56:30.831Z] #60 235.2 + install -D bin/ctr /build/ctr [2022-02-12T01:56:33.277Z] #60 242.9 + bin/containerd-shim-runc-v2 [2022-02-12T01:56:33.843Z] #60 243.5 + binaries [2022-02-12T01:56:33.843Z] #60 243.5 + install -D bin/containerd /build/containerd [2022-02-12T01:56:33.843Z] #60 243.6 + install -D bin/containerd-shim /build/containerd-shim [2022-02-12T01:56:33.843Z] #60 243.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-02-12T01:56:33.843Z] #60 243.6 + install -D bin/ctr /build/ctr [2022-02-12T01:56:36.078Z] #60 DONE 240.2s [2022-02-12T01:56:37.008Z] [2022-02-12T01:56:37.008Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-02-12T01:56:37.008Z] #61 sha256:639c9c789ffab92408c37ec9e78bf97fb0cf31faddad1759d4bca669fa6ac1d1 [2022-02-12T01:56:38.033Z] #60 DONE 247.0s [2022-02-12T01:56:38.292Z] [2022-02-12T01:56:38.292Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-02-12T01:56:38.292Z] #61 sha256:7fcacc056c4c613f83f403fdffc146a48b604c0bc9c3ff195b467e8d3c5e4726 [2022-02-12T01:56:38.897Z] #61 DONE 2.0s [2022-02-12T01:56:38.897Z] [2022-02-12T01:56:38.897Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-02-12T01:56:38.897Z] #66 sha256:30a962750789f3ab81acbbb465399499d165ea95ea9be8dd64388480cbe4a8f0 [2022-02-12T01:56:38.897Z] #66 DONE 0.4s [2022-02-12T01:56:39.154Z] [2022-02-12T01:56:39.154Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-02-12T01:56:39.154Z] #71 sha256:db7737cb03307045885d2387bbb572c7722e7d6ec2a769f3af8c2cbcbb26009b [2022-02-12T01:56:39.665Z] #61 DONE 1.3s [2022-02-12T01:56:39.665Z] [2022-02-12T01:56:39.665Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-02-12T01:56:39.665Z] #66 sha256:c95e1b4adf281bff1af2a431cd3c8ff723de1cdb71547cf607500bb7e6db7298 [2022-02-12T01:56:39.924Z] #66 DONE 0.4s [2022-02-12T01:56:39.924Z] [2022-02-12T01:56:39.924Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-02-12T01:56:39.924Z] #71 sha256:954206dfa2d81ae441498ed9b845acadbfe2b5054e894b052caf492f5528ee17 [2022-02-12T01:56:41.672Z] #71 DONE 2.2s [2022-02-12T01:56:41.672Z] [2022-02-12T01:56:41.672Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-02-12T01:56:41.672Z] #72 sha256:6a6d76e1eafb41615f5397feb4d8a48f9300148bcd9ef6503f91d1f3bf6923d4 [2022-02-12T01:56:41.672Z] #72 DONE 0.0s [2022-02-12T01:56:41.672Z] [2022-02-12T01:56:41.672Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-02-12T01:56:41.672Z] #73 sha256:d797268575b6bf585675b151a3ca7bc981685ac8376e0c5492769bc5926e65d9 [2022-02-12T01:56:41.822Z] #71 DONE 1.7s [2022-02-12T01:56:41.822Z] [2022-02-12T01:56:41.822Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-02-12T01:56:41.822Z] #72 sha256:71595a9a25812efa41b34a9f7a0c1df22c4b4c54eb3be2919133c310fbc9a18a [2022-02-12T01:56:41.822Z] #72 DONE 0.0s [2022-02-12T01:56:41.822Z] [2022-02-12T01:56:41.822Z] #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-02-12T01:56:41.822Z] #73 sha256:6ec4e778b5c68dd1e819744db6852d86cd67623a098e8ed178dd24194a3a0ebf [2022-02-12T01:56:42.234Z] #73 DONE 0.9s [2022-02-12T01:56:42.234Z] [2022-02-12T01:56:42.234Z] #74 exporting to image [2022-02-12T01:56:42.234Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-02-12T01:56:42.234Z] #74 exporting layers [2022-02-12T01:56:42.387Z] #73 0.783 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-02-12T01:56:42.646Z] #73 0.944 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-02-12T01:56:42.646Z] #73 0.946 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-02-12T01:56:43.167Z] #73 1.097 Reading package lists... [2022-02-12T01:56:43.734Z] #73 1.598 Reading package lists... [2022-02-12T01:56:43.992Z] #73 2.094 Building dependency tree... [2022-02-12T01:56:43.992Z] #73 2.193 Reading state information... [2022-02-12T01:56:43.992Z] #73 2.308 The following additional packages will be installed: [2022-02-12T01:56:43.992Z] #73 2.309 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-02-12T01:56:43.992Z] #73 2.309 systemd-timesyncd [2022-02-12T01:56:43.992Z] #73 2.309 Suggested packages: [2022-02-12T01:56:43.992Z] #73 2.309 systemd-container policykit-1 [2022-02-12T01:56:43.992Z] #73 2.309 Recommended packages: [2022-02-12T01:56:43.992Z] #73 2.309 libnss-systemd [2022-02-12T01:56:43.992Z] #73 2.385 The following NEW packages will be installed: [2022-02-12T01:56:43.992Z] #73 2.386 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-02-12T01:56:43.992Z] #73 2.387 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2022-02-12T01:56:44.250Z] #73 2.653 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. [2022-02-12T01:56:44.250Z] #73 2.653 Need to get 5941 kB of archives. [2022-02-12T01:56:44.250Z] #73 2.653 After this operation, 19.5 MB of additional disk space will be used. [2022-02-12T01:56:44.250Z] #73 2.653 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-02-12T01:56:44.250Z] #73 2.656 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-02-12T01:56:44.250Z] #73 2.657 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-02-12T01:56:44.250Z] #73 2.660 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-02-12T01:56:44.250Z] #73 2.661 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2022-02-12T01:56:44.250Z] #73 2.663 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2022-02-12T01:56:44.509Z] #73 2.755 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2022-02-12T01:56:44.509Z] #73 2.756 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-02-12T01:56:44.509Z] #73 2.758 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-02-12T01:56:44.509Z] #73 2.759 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2022-02-12T01:56:44.509Z] #73 2.794 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2022-02-12T01:56:44.509Z] #73 2.976 debconf: delaying package configuration, since apt-utils is not installed [2022-02-12T01:56:44.509Z] #73 3.006 Fetched 5941 kB in 0s (14.7 MB/s) [2022-02-12T01:56:44.698Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-02-12T01:56:44.698Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-12T01:56:44.698Z] GOOS="" GOARCH="" GOARM="" [2022-02-12T01:56:44.698Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-12T01:56:44.698Z] [2022-02-12T01:56:44.698Z] + TEST_INTEGRATION_DEST=1 [2022-02-12T01:56:44.698Z] + CONTAINER_NAME=docker-pr1-1 [2022-02-12T01:56:44.698Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-02-12T01:56:44.698Z] + run_tests test-integration-flaky [2022-02-12T01:56:44.698Z] + '[' -n 0 ']' [2022-02-12T01:56:44.698Z] + rm= [2022-02-12T01:56:44.698Z] + c=0 [2022-02-12T01:56:44.698Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43231/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43231/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43231/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 hack/make.sh test-integration-flaky test-integration [2022-02-12T01:56:44.698Z] + TEST_INTEGRATION_DEST=3 [2022-02-12T01:56:44.698Z] + CONTAINER_NAME=docker-pr1-3 [2022-02-12T01:56:44.698Z] + TEST_SKIP_INTEGRATION=1 [2022-02-12T01:56:44.698Z] ++ jobs -p [2022-02-12T01:56:44.698Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-02-12T01:56:44.698Z] + run_tests [2022-02-12T01:56:44.698Z] + '[' -n 0 ']' [2022-02-12T01:56:44.698Z] + rm= [2022-02-12T01:56:44.698Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43231/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43231/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43231/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 hack/make.sh '' test-integration [2022-02-12T01:56:44.698Z] + TEST_INTEGRATION_DEST=2 [2022-02-12T01:56:44.698Z] + CONTAINER_NAME=docker-pr1-2 [2022-02-12T01:56:44.698Z] + TEST_SKIP_INTEGRATION=1 [2022-02-12T01:56:44.698Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-02-12T01:56:44.698Z] + run_tests [2022-02-12T01:56:44.698Z] + '[' -n 0 ']' [2022-02-12T01:56:44.698Z] + rm= [2022-02-12T01:56:44.698Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43231/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43231/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43231/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 hack/make.sh '' test-integration [2022-02-12T01:56:44.698Z] + for job in $(jobs -p) [2022-02-12T01:56:44.698Z] + wait 5735 [2022-02-12T01:56:44.698Z] [2022-02-12T01:56:44.698Z] [2022-02-12T01:56:44.698Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-02-12T01:56:44.698Z] [2022-02-12T01:56:44.698Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-02-12T01:56:44.698Z] HOSTNAME=0335d1d48918 [2022-02-12T01:56:44.698Z] TEST_SKIP_INTEGRATION=1 [2022-02-12T01:56:44.698Z] TESTDEBUG=0 [2022-02-12T01:56:44.698Z] DEST=bundles/test-integration [2022-02-12T01:56:44.698Z] PWD=/go/src/github.com/docker/docker [2022-02-12T01:56:44.698Z] KEEPBUNDLE=1 [2022-02-12T01:56:44.698Z] DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:56:44.698Z] container=docker [2022-02-12T01:56:44.698Z] HOME=/root [2022-02-12T01:56:44.698Z] GOLANG_VERSION=1.17.6 [2022-02-12T01:56:44.698Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-02-12T01:56:44.698Z] VALIDATE_BRANCH=master [2022-02-12T01:56:44.698Z] TERM=xterm [2022-02-12T01:56:44.698Z] DOCKER_PKG=github.com/docker/docker [2022-02-12T01:56:44.698Z] SHLVL=1 [2022-02-12T01:56:44.698Z] TIMEOUT=120m [2022-02-12T01:56:44.698Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-02-12T01:56:44.698Z] DOCKER_GRAPHDRIVER=overlay2 [2022-02-12T01:56:44.698Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-02-12T01:56:44.698Z] GO111MODULE=off [2022-02-12T01:56:44.698Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-02-12T01:56:44.698Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-02-12T01:56:44.698Z] GOPATH=/go [2022-02-12T01:56:44.698Z] PKG_CONFIG=pkg-config [2022-02-12T01:56:44.698Z] _=/usr/bin/env [2022-02-12T01:56:44.698Z] Building test suite binary ./integration-cli/test.main [2022-02-12T01:56:44.698Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-02-12T01:56:44.698Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-02-12T01:56:44.698Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-02-12T01:56:44.698Z] HOSTNAME=19087929fde1 [2022-02-12T01:56:44.698Z] TEST_SKIP_INTEGRATION=1 [2022-02-12T01:56:44.698Z] TESTDEBUG=0 [2022-02-12T01:56:44.698Z] DEST=bundles/test-integration [2022-02-12T01:56:44.698Z] PWD=/go/src/github.com/docker/docker [2022-02-12T01:56:44.698Z] KEEPBUNDLE=1 [2022-02-12T01:56:44.698Z] DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:56:44.698Z] container=docker [2022-02-12T01:56:44.698Z] HOME=/root [2022-02-12T01:56:44.698Z] GOLANG_VERSION=1.17.6 [2022-02-12T01:56:44.698Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-02-12T01:56:44.698Z] VALIDATE_BRANCH=master [2022-02-12T01:56:44.698Z] TERM=xterm [2022-02-12T01:56:44.699Z] DOCKER_PKG=github.com/docker/docker [2022-02-12T01:56:44.699Z] SHLVL=1 [2022-02-12T01:56:44.699Z] TIMEOUT=120m [2022-02-12T01:56:44.699Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-02-12T01:56:44.699Z] DOCKER_GRAPHDRIVER=overlay2 [2022-02-12T01:56:44.699Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-02-12T01:56:44.699Z] GO111MODULE=off [2022-02-12T01:56:44.699Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-02-12T01:56:44.699Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-02-12T01:56:44.699Z] GOPATH=/go [2022-02-12T01:56:44.699Z] PKG_CONFIG=pkg-config [2022-02-12T01:56:44.699Z] _=/usr/bin/env [2022-02-12T01:56:44.699Z] Building test suite binary ./integration-cli/test.main [2022-02-12T01:56:44.699Z] No new tests added to integration. [2022-02-12T01:56:44.699Z] [2022-02-12T01:56:44.699Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-02-12T01:56:44.699Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-02-12T01:56:44.699Z] HOSTNAME=6a8bb0c7f907 [2022-02-12T01:56:44.699Z] TESTDEBUG=0 [2022-02-12T01:56:44.699Z] DEST=bundles/test-integration [2022-02-12T01:56:44.699Z] PWD=/go/src/github.com/docker/docker [2022-02-12T01:56:44.699Z] KEEPBUNDLE=1 [2022-02-12T01:56:44.699Z] DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:56:44.699Z] container=docker [2022-02-12T01:56:44.699Z] HOME=/root [2022-02-12T01:56:44.699Z] GOLANG_VERSION=1.17.6 [2022-02-12T01:56:44.699Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-02-12T01:56:44.699Z] VALIDATE_BRANCH=master [2022-02-12T01:56:44.699Z] TERM=xterm [2022-02-12T01:56:44.699Z] DOCKER_PKG=github.com/docker/docker [2022-02-12T01:56:44.699Z] SHLVL=1 [2022-02-12T01:56:44.699Z] TIMEOUT=120m [2022-02-12T01:56:44.699Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-02-12T01:56:44.699Z] DOCKER_GRAPHDRIVER=overlay2 [2022-02-12T01:56:44.699Z] GO111MODULE=off [2022-02-12T01:56:44.699Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-02-12T01:56:44.699Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-02-12T01:56:44.699Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-02-12T01:56:44.699Z] GOPATH=/go [2022-02-12T01:56:44.699Z] PKG_CONFIG=pkg-config [2022-02-12T01:56:44.699Z] _=/usr/bin/env [2022-02-12T01:56:44.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-02-12T01:56:44.768Z] #73 3.029 Selecting previously unselected package libargon2-1:amd64. [2022-02-12T01:56:44.768Z] #73 3.029 (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-02-12T01:56:44.768Z] #73 3.047 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2022-02-12T01:56:44.768Z] #73 3.053 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-02-12T01:56:44.768Z] #73 3.084 Selecting previously unselected package libjson-c5:amd64. [2022-02-12T01:56:44.768Z] #73 3.087 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2022-02-12T01:56:44.768Z] #73 3.090 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-02-12T01:56:44.768Z] #73 3.122 Selecting previously unselected package libcryptsetup12:amd64. [2022-02-12T01:56:44.768Z] #73 3.125 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-02-12T01:56:44.768Z] #73 3.128 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-02-12T01:56:44.768Z] #73 3.177 Selecting previously unselected package libkmod2:amd64. [2022-02-12T01:56:44.768Z] #73 3.180 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2022-02-12T01:56:44.768Z] #73 3.183 Unpacking libkmod2:amd64 (28-1) ... [2022-02-12T01:56:44.768Z] #73 3.218 Selecting previously unselected package systemd-timesyncd. [2022-02-12T01:56:44.768Z] #73 3.221 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2022-02-12T01:56:44.768Z] #73 3.224 Unpacking systemd-timesyncd (247.3-6) ... [2022-02-12T01:56:45.026Z] #73 3.272 Selecting previously unselected package systemd. [2022-02-12T01:56:45.026Z] #73 3.274 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2022-02-12T01:56:45.026Z] #73 3.309 Unpacking systemd (247.3-6) ... [2022-02-12T01:56:45.284Z] #73 3.808 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-02-12T01:56:45.507Z] #74 exporting layers 3.3s done [2022-02-12T01:56:45.507Z] #74 writing image sha256:218ef331ad79a0606c209517598495a62284b03993e1c8b429b4ada52401adc1 done [2022-02-12T01:56:45.507Z] #74 naming to docker.io/library/docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 done [2022-02-12T01:56:45.507Z] #74 DONE 3.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [2022-02-12T01:56:45.542Z] #73 3.818 Setting up libjson-c5:amd64 (0.15-2) ... [2022-02-12T01:56:45.542Z] #73 3.828 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-02-12T01:56:45.542Z] #73 3.838 Setting up libkmod2:amd64 (28-1) ... [2022-02-12T01:56:45.542Z] #73 3.848 Setting up systemd (247.3-6) ... [2022-02-12T01:56:45.542Z] #73 3.886 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-02-12T01:56:45.542Z] #73 3.888 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-02-12T01:56:45.543Z] #73 3.890 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [Pipeline] sh [2022-02-12T01:56:45.802Z] #73 4.219 Setting up systemd-timesyncd (247.3-6) ... [2022-02-12T01:56:45.829Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-02-12T01:56:46.060Z] #73 4.423 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2022-02-12T01:56:46.060Z] #73 4.423 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2022-02-12T01:56:46.060Z] #73 4.482 Selecting previously unselected package systemd-sysv. [2022-02-12T01:56:46.149Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43231/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 hack/test/unit [2022-02-12T01:56:46.318Z] #73 4.482 (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-02-12T01:56:46.318Z] #73 4.494 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2022-02-12T01:56:46.318Z] #73 4.498 Unpacking systemd-sysv (247.3-6) ... [2022-02-12T01:56:46.318Z] #73 4.537 Selecting previously unselected package libdbus-1-3:amd64. [2022-02-12T01:56:46.318Z] #73 4.539 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-02-12T01:56:46.318Z] #73 4.543 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-02-12T01:56:46.318Z] #73 4.598 Selecting previously unselected package dbus. [2022-02-12T01:56:46.318Z] #73 4.600 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-02-12T01:56:46.318Z] #73 4.609 Unpacking dbus (1.12.20-2) ... [2022-02-12T01:56:46.318Z] #73 4.662 Selecting previously unselected package libpam-systemd:amd64. [2022-02-12T01:56:46.318Z] #73 4.665 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2022-02-12T01:56:46.318Z] #73 4.668 Unpacking libpam-systemd:amd64 (247.3-6) ... [2022-02-12T01:56:46.318Z] #73 4.714 Selecting previously unselected package dbus-user-session. [2022-02-12T01:56:46.318Z] #73 4.716 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-02-12T01:56:46.318Z] #73 4.720 Unpacking dbus-user-session (1.12.20-2) ... [2022-02-12T01:56:46.318Z] #73 4.817 Setting up systemd-sysv (247.3-6) ... [2022-02-12T01:56:46.576Z] #73 4.828 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-02-12T01:56:46.576Z] #73 4.838 Setting up dbus (1.12.20-2) ... [2022-02-12T01:56:46.576Z] #73 4.952 invoke-rc.d: could not determine current runlevel [2022-02-12T01:56:46.576Z] #73 4.954 invoke-rc.d: policy-rc.d denied execution of start. [2022-02-12T01:56:46.576Z] #73 4.958 Setting up libpam-systemd:amd64 (247.3-6) ... [2022-02-12T01:56:46.835Z] #73 5.136 Setting up dbus-user-session (1.12.20-2) ... [2022-02-12T01:56:46.835Z] #73 5.153 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-12T01:56:47.094Z] #73 DONE 5.3s [2022-02-12T01:56:47.094Z] [2022-02-12T01:56:47.094Z] #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-02-12T01:56:47.094Z] #74 sha256:cf8ce74f6129c349d3d96db2d09c170045f2565811b17208950a18a175f18eb9 [2022-02-12T01:56:47.354Z] #74 0.388 % Total % Received % Xferd Average Speed Time Time Time Current [2022-02-12T01:56:47.354Z] #74 0.389 Dload Upload Total Spent Left Speed [2022-02-12T01:56:47.613Z] #74 0.390 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5750 0 --:--:-- --:--:-- --:--:-- 5732 [2022-02-12T01:56:47.613Z] #74 DONE 0.7s [2022-02-12T01:56:47.613Z] [2022-02-12T01:56:47.613Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-02-12T01:56:47.613Z] #75 sha256:f66495bec8fd68b9241d80c7616e2fbb48341ed0fbc7523f25bbafdf13a850cb [2022-02-12T01:56:48.040Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-02-12T01:56:48.040Z] + TESTFLAGS+=' -test.timeout=5m' [2022-02-12T01:56:48.040Z] + TESTDIRS=./... [2022-02-12T01:56:48.040Z] + exclude_paths='/vendor/|/integration' [2022-02-12T01:56:48.040Z] ++ grep -vE '(/vendor/|/integration)' [2022-02-12T01:56:48.040Z] ++ go list ./... [2022-02-12T01:56:48.549Z] #75 DONE 0.9s [2022-02-12T01:56:48.549Z] [2022-02-12T01:56:48.549Z] #76 exporting to image [2022-02-12T01:56:48.549Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-02-12T01:56:48.549Z] #76 exporting layers [2022-02-12T01:56:48.971Z] + pkg_list='github.com/docker/docker/api [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/backend/build [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/httputils [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/middleware [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/router [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/router/build [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/router/container [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/router/debug [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/router/distribution [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/router/grpc [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/router/image [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/router/network [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/router/plugin [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/router/session [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/router/swarm [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/router/system [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/server/router/volume [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/backend [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/blkiodev [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/container [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/events [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/filters [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/image [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/mount [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/network [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/registry [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/strslice [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/swarm [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/time [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/versions [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-12T01:56:48.971Z] github.com/docker/docker/api/types/volume [2022-02-12T01:56:48.971Z] github.com/docker/docker/builder [2022-02-12T01:56:48.971Z] github.com/docker/docker/builder/builder-next [2022-02-12T01:56:48.971Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-12T01:56:48.971Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-12T01:56:48.971Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-12T01:56:48.971Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-12T01:56:48.971Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-12T01:56:48.971Z] github.com/docker/docker/builder/builder-next/worker [2022-02-12T01:56:48.971Z] github.com/docker/docker/builder/dockerfile [2022-02-12T01:56:48.971Z] github.com/docker/docker/builder/dockerignore [2022-02-12T01:56:48.971Z] github.com/docker/docker/builder/remotecontext [2022-02-12T01:56:48.971Z] github.com/docker/docker/builder/remotecontext/git [2022-02-12T01:56:48.971Z] github.com/docker/docker/cli [2022-02-12T01:56:48.971Z] github.com/docker/docker/cli/config [2022-02-12T01:56:48.971Z] github.com/docker/docker/cli/debug [2022-02-12T01:56:48.971Z] github.com/docker/docker/client [2022-02-12T01:56:48.971Z] github.com/docker/docker/cmd/docker-proxy [2022-02-12T01:56:48.971Z] github.com/docker/docker/cmd/dockerd [2022-02-12T01:56:48.971Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-12T01:56:48.971Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-12T01:56:48.971Z] github.com/docker/docker/container [2022-02-12T01:56:48.971Z] github.com/docker/docker/container/stream [2022-02-12T01:56:48.971Z] github.com/docker/docker/contrib/apparmor [2022-02-12T01:56:48.971Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-12T01:56:48.971Z] github.com/docker/docker/contrib/httpserver [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/cluster [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/cluster/convert [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/cluster/executor [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/cluster/provider [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/config [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/events [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/events/testutils [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/exec [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/graphdriver [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/images [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/initlayer [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/links [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/listeners [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/logger [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/logger/gelf [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/logger/journald [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/logger/local [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/logger/logentries [2022-02-12T01:56:48.971Z] github.com/docker/docker/daemon/logger/loggertest [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/splunk [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/syslog [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/templates [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/names [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/network [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/stats [2022-02-12T01:56:48.972Z] github.com/docker/docker/distribution [2022-02-12T01:56:48.972Z] github.com/docker/docker/distribution/metadata [2022-02-12T01:56:48.972Z] github.com/docker/docker/distribution/utils [2022-02-12T01:56:48.972Z] github.com/docker/docker/distribution/xfer [2022-02-12T01:56:48.972Z] github.com/docker/docker/dockerversion [2022-02-12T01:56:48.972Z] github.com/docker/docker/errdefs [2022-02-12T01:56:48.972Z] github.com/docker/docker/image [2022-02-12T01:56:48.972Z] github.com/docker/docker/image/cache [2022-02-12T01:56:48.972Z] github.com/docker/docker/image/tarexport [2022-02-12T01:56:48.972Z] github.com/docker/docker/image/v1 [2022-02-12T01:56:48.972Z] github.com/docker/docker/internal/test/suite [2022-02-12T01:56:48.972Z] github.com/docker/docker/layer [2022-02-12T01:56:48.972Z] github.com/docker/docker/libcontainerd [2022-02-12T01:56:48.972Z] github.com/docker/docker/libcontainerd/queue [2022-02-12T01:56:48.972Z] github.com/docker/docker/libcontainerd/remote [2022-02-12T01:56:48.972Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-12T01:56:48.972Z] github.com/docker/docker/libcontainerd/types [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/bitseq [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cluster [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/config [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/datastore [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/driverapi [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/etchosts [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/idm [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipam [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/iptables [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/netlabel [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/netutils [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/networkdb [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ns [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/options [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/osl [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/portallocator [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/portmapper [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/testutils [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/types [2022-02-12T01:56:48.972Z] github.com/docker/docker/oci [2022-02-12T01:56:48.972Z] github.com/docker/docker/oci/caps [2022-02-12T01:56:48.972Z] github.com/docker/docker/opts [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/aaparser [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/archive [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/authorization [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/broadcaster [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/capabilities [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/chrootarchive [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/containerfs [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/devicemapper [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/directory [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/dmesg [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/filenotify [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/fileutils [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/fsutils [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/homedir [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/idtools [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/ioutils [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/jsonmessage [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/locker [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/longpath [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/loopback [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/mount [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/namesgenerator [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/parsers [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/pidfile [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/platform [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/plugingetter [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/plugins [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/plugins/transport [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/pools [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/progress [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/pubsub [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/reexec [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/signal [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/stack [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/stdcopy [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/streamformatter [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/stringid [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/symlink [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/sysinfo [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/system [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/tailfile [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/tarsum [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/term [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/term/windows [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/truncindex [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/urlutil [2022-02-12T01:56:48.972Z] github.com/docker/docker/pkg/useragent [2022-02-12T01:56:48.972Z] github.com/docker/docker/plugin [2022-02-12T01:56:48.972Z] github.com/docker/docker/plugin/executor/containerd [2022-02-12T01:56:48.972Z] github.com/docker/docker/plugin/v2 [2022-02-12T01:56:48.972Z] github.com/docker/docker/profiles/apparmor [2022-02-12T01:56:48.972Z] github.com/docker/docker/profiles/seccomp [2022-02-12T01:56:48.972Z] github.com/docker/docker/quota [2022-02-12T01:56:48.972Z] github.com/docker/docker/reference [2022-02-12T01:56:48.972Z] github.com/docker/docker/registry [2022-02-12T01:56:48.972Z] github.com/docker/docker/registry/resumable [2022-02-12T01:56:48.972Z] github.com/docker/docker/restartmanager [2022-02-12T01:56:48.972Z] github.com/docker/docker/rootless [2022-02-12T01:56:48.972Z] github.com/docker/docker/rootless/specconv [2022-02-12T01:56:48.972Z] github.com/docker/docker/runconfig [2022-02-12T01:56:48.972Z] github.com/docker/docker/runconfig/opts [2022-02-12T01:56:48.972Z] github.com/docker/docker/testutil [2022-02-12T01:56:48.972Z] github.com/docker/docker/testutil/daemon [2022-02-12T01:56:48.972Z] github.com/docker/docker/testutil/environment [2022-02-12T01:56:48.972Z] github.com/docker/docker/testutil/fakecontext [2022-02-12T01:56:48.972Z] github.com/docker/docker/testutil/fakegit [2022-02-12T01:56:48.972Z] github.com/docker/docker/testutil/fakestorage [2022-02-12T01:56:48.972Z] github.com/docker/docker/testutil/fixtures/load [2022-02-12T01:56:48.972Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-12T01:56:48.972Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-12T01:56:48.972Z] github.com/docker/docker/testutil/registry [2022-02-12T01:56:48.972Z] github.com/docker/docker/testutil/request [2022-02-12T01:56:48.972Z] github.com/docker/docker/volume [2022-02-12T01:56:48.972Z] github.com/docker/docker/volume/drivers [2022-02-12T01:56:48.972Z] github.com/docker/docker/volume/local [2022-02-12T01:56:48.972Z] github.com/docker/docker/volume/mounts [2022-02-12T01:56:48.972Z] github.com/docker/docker/volume/service [2022-02-12T01:56:48.972Z] github.com/docker/docker/volume/service/opts [2022-02-12T01:56:48.972Z] github.com/docker/docker/volume/testutils' [2022-02-12T01:56:48.972Z] ++ grep --fixed-strings -v /libnetwork [2022-02-12T01:56:48.972Z] ++ echo 'github.com/docker/docker/api [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/backend/build [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/httputils [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/middleware [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/router [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/router/build [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/router/container [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/router/debug [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/router/distribution [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/router/grpc [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/router/image [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/router/network [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/router/plugin [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/router/session [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/router/swarm [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/router/system [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/server/router/volume [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/backend [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/blkiodev [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/container [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/events [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/filters [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/image [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/mount [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/network [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/registry [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/strslice [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/swarm [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/time [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/versions [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-12T01:56:48.972Z] github.com/docker/docker/api/types/volume [2022-02-12T01:56:48.972Z] github.com/docker/docker/builder [2022-02-12T01:56:48.972Z] github.com/docker/docker/builder/builder-next [2022-02-12T01:56:48.972Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-12T01:56:48.972Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-12T01:56:48.972Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-12T01:56:48.972Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-12T01:56:48.972Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-12T01:56:48.972Z] github.com/docker/docker/builder/builder-next/worker [2022-02-12T01:56:48.972Z] github.com/docker/docker/builder/dockerfile [2022-02-12T01:56:48.972Z] github.com/docker/docker/builder/dockerignore [2022-02-12T01:56:48.972Z] github.com/docker/docker/builder/remotecontext [2022-02-12T01:56:48.972Z] github.com/docker/docker/builder/remotecontext/git [2022-02-12T01:56:48.972Z] github.com/docker/docker/cli [2022-02-12T01:56:48.972Z] github.com/docker/docker/cli/config [2022-02-12T01:56:48.972Z] github.com/docker/docker/cli/debug [2022-02-12T01:56:48.972Z] github.com/docker/docker/client [2022-02-12T01:56:48.972Z] github.com/docker/docker/cmd/docker-proxy [2022-02-12T01:56:48.972Z] github.com/docker/docker/cmd/dockerd [2022-02-12T01:56:48.972Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-12T01:56:48.972Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-12T01:56:48.972Z] github.com/docker/docker/container [2022-02-12T01:56:48.972Z] github.com/docker/docker/container/stream [2022-02-12T01:56:48.972Z] github.com/docker/docker/contrib/apparmor [2022-02-12T01:56:48.972Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-12T01:56:48.972Z] github.com/docker/docker/contrib/httpserver [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/cluster [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/cluster/convert [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/cluster/executor [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/cluster/provider [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/config [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/events [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/events/testutils [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/exec [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/graphdriver [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/images [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/initlayer [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/links [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/listeners [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/gelf [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/journald [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/local [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/logentries [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/loggertest [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/splunk [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/syslog [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/logger/templates [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/names [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/network [2022-02-12T01:56:48.972Z] github.com/docker/docker/daemon/stats [2022-02-12T01:56:48.972Z] github.com/docker/docker/distribution [2022-02-12T01:56:48.972Z] github.com/docker/docker/distribution/metadata [2022-02-12T01:56:48.972Z] github.com/docker/docker/distribution/utils [2022-02-12T01:56:48.972Z] github.com/docker/docker/distribution/xfer [2022-02-12T01:56:48.972Z] github.com/docker/docker/dockerversion [2022-02-12T01:56:48.972Z] github.com/docker/docker/errdefs [2022-02-12T01:56:48.972Z] github.com/docker/docker/image [2022-02-12T01:56:48.972Z] github.com/docker/docker/image/cache [2022-02-12T01:56:48.972Z] github.com/docker/docker/image/tarexport [2022-02-12T01:56:48.972Z] github.com/docker/docker/image/v1 [2022-02-12T01:56:48.972Z] github.com/docker/docker/internal/test/suite [2022-02-12T01:56:48.972Z] github.com/docker/docker/layer [2022-02-12T01:56:48.972Z] github.com/docker/docker/libcontainerd [2022-02-12T01:56:48.972Z] github.com/docker/docker/libcontainerd/queue [2022-02-12T01:56:48.972Z] github.com/docker/docker/libcontainerd/remote [2022-02-12T01:56:48.972Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-12T01:56:48.972Z] github.com/docker/docker/libcontainerd/types [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/bitseq [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cluster [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/config [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/datastore [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/driverapi [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/etchosts [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/idm [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipam [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/iptables [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/netlabel [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/netutils [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/networkdb [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/ns [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/options [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/osl [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/portallocator [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/portmapper [2022-02-12T01:56:48.972Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-12T01:56:48.973Z] github.com/docker/docker/libnetwork/testutils [2022-02-12T01:56:48.973Z] github.com/docker/docker/libnetwork/types [2022-02-12T01:56:48.973Z] github.com/docker/docker/oci [2022-02-12T01:56:48.973Z] github.com/docker/docker/oci/caps [2022-02-12T01:56:48.973Z] github.com/docker/docker/opts [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/aaparser [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/archive [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/authorization [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/broadcaster [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/capabilities [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/chrootarchive [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/containerfs [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/devicemapper [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/directory [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/dmesg [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/filenotify [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/fileutils [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/fsutils [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/homedir [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/idtools [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/ioutils [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/jsonmessage [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/locker [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/longpath [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/loopback [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/mount [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/namesgenerator [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/parsers [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/pidfile [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/platform [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/plugingetter [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/plugins [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/plugins/transport [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/pools [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/progress [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/pubsub [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/reexec [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/signal [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/stack [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/stdcopy [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/streamformatter [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/stringid [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/symlink [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/sysinfo [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/system [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/tailfile [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/tarsum [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/term [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/term/windows [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/truncindex [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/urlutil [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/useragent [2022-02-12T01:56:48.973Z] github.com/docker/docker/plugin [2022-02-12T01:56:48.973Z] github.com/docker/docker/plugin/executor/containerd [2022-02-12T01:56:48.973Z] github.com/docker/docker/plugin/v2 [2022-02-12T01:56:48.973Z] github.com/docker/docker/profiles/apparmor [2022-02-12T01:56:48.973Z] github.com/docker/docker/profiles/seccomp [2022-02-12T01:56:48.973Z] github.com/docker/docker/quota [2022-02-12T01:56:48.973Z] github.com/docker/docker/reference [2022-02-12T01:56:48.973Z] github.com/docker/docker/registry [2022-02-12T01:56:48.973Z] github.com/docker/docker/registry/resumable [2022-02-12T01:56:48.973Z] github.com/docker/docker/restartmanager [2022-02-12T01:56:48.973Z] github.com/docker/docker/rootless [2022-02-12T01:56:48.973Z] github.com/docker/docker/rootless/specconv [2022-02-12T01:56:48.973Z] github.com/docker/docker/runconfig [2022-02-12T01:56:48.973Z] github.com/docker/docker/runconfig/opts [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/daemon [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/environment [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/fakecontext [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/fakegit [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/fakestorage [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/fixtures/load [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/registry [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/request [2022-02-12T01:56:48.973Z] github.com/docker/docker/volume [2022-02-12T01:56:48.973Z] github.com/docker/docker/volume/drivers [2022-02-12T01:56:48.973Z] github.com/docker/docker/volume/local [2022-02-12T01:56:48.973Z] github.com/docker/docker/volume/mounts [2022-02-12T01:56:48.973Z] github.com/docker/docker/volume/service [2022-02-12T01:56:48.973Z] github.com/docker/docker/volume/service/opts [2022-02-12T01:56:48.973Z] github.com/docker/docker/volume/testutils' [2022-02-12T01:56:48.973Z] + base_pkg_list='github.com/docker/docker/api [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/backend/build [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/httputils [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/middleware [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/build [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/container [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/debug [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/distribution [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/grpc [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/image [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/network [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/plugin [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/session [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/swarm [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/system [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/volume [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/backend [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/blkiodev [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/container [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/events [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/filters [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/image [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/mount [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/network [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/registry [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/strslice [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/swarm [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/time [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/versions [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/volume [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/builder-next [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/builder-next/worker [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/dockerfile [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/dockerignore [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/remotecontext [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/remotecontext/git [2022-02-12T01:56:48.973Z] github.com/docker/docker/cli [2022-02-12T01:56:48.973Z] github.com/docker/docker/cli/config [2022-02-12T01:56:48.973Z] github.com/docker/docker/cli/debug [2022-02-12T01:56:48.973Z] github.com/docker/docker/client [2022-02-12T01:56:48.973Z] github.com/docker/docker/cmd/docker-proxy [2022-02-12T01:56:48.973Z] github.com/docker/docker/cmd/dockerd [2022-02-12T01:56:48.973Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-12T01:56:48.973Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-12T01:56:48.973Z] github.com/docker/docker/container [2022-02-12T01:56:48.973Z] github.com/docker/docker/container/stream [2022-02-12T01:56:48.973Z] github.com/docker/docker/contrib/apparmor [2022-02-12T01:56:48.973Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-12T01:56:48.973Z] github.com/docker/docker/contrib/httpserver [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/cluster [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/cluster/convert [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/cluster/executor [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/cluster/provider [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/config [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/events [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/events/testutils [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/exec [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/graphdriver [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/images [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/initlayer [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/links [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/listeners [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/gelf [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/journald [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/local [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/logentries [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/loggertest [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/splunk [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/syslog [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/logger/templates [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/names [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/network [2022-02-12T01:56:48.973Z] github.com/docker/docker/daemon/stats [2022-02-12T01:56:48.973Z] github.com/docker/docker/distribution [2022-02-12T01:56:48.973Z] github.com/docker/docker/distribution/metadata [2022-02-12T01:56:48.973Z] github.com/docker/docker/distribution/utils [2022-02-12T01:56:48.973Z] github.com/docker/docker/distribution/xfer [2022-02-12T01:56:48.973Z] github.com/docker/docker/dockerversion [2022-02-12T01:56:48.973Z] github.com/docker/docker/errdefs [2022-02-12T01:56:48.973Z] github.com/docker/docker/image [2022-02-12T01:56:48.973Z] github.com/docker/docker/image/cache [2022-02-12T01:56:48.973Z] github.com/docker/docker/image/tarexport [2022-02-12T01:56:48.973Z] github.com/docker/docker/image/v1 [2022-02-12T01:56:48.973Z] github.com/docker/docker/internal/test/suite [2022-02-12T01:56:48.973Z] github.com/docker/docker/layer [2022-02-12T01:56:48.973Z] github.com/docker/docker/libcontainerd [2022-02-12T01:56:48.973Z] github.com/docker/docker/libcontainerd/queue [2022-02-12T01:56:48.973Z] github.com/docker/docker/libcontainerd/remote [2022-02-12T01:56:48.973Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-12T01:56:48.973Z] github.com/docker/docker/libcontainerd/types [2022-02-12T01:56:48.973Z] github.com/docker/docker/oci [2022-02-12T01:56:48.973Z] github.com/docker/docker/oci/caps [2022-02-12T01:56:48.973Z] github.com/docker/docker/opts [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/aaparser [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/archive [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/authorization [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/broadcaster [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/capabilities [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/chrootarchive [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/containerfs [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/devicemapper [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/directory [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/dmesg [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/filenotify [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/fileutils [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/fsutils [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/homedir [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/idtools [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/ioutils [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/jsonmessage [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/locker [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/longpath [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/loopback [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/mount [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/namesgenerator [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/parsers [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/pidfile [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/platform [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/plugingetter [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/plugins [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/plugins/transport [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/pools [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/progress [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/pubsub [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/reexec [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/signal [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/stack [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/stdcopy [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/streamformatter [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/stringid [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/symlink [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/sysinfo [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/system [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/tailfile [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/tarsum [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/term [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/term/windows [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/truncindex [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/urlutil [2022-02-12T01:56:48.973Z] github.com/docker/docker/pkg/useragent [2022-02-12T01:56:48.973Z] github.com/docker/docker/plugin [2022-02-12T01:56:48.973Z] github.com/docker/docker/plugin/executor/containerd [2022-02-12T01:56:48.973Z] github.com/docker/docker/plugin/v2 [2022-02-12T01:56:48.973Z] github.com/docker/docker/profiles/apparmor [2022-02-12T01:56:48.973Z] github.com/docker/docker/profiles/seccomp [2022-02-12T01:56:48.973Z] github.com/docker/docker/quota [2022-02-12T01:56:48.973Z] github.com/docker/docker/reference [2022-02-12T01:56:48.973Z] github.com/docker/docker/registry [2022-02-12T01:56:48.973Z] github.com/docker/docker/registry/resumable [2022-02-12T01:56:48.973Z] github.com/docker/docker/restartmanager [2022-02-12T01:56:48.973Z] github.com/docker/docker/rootless [2022-02-12T01:56:48.973Z] github.com/docker/docker/rootless/specconv [2022-02-12T01:56:48.973Z] github.com/docker/docker/runconfig [2022-02-12T01:56:48.973Z] github.com/docker/docker/runconfig/opts [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/daemon [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/environment [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/fakecontext [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/fakegit [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/fakestorage [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/fixtures/load [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/registry [2022-02-12T01:56:48.973Z] github.com/docker/docker/testutil/request [2022-02-12T01:56:48.973Z] github.com/docker/docker/volume [2022-02-12T01:56:48.973Z] github.com/docker/docker/volume/drivers [2022-02-12T01:56:48.973Z] github.com/docker/docker/volume/local [2022-02-12T01:56:48.973Z] github.com/docker/docker/volume/mounts [2022-02-12T01:56:48.973Z] github.com/docker/docker/volume/service [2022-02-12T01:56:48.973Z] github.com/docker/docker/volume/service/opts [2022-02-12T01:56:48.973Z] github.com/docker/docker/volume/testutils' [2022-02-12T01:56:48.973Z] ++ grep --fixed-strings /libnetwork [2022-02-12T01:56:48.973Z] ++ echo 'github.com/docker/docker/api [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/backend/build [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/httputils [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/middleware [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/build [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/container [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/debug [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/distribution [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/grpc [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/image [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/network [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/plugin [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/session [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/swarm [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/system [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/server/router/volume [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/backend [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/blkiodev [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/container [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/events [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/filters [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/image [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/mount [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/network [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/registry [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/strslice [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/swarm [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/time [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/versions [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-12T01:56:48.973Z] github.com/docker/docker/api/types/volume [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/builder-next [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/builder-next/worker [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/dockerfile [2022-02-12T01:56:48.973Z] github.com/docker/docker/builder/dockerignore [2022-02-12T01:56:48.974Z] github.com/docker/docker/builder/remotecontext [2022-02-12T01:56:48.974Z] github.com/docker/docker/builder/remotecontext/git [2022-02-12T01:56:48.974Z] github.com/docker/docker/cli [2022-02-12T01:56:48.974Z] github.com/docker/docker/cli/config [2022-02-12T01:56:48.974Z] github.com/docker/docker/cli/debug [2022-02-12T01:56:48.974Z] github.com/docker/docker/client [2022-02-12T01:56:48.974Z] github.com/docker/docker/cmd/docker-proxy [2022-02-12T01:56:48.974Z] github.com/docker/docker/cmd/dockerd [2022-02-12T01:56:48.974Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-12T01:56:48.974Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-12T01:56:48.974Z] github.com/docker/docker/container [2022-02-12T01:56:48.974Z] github.com/docker/docker/container/stream [2022-02-12T01:56:48.974Z] github.com/docker/docker/contrib/apparmor [2022-02-12T01:56:48.974Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-12T01:56:48.974Z] github.com/docker/docker/contrib/httpserver [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/cluster [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/cluster/convert [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/cluster/executor [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/cluster/provider [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/config [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/events [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/events/testutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/exec [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/graphdriver [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/images [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/initlayer [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/links [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/listeners [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/gelf [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/journald [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/local [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/logentries [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/loggertest [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/splunk [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/syslog [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/logger/templates [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/names [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/network [2022-02-12T01:56:48.974Z] github.com/docker/docker/daemon/stats [2022-02-12T01:56:48.974Z] github.com/docker/docker/distribution [2022-02-12T01:56:48.974Z] github.com/docker/docker/distribution/metadata [2022-02-12T01:56:48.974Z] github.com/docker/docker/distribution/utils [2022-02-12T01:56:48.974Z] github.com/docker/docker/distribution/xfer [2022-02-12T01:56:48.974Z] github.com/docker/docker/dockerversion [2022-02-12T01:56:48.974Z] github.com/docker/docker/errdefs [2022-02-12T01:56:48.974Z] github.com/docker/docker/image [2022-02-12T01:56:48.974Z] github.com/docker/docker/image/cache [2022-02-12T01:56:48.974Z] github.com/docker/docker/image/tarexport [2022-02-12T01:56:48.974Z] github.com/docker/docker/image/v1 [2022-02-12T01:56:48.974Z] github.com/docker/docker/internal/test/suite [2022-02-12T01:56:48.974Z] github.com/docker/docker/layer [2022-02-12T01:56:48.974Z] github.com/docker/docker/libcontainerd [2022-02-12T01:56:48.974Z] github.com/docker/docker/libcontainerd/queue [2022-02-12T01:56:48.974Z] github.com/docker/docker/libcontainerd/remote [2022-02-12T01:56:48.974Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-12T01:56:48.974Z] github.com/docker/docker/libcontainerd/types [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/bitseq [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cluster [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/config [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/datastore [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/driverapi [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/etchosts [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/idm [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipam [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/iptables [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/netlabel [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/netutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/networkdb [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ns [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/options [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/osl [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/portallocator [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/portmapper [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/testutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/types [2022-02-12T01:56:48.974Z] github.com/docker/docker/oci [2022-02-12T01:56:48.974Z] github.com/docker/docker/oci/caps [2022-02-12T01:56:48.974Z] github.com/docker/docker/opts [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/aaparser [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/archive [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/authorization [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/broadcaster [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/capabilities [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/chrootarchive [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/containerfs [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/devicemapper [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/directory [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/dmesg [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/filenotify [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/fileutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/fsutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/homedir [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/idtools [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/ioutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/jsonmessage [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/locker [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/longpath [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/loopback [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/mount [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/namesgenerator [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/parsers [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/pidfile [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/platform [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/plugingetter [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/plugins [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/plugins/transport [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/pools [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/progress [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/pubsub [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/reexec [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/signal [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/stack [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/stdcopy [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/streamformatter [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/stringid [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/symlink [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/sysinfo [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/system [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/tailfile [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/tarsum [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/term [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/term/windows [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/truncindex [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/urlutil [2022-02-12T01:56:48.974Z] github.com/docker/docker/pkg/useragent [2022-02-12T01:56:48.974Z] github.com/docker/docker/plugin [2022-02-12T01:56:48.974Z] github.com/docker/docker/plugin/executor/containerd [2022-02-12T01:56:48.974Z] github.com/docker/docker/plugin/v2 [2022-02-12T01:56:48.974Z] github.com/docker/docker/profiles/apparmor [2022-02-12T01:56:48.974Z] github.com/docker/docker/profiles/seccomp [2022-02-12T01:56:48.974Z] github.com/docker/docker/quota [2022-02-12T01:56:48.974Z] github.com/docker/docker/reference [2022-02-12T01:56:48.974Z] github.com/docker/docker/registry [2022-02-12T01:56:48.974Z] github.com/docker/docker/registry/resumable [2022-02-12T01:56:48.974Z] github.com/docker/docker/restartmanager [2022-02-12T01:56:48.974Z] github.com/docker/docker/rootless [2022-02-12T01:56:48.974Z] github.com/docker/docker/rootless/specconv [2022-02-12T01:56:48.974Z] github.com/docker/docker/runconfig [2022-02-12T01:56:48.974Z] github.com/docker/docker/runconfig/opts [2022-02-12T01:56:48.974Z] github.com/docker/docker/testutil [2022-02-12T01:56:48.974Z] github.com/docker/docker/testutil/daemon [2022-02-12T01:56:48.974Z] github.com/docker/docker/testutil/environment [2022-02-12T01:56:48.974Z] github.com/docker/docker/testutil/fakecontext [2022-02-12T01:56:48.974Z] github.com/docker/docker/testutil/fakegit [2022-02-12T01:56:48.974Z] github.com/docker/docker/testutil/fakestorage [2022-02-12T01:56:48.974Z] github.com/docker/docker/testutil/fixtures/load [2022-02-12T01:56:48.974Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-12T01:56:48.974Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-12T01:56:48.974Z] github.com/docker/docker/testutil/registry [2022-02-12T01:56:48.974Z] github.com/docker/docker/testutil/request [2022-02-12T01:56:48.974Z] github.com/docker/docker/volume [2022-02-12T01:56:48.974Z] github.com/docker/docker/volume/drivers [2022-02-12T01:56:48.974Z] github.com/docker/docker/volume/local [2022-02-12T01:56:48.974Z] github.com/docker/docker/volume/mounts [2022-02-12T01:56:48.974Z] github.com/docker/docker/volume/service [2022-02-12T01:56:48.974Z] github.com/docker/docker/volume/service/opts [2022-02-12T01:56:48.974Z] github.com/docker/docker/volume/testutils' [2022-02-12T01:56:48.974Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/bitseq [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cluster [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/config [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/datastore [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/driverapi [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/etchosts [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/idm [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipam [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/iptables [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/netlabel [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/netutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/networkdb [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/ns [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/options [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/osl [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/portallocator [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/portmapper [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/testutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/types' [2022-02-12T01:56:48.974Z] + echo 'github.com/docker/docker/libnetwork [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/bitseq [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cluster [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/config [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/datastore [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/driverapi [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-12T01:56:48.974Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/etchosts [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/idm [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/ipam [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/iptables [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/netlabel [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/netutils [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/networkdb [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/ns [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/options [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/osl [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/portallocator [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/portmapper [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/testutils [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/types' [2022-02-12T01:56:48.975Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-12T01:56:48.975Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-12T01:56:48.975Z] + type docker-proxy [2022-02-12T01:56:48.975Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-02-12T01:56:48.975Z] + hack/make.sh binary-proxy install-proxy [2022-02-12T01:56:48.975Z] [2022-02-12T01:56:48.975Z] Removing bundles/ [2022-02-12T01:56:48.975Z] [2022-02-12T01:56:48.975Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-02-12T01:56:48.975Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-02-12T01:56:48.975Z] GOOS="" GOARCH="" GOARM="" [2022-02-12T01:56:49.475Z] sha256:0f3633b8b00bd5ae29dbb551f3903d565620e4e97bfe4518821fff590467da45 [2022-02-12T01:56:49.475Z] INFO: Starting docker-py tests... [2022-02-12T01:56:49.475Z] ============================= test session starts ============================== [2022-02-12T01:56:49.475Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-02-12T01:56:49.475Z] rootdir: /src, inifile: pytest.ini [2022-02-12T01:56:49.475Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-02-12T01:56:49.475Z] collected 395 items / 2 deselected / 393 selected [2022-02-12T01:56:49.475Z] [2022-02-12T01:56:55.114Z] #76 exporting layers 6.0s done [2022-02-12T01:56:55.114Z] #76 writing image sha256:3d0037f9fd2758af6986053812c4127db799beb9472bc003f53f48175c440f50 done [2022-02-12T01:56:55.114Z] #76 naming to docker.io/library/docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 done [2022-02-12T01:56:55.114Z] #76 DONE 6.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-02-12T01:56:55.465Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43231/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 -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:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 hack/make.sh dynbinary test-integration [2022-02-12T01:56:55.521Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-02-12T01:56:55.522Z] [2022-02-12T01:56:55.522Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-02-12T01:56:55.522Z] Installing docker-proxy to /usr/local/bin/ [2022-02-12T01:56:55.522Z] [2022-02-12T01:56:55.522Z] + mkdir -p bundles [2022-02-12T01:56:55.522Z] + '[' -n 'github.com/docker/docker/api [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/backend/build [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/httputils [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/middleware [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/router [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/router/build [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/router/container [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/router/debug [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/router/distribution [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/router/grpc [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/router/image [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/router/network [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/router/plugin [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/router/session [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/router/swarm [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/router/system [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/server/router/volume [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/backend [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/blkiodev [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/container [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/events [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/filters [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/image [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/mount [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/network [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/registry [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/strslice [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/swarm [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/time [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/versions [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-12T01:56:55.522Z] github.com/docker/docker/api/types/volume [2022-02-12T01:56:55.522Z] github.com/docker/docker/builder [2022-02-12T01:56:55.522Z] github.com/docker/docker/builder/builder-next [2022-02-12T01:56:55.522Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-12T01:56:55.522Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-12T01:56:55.522Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-12T01:56:55.522Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-12T01:56:55.522Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-12T01:56:55.522Z] github.com/docker/docker/builder/builder-next/worker [2022-02-12T01:56:55.522Z] github.com/docker/docker/builder/dockerfile [2022-02-12T01:56:55.522Z] github.com/docker/docker/builder/dockerignore [2022-02-12T01:56:55.522Z] github.com/docker/docker/builder/remotecontext [2022-02-12T01:56:55.522Z] github.com/docker/docker/builder/remotecontext/git [2022-02-12T01:56:55.522Z] github.com/docker/docker/cli [2022-02-12T01:56:55.522Z] github.com/docker/docker/cli/config [2022-02-12T01:56:55.522Z] github.com/docker/docker/cli/debug [2022-02-12T01:56:55.522Z] github.com/docker/docker/client [2022-02-12T01:56:55.522Z] github.com/docker/docker/cmd/docker-proxy [2022-02-12T01:56:55.522Z] github.com/docker/docker/cmd/dockerd [2022-02-12T01:56:55.522Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-12T01:56:55.522Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-12T01:56:55.522Z] github.com/docker/docker/container [2022-02-12T01:56:55.522Z] github.com/docker/docker/container/stream [2022-02-12T01:56:55.522Z] github.com/docker/docker/contrib/apparmor [2022-02-12T01:56:55.522Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-12T01:56:55.522Z] github.com/docker/docker/contrib/httpserver [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/cluster [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/cluster/convert [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/cluster/executor [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/cluster/provider [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/config [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/events [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/events/testutils [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/exec [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/graphdriver [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/images [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/initlayer [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/links [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/listeners [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/gelf [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/journald [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/local [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/logentries [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/loggertest [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/splunk [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/syslog [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/logger/templates [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/names [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/network [2022-02-12T01:56:55.522Z] github.com/docker/docker/daemon/stats [2022-02-12T01:56:55.522Z] github.com/docker/docker/distribution [2022-02-12T01:56:55.522Z] github.com/docker/docker/distribution/metadata [2022-02-12T01:56:55.522Z] github.com/docker/docker/distribution/utils [2022-02-12T01:56:55.522Z] github.com/docker/docker/distribution/xfer [2022-02-12T01:56:55.522Z] github.com/docker/docker/dockerversion [2022-02-12T01:56:55.522Z] github.com/docker/docker/errdefs [2022-02-12T01:56:55.522Z] github.com/docker/docker/image [2022-02-12T01:56:55.522Z] github.com/docker/docker/image/cache [2022-02-12T01:56:55.522Z] github.com/docker/docker/image/tarexport [2022-02-12T01:56:55.522Z] github.com/docker/docker/image/v1 [2022-02-12T01:56:55.522Z] github.com/docker/docker/internal/test/suite [2022-02-12T01:56:55.522Z] github.com/docker/docker/layer [2022-02-12T01:56:55.522Z] github.com/docker/docker/libcontainerd [2022-02-12T01:56:55.522Z] github.com/docker/docker/libcontainerd/queue [2022-02-12T01:56:55.522Z] github.com/docker/docker/libcontainerd/remote [2022-02-12T01:56:55.522Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-12T01:56:55.522Z] github.com/docker/docker/libcontainerd/types [2022-02-12T01:56:55.522Z] github.com/docker/docker/oci [2022-02-12T01:56:55.522Z] github.com/docker/docker/oci/caps [2022-02-12T01:56:55.522Z] github.com/docker/docker/opts [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/aaparser [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/archive [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/authorization [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/broadcaster [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/capabilities [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/chrootarchive [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/containerfs [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/devicemapper [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/directory [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/dmesg [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/filenotify [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/fileutils [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/fsutils [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/homedir [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/idtools [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/ioutils [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/jsonmessage [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/locker [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/longpath [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/loopback [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/mount [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/namesgenerator [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/parsers [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/pidfile [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/platform [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/plugingetter [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/plugins [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/plugins/transport [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/pools [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/progress [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/pubsub [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/reexec [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/signal [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/stack [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/stdcopy [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/streamformatter [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/stringid [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/symlink [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/sysinfo [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/system [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/tailfile [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/tarsum [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/term [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/term/windows [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/truncindex [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/urlutil [2022-02-12T01:56:55.522Z] github.com/docker/docker/pkg/useragent [2022-02-12T01:56:55.522Z] github.com/docker/docker/plugin [2022-02-12T01:56:55.522Z] github.com/docker/docker/plugin/executor/containerd [2022-02-12T01:56:55.522Z] github.com/docker/docker/plugin/v2 [2022-02-12T01:56:55.522Z] github.com/docker/docker/profiles/apparmor [2022-02-12T01:56:55.522Z] github.com/docker/docker/profiles/seccomp [2022-02-12T01:56:55.522Z] github.com/docker/docker/quota [2022-02-12T01:56:55.522Z] github.com/docker/docker/reference [2022-02-12T01:56:55.522Z] github.com/docker/docker/registry [2022-02-12T01:56:55.522Z] github.com/docker/docker/registry/resumable [2022-02-12T01:56:55.522Z] github.com/docker/docker/restartmanager [2022-02-12T01:56:55.522Z] github.com/docker/docker/rootless [2022-02-12T01:56:55.522Z] github.com/docker/docker/rootless/specconv [2022-02-12T01:56:55.522Z] github.com/docker/docker/runconfig [2022-02-12T01:56:55.522Z] github.com/docker/docker/runconfig/opts [2022-02-12T01:56:55.522Z] github.com/docker/docker/testutil [2022-02-12T01:56:55.522Z] github.com/docker/docker/testutil/daemon [2022-02-12T01:56:55.522Z] github.com/docker/docker/testutil/environment [2022-02-12T01:56:55.522Z] github.com/docker/docker/testutil/fakecontext [2022-02-12T01:56:55.522Z] github.com/docker/docker/testutil/fakegit [2022-02-12T01:56:55.522Z] github.com/docker/docker/testutil/fakestorage [2022-02-12T01:56:55.522Z] github.com/docker/docker/testutil/fixtures/load [2022-02-12T01:56:55.522Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-12T01:56:55.522Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-12T01:56:55.522Z] github.com/docker/docker/testutil/registry [2022-02-12T01:56:55.522Z] github.com/docker/docker/testutil/request [2022-02-12T01:56:55.522Z] github.com/docker/docker/volume [2022-02-12T01:56:55.522Z] github.com/docker/docker/volume/drivers [2022-02-12T01:56:55.522Z] github.com/docker/docker/volume/local [2022-02-12T01:56:55.522Z] github.com/docker/docker/volume/mounts [2022-02-12T01:56:55.522Z] github.com/docker/docker/volume/service [2022-02-12T01:56:55.522Z] github.com/docker/docker/volume/service/opts [2022-02-12T01:56:55.522Z] github.com/docker/docker/volume/testutils' ']' [2022-02-12T01:56:55.523Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/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/loggertest 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/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-02-12T01:56:56.454Z] ? github.com/docker/docker/api [no test files] [2022-02-12T01:56:57.364Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-02-12T01:56:57.365Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-02-12T01:56:57.365Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-02-12T01:56:57.365Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-02-12T01:56:57.365Z] 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-02-12T01:56:57.365Z] Detected virtualization docker. [2022-02-12T01:56:57.365Z] Detected architecture x86-64. [2022-02-12T01:56:57.365Z] Set hostname to <2d2a11c1ae18>. [2022-02-12T01:56:57.365Z] modprobe@configfs.service: Succeeded. [2022-02-12T01:56:57.365Z] modprobe@drm.service: Succeeded. [2022-02-12T01:56:57.365Z] modprobe@fuse.service: Succeeded. [2022-02-12T01:56:57.365Z] + source /etc/docker-entrypoint-cmd [2022-02-12T01:56:57.365Z] ++ hack/make.sh dynbinary test-integration [2022-02-12T01:56:57.365Z] [2022-02-12T01:56:57.365Z] Removing bundles/ [2022-02-12T01:56:57.365Z] [2022-02-12T01:56:57.365Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-02-12T01:56:57.365Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-02-12T01:56:57.365Z] GOOS="" GOARCH="" GOARM="" [2022-02-12T01:56:59.264Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-02-12T01:56:59.264Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-12T01:56:59.264Z] GOOS="" GOARCH="" GOARM="" [2022-02-12T01:56:59.264Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-12T01:56:59.264Z] [2022-02-12T01:56:59.264Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-02-12T01:56:59.264Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-02-12T01:56:59.264Z] HOSTNAME=eedee6ec4ed3 [2022-02-12T01:56:59.264Z] DEST=bundles/test-integration [2022-02-12T01:56:59.264Z] PWD=/go/src/github.com/docker/docker [2022-02-12T01:56:59.264Z] DOCKER_ROOTLESS=1 [2022-02-12T01:56:59.264Z] DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:56:59.264Z] container=docker [2022-02-12T01:56:59.264Z] HOME=/root [2022-02-12T01:56:59.264Z] GOLANG_VERSION=1.17.6 [2022-02-12T01:56:59.264Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-02-12T01:56:59.264Z] VALIDATE_BRANCH=master [2022-02-12T01:56:59.264Z] TERM=xterm [2022-02-12T01:56:59.264Z] DOCKER_PKG=github.com/docker/docker [2022-02-12T01:56:59.264Z] SHLVL=1 [2022-02-12T01:56:59.264Z] TIMEOUT=120m [2022-02-12T01:56:59.264Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-02-12T01:56:59.264Z] DOCKER_GRAPHDRIVER=overlay2 [2022-02-12T01:56:59.264Z] GO111MODULE=off [2022-02-12T01:56:59.264Z] DOCKER_EXPERIMENTAL=1 [2022-02-12T01:56:59.264Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-02-12T01:56:59.264Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-02-12T01:56:59.264Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-02-12T01:56:59.264Z] GOPATH=/go [2022-02-12T01:56:59.264Z] PKG_CONFIG=pkg-config [2022-02-12T01:56:59.264Z] _=/usr/bin/env [2022-02-12T01:56:59.264Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-02-12T01:56:59.931Z] 4612f6d0b889: Pull complete [2022-02-12T01:57:03.526Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-02-12T01:57:04.096Z] tests/integration/api_client_test.py ..... [ 7%] [2022-02-12T01:57:06.030Z] tests/integration/api_config_test.py ...... [ 8%] [2022-02-12T01:57:08.640Z] ok github.com/docker/docker/api/server 0.017s coverage: 9.0% of statements [2022-02-12T01:57:36.512Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-02-12T01:57:37.940Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-02-12T01:57:37.940Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-02-12T01:57:59.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-02-12T01:58:05.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-02-12T01:58:07.281Z] 898469748ff6: Pull complete [2022-02-12T01:58:07.281Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-02-12T01:58:07.281Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T01:58:07.281Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T01:58:07.281Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-02-12T01:58:07.281Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-02-12T01:58:07.281Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-02-12T01:58:07.281Z] INFO: Docker version of control daemon [2022-02-12T01:58:07.281Z] [2022-02-12T01:58:07.281Z] Client: [2022-02-12T01:58:07.281Z] Version: 20.10.9 [2022-02-12T01:58:07.281Z] API version: 1.41 [2022-02-12T01:58:07.281Z] Go version: go1.16.8 [2022-02-12T01:58:07.281Z] Git commit: c2ea9bc [2022-02-12T01:58:07.281Z] Built: Mon Oct 4 16:11:10 2021 [2022-02-12T01:58:07.281Z] OS/Arch: windows/amd64 [2022-02-12T01:58:07.281Z] Context: default [2022-02-12T01:58:07.281Z] Experimental: true [2022-02-12T01:58:07.281Z] [2022-02-12T01:58:07.281Z] Server: Docker Engine - Community [2022-02-12T01:58:07.281Z] Engine: [2022-02-12T01:58:07.281Z] Version: 20.10.9 [2022-02-12T01:58:07.281Z] API version: 1.41 (minimum version 1.24) [2022-02-12T01:58:07.281Z] Go version: go1.16.8 [2022-02-12T01:58:07.281Z] Git commit: 79ea9d3 [2022-02-12T01:58:07.281Z] Built: Mon Oct 4 16:06:39 2021 [2022-02-12T01:58:07.281Z] OS/Arch: windows/amd64 [2022-02-12T01:58:07.281Z] Experimental: true [2022-02-12T01:58:07.281Z] [2022-02-12T01:58:07.281Z] INFO: Docker info of control daemon [2022-02-12T01:58:07.281Z] [2022-02-12T01:58:07.281Z] Client: [2022-02-12T01:58:07.281Z] Context: default [2022-02-12T01:58:07.281Z] Debug Mode: false [2022-02-12T01:58:07.281Z] [2022-02-12T01:58:07.281Z] Server: [2022-02-12T01:58:07.281Z] Containers: 0 [2022-02-12T01:58:07.281Z] Running: 0 [2022-02-12T01:58:07.281Z] Paused: 0 [2022-02-12T01:58:07.281Z] Stopped: 0 [2022-02-12T01:58:07.281Z] Images: 1 [2022-02-12T01:58:07.281Z] Server Version: 20.10.9 [2022-02-12T01:58:07.281Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-02-12T01:58:07.281Z] LCOW: [2022-02-12T01:58:07.281Z] Windows: [2022-02-12T01:58:07.281Z] Logging Driver: json-file [2022-02-12T01:58:07.281Z] Plugins: [2022-02-12T01:58:07.281Z] Volume: local [2022-02-12T01:58:07.281Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-12T01:58:07.281Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-12T01:58:07.281Z] Swarm: inactive [2022-02-12T01:58:07.281Z] Default Isolation: process [2022-02-12T01:58:07.281Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-12T01:58:07.281Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-12T01:58:07.281Z] OSType: windows [2022-02-12T01:58:07.281Z] Architecture: x86_64 [2022-02-12T01:58:07.281Z] CPUs: 4 [2022-02-12T01:58:07.281Z] Total Memory: 32GiB [2022-02-12T01:58:07.281Z] Name: azwin-2-d1afd0 [2022-02-12T01:58:07.281Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-02-12T01:58:07.281Z] Docker Root Dir: D:\docker [2022-02-12T01:58:07.281Z] Debug Mode: false [2022-02-12T01:58:07.281Z] Registry: https://index.docker.io/v1/ [2022-02-12T01:58:07.281Z] Labels: [2022-02-12T01:58:07.281Z] Experimental: true [2022-02-12T01:58:07.281Z] Insecure Registries: [2022-02-12T01:58:07.281Z] 10.0.0.4:5000 [2022-02-12T01:58:07.281Z] 127.0.0.0/8 [2022-02-12T01:58:07.281Z] Registry Mirrors: [2022-02-12T01:58:07.281Z] http://10.0.0.4:5000/ [2022-02-12T01:58:07.281Z] Live Restore Enabled: false [2022-02-12T01:58:07.281Z] Product License: Community Engine [2022-02-12T01:58:07.281Z] [2022-02-12T01:58:07.281Z] [2022-02-12T01:58:07.281Z] INFO: Commit hash is 3efcf7b376 [2022-02-12T01:58:07.281Z] INFO: Nuke-Everything... [2022-02-12T01:58:07.281Z] INFO: Container count on control daemon to delete is 0 [2022-02-12T01:58:07.281Z] INFO: Nuking d:\CI [2022-02-12T01:58:07.281Z] INFO: Zapped successfully [2022-02-12T01:58:07.281Z] INFO: Location for testing is d:\CI\PR-43231\1 [2022-02-12T01:58:07.281Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-02-12T01:58:07.281Z] [2022-02-12T01:58:07.281Z] [2022-02-12T01:58:07.281Z] INFO: Building the image from Dockerfile.windows at 02/12/2022 01:58:02... [2022-02-12T01:58:07.281Z] [2022-02-12T01:58:09.461Z] Sending build context to Docker daemon 61.94MB [2022-02-12T01:58:09.461Z] [2022-02-12T01:58:09.924Z] Step 1/11 : FROM microsoft/windowsservercore [2022-02-12T01:58:09.924Z] ---> bdeb13086b9f [2022-02-12T01:58:09.924Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-02-12T01:58:09.924Z] ---> Running in 57583d4b3c5e [2022-02-12T01:58:09.924Z] Removing intermediate container 57583d4b3c5e [2022-02-12T01:58:09.924Z] ---> c654f24e1a2f [2022-02-12T01:58:09.924Z] Step 3/11 : ARG GO_VERSION=1.17.6 [2022-02-12T01:58:09.924Z] ---> Running in 07d02a62b36a [2022-02-12T01:58:10.382Z] Removing intermediate container 07d02a62b36a [2022-02-12T01:58:10.382Z] ---> 130842c8aa25 [2022-02-12T01:58:10.382Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-02-12T01:58:10.382Z] ---> Running in d0ecdf304f86 [2022-02-12T01:58:10.841Z] Removing intermediate container d0ecdf304f86 [2022-02-12T01:58:10.841Z] ---> e5ec023f89d2 [2022-02-12T01:58:10.841Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-02-12T01:58:10.841Z] ---> Running in 546ea31dd93a [2022-02-12T01:58:11.306Z] Removing intermediate container 546ea31dd93a [2022-02-12T01:58:11.306Z] ---> bb033e67458b [2022-02-12T01:58:11.306Z] 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-02-12T01:58:11.306Z] ---> Running in 41a372ffd976 [2022-02-12T01:58:11.765Z] Removing intermediate container 41a372ffd976 [2022-02-12T01:58:11.765Z] ---> 199341587ce7 [2022-02-12T01:58:11.765Z] 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-02-12T01:58:11.765Z] ---> Running in f9046e00440d [2022-02-12T01:58:11.987Z] 898469748ff6: Pull complete [2022-02-12T01:58:11.987Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-02-12T01:58:11.987Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T01:58:11.987Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T01:58:11.987Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-02-12T01:58:11.987Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-02-12T01:58:11.987Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-02-12T01:58:11.987Z] INFO: Docker version of control daemon [2022-02-12T01:58:11.987Z] [2022-02-12T01:58:11.987Z] Client: [2022-02-12T01:58:11.987Z] Version: 20.10.9 [2022-02-12T01:58:11.987Z] API version: 1.41 [2022-02-12T01:58:11.987Z] Go version: go1.16.8 [2022-02-12T01:58:11.987Z] Git commit: c2ea9bc [2022-02-12T01:58:11.987Z] Built: Mon Oct 4 16:11:10 2021 [2022-02-12T01:58:11.987Z] OS/Arch: windows/amd64 [2022-02-12T01:58:11.987Z] Context: default [2022-02-12T01:58:11.987Z] Experimental: true [2022-02-12T01:58:11.987Z] [2022-02-12T01:58:11.987Z] Server: Docker Engine - Community [2022-02-12T01:58:11.987Z] Engine: [2022-02-12T01:58:11.987Z] Version: 20.10.9 [2022-02-12T01:58:11.987Z] API version: 1.41 (minimum version 1.24) [2022-02-12T01:58:11.987Z] Go version: go1.16.8 [2022-02-12T01:58:11.987Z] Git commit: 79ea9d3 [2022-02-12T01:58:11.987Z] Built: Mon Oct 4 16:06:39 2021 [2022-02-12T01:58:11.987Z] OS/Arch: windows/amd64 [2022-02-12T01:58:11.987Z] Experimental: true [2022-02-12T01:58:11.987Z] [2022-02-12T01:58:11.987Z] INFO: Docker info of control daemon [2022-02-12T01:58:11.987Z] [2022-02-12T01:58:11.987Z] Client: [2022-02-12T01:58:11.987Z] Context: default [2022-02-12T01:58:11.987Z] Debug Mode: false [2022-02-12T01:58:11.987Z] [2022-02-12T01:58:11.987Z] Server: [2022-02-12T01:58:11.987Z] Containers: 0 [2022-02-12T01:58:11.987Z] Running: 0 [2022-02-12T01:58:11.987Z] Paused: 0 [2022-02-12T01:58:11.987Z] Stopped: 0 [2022-02-12T01:58:11.987Z] Images: 1 [2022-02-12T01:58:11.987Z] Server Version: 20.10.9 [2022-02-12T01:58:11.987Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-02-12T01:58:11.987Z] Windows: [2022-02-12T01:58:11.987Z] LCOW: [2022-02-12T01:58:11.987Z] Logging Driver: json-file [2022-02-12T01:58:11.987Z] Plugins: [2022-02-12T01:58:11.987Z] Volume: local [2022-02-12T01:58:11.987Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-12T01:58:11.987Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-12T01:58:11.987Z] Swarm: inactive [2022-02-12T01:58:11.987Z] Default Isolation: process [2022-02-12T01:58:11.987Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-12T01:58:11.987Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-12T01:58:11.987Z] OSType: windows [2022-02-12T01:58:11.987Z] Architecture: x86_64 [2022-02-12T01:58:11.987Z] CPUs: 4 [2022-02-12T01:58:11.987Z] Total Memory: 32GiB [2022-02-12T01:58:11.987Z] Name: azwin-2-d1afd1 [2022-02-12T01:58:11.987Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-02-12T01:58:11.987Z] Docker Root Dir: D:\docker [2022-02-12T01:58:11.987Z] Debug Mode: false [2022-02-12T01:58:11.987Z] Registry: https://index.docker.io/v1/ [2022-02-12T01:58:11.987Z] Labels: [2022-02-12T01:58:11.987Z] Experimental: true [2022-02-12T01:58:11.987Z] Insecure Registries: [2022-02-12T01:58:11.987Z] 10.0.0.4:5000 [2022-02-12T01:58:11.987Z] 127.0.0.0/8 [2022-02-12T01:58:11.987Z] Registry Mirrors: [2022-02-12T01:58:11.987Z] http://10.0.0.4:5000/ [2022-02-12T01:58:11.987Z] Live Restore Enabled: false [2022-02-12T01:58:11.987Z] Product License: Community Engine [2022-02-12T01:58:11.987Z] [2022-02-12T01:58:11.987Z] [2022-02-12T01:58:11.987Z] INFO: Commit hash is 3efcf7b376 [2022-02-12T01:58:11.987Z] INFO: Nuke-Everything... [2022-02-12T01:58:11.987Z] INFO: Container count on control daemon to delete is 0 [2022-02-12T01:58:11.987Z] INFO: Nuking d:\CI [2022-02-12T01:58:11.987Z] INFO: Zapped successfully [2022-02-12T01:58:11.987Z] INFO: Location for testing is d:\CI\PR-43231\1 [2022-02-12T01:58:11.987Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-02-12T01:58:11.987Z] [2022-02-12T01:58:11.987Z] [2022-02-12T01:58:11.987Z] INFO: Building the image from Dockerfile.windows at 02/12/2022 01:58:06... [2022-02-12T01:58:11.987Z] [2022-02-12T01:58:14.215Z] Sending build context to Docker daemon 61.94MB [2022-02-12T01:58:14.215Z] [2022-02-12T01:58:14.215Z] Step 1/11 : FROM microsoft/windowsservercore [2022-02-12T01:58:14.215Z] ---> bdeb13086b9f [2022-02-12T01:58:14.215Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-02-12T01:58:14.215Z] ---> Running in 26c711da561d [2022-02-12T01:58:14.691Z] Removing intermediate container 26c711da561d [2022-02-12T01:58:14.691Z] ---> b38f89fb759c [2022-02-12T01:58:14.691Z] Step 3/11 : ARG GO_VERSION=1.17.6 [2022-02-12T01:58:14.691Z] ---> Running in 0881cdaf9c7b [2022-02-12T01:58:15.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-02-12T01:58:15.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-02-12T01:58:15.162Z] Removing intermediate container 0881cdaf9c7b [2022-02-12T01:58:15.162Z] ---> 8744f7ba604e [2022-02-12T01:58:15.162Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-02-12T01:58:15.162Z] ---> Running in 04f74660f68d [2022-02-12T01:58:15.162Z] Removing intermediate container 04f74660f68d [2022-02-12T01:58:15.162Z] ---> d8be7ccc272d [2022-02-12T01:58:15.162Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-02-12T01:58:15.162Z] ---> Running in 17eda5debed1 [2022-02-12T01:58:15.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-02-12T01:58:15.633Z] Removing intermediate container 17eda5debed1 [2022-02-12T01:58:15.633Z] ---> 16cba66cfa68 [2022-02-12T01:58:15.633Z] 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-02-12T01:58:15.633Z] ---> Running in a93fe3298acd [2022-02-12T01:58:15.877Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-02-12T01:58:16.104Z] Removing intermediate container a93fe3298acd [2022-02-12T01:58:16.104Z] ---> 329b6206c53f [2022-02-12T01:58:16.104Z] 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-02-12T01:58:16.104Z] ---> Running in 39781d981e00 [2022-02-12T01:58:16.134Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-02-12T01:58:16.287Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-02-12T01:58:16.287Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2022-02-12T01:58:16.287Z] ok github.com/docker/docker/api/server/middleware 0.012s coverage: 37.7% of statements [2022-02-12T01:58:16.287Z] ? github.com/docker/docker/api/server/router [no test files] [2022-02-12T01:58:16.287Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-02-12T01:58:16.287Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-02-12T01:58:16.287Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-02-12T01:58:16.287Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-02-12T01:58:16.287Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-02-12T01:58:16.287Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-02-12T01:58:16.287Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-02-12T01:58:16.287Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-02-12T01:58:16.544Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-02-12T01:58:16.544Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-02-12T01:58:16.801Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2022-02-12T01:58:17.058Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-02-12T01:58:17.058Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-02-12T01:58:17.058Z] ? github.com/docker/docker/api/types [no test files] [2022-02-12T01:58:17.058Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-02-12T01:58:17.058Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-02-12T01:58:17.058Z] ? github.com/docker/docker/api/types/container [no test files] [2022-02-12T01:58:17.058Z] ? github.com/docker/docker/api/types/events [no test files] [2022-02-12T01:58:17.064Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-02-12T01:58:17.315Z] ok github.com/docker/docker/api/types/strslice 0.020s coverage: 90.0% of statements [2022-02-12T01:58:17.315Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2022-02-12T01:58:17.315Z] ? github.com/docker/docker/api/types/image [no test files] [2022-02-12T01:58:17.315Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-02-12T01:58:17.315Z] ? github.com/docker/docker/api/types/network [no test files] [2022-02-12T01:58:17.315Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-02-12T01:58:17.315Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-02-12T01:58:17.315Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-02-12T01:58:17.315Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-02-12T01:58:17.572Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2022-02-12T01:58:17.572Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-02-12T01:58:17.572Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-02-12T01:58:17.572Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-02-12T01:58:17.572Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-02-12T01:58:17.572Z] ? github.com/docker/docker/builder [no test files] [2022-02-12T01:58:17.572Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-02-12T01:58:17.572Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-02-12T01:58:17.572Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-02-12T01:58:17.572Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-02-12T01:58:17.572Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-02-12T01:58:17.572Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-02-12T01:58:17.572Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-02-12T01:58:17.641Z] [2022-02-12T01:58:17.641Z] SUCCESS: Specified value was saved. [2022-02-12T01:58:18.101Z] INFO: Downloading git... [2022-02-12T01:58:19.586Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-02-12T01:58:19.648Z] INFO: Downloading go... [2022-02-12T01:58:20.094Z] ok github.com/docker/docker/builder/remotecontext 0.068s coverage: 13.7% of statements [2022-02-12T01:58:20.094Z] ok github.com/docker/docker/builder/dockerfile 0.178s coverage: 49.0% of statements [2022-02-12T01:58:20.094Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-02-12T01:58:20.523Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-02-12T01:58:21.053Z] ok github.com/docker/docker/cli/debug 0.008s coverage: 100.0% of statements [2022-02-12T01:58:21.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-02-12T01:58:21.200Z] INFO: Downloading compiler 1 of 3... [2022-02-12T01:58:21.311Z] ok github.com/docker/docker/builder/remotecontext/git 1.119s coverage: 86.3% of statements [2022-02-12T01:58:21.311Z] ? github.com/docker/docker/cli [no test files] [2022-02-12T01:58:21.311Z] ? github.com/docker/docker/cli/config [no test files] [2022-02-12T01:58:21.345Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-02-12T01:58:21.989Z] [2022-02-12T01:58:21.989Z] SUCCESS: Specified value was saved. [2022-02-12T01:58:21.989Z] INFO: Downloading git... [2022-02-12T01:58:22.166Z] INFO: Downloading compiler 2 of 3... [2022-02-12T01:58:22.266Z] ok github.com/docker/docker/cmd/docker-proxy 0.292s coverage: 69.3% of statements [2022-02-12T01:58:22.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-02-12T01:58:23.137Z] INFO: Downloading compiler 3 of 3... [2022-02-12T01:58:23.204Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-02-12T01:58:23.562Z] INFO: Downloading go... [2022-02-12T01:58:23.600Z] INFO: Extracting git... [2022-02-12T01:58:24.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-02-12T01:58:24.697Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-02-12T01:58:24.788Z] ok github.com/docker/docker/client 0.114s coverage: 75.8% of statements [2022-02-12T01:58:25.138Z] INFO: Downloading compiler 1 of 3... [2022-02-12T01:58:25.139Z] INFO: Downloading compiler 2 of 3... [2022-02-12T01:58:25.260Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-02-12T01:58:25.609Z] INFO: Downloading compiler 3 of 3... [2022-02-12T01:58:25.609Z] INFO: Extracting git... [2022-02-12T01:58:26.188Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-02-12T01:58:26.188Z] Using test binary docker [2022-02-12T01:58:26.188Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-02-12T01:58:26.188Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-02-12T01:58:26.188Z] INFO: Waiting for daemon to start... [2022-02-12T01:58:26.188Z] Starting dockerd [2022-02-12T01:58:29.455Z] . [2022-02-12T01:58:29.455Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-02-12T01:58:29.455Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-02-12T01:58:29.455Z] Error: No such image: emptyfs [2022-02-12T01:58:29.455Z] Running integration-test (iteration 1) [2022-02-12T01:58:29.455Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-02-12T01:58:29.711Z] Loaded image: busybox:latest [2022-02-12T01:58:29.711Z] Loaded image: busybox:glibc [2022-02-12T01:58:31.078Z] Loaded image: debian:bullseye-slim [2022-02-12T01:58:31.078Z] Loaded image: hello-world:latest [2022-02-12T01:58:31.334Z] Loaded image: arm32v7/hello-world:latest [2022-02-12T01:58:31.334Z] INFO: Testing against a local daemon [2022-02-12T01:58:31.334Z] === RUN TestCgroupNamespacesBuild [2022-02-12T01:58:32.062Z] .........................xx.................... [ 29%] [2022-02-12T01:58:32.282Z] --- PASS: TestCgroupNamespacesBuild (1.12s) [2022-02-12T01:58:32.282Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-02-12T01:58:33.664Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.17s) [2022-02-12T01:58:33.664Z] === RUN TestBuildWithSession [2022-02-12T01:58:33.664Z] build_session_test.go:25: TODO: BuildKit [2022-02-12T01:58:33.664Z] --- SKIP: TestBuildWithSession (0.00s) [2022-02-12T01:58:33.664Z] === RUN TestBuildSquashParent [2022-02-12T01:58:33.818Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-02-12T01:58:33.818Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-12T01:58:33.818Z] GOOS="" GOARCH="" GOARM="" [2022-02-12T01:58:33.818Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-12T01:58:33.818Z] [2022-02-12T01:58:33.818Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-02-12T01:58:33.818Z] DOCKER_SYSTEMD=1 [2022-02-12T01:58:33.818Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-02-12T01:58:33.818Z] HOSTNAME=2d2a11c1ae18 [2022-02-12T01:58:33.818Z] DEST=bundles/test-integration [2022-02-12T01:58:33.818Z] PWD=/go/src/github.com/docker/docker [2022-02-12T01:58:33.818Z] DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T01:58:33.818Z] container=docker [2022-02-12T01:58:33.818Z] HOME=/root [2022-02-12T01:58:33.818Z] LANG=C.UTF-8 [2022-02-12T01:58:33.818Z] INVOCATION_ID=5e3da346ccb94d31a30185f6eb2eb7b4 [2022-02-12T01:58:33.818Z] GOLANG_VERSION=1.17.6 [2022-02-12T01:58:33.818Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-02-12T01:58:33.818Z] VALIDATE_BRANCH=master [2022-02-12T01:58:33.818Z] TERM=xterm [2022-02-12T01:58:33.818Z] DOCKER_PKG=github.com/docker/docker [2022-02-12T01:58:33.818Z] SHLVL=3 [2022-02-12T01:58:33.818Z] TIMEOUT=120m [2022-02-12T01:58:33.818Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-02-12T01:58:33.818Z] DOCKER_GRAPHDRIVER=overlay2 [2022-02-12T01:58:33.818Z] GO111MODULE=off [2022-02-12T01:58:33.818Z] DOCKER_EXPERIMENTAL=1 [2022-02-12T01:58:33.818Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-02-12T01:58:33.818Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-02-12T01:58:33.818Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-02-12T01:58:33.818Z] GOPATH=/go [2022-02-12T01:58:33.818Z] PKG_CONFIG=pkg-config [2022-02-12T01:58:33.818Z] _=/usr/bin/env [2022-02-12T01:58:33.818Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-02-12T01:58:38.417Z] INFO: Expanding go... [2022-02-12T01:58:40.201Z] --- PASS: TestBuildSquashParent (6.41s) [2022-02-12T01:58:40.201Z] === RUN TestBuildWithRemoveAndForceRemove [2022-02-12T01:58:40.201Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T01:58:40.201Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T01:58:40.201Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T01:58:40.202Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T01:58:40.202Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T01:58:40.202Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T01:58:40.202Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T01:58:40.202Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T01:58:40.202Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T01:58:40.202Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T01:58:40.202Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T01:58:40.202Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T01:58:40.202Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T01:58:40.202Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T01:58:40.808Z] INFO: Expanding go... [2022-02-12T01:58:41.568Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T01:58:41.824Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T01:58:44.341Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T01:58:44.341Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T01:58:45.707Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-02-12T01:58:45.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.68s) [2022-02-12T01:58:45.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.76s) [2022-02-12T01:58:45.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.13s) [2022-02-12T01:58:45.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.28s) [2022-02-12T01:58:45.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.83s) [2022-02-12T01:58:45.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.95s) [2022-02-12T01:58:45.707Z] === RUN TestBuildMultiStageCopy [2022-02-12T01:58:45.707Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-02-12T01:58:49.272Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-02-12T01:58:49.873Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-02-12T01:58:50.130Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-02-12T01:58:51.058Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-02-12T01:58:51.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-02-12T01:58:52.422Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-02-12T01:58:53.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-02-12T01:58:53.349Z] --- PASS: TestBuildMultiStageCopy (7.32s) [2022-02-12T01:58:53.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.32s) [2022-02-12T01:58:53.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-02-12T01:58:53.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-02-12T01:58:53.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-02-12T01:58:53.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-02-12T01:58:53.349Z] === RUN TestBuildMultiStageParentConfig [2022-02-12T01:58:56.419Z] 1bd78008c728: Pull complete [2022-02-12T01:58:56.419Z] Digest: sha256:d8c2b69511a49e9eb6fd2a17f2727ae011b0382cd11562fa5cb4c70bb460cf12 [2022-02-12T01:58:56.419Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T01:58:56.419Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T01:58:56.419Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-02-12T01:58:56.419Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-02-12T01:58:56.419Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2565' [2022-02-12T01:58:56.419Z] INFO: Docker version of control daemon [2022-02-12T01:58:56.419Z] [2022-02-12T01:58:56.419Z] Client: [2022-02-12T01:58:56.419Z] Version: 20.10.9 [2022-02-12T01:58:56.419Z] API version: 1.41 [2022-02-12T01:58:56.419Z] Go version: go1.16.8 [2022-02-12T01:58:56.419Z] Git commit: c2ea9bc [2022-02-12T01:58:56.419Z] Built: Mon Oct 4 16:11:10 2021 [2022-02-12T01:58:56.419Z] OS/Arch: windows/amd64 [2022-02-12T01:58:56.419Z] Context: default [2022-02-12T01:58:56.419Z] Experimental: true [2022-02-12T01:58:56.419Z] [2022-02-12T01:58:56.419Z] Server: Docker Engine - Community [2022-02-12T01:58:56.419Z] Engine: [2022-02-12T01:58:56.419Z] Version: 20.10.9 [2022-02-12T01:58:56.419Z] API version: 1.41 (minimum version 1.24) [2022-02-12T01:58:56.419Z] Go version: go1.16.8 [2022-02-12T01:58:56.419Z] Git commit: 79ea9d3 [2022-02-12T01:58:56.419Z] Built: Mon Oct 4 16:06:39 2021 [2022-02-12T01:58:56.419Z] OS/Arch: windows/amd64 [2022-02-12T01:58:56.419Z] Experimental: true [2022-02-12T01:58:56.419Z] [2022-02-12T01:58:56.419Z] INFO: Docker info of control daemon [2022-02-12T01:58:56.419Z] [2022-02-12T01:58:56.419Z] Client: [2022-02-12T01:58:56.419Z] Context: default [2022-02-12T01:58:56.419Z] Debug Mode: false [2022-02-12T01:58:56.419Z] Plugins: [2022-02-12T01:58:56.419Z] app: Docker Application (Docker Inc., v0.8.0) [2022-02-12T01:58:56.419Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-02-12T01:58:56.419Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-02-12T01:58:56.419Z] [2022-02-12T01:58:56.419Z] Server: [2022-02-12T01:58:56.419Z] Containers: 0 [2022-02-12T01:58:56.419Z] Running: 0 [2022-02-12T01:58:56.419Z] Paused: 0 [2022-02-12T01:58:56.419Z] Stopped: 0 [2022-02-12T01:58:56.419Z] Images: 1 [2022-02-12T01:58:56.419Z] Server Version: 20.10.9 [2022-02-12T01:58:56.419Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-02-12T01:58:56.419Z] Windows: [2022-02-12T01:58:56.419Z] LCOW: [2022-02-12T01:58:56.419Z] Logging Driver: json-file [2022-02-12T01:58:56.419Z] Plugins: [2022-02-12T01:58:56.419Z] Volume: local [2022-02-12T01:58:56.419Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-12T01:58:56.419Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-12T01:58:56.419Z] Swarm: inactive [2022-02-12T01:58:56.419Z] Default Isolation: process [2022-02-12T01:58:56.419Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-02-12T01:58:56.419Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-02-12T01:58:56.419Z] OSType: windows [2022-02-12T01:58:56.419Z] Architecture: x86_64 [2022-02-12T01:58:56.419Z] CPUs: 4 [2022-02-12T01:58:56.419Z] Total Memory: 32GiB [2022-02-12T01:58:56.419Z] Name: azwin-2-b192c0 [2022-02-12T01:58:56.419Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-02-12T01:58:56.419Z] Docker Root Dir: D:\docker [2022-02-12T01:58:56.419Z] Debug Mode: false [2022-02-12T01:58:56.419Z] Registry: https://index.docker.io/v1/ [2022-02-12T01:58:56.419Z] Labels: [2022-02-12T01:58:56.419Z] Experimental: true [2022-02-12T01:58:56.419Z] Insecure Registries: [2022-02-12T01:58:56.419Z] 10.0.0.4:5000 [2022-02-12T01:58:56.419Z] 127.0.0.0/8 [2022-02-12T01:58:56.419Z] Registry Mirrors: [2022-02-12T01:58:56.419Z] http://10.0.0.4:5000/ [2022-02-12T01:58:56.419Z] Live Restore Enabled: false [2022-02-12T01:58:56.419Z] Product License: Community Engine [2022-02-12T01:58:56.419Z] [2022-02-12T01:58:56.419Z] [2022-02-12T01:58:56.419Z] INFO: Commit hash is 3efcf7b376 [2022-02-12T01:58:56.419Z] INFO: Nuke-Everything... [2022-02-12T01:58:56.419Z] INFO: Container count on control daemon to delete is 0 [2022-02-12T01:58:56.419Z] INFO: Nuking d:\CI [2022-02-12T01:58:56.419Z] INFO: Zapped successfully [2022-02-12T01:58:56.419Z] INFO: Location for testing is d:\CI\PR-43231\1 [2022-02-12T01:58:56.419Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-02-12T01:58:56.419Z] [2022-02-12T01:58:56.419Z] [2022-02-12T01:58:56.419Z] INFO: Building the image from Dockerfile.windows at 02/12/2022 01:58:47... [2022-02-12T01:58:56.419Z] [2022-02-12T01:58:56.419Z] Sending build context to Docker daemon 61.94MB [2022-02-12T01:58:56.419Z] [2022-02-12T01:58:56.419Z] Step 1/11 : FROM microsoft/windowsservercore [2022-02-12T01:58:56.419Z] ---> c703d4d60533 [2022-02-12T01:58:56.419Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-02-12T01:58:56.419Z] ---> Running in d3b3b577a902 [2022-02-12T01:58:56.419Z] Removing intermediate container d3b3b577a902 [2022-02-12T01:58:56.419Z] ---> b566b885c258 [2022-02-12T01:58:56.419Z] Step 3/11 : ARG GO_VERSION=1.17.6 [2022-02-12T01:58:56.419Z] ---> Running in 9240fb633602 [2022-02-12T01:58:56.419Z] Removing intermediate container 9240fb633602 [2022-02-12T01:58:56.419Z] ---> 9a5bffb19b1f [2022-02-12T01:58:56.419Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-02-12T01:58:56.419Z] ---> Running in 6edb0eac7d22 [2022-02-12T01:58:56.419Z] Removing intermediate container 6edb0eac7d22 [2022-02-12T01:58:56.419Z] ---> a607c56fcd46 [2022-02-12T01:58:56.419Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-02-12T01:58:56.419Z] ---> Running in d87213610b82 [2022-02-12T01:58:56.419Z] Removing intermediate container d87213610b82 [2022-02-12T01:58:56.419Z] ---> cd8a58827101 [2022-02-12T01:58:56.419Z] 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-02-12T01:58:56.419Z] ---> Running in 04b997a7dfc0 [2022-02-12T01:58:56.419Z] Removing intermediate container 04b997a7dfc0 [2022-02-12T01:58:56.419Z] ---> b349ac7d938a [2022-02-12T01:58:56.419Z] 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-02-12T01:58:56.419Z] ---> Running in 3f40bbf9e5a2 [2022-02-12T01:58:57.294Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-02-12T01:58:58.592Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-02-12T01:58:58.592Z] === RUN TestBuildLabelWithTargets [2022-02-12T01:59:01.663Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-02-12T01:59:03.469Z] ok github.com/docker/docker/cmd/dockerd 0.045s coverage: 29.1% of statements [2022-02-12T01:59:03.469Z] ok github.com/docker/docker/container 0.115s coverage: 34.8% of statements [2022-02-12T01:59:03.469Z] ok github.com/docker/docker/cmd/dockerd/trap 2.488s coverage: 0.0% of statements [2022-02-12T01:59:03.469Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-02-12T01:59:03.469Z] ? github.com/docker/docker/container/stream [no test files] [2022-02-12T01:59:03.469Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-02-12T01:59:03.469Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-02-12T01:59:03.469Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-02-12T01:59:03.577Z] INFO: Expanding compiler 1 of 3... [2022-02-12T01:59:04.401Z] ok github.com/docker/docker/daemon/cluster 0.062s coverage: 0.5% of statements [2022-02-12T01:59:05.113Z] INFO: Expanding compiler 2 of 3... [2022-02-12T01:59:06.674Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-02-12T01:59:06.674Z] === RUN TestBuildWithEmptyLayers [2022-02-12T01:59:06.925Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2022-02-12T01:59:08.296Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2022-02-12T01:59:09.190Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-02-12T01:59:09.190Z] === RUN TestBuildMultiStageOnBuild [2022-02-12T01:59:10.903Z] INFO: Expanding compiler 3 of 3... [2022-02-12T01:59:10.961Z] INFO: Expanding compiler 1 of 3... [2022-02-12T01:59:10.961Z] INFO: Expanding compiler 2 of 3... [2022-02-12T01:59:11.237Z] [2022-02-12T01:59:11.237Z] SUCCESS: Specified value was saved. [2022-02-12T01:59:11.362Z] INFO: Removing downloaded files... [2022-02-12T01:59:11.362Z] INFO: Downloading containerd [2022-02-12T01:59:12.205Z] INFO: Downloading git... [2022-02-12T01:59:12.544Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-02-12T01:59:12.544Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-02-12T01:59:13.905Z] INFO: Expanding compiler 3 of 3... [2022-02-12T01:59:14.365Z] INFO: Removing downloaded files... [2022-02-12T01:59:14.365Z] INFO: Downloading containerd [2022-02-12T01:59:14.393Z] INFO: Downloading go... [2022-02-12T01:59:14.433Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-02-12T01:59:14.433Z] === RUN TestBuildUncleanTarFilenames [2022-02-12T01:59:14.689Z] --- PASS: TestBuildUncleanTarFilenames (0.50s) [2022-02-12T01:59:14.689Z] === RUN TestBuildMultiStageLayerLeak [2022-02-12T01:59:15.938Z] INFO: Downloading compiler 1 of 3... [2022-02-12T01:59:15.938Z] INFO: Downloading compiler 2 of 3... [2022-02-12T01:59:15.938Z] INFO: Downloading compiler 3 of 3... [2022-02-12T01:59:15.938Z] INFO: Extracting git... [2022-02-12T01:59:16.388Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 13.7% of statements [2022-02-12T01:59:16.388Z] ok github.com/docker/docker/daemon/config 0.028s coverage: 81.0% of statements [2022-02-12T01:59:16.644Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-02-12T01:59:17.207Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2022-02-12T01:59:18.139Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.007s coverage: 4.2% of statements [2022-02-12T01:59:18.396Z] ok github.com/docker/docker/daemon 10.097s coverage: 17.1% of statements [2022-02-12T01:59:18.396Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-02-12T01:59:18.396Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-02-12T01:59:18.396Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-02-12T01:59:18.396Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-02-12T01:59:19.326Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.343s coverage: 56.2% of statements [2022-02-12T01:59:19.683Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-02-12T01:59:19.889Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 3.0% of statements [2022-02-12T01:59:19.934Z] --- PASS: TestBuildMultiStageLayerLeak (4.49s) [2022-02-12T01:59:19.934Z] === RUN TestBuildWithHugeFile [2022-02-12T01:59:21.259Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.8% of statements [2022-02-12T01:59:22.649Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.157s coverage: 50.5% of statements [2022-02-12T01:59:24.545Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.072s coverage: 46.2% of statements [2022-02-12T01:59:24.545Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-02-12T01:59:24.801Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.771s coverage: 58.0% of statements [2022-02-12T01:59:24.801Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-02-12T01:59:24.801Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-02-12T01:59:25.364Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.012s coverage: 58.8% of statements [2022-02-12T01:59:25.928Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.004s coverage: 3.0% of statements [2022-02-12T01:59:26.492Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2022-02-12T01:59:27.862Z] ok github.com/docker/docker/daemon/images 0.038s coverage: 6.6% of statements [2022-02-12T01:59:27.862Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-02-12T01:59:27.862Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-02-12T01:59:28.119Z] ok github.com/docker/docker/daemon/logger 0.221s coverage: 43.8% of statements [2022-02-12T01:59:28.685Z] ok github.com/docker/docker/daemon/logger/awslogs 0.168s coverage: 80.2% of statements [2022-02-12T01:59:28.942Z] ok github.com/docker/docker/daemon/logger/fluentd 0.011s coverage: 33.6% of statements [2022-02-12T01:59:28.942Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-02-12T01:59:28.980Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-02-12T01:59:29.055Z] [2022-02-12T01:59:29.056Z] Name Version Source Summary [2022-02-12T01:59:29.056Z] ---- ------- ------ ------- [2022-02-12T01:59:29.056Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-02-12T01:59:29.056Z] [2022-02-12T01:59:29.056Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-02-12T01:59:29.056Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-02-12T01:59:29.056Z] PSChildName : containerd [2022-02-12T01:59:29.056Z] PSDrive : C [2022-02-12T01:59:29.056Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-02-12T01:59:29.056Z] PSIsContainer : True [2022-02-12T01:59:29.056Z] Name : containerd [2022-02-12T01:59:29.056Z] FullName : C:\containerd [2022-02-12T01:59:29.056Z] Parent : [2022-02-12T01:59:29.056Z] Exists : True [2022-02-12T01:59:29.056Z] Root : C:\ [2022-02-12T01:59:29.056Z] Extension : [2022-02-12T01:59:29.056Z] CreationTime : 2/12/2022 1:59:27 AM [2022-02-12T01:59:29.056Z] CreationTimeUtc : 2/12/2022 1:59:27 AM [2022-02-12T01:59:29.056Z] LastAccessTime : 2/12/2022 1:59:27 AM [2022-02-12T01:59:29.056Z] LastAccessTimeUtc : 2/12/2022 1:59:27 AM [2022-02-12T01:59:29.056Z] LastWriteTime : 2/12/2022 1:59:27 AM [2022-02-12T01:59:29.056Z] LastWriteTimeUtc : 2/12/2022 1:59:27 AM [2022-02-12T01:59:29.056Z] Attributes : Directory [2022-02-12T01:59:29.056Z] Mode : d----- [2022-02-12T01:59:29.056Z] BaseName : containerd [2022-02-12T01:59:29.056Z] Target : {} [2022-02-12T01:59:29.056Z] LinkType : [2022-02-12T01:59:29.056Z] [2022-02-12T01:59:29.506Z] ok github.com/docker/docker/daemon/logger/gelf 0.004s coverage: 67.0% of statements [2022-02-12T01:59:29.506Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.4% of statements [2022-02-12T01:59:29.515Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-02-12T01:59:29.515Z] INFO: Configuring git core.autocrlf... [2022-02-12T01:59:29.515Z] [2022-02-12T01:59:29.515Z] [2022-02-12T01:59:29.763Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 87.2% of statements [2022-02-12T01:59:30.327Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.084s coverage: 80.5% of statements [2022-02-12T01:59:30.751Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-02-12T01:59:30.773Z] INFO: Expanding go... [2022-02-12T01:59:30.891Z] ok github.com/docker/docker/daemon/logger/local 0.077s coverage: 79.5% of statements [2022-02-12T01:59:30.891Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-02-12T01:59:30.891Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-02-12T01:59:31.455Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.032s coverage: 61.5% of statements [2022-02-12T01:59:31.455Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.006s coverage: 31.5% of statements [2022-02-12T01:59:32.056Z] [2022-02-12T01:59:32.056Z] Name Version Source Summary [2022-02-12T01:59:32.056Z] ---- ------- ------ ------- [2022-02-12T01:59:32.056Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-02-12T01:59:32.056Z] [2022-02-12T01:59:32.056Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-02-12T01:59:32.056Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-02-12T01:59:32.056Z] PSChildName : containerd [2022-02-12T01:59:32.056Z] PSDrive : C [2022-02-12T01:59:32.056Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-02-12T01:59:32.056Z] PSIsContainer : True [2022-02-12T01:59:32.056Z] Name : containerd [2022-02-12T01:59:32.056Z] FullName : C:\containerd [2022-02-12T01:59:32.056Z] Parent : [2022-02-12T01:59:32.056Z] Exists : True [2022-02-12T01:59:32.056Z] Root : C:\ [2022-02-12T01:59:32.056Z] Extension : [2022-02-12T01:59:32.056Z] CreationTime : 2/12/2022 1:59:31 AM [2022-02-12T01:59:32.056Z] CreationTimeUtc : 2/12/2022 1:59:31 AM [2022-02-12T01:59:32.056Z] LastAccessTime : 2/12/2022 1:59:31 AM [2022-02-12T01:59:32.056Z] LastAccessTimeUtc : 2/12/2022 1:59:31 AM [2022-02-12T01:59:32.056Z] LastWriteTime : 2/12/2022 1:59:31 AM [2022-02-12T01:59:32.056Z] LastWriteTimeUtc : 2/12/2022 1:59:31 AM [2022-02-12T01:59:32.056Z] Attributes : Directory [2022-02-12T01:59:32.056Z] Mode : d----- [2022-02-12T01:59:32.056Z] BaseName : containerd [2022-02-12T01:59:32.056Z] Target : {} [2022-02-12T01:59:32.056Z] LinkType : [2022-02-12T01:59:32.056Z] [2022-02-12T01:59:32.386Z] ok github.com/docker/docker/daemon/logger/syslog 0.003s coverage: 46.8% of statements [2022-02-12T01:59:32.643Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-02-12T01:59:33.024Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-02-12T01:59:33.024Z] INFO: Configuring git core.autocrlf... [2022-02-12T01:59:33.024Z] [2022-02-12T01:59:33.024Z] [2022-02-12T01:59:33.207Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-02-12T01:59:34.137Z] ok github.com/docker/docker/daemon/logger/splunk 1.564s coverage: 82.5% of statements [2022-02-12T01:59:34.137Z] ? github.com/docker/docker/daemon/names [no test files] [2022-02-12T01:59:34.137Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-02-12T01:59:34.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-02-12T01:59:34.701Z] ok github.com/docker/docker/distribution 0.088s coverage: 26.3% of statements [2022-02-12T01:59:34.701Z] ok github.com/docker/docker/distribution/metadata 0.046s coverage: 48.2% of statements [2022-02-12T01:59:34.701Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-02-12T01:59:34.872Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-02-12T01:59:35.632Z] ok github.com/docker/docker/errdefs 0.003s coverage: 53.1% of statements [2022-02-12T01:59:36.195Z] ok github.com/docker/docker/image 0.014s coverage: 86.6% of statements [2022-02-12T01:59:36.758Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-02-12T01:59:37.322Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-02-12T01:59:37.322Z] ok github.com/docker/docker/distribution/xfer 1.898s coverage: 85.4% of statements [2022-02-12T01:59:37.322Z] ? github.com/docker/docker/dockerversion [no test files] [2022-02-12T01:59:37.885Z] ok github.com/docker/docker/image/v1 0.007s coverage: 25.0% of statements [2022-02-12T01:59:37.885Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-02-12T01:59:38.142Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2022-02-12T01:59:39.071Z] ok github.com/docker/docker/oci 0.010s coverage: 43.3% of statements [2022-02-12T01:59:39.634Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2022-02-12T01:59:39.634Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-02-12T01:59:41.032Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-02-12T01:59:41.567Z] ok github.com/docker/docker/pkg/archive 0.316s coverage: 82.2% of statements [2022-02-12T01:59:42.942Z] ok github.com/docker/docker/pkg/authorization 0.731s coverage: 68.3% of statements [2022-02-12T01:59:42.942Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-02-12T01:59:42.942Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-02-12T01:59:46.210Z] ok github.com/docker/docker/pkg/chrootarchive 2.521s coverage: 43.5% of statements [2022-02-12T01:59:46.210Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-02-12T01:59:46.467Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2022-02-12T01:59:47.029Z] ok github.com/docker/docker/layer 7.944s coverage: 68.8% of statements [2022-02-12T01:59:47.029Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-02-12T01:59:47.029Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-02-12T01:59:47.029Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-02-12T01:59:47.029Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-02-12T01:59:47.029Z] ? github.com/docker/docker/oci/caps [no test files] [2022-02-12T01:59:47.029Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-02-12T01:59:47.029Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-02-12T01:59:47.286Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 68.2% of statements [2022-02-12T01:59:47.544Z] ok github.com/docker/docker/pkg/fileutils 0.026s coverage: 87.2% of statements [2022-02-12T01:59:47.801Z] ok github.com/docker/docker/pkg/fsutils 0.165s coverage: 85.1% of statements [2022-02-12T01:59:47.801Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-02-12T01:59:48.731Z] ok github.com/docker/docker/pkg/idtools 0.433s coverage: 69.5% of statements [2022-02-12T01:59:48.988Z] ok github.com/docker/docker/pkg/ioutils 0.398s coverage: 69.7% of statements [2022-02-12T01:59:49.154Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-02-12T01:59:49.244Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2022-02-12T01:59:49.244Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-02-12T01:59:49.244Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-02-12T01:59:49.244Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-02-12T01:59:49.244Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-02-12T01:59:49.414Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-02-12T01:59:49.500Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-02-12T01:59:49.500Z] ok github.com/docker/docker/pkg/parsers 0.008s coverage: 97.0% of statements [2022-02-12T01:59:49.757Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-02-12T01:59:49.757Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.002s coverage: 86.7% of statements [2022-02-12T01:59:50.013Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-02-12T01:59:50.013Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-02-12T01:59:50.013Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-02-12T01:59:50.350Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-02-12T01:59:50.431Z] ............................ [ 66%] [2022-02-12T01:59:50.578Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2022-02-12T01:59:50.834Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2022-02-12T01:59:50.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-02-12T01:59:51.091Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-02-12T01:59:51.177Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-02-12T01:59:51.347Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-02-12T01:59:52.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-02-12T01:59:52.714Z] ok github.com/docker/docker/pkg/pubsub 1.043s coverage: 75.0% of statements [2022-02-12T01:59:52.714Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2022-02-12T01:59:52.971Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-02-12T01:59:53.228Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-02-12T01:59:53.485Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-02-12T01:59:53.742Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-02-12T01:59:54.306Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 50.7% of statements [2022-02-12T01:59:54.563Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 40.1% of statements [2022-02-12T01:59:54.726Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-02-12T01:59:54.826Z] ok github.com/docker/docker/pkg/tailfile 0.044s coverage: 88.6% of statements [2022-02-12T01:59:55.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-02-12T01:59:55.389Z] ok github.com/docker/docker/pkg/tarsum 0.051s coverage: 89.3% of statements [2022-02-12T01:59:55.646Z] coverage: [no statements] [2022-02-12T01:59:55.646Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2022-02-12T01:59:55.903Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-02-12T01:59:55.934Z] INFO: Expanding compiler 1 of 3... [2022-02-12T01:59:55.934Z] INFO: Expanding compiler 2 of 3... [2022-02-12T01:59:56.159Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-02-12T01:59:56.159Z] ok github.com/docker/docker/pkg/useragent 0.012s coverage: 88.9% of statements [2022-02-12T01:59:56.236Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-02-12T01:59:56.803Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-02-12T01:59:57.370Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-02-12T01:59:58.054Z] ok github.com/docker/docker/plugin 0.514s coverage: 23.2% of statements [2022-02-12T01:59:58.305Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-02-12T01:59:58.311Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-02-12T01:59:58.848Z] INFO: Expanding compiler 3 of 3... [2022-02-12T01:59:58.873Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2022-02-12T01:59:59.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-02-12T01:59:59.307Z] INFO: Removing downloaded files... [2022-02-12T01:59:59.307Z] INFO: Downloading containerd [2022-02-12T01:59:59.804Z] ok github.com/docker/docker/quota 0.212s coverage: 71.4% of statements [2022-02-12T01:59:59.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-02-12T02:00:00.369Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-02-12T02:00:00.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-02-12T02:00:01.301Z] ok github.com/docker/docker/registry 0.056s coverage: 58.3% of statements [2022-02-12T02:00:01.311Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-02-12T02:00:01.311Z] Using test binary docker [2022-02-12T02:00:01.311Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-02-12T02:00:01.311Z] Starting apparmor (via systemctl): apparmor.service. [2022-02-12T02:00:01.311Z] Starting dockerd [2022-02-12T02:00:01.311Z] INFO: Waiting for daemon to start... [2022-02-12T02:00:01.866Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-02-12T02:00:01.866Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-02-12T02:00:02.429Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-02-12T02:00:02.686Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-02-12T02:00:03.839Z] . [2022-02-12T02:00:03.839Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-02-12T02:00:03.839Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-02-12T02:00:03.839Z] Error: No such image: emptyfs [2022-02-12T02:00:03.839Z] Running integration-test (iteration 1) [2022-02-12T02:00:03.839Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-02-12T02:00:03.839Z] Loaded image: busybox:latest [2022-02-12T02:00:04.097Z] Loaded image: busybox:glibc [2022-02-12T02:00:05.208Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-02-12T02:00:05.472Z] Loaded image: debian:bullseye-slim [2022-02-12T02:00:05.472Z] Loaded image: hello-world:latest [2022-02-12T02:00:05.472Z] Loaded image: arm32v7/hello-world:latest [2022-02-12T02:00:05.472Z] INFO: Testing against a local daemon [2022-02-12T02:00:05.472Z] === RUN TestCgroupNamespacesBuild [2022-02-12T02:00:06.138Z] ok github.com/docker/docker/volume/local 0.102s coverage: 76.4% of statements [2022-02-12T02:00:06.701Z] ok github.com/docker/docker/volume/mounts 0.007s coverage: 67.7% of statements [2022-02-12T02:00:07.372Z] --- PASS: TestCgroupNamespacesBuild (1.71s) [2022-02-12T02:00:07.372Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-02-12T02:00:08.069Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-02-12T02:00:08.308Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.22s) [2022-02-12T02:00:08.308Z] === RUN TestBuildWithSession [2022-02-12T02:00:08.308Z] build_session_test.go:25: TODO: BuildKit [2022-02-12T02:00:08.308Z] --- SKIP: TestBuildWithSession (0.00s) [2022-02-12T02:00:08.308Z] === RUN TestBuildSquashParent [2022-02-12T02:00:12.492Z] --- PASS: TestBuildSquashParent (3.98s) [2022-02-12T02:00:12.492Z] === RUN TestBuildWithRemoveAndForceRemove [2022-02-12T02:00:12.492Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:00:12.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:00:12.492Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:00:12.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:00:12.492Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:00:12.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:00:12.492Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:00:12.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:00:12.492Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:00:12.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:00:12.492Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:00:12.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:00:12.492Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:00:12.492Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:00:14.394Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:00:14.394Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:00:14.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-02-12T02:00:15.330Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:00:15.899Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:00:16.111Z] --- PASS: TestBuildWithHugeFile (52.87s) [2022-02-12T02:00:16.111Z] === RUN TestBuildWCOWSandboxSize [2022-02-12T02:00:16.111Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-12T02:00:16.111Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-02-12T02:00:16.111Z] === RUN TestBuildWithEmptyDockerfile [2022-02-12T02:00:16.111Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:00:16.111Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:00:16.111Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:00:16.111Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:00:16.111Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:00:16.111Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:00:16.111Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:00:16.111Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:00:16.111Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:00:16.111Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-02-12T02:00:16.111Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-02-12T02:00:16.111Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2022-02-12T02:00:16.111Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-02-12T02:00:16.111Z] === RUN TestBuildPreserveOwnership [2022-02-12T02:00:16.111Z] === RUN TestBuildPreserveOwnership/copy_from [2022-02-12T02:00:17.275Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-02-12T02:00:17.275Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.60s) [2022-02-12T02:00:17.275Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.00s) [2022-02-12T02:00:17.275Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.31s) [2022-02-12T02:00:17.275Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.40s) [2022-02-12T02:00:17.275Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.41s) [2022-02-12T02:00:17.275Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.38s) [2022-02-12T02:00:17.275Z] === RUN TestBuildMultiStageCopy [2022-02-12T02:00:17.275Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-02-12T02:00:18.628Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-02-12T02:00:18.651Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-02-12T02:00:18.651Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-02-12T02:00:18.909Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-02-12T02:00:19.167Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-02-12T02:00:19.426Z] --- PASS: TestBuildMultiStageCopy (2.20s) [2022-02-12T02:00:19.426Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.38s) [2022-02-12T02:00:19.426Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-02-12T02:00:19.426Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2022-02-12T02:00:19.426Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-02-12T02:00:19.426Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2022-02-12T02:00:19.426Z] === RUN TestBuildMultiStageParentConfig [2022-02-12T02:00:19.993Z] --- PASS: TestBuildMultiStageParentConfig (0.59s) [2022-02-12T02:00:19.993Z] === RUN TestBuildLabelWithTargets [2022-02-12T02:00:20.927Z] --- PASS: TestBuildLabelWithTargets (0.91s) [2022-02-12T02:00:20.927Z] === RUN TestBuildWithEmptyLayers [2022-02-12T02:00:21.186Z] --- PASS: TestBuildWithEmptyLayers (0.39s) [2022-02-12T02:00:21.186Z] === RUN TestBuildMultiStageOnBuild [2022-02-12T02:00:22.796Z] --- PASS: TestBuildPreserveOwnership (9.92s) [2022-02-12T02:00:22.796Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.91s) [2022-02-12T02:00:22.796Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-02-12T02:00:22.796Z] === RUN TestBuildPlatformInvalid [2022-02-12T02:00:22.796Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-02-12T02:00:22.796Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-02-12T02:00:22.796Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-02-12T02:00:22.796Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-02-12T02:00:22.796Z] PASS [2022-02-12T02:00:22.796Z] [2022-02-12T02:00:22.796Z] === Skipped [2022-02-12T02:00:22.796Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-02-12T02:00:22.796Z] build_session_test.go:25: TODO: BuildKit [2022-02-12T02:00:22.796Z] [2022-02-12T02:00:22.796Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-02-12T02:00:22.796Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-12T02:00:22.796Z] [2022-02-12T02:00:22.796Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-02-12T02:00:22.796Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-02-12T02:00:22.796Z] [2022-02-12T02:00:22.796Z] DONE 34 tests, 3 skipped in 112.763s [2022-02-12T02:00:22.796Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-02-12T02:00:22.796Z] INFO: Testing against a local daemon [2022-02-12T02:00:22.796Z] === RUN TestConfigInspect [2022-02-12T02:00:22.796Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:00:22.796Z] --- SKIP: TestConfigInspect (0.01s) [2022-02-12T02:00:22.796Z] === RUN TestConfigList [2022-02-12T02:00:22.796Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:00:22.796Z] --- SKIP: TestConfigList (0.01s) [2022-02-12T02:00:22.796Z] === RUN TestConfigsCreateAndDelete [2022-02-12T02:00:22.796Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:00:22.796Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-02-12T02:00:22.796Z] === RUN TestConfigsUpdate [2022-02-12T02:00:22.796Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:00:22.796Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-02-12T02:00:22.796Z] === RUN TestTemplatedConfig [2022-02-12T02:00:22.796Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:00:22.796Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-02-12T02:00:22.796Z] === RUN TestConfigCreateResolve [2022-02-12T02:00:22.796Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:00:22.796Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-02-12T02:00:22.796Z] PASS [2022-02-12T02:00:22.796Z] [2022-02-12T02:00:22.796Z] === Skipped [2022-02-12T02:00:22.796Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2022-02-12T02:00:22.796Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:00:22.796Z] [2022-02-12T02:00:22.796Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-02-12T02:00:22.796Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:00:22.796Z] [2022-02-12T02:00:22.796Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-02-12T02:00:22.796Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:00:22.796Z] [2022-02-12T02:00:22.796Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-02-12T02:00:22.796Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:00:22.796Z] [2022-02-12T02:00:22.796Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-02-12T02:00:22.796Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:00:22.796Z] [2022-02-12T02:00:22.796Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-02-12T02:00:22.796Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:00:22.796Z] [2022-02-12T02:00:22.796Z] DONE 6 tests, 6 skipped in 0.155s [2022-02-12T02:00:22.796Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-02-12T02:00:22.796Z] INFO: Testing against a local daemon [2022-02-12T02:00:22.796Z] === RUN TestCheckpoint [2022-02-12T02:00:22.796Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-12T02:00:22.796Z] --- SKIP: TestCheckpoint (0.00s) [2022-02-12T02:00:22.796Z] === RUN TestContainerInvalidJSON [2022-02-12T02:00:22.796Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:00:22.796Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:00:22.796Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:00:22.796Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:00:22.796Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:00:22.796Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:00:22.796Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-02-12T02:00:22.796Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-02-12T02:00:22.796Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-02-12T02:00:22.796Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-02-12T02:00:22.796Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2022-02-12T02:00:22.796Z] === RUN TestCopyFromContainerPathIsNotDir [2022-02-12T02:00:22.796Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-02-12T02:00:22.796Z] === RUN TestCopyToContainerPathDoesNotExist [2022-02-12T02:00:22.796Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-02-12T02:00:22.796Z] === RUN TestCopyToContainerPathIsNotDir [2022-02-12T02:00:22.796Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-02-12T02:00:22.796Z] === RUN TestCopyFromContainer [2022-02-12T02:00:23.086Z] --- PASS: TestBuildMultiStageOnBuild (1.54s) [2022-02-12T02:00:23.086Z] === RUN TestBuildUncleanTarFilenames [2022-02-12T02:00:23.344Z] --- PASS: TestBuildUncleanTarFilenames (0.52s) [2022-02-12T02:00:23.344Z] === RUN TestBuildMultiStageLayerLeak [2022-02-12T02:00:24.457Z] [2022-02-12T02:00:24.457Z] Name Version Source Summary [2022-02-12T02:00:24.457Z] ---- ------- ------ ------- [2022-02-12T02:00:24.457Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-02-12T02:00:24.457Z] [2022-02-12T02:00:24.457Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-02-12T02:00:24.457Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-02-12T02:00:24.457Z] PSChildName : containerd [2022-02-12T02:00:24.457Z] PSDrive : C [2022-02-12T02:00:24.457Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-02-12T02:00:24.457Z] PSIsContainer : True [2022-02-12T02:00:24.457Z] Name : containerd [2022-02-12T02:00:24.457Z] FullName : C:\containerd [2022-02-12T02:00:24.457Z] Parent : [2022-02-12T02:00:24.457Z] Exists : True [2022-02-12T02:00:24.457Z] Root : C:\ [2022-02-12T02:00:24.457Z] Extension : [2022-02-12T02:00:24.457Z] CreationTime : 2/12/2022 2:00:23 AM [2022-02-12T02:00:24.457Z] CreationTimeUtc : 2/12/2022 2:00:23 AM [2022-02-12T02:00:24.457Z] LastAccessTime : 2/12/2022 2:00:23 AM [2022-02-12T02:00:24.457Z] LastAccessTimeUtc : 2/12/2022 2:00:23 AM [2022-02-12T02:00:24.457Z] LastWriteTime : 2/12/2022 2:00:23 AM [2022-02-12T02:00:24.457Z] LastWriteTimeUtc : 2/12/2022 2:00:23 AM [2022-02-12T02:00:24.457Z] Attributes : Directory [2022-02-12T02:00:24.457Z] Mode : d----- [2022-02-12T02:00:24.457Z] BaseName : containerd [2022-02-12T02:00:24.457Z] Target : {} [2022-02-12T02:00:24.457Z] LinkType : [2022-02-12T02:00:24.457Z] [2022-02-12T02:00:25.245Z] --- PASS: TestBuildMultiStageLayerLeak (1.53s) [2022-02-12T02:00:25.245Z] === RUN TestBuildWithHugeFile [2022-02-12T02:00:25.998Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-02-12T02:00:25.998Z] INFO: Configuring git core.autocrlf... [2022-02-12T02:00:25.998Z] [2022-02-12T02:00:25.998Z] [2022-02-12T02:00:26.065Z] === RUN TestCopyFromContainer// [2022-02-12T02:00:26.115Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.3% of statements [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/pkg/term [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/rootless [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/testutil/request [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/volume [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-02-12T02:00:26.115Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === Skipped [2022-02-12T02:00:26.115Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-02-12T02:00:26.115Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-02-12T02:00:26.115Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-02-12T02:00:26.115Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-02-12T02:00:26.115Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-02-12T02:00:26.115Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.115Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.115Z] [2022-02-12T02:00:26.115Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-02-12T02:00:26.116Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.116Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-02-12T02:00:26.116Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.116Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-02-12T02:00:26.116Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.116Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-02-12T02:00:26.116Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-02-12T02:00:26.116Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.116Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-02-12T02:00:26.116Z] time="2022-02-12T01:59:17Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-12T02:00:26.116Z] aufs_test.go:37: driver not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-02-12T02:00:26.116Z] graphtest_unix.go:71: No driver to put! [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-02-12T02:00:26.116Z] time="2022-02-12T01:59:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-02-12T02:00:26.116Z] time="2022-02-12T01:59:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-02-12T02:00:26.116Z] time="2022-02-12T01:59:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-02-12T02:00:26.116Z] time="2022-02-12T01:59:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-02-12T02:00:26.116Z] time="2022-02-12T01:59:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-02-12T02:00:26.116Z] graphtest_unix.go:71: No driver to put! [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-02-12T02:00:26.116Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-02-12T02:00:26.116Z] overlay_test.go:50: Fails to compute changes intermittently [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-02-12T02:00:26.116Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-02-12T02:00:26.116Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-02-12T02:00:26.116Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:00:26.116Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-02-12T02:00:26.116Z] graphtest_unix.go:71: No driver to put! [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-02-12T02:00:26.116Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-02-12T02:00:26.116Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-02-12T02:00:26.116Z] [2022-02-12T02:00:26.116Z] DONE 2400 tests, 53 skipped in 209.085s [2022-02-12T02:00:26.116Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/bitseq [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/cluster [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/config [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/datastore [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/driverapi [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/etchosts [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/idm [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/ipam [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/iptables [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/netlabel [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/netutils [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/networkdb [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/ns [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/options [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/osl [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/portallocator [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/portmapper [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/testutils [2022-02-12T02:00:26.116Z] github.com/docker/docker/libnetwork/types' ']' [2022-02-12T02:00:26.116Z] + 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-02-12T02:00:26.322Z] === RUN TestCopyFromContainer//bar/root [2022-02-12T02:00:26.322Z] === RUN TestCopyFromContainer//bar/root/ [2022-02-12T02:00:26.322Z] === RUN TestCopyFromContainer/bar/quux [2022-02-12T02:00:26.322Z] === RUN TestCopyFromContainer/bar/quux/ [2022-02-12T02:00:26.322Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-02-12T02:00:26.579Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-02-12T02:00:26.579Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-02-12T02:00:26.579Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-02-12T02:00:26.579Z] === RUN TestCopyFromContainer/bar/notarget [2022-02-12T02:00:26.579Z] --- PASS: TestCopyFromContainer (3.91s) [2022-02-12T02:00:26.579Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-02-12T02:00:26.579Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-02-12T02:00:26.579Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-02-12T02:00:26.579Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-02-12T02:00:26.579Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-02-12T02:00:26.579Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-02-12T02:00:26.579Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-02-12T02:00:26.579Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-02-12T02:00:26.579Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-02-12T02:00:26.579Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-02-12T02:00:26.579Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-02-12T02:00:26.579Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:00:26.579Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:00:26.579Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:00:26.579Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:00:26.579Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:00:26.579Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:00:26.580Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:00:26.580Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:00:26.580Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:00:26.580Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-02-12T02:00:26.580Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-02-12T02:00:26.580Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-02-12T02:00:26.580Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-02-12T02:00:26.580Z] === RUN TestCreateLinkToNonExistingContainer [2022-02-12T02:00:26.580Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2022-02-12T02:00:26.580Z] === RUN TestCreateWithInvalidEnv [2022-02-12T02:00:26.836Z] === RUN TestCreateWithInvalidEnv/0 [2022-02-12T02:00:26.836Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-02-12T02:00:26.836Z] === RUN TestCreateWithInvalidEnv/1 [2022-02-12T02:00:26.836Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-02-12T02:00:26.836Z] === RUN TestCreateWithInvalidEnv/2 [2022-02-12T02:00:26.836Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-02-12T02:00:26.836Z] === CONT TestCreateWithInvalidEnv/0 [2022-02-12T02:00:26.836Z] === CONT TestCreateWithInvalidEnv/2 [2022-02-12T02:00:26.836Z] === CONT TestCreateWithInvalidEnv/1 [2022-02-12T02:00:26.836Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-02-12T02:00:26.836Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-02-12T02:00:26.836Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-02-12T02:00:26.836Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-02-12T02:00:26.836Z] === RUN TestCreateTmpfsMountsTarget [2022-02-12T02:00:26.836Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-02-12T02:00:26.836Z] === RUN TestCreateWithCustomMaskedPaths [2022-02-12T02:00:27.765Z] --- PASS: TestCreateWithCustomMaskedPaths (1.13s) [2022-02-12T02:00:27.765Z] === RUN TestCreateWithCustomReadonlyPaths [2022-02-12T02:00:29.132Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.08s) [2022-02-12T02:00:29.132Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-02-12T02:00:29.132Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:00:29.132Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:00:29.132Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:00:29.132Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:00:29.132Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:00:29.132Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:00:29.132Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:00:29.132Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:00:29.132Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:00:29.132Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:00:29.132Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:00:29.132Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:00:29.132Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:00:29.132Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:00:29.132Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:00:29.132Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-02-12T02:00:29.132Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-02-12T02:00:29.132Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-02-12T02:00:29.132Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-02-12T02:00:29.132Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-02-12T02:00:29.132Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-02-12T02:00:29.132Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-02-12T02:00:29.388Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-02-12T02:00:29.388Z] === RUN TestCreateDifferentPlatform [2022-02-12T02:00:29.388Z] === RUN TestCreateDifferentPlatform/different_os [2022-02-12T02:00:29.388Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-02-12T02:00:29.388Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-02-12T02:00:29.388Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-02-12T02:00:29.388Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-02-12T02:00:29.388Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-02-12T02:00:29.388Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-02-12T02:00:29.388Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-02-12T02:00:29.388Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-02-12T02:00:29.388Z] === RUN TestContainerStartOnDaemonRestart [2022-02-12T02:00:29.388Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-02-12T02:00:29.388Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-02-12T02:00:29.389Z] === RUN TestDaemonRestartIpcMode [2022-02-12T02:00:29.389Z] === PAUSE TestDaemonRestartIpcMode [2022-02-12T02:00:29.389Z] === RUN TestDaemonHostGatewayIP [2022-02-12T02:00:29.389Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:00:29.389Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-02-12T02:00:29.389Z] === RUN TestRestartDaemonWithRestartingContainer [2022-02-12T02:00:29.389Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-02-12T02:00:29.389Z] === RUN TestContainerKillOnDaemonStart [2022-02-12T02:00:29.389Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-02-12T02:00:29.389Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-02-12T02:00:29.389Z] === RUN TestDiff [2022-02-12T02:00:29.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-02-12T02:00:29.950Z] --- PASS: TestDiff (0.39s) [2022-02-12T02:00:29.950Z] === RUN TestExecWithCloseStdin [2022-02-12T02:00:30.207Z] --- PASS: TestExecWithCloseStdin (0.41s) [2022-02-12T02:00:30.207Z] === RUN TestExec [2022-02-12T02:00:30.769Z] --- PASS: TestExec (0.40s) [2022-02-12T02:00:30.769Z] === RUN TestExecUser [2022-02-12T02:00:31.012Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-02-12T02:00:31.332Z] --- PASS: TestExecUser (0.54s) [2022-02-12T02:00:31.332Z] === RUN TestExportContainerAndImportImage [2022-02-12T02:00:31.894Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2022-02-12T02:00:31.894Z] === RUN TestExportContainerAfterDaemonRestart [2022-02-12T02:00:33.262Z] --- PASS: TestExportContainerAfterDaemonRestart (1.45s) [2022-02-12T02:00:33.262Z] === RUN TestHealthCheckWorkdir [2022-02-12T02:00:33.839Z] --- PASS: TestHealthCheckWorkdir (0.55s) [2022-02-12T02:00:33.839Z] === RUN TestHealthKillContainer [2022-02-12T02:00:41.951Z] --- PASS: TestHealthKillContainer (7.87s) [2022-02-12T02:00:41.951Z] === RUN TestInspectCpusetInConfigPre120 [2022-02-12T02:00:41.951Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-12T02:00:41.951Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-02-12T02:00:41.951Z] === RUN TestIpcModeNone [2022-02-12T02:00:41.951Z] --- PASS: TestIpcModeNone (0.40s) [2022-02-12T02:00:41.951Z] === RUN TestIpcModePrivate [2022-02-12T02:00:42.207Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-02-12T02:00:42.463Z] --- PASS: TestIpcModePrivate (0.41s) [2022-02-12T02:00:42.463Z] === RUN TestIpcModeShareable [2022-02-12T02:00:42.463Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-12T02:00:42.463Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-02-12T02:00:42.463Z] === RUN TestAPIIpcModeShareableAndContainer [2022-02-12T02:00:43.829Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.33s) [2022-02-12T02:00:43.829Z] === RUN TestAPIIpcModeHost [2022-02-12T02:00:43.829Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-12T02:00:43.829Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-02-12T02:00:43.829Z] === RUN TestDaemonIpcModeShareable [2022-02-12T02:00:43.829Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-12T02:00:43.829Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-02-12T02:00:43.829Z] === RUN TestDaemonIpcModePrivate [2022-02-12T02:00:44.759Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-02-12T02:00:45.015Z] --- PASS: TestDaemonIpcModePrivate (1.13s) [2022-02-12T02:00:45.015Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-02-12T02:00:45.015Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-12T02:00:45.015Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-02-12T02:00:45.015Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-02-12T02:00:45.015Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-12T02:00:45.015Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-02-12T02:00:45.015Z] === RUN TestIpcModeOlderClient [2022-02-12T02:00:45.015Z] === PAUSE TestIpcModeOlderClient [2022-02-12T02:00:45.015Z] === RUN TestKillContainerInvalidSignal [2022-02-12T02:00:45.272Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2022-02-12T02:00:45.272Z] === RUN TestKillContainer [2022-02-12T02:00:45.272Z] === RUN TestKillContainer/no_signal [2022-02-12T02:00:45.834Z] === RUN TestKillContainer/non_killing_signal [2022-02-12T02:00:45.834Z] === RUN TestKillContainer/killing_signal [2022-02-12T02:00:46.065Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-02-12T02:00:46.399Z] --- PASS: TestKillContainer (1.15s) [2022-02-12T02:00:46.399Z] --- PASS: TestKillContainer/no_signal (0.38s) [2022-02-12T02:00:46.399Z] --- PASS: TestKillContainer/non_killing_signal (0.24s) [2022-02-12T02:00:46.399Z] --- PASS: TestKillContainer/killing_signal (0.35s) [2022-02-12T02:00:46.399Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-02-12T02:00:46.399Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-02-12T02:00:46.965Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-02-12T02:00:47.222Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.73s) [2022-02-12T02:00:47.222Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-02-12T02:00:47.222Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.23s) [2022-02-12T02:00:47.222Z] === RUN TestKillStoppedContainer [2022-02-12T02:00:47.222Z] --- PASS: TestKillStoppedContainer (0.03s) [2022-02-12T02:00:47.222Z] === RUN TestKillStoppedContainerAPIPre120 [2022-02-12T02:00:47.222Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.03s) [2022-02-12T02:00:47.222Z] === RUN TestKillDifferentUserContainer [2022-02-12T02:00:47.784Z] --- PASS: TestKillDifferentUserContainer (0.37s) [2022-02-12T02:00:47.784Z] === RUN TestInspectOomKilledTrue [2022-02-12T02:00:47.784Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-12T02:00:47.784Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-02-12T02:00:47.784Z] === RUN TestInspectOomKilledFalse [2022-02-12T02:00:47.784Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-12T02:00:47.784Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-02-12T02:00:47.784Z] === RUN TestLinksEtcHostsContentMatch [2022-02-12T02:00:47.784Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-02-12T02:00:47.784Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-02-12T02:00:47.784Z] === RUN TestLinksContainerNames [2022-02-12T02:00:47.977Z] tests/integration/client_test.py ..... [ 75%] [2022-02-12T02:00:48.237Z] tests/integration/context_api_test.py ... [ 76%] [2022-02-12T02:00:48.346Z] --- PASS: TestLinksContainerNames (0.77s) [2022-02-12T02:00:48.346Z] === RUN TestLogsFollowTailEmpty [2022-02-12T02:00:48.807Z] tests/integration/errors_test.py . [ 76%] [2022-02-12T02:00:48.908Z] --- PASS: TestLogsFollowTailEmpty (0.39s) [2022-02-12T02:00:48.908Z] === RUN TestContainerNetworkMountsNoChown [2022-02-12T02:00:49.165Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/default [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/default [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/private [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/private [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/rprivate [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/rprivate [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/slave [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/slave [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/rslave [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/rslave [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/shared [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/shared [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/rshared [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/rshared [2022-02-12T02:00:49.165Z] === CONT TestMountDaemonRoot/default [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/default/mount_root [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/default/bind_root [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-02-12T02:00:49.165Z] === CONT TestMountDaemonRoot/default/mount_root [2022-02-12T02:00:49.165Z] === CONT TestMountDaemonRoot/rshared [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-02-12T02:00:49.165Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-02-12T02:00:49.165Z] === CONT TestMountDaemonRoot/shared [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-02-12T02:00:49.165Z] === CONT TestMountDaemonRoot/rslave [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-02-12T02:00:49.165Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-02-12T02:00:49.165Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-02-12T02:00:49.166Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-02-12T02:00:49.166Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-02-12T02:00:49.166Z] === CONT TestMountDaemonRoot/slave [2022-02-12T02:00:49.166Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-02-12T02:00:49.166Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-02-12T02:00:49.166Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-02-12T02:00:49.166Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-02-12T02:00:49.166Z] === CONT TestMountDaemonRoot/rprivate [2022-02-12T02:00:49.166Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-02-12T02:00:49.166Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-02-12T02:00:49.166Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-02-12T02:00:49.166Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-02-12T02:00:49.166Z] === CONT TestMountDaemonRoot/private [2022-02-12T02:00:49.166Z] === RUN TestMountDaemonRoot/private/bind_root [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-02-12T02:00:49.166Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-02-12T02:00:49.166Z] === RUN TestMountDaemonRoot/private/mount_root [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-02-12T02:00:49.166Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-02-12T02:00:49.166Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-02-12T02:00:49.166Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-02-12T02:00:49.166Z] === CONT TestMountDaemonRoot/default/bind_root [2022-02-12T02:00:49.166Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-02-12T02:00:49.166Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-02-12T02:00:49.166Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-02-12T02:00:49.166Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/private/bind_root [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-02-12T02:00:49.422Z] === CONT TestMountDaemonRoot/private/mount_root [2022-02-12T02:00:49.679Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-02-12T02:00:49.679Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-02-12T02:00:49.679Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-02-12T02:00:49.679Z] === RUN TestContainerBindMountNonRecursive [2022-02-12T02:00:49.679Z] 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-02-12T02:00:49.679Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-02-12T02:00:49.679Z] === RUN TestContainerVolumesMountedAsShared [2022-02-12T02:00:49.679Z] 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-02-12T02:00:49.679Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-02-12T02:00:49.679Z] === RUN TestContainerVolumesMountedAsSlave [2022-02-12T02:00:49.679Z] 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-02-12T02:00:49.679Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-02-12T02:00:49.679Z] === RUN TestNetworkNat [2022-02-12T02:00:50.242Z] --- PASS: TestNetworkNat (0.48s) [2022-02-12T02:00:50.242Z] === RUN TestNetworkLocalhostTCPNat [2022-02-12T02:00:50.499Z] --- PASS: TestNetworkLocalhostTCPNat (0.39s) [2022-02-12T02:00:50.499Z] === RUN TestNetworkLoopbackNat [2022-02-12T02:00:53.014Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2022-02-12T02:00:53.014Z] === RUN TestPause [2022-02-12T02:00:53.014Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-12T02:00:53.014Z] --- SKIP: TestPause (0.00s) [2022-02-12T02:00:53.014Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-02-12T02:00:53.014Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-12T02:00:53.014Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-12T02:00:53.014Z] === RUN TestPauseStopPausedContainer [2022-02-12T02:00:53.014Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-12T02:00:53.014Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-02-12T02:00:53.014Z] === RUN TestPidHost [2022-02-12T02:00:53.941Z] --- PASS: TestPidHost (0.80s) [2022-02-12T02:00:53.941Z] === RUN TestPsFilter [2022-02-12T02:00:53.941Z] --- PASS: TestPsFilter (0.10s) [2022-02-12T02:00:53.941Z] === RUN TestRemoveContainerWithRemovedVolume [2022-02-12T02:00:54.200Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.36s) [2022-02-12T02:00:54.200Z] === RUN TestRemoveContainerWithVolume [2022-02-12T02:00:54.762Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-02-12T02:00:54.762Z] === RUN TestRemoveContainerRunning [2022-02-12T02:00:55.018Z] --- PASS: TestRemoveContainerRunning (0.37s) [2022-02-12T02:00:55.018Z] === RUN TestRemoveContainerForceRemoveRunning [2022-02-12T02:00:55.572Z] Removing intermediate container f9046e00440d [2022-02-12T02:00:55.572Z] ---> 6aaf46cad600 [2022-02-12T02:00:55.572Z] 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-02-12T02:00:55.572Z] ---> Running in d4b42f0ca0d3 [2022-02-12T02:00:55.572Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-02-12T02:00:55.572Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-02-12T02:00:55.572Z] go: downloading github.com/fatih/color v1.10.0 [2022-02-12T02:00:55.572Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-02-12T02:00:55.572Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-02-12T02:00:55.572Z] go: downloading github.com/pkg/errors v0.9.1 [2022-02-12T02:00:55.572Z] go: downloading golang.org/x/tools v0.1.0 [2022-02-12T02:00:55.572Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-02-12T02:00:55.573Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-02-12T02:00:55.573Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-02-12T02:00:55.573Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-02-12T02:00:55.573Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-02-12T02:00:55.573Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-02-12T02:00:55.573Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-02-12T02:00:55.573Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-02-12T02:00:55.573Z] go: downloading golang.org/x/mod v0.3.0 [2022-02-12T02:00:55.580Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-02-12T02:00:55.580Z] === RUN TestRemoveInvalidContainer [2022-02-12T02:00:55.580Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-02-12T02:00:55.580Z] === RUN TestRenameLinkedContainer [2022-02-12T02:00:56.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-02-12T02:00:56.945Z] --- PASS: TestRenameLinkedContainer (1.61s) [2022-02-12T02:00:56.945Z] === RUN TestRenameStoppedContainer [2022-02-12T02:00:57.507Z] --- PASS: TestRenameStoppedContainer (0.36s) [2022-02-12T02:00:57.507Z] === RUN TestRenameRunningContainerAndReuse [2022-02-12T02:00:58.069Z] --- PASS: TestRenameRunningContainerAndReuse (0.76s) [2022-02-12T02:00:58.069Z] === RUN TestRenameInvalidName [2022-02-12T02:00:58.630Z] --- PASS: TestRenameInvalidName (0.39s) [2022-02-12T02:00:58.630Z] === RUN TestRenameAnonymousContainer [2022-02-12T02:00:58.792Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-02-12T02:00:59.127Z] Removing intermediate container 39781d981e00 [2022-02-12T02:00:59.127Z] ---> cb6f19b930a7 [2022-02-12T02:00:59.127Z] 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-02-12T02:00:59.127Z] ---> Running in e7b750a02d0f [2022-02-12T02:00:59.127Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-02-12T02:00:59.127Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-02-12T02:00:59.127Z] go: downloading github.com/fatih/color v1.10.0 [2022-02-12T02:00:59.127Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-02-12T02:00:59.127Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-02-12T02:00:59.127Z] go: downloading github.com/pkg/errors v0.9.1 [2022-02-12T02:00:59.127Z] go: downloading golang.org/x/tools v0.1.0 [2022-02-12T02:00:59.127Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-02-12T02:00:59.127Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-02-12T02:00:59.127Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-02-12T02:00:59.127Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-02-12T02:00:59.127Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-02-12T02:00:59.127Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-02-12T02:00:59.127Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-02-12T02:00:59.127Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-02-12T02:00:59.127Z] go: downloading golang.org/x/mod v0.3.0 [2022-02-12T02:00:59.997Z] --- PASS: TestRenameAnonymousContainer (1.41s) [2022-02-12T02:00:59.997Z] === RUN TestRenameContainerWithSameName [2022-02-12T02:01:00.560Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-02-12T02:01:00.560Z] === RUN TestRenameContainerWithLinkedContainer [2022-02-12T02:01:01.123Z] --- PASS: TestRenameContainerWithLinkedContainer (0.76s) [2022-02-12T02:01:01.123Z] === RUN TestResize [2022-02-12T02:01:01.342Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-02-12T02:01:01.686Z] --- PASS: TestResize (0.40s) [2022-02-12T02:01:01.686Z] === RUN TestResizeWithInvalidSize [2022-02-12T02:01:01.942Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2022-02-12T02:01:01.942Z] === RUN TestResizeWhenContainerNotStarted [2022-02-12T02:01:02.199Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s) [2022-02-12T02:01:02.199Z] === RUN TestDaemonRestartKillContainers [2022-02-12T02:01:02.199Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-02-12T02:01:02.199Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-02-12T02:01:02.199Z] === RUN TestCgroupNamespacesRun [2022-02-12T02:01:03.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-02-12T02:01:03.566Z] --- PASS: TestCgroupNamespacesRun (1.11s) [2022-02-12T02:01:03.566Z] === RUN TestCgroupNamespacesRunPrivileged [2022-02-12T02:01:04.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-02-12T02:01:04.494Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.06s) [2022-02-12T02:01:04.494Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-02-12T02:01:05.859Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s) [2022-02-12T02:01:05.859Z] === RUN TestCgroupNamespacesRunHostMode [2022-02-12T02:01:06.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-02-12T02:01:06.789Z] --- PASS: TestCgroupNamespacesRunHostMode (1.11s) [2022-02-12T02:01:06.789Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-02-12T02:01:08.154Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2022-02-12T02:01:08.154Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-02-12T02:01:09.082Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.06s) [2022-02-12T02:01:09.082Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-02-12T02:01:09.644Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-02-12T02:01:09.644Z] === RUN TestCgroupNamespacesRunOlderClient [2022-02-12T02:01:09.763Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-02-12T02:01:10.391Z] Removing intermediate container d4b42f0ca0d3 [2022-02-12T02:01:10.391Z] ---> 1bd992aa2b99 [2022-02-12T02:01:10.391Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-02-12T02:01:10.391Z] ---> Running in 14fcc2b34b03 [2022-02-12T02:01:10.391Z] Removing intermediate container 14fcc2b34b03 [2022-02-12T02:01:10.391Z] ---> 91003c778962 [2022-02-12T02:01:10.391Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-02-12T02:01:10.391Z] ---> Running in f0b3c38f42cb [2022-02-12T02:01:10.391Z] Removing intermediate container f0b3c38f42cb [2022-02-12T02:01:10.391Z] ---> 2f6e65b6298d [2022-02-12T02:01:10.391Z] Step 11/11 : COPY . . [2022-02-12T02:01:11.012Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.15s) [2022-02-12T02:01:11.012Z] === RUN TestNISDomainname [2022-02-12T02:01:11.012Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-02-12T02:01:11.012Z] --- SKIP: TestNISDomainname (0.01s) [2022-02-12T02:01:11.012Z] === RUN TestHostnameDnsResolution [2022-02-12T02:01:11.574Z] --- PASS: TestHostnameDnsResolution (0.62s) [2022-02-12T02:01:11.574Z] === RUN TestUnprivilegedPortsAndPing [2022-02-12T02:01:11.574Z] 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-02-12T02:01:11.574Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-02-12T02:01:11.574Z] === RUN TestStats [2022-02-12T02:01:11.574Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-12T02:01:11.574Z] --- SKIP: TestStats (0.00s) [2022-02-12T02:01:11.574Z] === RUN TestStopContainerWithTimeout [2022-02-12T02:01:11.574Z] === RUN TestStopContainerWithTimeout/0 [2022-02-12T02:01:11.574Z] === PAUSE TestStopContainerWithTimeout/0 [2022-02-12T02:01:11.574Z] === RUN TestStopContainerWithTimeout/1 [2022-02-12T02:01:11.574Z] === PAUSE TestStopContainerWithTimeout/1 [2022-02-12T02:01:11.574Z] === RUN TestStopContainerWithTimeout/3 [2022-02-12T02:01:11.574Z] === PAUSE TestStopContainerWithTimeout/3 [2022-02-12T02:01:11.574Z] === RUN TestStopContainerWithTimeout/-1 [2022-02-12T02:01:11.574Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-02-12T02:01:11.574Z] === CONT TestStopContainerWithTimeout/0 [2022-02-12T02:01:11.574Z] === CONT TestStopContainerWithTimeout/3 [2022-02-12T02:01:12.136Z] === CONT TestStopContainerWithTimeout/-1 [2022-02-12T02:01:12.748Z] ok github.com/docker/docker/libnetwork 37.163s coverage: 40.7% of statements [2022-02-12T02:01:12.748Z] ok github.com/docker/docker/libnetwork/bitseq 0.137s coverage: 84.4% of statements [2022-02-12T02:01:12.748Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-02-12T02:01:12.748Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-02-12T02:01:12.748Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-02-12T02:01:12.748Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-02-12T02:01:12.748Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-02-12T02:01:12.748Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-02-12T02:01:12.748Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-02-12T02:01:12.748Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-02-12T02:01:12.748Z] ok github.com/docker/docker/libnetwork/config 0.013s coverage: 19.7% of statements [2022-02-12T02:01:12.748Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-02-12T02:01:12.748Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-02-12T02:01:12.748Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-02-12T02:01:12.748Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-02-12T02:01:12.748Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.341s coverage: 59.9% of statements [2022-02-12T02:01:12.748Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-02-12T02:01:12.748Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-02-12T02:01:13.312Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.024s coverage: 4.0% of statements [2022-02-12T02:01:13.312Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-02-12T02:01:13.875Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-02-12T02:01:13.875Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-02-12T02:01:14.028Z] === CONT TestStopContainerWithTimeout/1 [2022-02-12T02:01:14.132Z] ok github.com/docker/docker/libnetwork/drivers/null 0.007s coverage: 34.8% of statements [2022-02-12T02:01:14.908Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-02-12T02:01:15.399Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-02-12T02:01:15.399Z] --- PASS: TestStopContainerWithTimeout/0 (0.60s) [2022-02-12T02:01:15.399Z] --- PASS: TestStopContainerWithTimeout/3 (2.66s) [2022-02-12T02:01:15.399Z] --- PASS: TestStopContainerWithTimeout/-1 (2.34s) [2022-02-12T02:01:15.399Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2022-02-12T02:01:15.399Z] === RUN TestDeleteDevicemapper [2022-02-12T02:01:15.399Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-12T02:01:15.399Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-02-12T02:01:15.399Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-02-12T02:01:16.767Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.21s) [2022-02-12T02:01:16.767Z] === RUN TestUpdateMemory [2022-02-12T02:01:16.767Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-12T02:01:16.767Z] --- SKIP: TestUpdateMemory (0.00s) [2022-02-12T02:01:16.767Z] === RUN TestUpdateCPUQuota [2022-02-12T02:01:16.767Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-12T02:01:16.767Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-02-12T02:01:16.767Z] === RUN TestUpdatePidsLimit [2022-02-12T02:01:16.767Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-12T02:01:16.767Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-02-12T02:01:16.767Z] === RUN TestUpdateRestartPolicy [2022-02-12T02:01:16.822Z] Removing intermediate container e7b750a02d0f [2022-02-12T02:01:16.822Z] ---> 7b29771df821 [2022-02-12T02:01:16.822Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-02-12T02:01:16.822Z] ---> Running in 100a0844db98 [2022-02-12T02:01:16.822Z] Removing intermediate container 100a0844db98 [2022-02-12T02:01:16.822Z] ---> f4d7a3e31157 [2022-02-12T02:01:16.822Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-02-12T02:01:16.822Z] ---> Running in eb4202bfe012 [2022-02-12T02:01:16.822Z] Removing intermediate container eb4202bfe012 [2022-02-12T02:01:16.822Z] ---> 31b4327c381a [2022-02-12T02:01:16.822Z] Step 11/11 : COPY . . [2022-02-12T02:01:17.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-02-12T02:01:20.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-02-12T02:01:21.412Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-02-12T02:01:21.469Z] --- PASS: TestBuildWithHugeFile (53.85s) [2022-02-12T02:01:21.469Z] === RUN TestBuildWCOWSandboxSize [2022-02-12T02:01:21.469Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-12T02:01:21.469Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-02-12T02:01:21.469Z] === RUN TestBuildWithEmptyDockerfile [2022-02-12T02:01:21.469Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:01:21.469Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:01:21.469Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:01:21.469Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:01:21.469Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:01:21.469Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:01:21.469Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:01:21.469Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:01:21.469Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:01:21.469Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-02-12T02:01:21.469Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-02-12T02:01:21.469Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-02-12T02:01:21.469Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-02-12T02:01:21.469Z] === RUN TestBuildPreserveOwnership [2022-02-12T02:01:21.469Z] === RUN TestBuildPreserveOwnership/copy_from [2022-02-12T02:01:21.469Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-02-12T02:01:22.406Z] --- PASS: TestBuildPreserveOwnership (3.35s) [2022-02-12T02:01:22.406Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.29s) [2022-02-12T02:01:22.406Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.05s) [2022-02-12T02:01:22.406Z] === RUN TestBuildPlatformInvalid [2022-02-12T02:01:22.406Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-02-12T02:01:22.406Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-02-12T02:01:23.341Z] Loaded image: busybox:latest [2022-02-12T02:01:23.341Z] Loaded image: busybox:glibc [2022-02-12T02:01:23.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-02-12T02:01:24.148Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.373s coverage: 7.4% of statements [2022-02-12T02:01:24.149Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-02-12T02:01:24.149Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2022-02-12T02:01:24.149Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-02-12T02:01:24.149Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-02-12T02:01:24.149Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-02-12T02:01:24.149Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-02-12T02:01:24.149Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-02-12T02:01:24.405Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2022-02-12T02:01:24.662Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-02-12T02:01:24.716Z] Loaded image: debian:bullseye-slim [2022-02-12T02:01:24.716Z] Loaded image: hello-world:latest [2022-02-12T02:01:24.716Z] Loaded image: arm32v7/hello-world:latest [2022-02-12T02:01:24.919Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-02-12T02:01:25.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-02-12T02:01:26.408Z] ......... [ 85%] [2022-02-12T02:01:28.934Z] --- PASS: TestUpdateRestartPolicy (10.78s) [2022-02-12T02:01:28.934Z] === RUN TestUpdateRestartWithAutoRemove [2022-02-12T02:01:28.934Z] --- PASS: TestUpdateRestartWithAutoRemove (0.38s) [2022-02-12T02:01:28.934Z] === RUN TestWaitNonBlocked [2022-02-12T02:01:28.934Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:01:28.934Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:01:28.934Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:01:28.934Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:01:28.934Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:01:28.934Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:01:28.934Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-02-12T02:01:28.934Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2022-02-12T02:01:28.934Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2022-02-12T02:01:28.934Z] === RUN TestWaitBlocked [2022-02-12T02:01:28.934Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-12T02:01:28.934Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-12T02:01:28.934Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-02-12T02:01:28.934Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-02-12T02:01:28.934Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-12T02:01:28.934Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-02-12T02:01:29.190Z] --- PASS: TestWaitBlocked (0.01s) [2022-02-12T02:01:29.190Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.61s) [2022-02-12T02:01:29.190Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.64s) [2022-02-12T02:01:29.190Z] === CONT TestDaemonRestartIpcMode [2022-02-12T02:01:29.190Z] === CONT TestIpcModeOlderClient [2022-02-12T02:01:29.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-02-12T02:01:29.447Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-02-12T02:01:29.447Z] === CONT TestRestartDaemonWithRestartingContainer [2022-02-12T02:01:31.239Z] tests/integration/models_images_test.py ............... [ 89%] [2022-02-12T02:01:31.745Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-02-12T02:01:31.970Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.25s) [2022-02-12T02:01:31.970Z] --- PASS: TestDaemonRestartIpcMode (2.67s) [2022-02-12T02:01:31.970Z] PASS [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === Skipped [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-02-12T02:01:31.970Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-02-12T02:01:31.970Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-02-12T02:01:31.970Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-02-12T02:01:31.970Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-02-12T02:01:31.970Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-02-12T02:01:31.970Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-02-12T02:01:31.970Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-02-12T02:01:31.970Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-02-12T02:01:31.970Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-02-12T02:01:31.970Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-02-12T02:01:31.970Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-02-12T02:01:31.970Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-02-12T02:01:31.970Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-02-12T02:01:31.970Z] 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-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-02-12T02:01:31.970Z] 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-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-02-12T02:01:31.970Z] 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-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-02-12T02:01:31.970Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-12T02:01:31.970Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-02-12T02:01:31.970Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-02-12T02:01:31.970Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-02-12T02:01:31.970Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-02-12T02:01:31.970Z] 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-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-02-12T02:01:31.970Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-02-12T02:01:31.970Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-02-12T02:01:31.970Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-02-12T02:01:31.970Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-02-12T02:01:31.970Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-12T02:01:31.970Z] [2022-02-12T02:01:31.970Z] DONE 177 tests, 27 skipped in 69.500s [2022-02-12T02:01:31.970Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-02-12T02:01:31.970Z] === RUN TestConfigDaemonLibtrustID [2022-02-12T02:01:32.533Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-02-12T02:01:32.533Z] === RUN TestDaemonConfigValidation [2022-02-12T02:01:32.533Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-02-12T02:01:32.533Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-02-12T02:01:32.533Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-02-12T02:01:32.533Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-02-12T02:01:32.533Z] === RUN TestDaemonConfigValidation/invalid_config [2022-02-12T02:01:32.533Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-02-12T02:01:32.533Z] === RUN TestDaemonConfigValidation/malformed_config [2022-02-12T02:01:32.533Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-02-12T02:01:32.533Z] === RUN TestDaemonConfigValidation/valid_config [2022-02-12T02:01:32.533Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-02-12T02:01:32.533Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-02-12T02:01:32.533Z] === CONT TestDaemonConfigValidation/malformed_config [2022-02-12T02:01:32.699Z] tests/integration/models_networks_test.py .... [ 90%] [2022-02-12T02:01:32.790Z] === CONT TestDaemonConfigValidation/valid_config [2022-02-12T02:01:32.790Z] === CONT TestDaemonConfigValidation/invalid_config [2022-02-12T02:01:32.790Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-02-12T02:01:32.790Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-02-12T02:01:32.790Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-02-12T02:01:32.790Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-02-12T02:01:32.790Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-02-12T02:01:32.790Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-02-12T02:01:32.790Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.04s) [2022-02-12T02:01:32.790Z] === RUN TestConfigDaemonSeccompProfiles [2022-02-12T02:01:32.790Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-02-12T02:01:33.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-02-12T02:01:34.159Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-02-12T02:01:34.687Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.66s) [2022-02-12T02:01:34.688Z] PASS [2022-02-12T02:01:34.688Z] [2022-02-12T02:01:34.688Z] === Skipped [2022-02-12T02:01:34.688Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-02-12T02:01:34.688Z] build_session_test.go:25: TODO: BuildKit [2022-02-12T02:01:34.688Z] [2022-02-12T02:01:34.688Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-02-12T02:01:34.688Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-12T02:01:34.688Z] [2022-02-12T02:01:34.688Z] DONE 34 tests, 2 skipped in 89.380s [2022-02-12T02:01:34.688Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-02-12T02:01:34.688Z] INFO: Testing against a local daemon [2022-02-12T02:01:34.688Z] === RUN TestConfigInspect [2022-02-12T02:01:35.087Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-02-12T02:01:35.621Z] --- PASS: TestConfigInspect (2.37s) [2022-02-12T02:01:35.621Z] === RUN TestConfigList [2022-02-12T02:01:36.018Z] === CONT TestConfigDaemonSeccompProfiles [2022-02-12T02:01:36.018Z] daemon_test.go:156: [d2bb30a5f5bf9] daemon is not started [2022-02-12T02:01:36.018Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s) [2022-02-12T02:01:36.018Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-02-12T02:01:36.018Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-02-12T02:01:36.018Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-02-12T02:01:36.018Z] === RUN TestDaemonProxy [2022-02-12T02:01:36.018Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-02-12T02:01:36.018Z] --- SKIP: TestDaemonProxy (0.00s) [2022-02-12T02:01:36.018Z] PASS [2022-02-12T02:01:36.018Z] [2022-02-12T02:01:36.018Z] === Skipped [2022-02-12T02:01:36.018Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-02-12T02:01:36.018Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-02-12T02:01:36.018Z] [2022-02-12T02:01:36.018Z] DONE 12 tests, 1 skipped in 4.139s [2022-02-12T02:01:36.018Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-02-12T02:01:36.227Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-02-12T02:01:36.227Z] Using test binary docker [2022-02-12T02:01:36.227Z] +++ /etc/init.d/apparmor start [2022-02-12T02:01:36.227Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-02-12T02:01:36.227Z] INFO: Waiting for daemon to start... [2022-02-12T02:01:36.227Z] Starting dockerd [2022-02-12T02:01:36.227Z] +++ 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-02-12T02:01:36.304Z] INFO: Testing against a local daemon [2022-02-12T02:01:36.304Z] === RUN TestCommitInheritsEnv [2022-02-12T02:01:37.098Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-02-12T02:01:37.522Z] --- PASS: TestConfigList (2.13s) [2022-02-12T02:01:37.522Z] === RUN TestConfigsCreateAndDelete [2022-02-12T02:01:38.148Z] . [2022-02-12T02:01:38.148Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-02-12T02:01:38.148Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-02-12T02:01:38.148Z] Error: No such image: emptyfs [2022-02-12T02:01:38.148Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-02-12T02:01:38.148Z] ++++ docker load [2022-02-12T02:01:38.219Z] --- PASS: TestCommitInheritsEnv (1.80s) [2022-02-12T02:01:38.219Z] === RUN TestImportExtremelyLargeImageWorks [2022-02-12T02:01:38.219Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-02-12T02:01:38.219Z] === RUN TestImportWithCustomPlatform [2022-02-12T02:01:38.219Z] === RUN TestImportWithCustomPlatform/#00 [2022-02-12T02:01:38.219Z] === RUN TestImportWithCustomPlatform/_______ [2022-02-12T02:01:38.219Z] === RUN TestImportWithCustomPlatform// [2022-02-12T02:01:38.219Z] === RUN TestImportWithCustomPlatform/linux [2022-02-12T02:01:38.219Z] === RUN TestImportWithCustomPlatform/LINUX [2022-02-12T02:01:38.219Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-02-12T02:01:38.475Z] === RUN TestImportWithCustomPlatform/macos [2022-02-12T02:01:38.475Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-02-12T02:01:38.475Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-02-12T02:01:38.475Z] --- PASS: TestImportWithCustomPlatform (0.30s) [2022-02-12T02:01:38.475Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-02-12T02:01:38.475Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-02-12T02:01:38.475Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-02-12T02:01:38.475Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-02-12T02:01:38.475Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-02-12T02:01:38.475Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.09s) [2022-02-12T02:01:38.475Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-02-12T02:01:38.475Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-02-12T02:01:38.475Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-02-12T02:01:38.475Z] === RUN TestImagesFilterMultiReference [2022-02-12T02:01:38.475Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-02-12T02:01:38.475Z] === RUN TestImagePullPlatformInvalid [2022-02-12T02:01:38.475Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2022-02-12T02:01:38.475Z] === RUN TestRemoveImageOrphaning [2022-02-12T02:01:38.722Z] Running integration-test (iteration 1) [2022-02-12T02:01:38.722Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-02-12T02:01:38.722Z] ++ 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-02-12T02:01:38.722Z] ++ set -e [2022-02-12T02:01:38.722Z] ++ '[' -n 0 ']' [2022-02-12T02:01:38.722Z] ++ set -x [2022-02-12T02:01:38.722Z] ++ 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-02-12T02:01:39.277Z] tests/integration/models_nodes_test.py . [ 90%] [2022-02-12T02:01:39.277Z] tests/integration/models_resources_test.py . [ 91%] [2022-02-12T02:01:39.667Z] Loaded image: busybox:latest [2022-02-12T02:01:39.928Z] Loaded image: busybox:glibc [2022-02-12T02:01:40.049Z] --- PASS: TestConfigsCreateAndDelete (2.10s) [2022-02-12T02:01:40.049Z] === RUN TestConfigsUpdate [2022-02-12T02:01:40.367Z] --- PASS: TestRemoveImageOrphaning (1.64s) [2022-02-12T02:01:40.367Z] === RUN TestRemoveImageGarbageCollector [2022-02-12T02:01:40.367Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-02-12T02:01:40.367Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-02-12T02:01:40.367Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-02-12T02:01:40.367Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-02-12T02:01:40.367Z] === RUN TestTagInvalidReference [2022-02-12T02:01:40.367Z] --- PASS: TestTagInvalidReference (0.01s) [2022-02-12T02:01:40.367Z] === RUN TestTagValidPrefixedRepo [2022-02-12T02:01:40.367Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-02-12T02:01:40.367Z] === RUN TestTagExistedNameWithoutForce [2022-02-12T02:01:40.367Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-02-12T02:01:40.367Z] === RUN TestTagOfficialNames [2022-02-12T02:01:40.367Z] --- PASS: TestTagOfficialNames (0.04s) [2022-02-12T02:01:40.367Z] === RUN TestTagMatchesDigest [2022-02-12T02:01:40.367Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-02-12T02:01:40.367Z] === CONT TestImportExtremelyLargeImageWorks [2022-02-12T02:01:40.398Z] ---> 64f70a7b611e [2022-02-12T02:01:40.398Z] Successfully built 64f70a7b611e [2022-02-12T02:01:40.398Z] Successfully tagged docker:latest [2022-02-12T02:01:40.398Z] INFO: Image build ended at 02/12/2022 02:01:38. Duration:00:03:36.6715822 [2022-02-12T02:01:40.398Z] [2022-02-12T02:01:40.398Z] [2022-02-12T02:01:40.398Z] INFO: Building the test binaries at 02/12/2022 02:01:39... [2022-02-12T02:01:41.948Z] --- PASS: TestConfigsUpdate (2.10s) [2022-02-12T02:01:41.948Z] === RUN TestTemplatedConfig [2022-02-12T02:01:44.211Z] INFO: make.ps1 starting at 02/12/2022 02:01:43 [2022-02-12T02:01:44.211Z] INFO: Git commit (3efcf7b376) assumed from DOCKER_GITCOMMIT environment variable [2022-02-12T02:01:44.211Z] INFO: Invoking autogen... [2022-02-12T02:01:44.211Z] INFO: Building daemon... [2022-02-12T02:01:44.477Z] --- PASS: TestTemplatedConfig (2.54s) [2022-02-12T02:01:44.477Z] === RUN TestConfigCreateResolve [2022-02-12T02:01:45.227Z] Loaded image: debian:bullseye-slim [2022-02-12T02:01:45.227Z] Loaded image: hello-world:latest [2022-02-12T02:01:45.227Z] Loaded image: arm32v7/hello-world:latest [2022-02-12T02:01:45.227Z] INFO: Testing against a local daemon [2022-02-12T02:01:45.227Z] === RUN TestCgroupNamespacesBuild [2022-02-12T02:01:45.389Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-02-12T02:01:46.459Z] --- PASS: TestConfigCreateResolve (2.12s) [2022-02-12T02:01:46.459Z] PASS [2022-02-12T02:01:46.459Z] [2022-02-12T02:01:46.459Z] DONE 6 tests in 13.397s [2022-02-12T02:01:46.459Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-02-12T02:01:46.459Z] INFO: Testing against a local daemon [2022-02-12T02:01:46.459Z] === RUN TestCheckpoint [2022-02-12T02:01:46.459Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-12T02:01:46.459Z] --- SKIP: TestCheckpoint (0.00s) [2022-02-12T02:01:46.459Z] === RUN TestContainerInvalidJSON [2022-02-12T02:01:46.459Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:01:46.459Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:01:46.459Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:01:46.459Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:01:46.459Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:01:46.459Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:01:46.459Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-02-12T02:01:46.459Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-02-12T02:01:46.459Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-02-12T02:01:46.459Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-02-12T02:01:46.459Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-02-12T02:01:46.459Z] === RUN TestCopyFromContainerPathIsNotDir [2022-02-12T02:01:46.725Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-02-12T02:01:46.725Z] === RUN TestCopyToContainerPathDoesNotExist [2022-02-12T02:01:46.725Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-02-12T02:01:46.725Z] === RUN TestCopyToContainerPathIsNotDir [2022-02-12T02:01:46.725Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-02-12T02:01:46.725Z] === RUN TestCopyFromContainer [2022-02-12T02:01:47.146Z] --- PASS: TestCgroupNamespacesBuild (2.31s) [2022-02-12T02:01:47.146Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-02-12T02:01:48.100Z] === RUN TestCopyFromContainer// [2022-02-12T02:01:48.100Z] === RUN TestCopyFromContainer//bar/root [2022-02-12T02:01:48.100Z] === RUN TestCopyFromContainer//bar/root/ [2022-02-12T02:01:48.100Z] === RUN TestCopyFromContainer/bar/quux [2022-02-12T02:01:48.100Z] === RUN TestCopyFromContainer/bar/quux/ [2022-02-12T02:01:48.100Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-02-12T02:01:48.100Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-02-12T02:01:48.100Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-02-12T02:01:48.153Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-02-12T02:01:48.153Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-02-12T02:01:48.358Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-02-12T02:01:48.358Z] === RUN TestCopyFromContainer/bar/notarget [2022-02-12T02:01:48.358Z] --- PASS: TestCopyFromContainer (1.65s) [2022-02-12T02:01:48.358Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-02-12T02:01:48.358Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-02-12T02:01:48.358Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-02-12T02:01:48.358Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-02-12T02:01:48.358Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-02-12T02:01:48.358Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-02-12T02:01:48.358Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-02-12T02:01:48.358Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-02-12T02:01:48.358Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-02-12T02:01:48.358Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-02-12T02:01:48.358Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-02-12T02:01:48.358Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:01:48.358Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:01:48.358Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:01:48.358Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:01:48.358Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:01:48.358Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:01:48.358Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:01:48.358Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:01:48.358Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:01:48.358Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-02-12T02:01:48.358Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-02-12T02:01:48.358Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-02-12T02:01:48.358Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-02-12T02:01:48.358Z] === RUN TestCreateLinkToNonExistingContainer [2022-02-12T02:01:48.358Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-02-12T02:01:48.358Z] === RUN TestCreateWithInvalidEnv [2022-02-12T02:01:48.358Z] === RUN TestCreateWithInvalidEnv/0 [2022-02-12T02:01:48.358Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-02-12T02:01:48.358Z] === RUN TestCreateWithInvalidEnv/1 [2022-02-12T02:01:48.358Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-02-12T02:01:48.358Z] === RUN TestCreateWithInvalidEnv/2 [2022-02-12T02:01:48.358Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-02-12T02:01:48.358Z] === CONT TestCreateWithInvalidEnv/0 [2022-02-12T02:01:48.358Z] === CONT TestCreateWithInvalidEnv/2 [2022-02-12T02:01:48.358Z] === CONT TestCreateWithInvalidEnv/1 [2022-02-12T02:01:48.358Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-02-12T02:01:48.358Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-02-12T02:01:48.358Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-02-12T02:01:48.358Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-02-12T02:01:48.358Z] === RUN TestCreateTmpfsMountsTarget [2022-02-12T02:01:48.358Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-02-12T02:01:48.358Z] === RUN TestCreateWithCustomMaskedPaths [2022-02-12T02:01:49.696Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.16s) [2022-02-12T02:01:49.696Z] === RUN TestBuildWithSession [2022-02-12T02:01:49.696Z] build_session_test.go:25: TODO: BuildKit [2022-02-12T02:01:49.696Z] --- SKIP: TestBuildWithSession (0.00s) [2022-02-12T02:01:49.696Z] === RUN TestBuildSquashParent [2022-02-12T02:01:50.258Z] --- PASS: TestCreateWithCustomMaskedPaths (1.53s) [2022-02-12T02:01:50.258Z] === RUN TestCreateWithCustomReadonlyPaths [2022-02-12T02:01:51.632Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.46s) [2022-02-12T02:01:51.632Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-02-12T02:01:51.632Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:01:51.632Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:01:51.632Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:01:51.632Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:01:51.632Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:01:51.632Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:01:51.632Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:01:51.632Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:01:51.632Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:01:51.632Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:01:51.632Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:01:51.632Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:01:51.632Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:01:51.632Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:01:51.632Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:01:51.632Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-02-12T02:01:51.632Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-02-12T02:01:51.632Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-02-12T02:01:51.632Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-02-12T02:01:51.632Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-02-12T02:01:51.632Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-02-12T02:01:51.632Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-02-12T02:01:51.890Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.49s) [2022-02-12T02:01:51.890Z] === RUN TestCreateDifferentPlatform [2022-02-12T02:01:51.890Z] === RUN TestCreateDifferentPlatform/different_os [2022-02-12T02:01:51.890Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-02-12T02:01:51.890Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-02-12T02:01:51.890Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-02-12T02:01:51.890Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-02-12T02:01:51.890Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-02-12T02:01:51.890Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-02-12T02:01:51.890Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-02-12T02:01:51.947Z] ok github.com/docker/docker/libnetwork/ipam 16.013s coverage: 85.3% of statements [2022-02-12T02:01:51.947Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-02-12T02:01:51.947Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-02-12T02:01:51.947Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-02-12T02:01:52.074Z] Removing intermediate container 3f40bbf9e5a2 [2022-02-12T02:01:52.074Z] ---> 308421e64eda [2022-02-12T02:01:52.074Z] 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-02-12T02:01:52.074Z] ---> Running in cc0786e4a639 [2022-02-12T02:01:52.074Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-02-12T02:01:52.074Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-02-12T02:01:52.074Z] go: downloading github.com/fatih/color v1.10.0 [2022-02-12T02:01:52.074Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-02-12T02:01:52.074Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-02-12T02:01:52.074Z] go: downloading github.com/pkg/errors v0.9.1 [2022-02-12T02:01:52.074Z] go: downloading golang.org/x/tools v0.1.0 [2022-02-12T02:01:52.074Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-02-12T02:01:52.074Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-02-12T02:01:52.074Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-02-12T02:01:52.074Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-02-12T02:01:52.074Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-02-12T02:01:52.074Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-02-12T02:01:52.074Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-02-12T02:01:52.074Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-02-12T02:01:52.074Z] go: downloading golang.org/x/mod v0.3.0 [2022-02-12T02:01:52.149Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-02-12T02:01:52.149Z] === RUN TestContainerStartOnDaemonRestart [2022-02-12T02:01:52.149Z] === PAUSE TestContainerStartOnDaemonRestart [2022-02-12T02:01:52.149Z] === RUN TestDaemonRestartIpcMode [2022-02-12T02:01:52.149Z] === PAUSE TestDaemonRestartIpcMode [2022-02-12T02:01:52.149Z] === RUN TestDaemonHostGatewayIP [2022-02-12T02:01:52.149Z] === PAUSE TestDaemonHostGatewayIP [2022-02-12T02:01:52.149Z] === RUN TestRestartDaemonWithRestartingContainer [2022-02-12T02:01:52.149Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-02-12T02:01:52.149Z] === RUN TestContainerKillOnDaemonStart [2022-02-12T02:01:52.149Z] === PAUSE TestContainerKillOnDaemonStart [2022-02-12T02:01:52.149Z] === RUN TestDiff [2022-02-12T02:01:52.352Z] tests/integration/regression_test.py ...... [ 98%] [2022-02-12T02:01:52.510Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2022-02-12T02:01:52.510Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-02-12T02:01:52.612Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-02-12T02:01:52.612Z] tests/integration/credentials/utils_test.py . [100%] [2022-02-12T02:01:52.612Z] [2022-02-12T02:01:52.612Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-02-12T02:01:52.612Z] =========================== short test summary info ============================ [2022-02-12T02:01:52.612Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-02-12T02:01:52.612Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-02-12T02:01:52.612Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-02-12T02:01:52.612Z] Not supported on most drivers [2022-02-12T02:01:52.612Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-02-12T02:01:52.612Z] Output of docker top depends on host distro, and is not formalized. [2022-02-12T02:01:52.612Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-02-12T02:01:52.612Z] Output of docker top depends on host distro, and is not formalized. [2022-02-12T02:01:52.612Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-02-12T02:01:52.612Z] Can fail if eth0 has multiple IP addresses [2022-02-12T02:01:52.612Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-02-12T02:01:52.612Z] This doesn't seem to be taken into account by the engine [2022-02-12T02:01:52.612Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-02-12T02:01:52.612Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-02-12T02:01:52.612Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 306.52 seconds == [2022-02-12T02:01:52.634Z] ---> 197dd5765d75 [2022-02-12T02:01:52.634Z] Successfully built 197dd5765d75 [2022-02-12T02:01:52.634Z] Successfully tagged docker:latest [2022-02-12T02:01:52.634Z] INFO: Image build ended at 02/12/2022 02:01:48. Duration:00:03:42.1712027 [2022-02-12T02:01:52.634Z] [2022-02-12T02:01:52.634Z] [2022-02-12T02:01:52.634Z] INFO: Building the test binaries at 02/12/2022 02:01:48... [2022-02-12T02:01:52.714Z] --- PASS: TestDiff (0.59s) [2022-02-12T02:01:52.715Z] === RUN TestExecWithCloseStdin [2022-02-12T02:01:52.767Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-02-12T02:01:52.871Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-02-12T02:01:53.284Z] --- PASS: TestExecWithCloseStdin (0.60s) [2022-02-12T02:01:53.284Z] === RUN TestExec [2022-02-12T02:01:53.330Z] ok github.com/docker/docker/libnetwork/ipamutils 0.296s coverage: 74.0% of statements [2022-02-12T02:01:53.602Z] INFO: make.ps1 starting at 02/12/2022 02:01:53 [2022-02-12T02:01:53.850Z] --- PASS: TestExec (0.59s) [2022-02-12T02:01:53.850Z] === RUN TestExecUser [2022-02-12T02:01:53.892Z] ok github.com/docker/docker/libnetwork/iptables 0.139s coverage: 45.1% of statements [2022-02-12T02:01:54.062Z] INFO: Git commit (3efcf7b376) assumed from DOCKER_GITCOMMIT environment variable [2022-02-12T02:01:54.062Z] INFO: Invoking autogen... [2022-02-12T02:01:54.148Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-02-12T02:01:54.405Z] ok github.com/docker/docker/libnetwork/netutils 0.021s coverage: 44.1% of statements [2022-02-12T02:01:54.416Z] --- PASS: TestExecUser (0.63s) [2022-02-12T02:01:54.416Z] === RUN TestExportContainerAndImportImage [2022-02-12T02:01:54.526Z] INFO: Building daemon... [2022-02-12T02:01:55.349Z] --- PASS: TestExportContainerAndImportImage (0.66s) [2022-02-12T02:01:55.349Z] === RUN TestExportContainerAfterDaemonRestart [2022-02-12T02:01:56.289Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-02-12T02:01:56.289Z] === RUN TestHealthCheckWorkdir [2022-02-12T02:01:57.222Z] --- PASS: TestHealthCheckWorkdir (0.75s) [2022-02-12T02:01:57.222Z] === RUN TestHealthKillContainer [2022-02-12T02:01:57.877Z] --- PASS: TestBuildSquashParent (8.49s) [2022-02-12T02:01:57.877Z] === RUN TestBuildWithRemoveAndForceRemove [2022-02-12T02:01:57.877Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:01:57.877Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:01:57.877Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:01:57.877Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:01:57.877Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:01:57.877Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:01:57.877Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:01:57.877Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:01:57.877Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:01:57.877Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:01:57.877Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:01:57.877Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:01:57.877Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:01:57.877Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:02:00.431Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:02:00.693Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:02:04.004Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:02:04.004Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:02:05.093Z] Leaving: AppArmorNo profiles have been unloaded. [2022-02-12T02:02:05.093Z] [2022-02-12T02:02:05.093Z] Unloading profiles will leave already running processes permanently [2022-02-12T02:02:05.093Z] unconfined, which can lead to unexpected situations. [2022-02-12T02:02:05.093Z] [2022-02-12T02:02:05.093Z] To set a process to complain mode, use the command line tool [2022-02-12T02:02:05.093Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-02-12T02:02:05.093Z] Post stage [Pipeline] junit [2022-02-12T02:02:05.109Z] Recording test results [2022-02-12T02:02:05.329Z] --- PASS: TestHealthKillContainer (8.20s) [2022-02-12T02:02:05.329Z] === RUN TestInspectCpusetInConfigPre120 [2022-02-12T02:02:05.895Z] --- PASS: TestInspectCpusetInConfigPre120 (0.52s) [2022-02-12T02:02:05.895Z] === RUN TestIpcModeNone [2022-02-12T02:02:06.406Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-02-12T02:02:06.460Z] --- PASS: TestIpcModeNone (0.57s) [2022-02-12T02:02:06.460Z] === RUN TestIpcModePrivate [2022-02-12T02:02:06.557Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-02-12T02:02:06.557Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.74s) [2022-02-12T02:02:06.557Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.88s) [2022-02-12T02:02:06.557Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.04s) [2022-02-12T02:02:06.557Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.02s) [2022-02-12T02:02:06.557Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.94s) [2022-02-12T02:02:06.557Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.90s) [2022-02-12T02:02:06.557Z] === RUN TestBuildMultiStageCopy [2022-02-12T02:02:06.557Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-02-12T02:02:06.684Z] + echo Ensuring container killed. [2022-02-12T02:02:06.684Z] Ensuring container killed. [2022-02-12T02:02:06.684Z] + docker rm -vf docker-pr1 [2022-02-12T02:02:06.684Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-02-12T02:02:06.718Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-02-12T02:02:06.901Z] Removing intermediate container cc0786e4a639 [2022-02-12T02:02:06.901Z] ---> fe5a39d1a007 [2022-02-12T02:02:06.901Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-02-12T02:02:06.901Z] ---> Running in 7597a679dbdc [2022-02-12T02:02:06.901Z] Removing intermediate container 7597a679dbdc [2022-02-12T02:02:06.901Z] ---> d5bbd757e9e1 [2022-02-12T02:02:06.901Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-02-12T02:02:06.901Z] ---> Running in 3c41358f09e5 [2022-02-12T02:02:06.901Z] Removing intermediate container 3c41358f09e5 [2022-02-12T02:02:06.901Z] ---> 98f9637300e9 [2022-02-12T02:02:06.901Z] Step 11/11 : COPY . . [2022-02-12T02:02:06.968Z] + echo Chowning /workspace to jenkins user [2022-02-12T02:02:06.968Z] Chowning /workspace to jenkins user [2022-02-12T02:02:06.968Z] + id -u [2022-02-12T02:02:06.968Z] + id -g [2022-02-12T02:02:06.968Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43231:/workspace busybox chown -R 1000:1000 /workspace [2022-02-12T02:02:06.968Z] Unable to find image 'busybox:latest' locally [2022-02-12T02:02:06.968Z] latest: Pulling from library/busybox [2022-02-12T02:02:06.976Z] --- PASS: TestIpcModePrivate (0.56s) [2022-02-12T02:02:06.976Z] === RUN TestIpcModeShareable [2022-02-12T02:02:07.229Z] 009932687766: Pulling fs layer [2022-02-12T02:02:07.229Z] 009932687766: Download complete [2022-02-12T02:02:07.229Z] 009932687766: Pull complete [2022-02-12T02:02:07.229Z] Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb [2022-02-12T02:02:07.229Z] Status: Downloaded newer image for busybox:latest [2022-02-12T02:02:07.233Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-02-12T02:02:07.491Z] --- PASS: TestIpcModeShareable (0.62s) [2022-02-12T02:02:07.491Z] === RUN TestAPIIpcModeShareableAndContainer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-02-12T02:02:08.467Z] + bundleName=docker-py [2022-02-12T02:02:08.467Z] + echo Creating docker-py-bundles.tar.gz [2022-02-12T02:02:08.467Z] Creating docker-py-bundles.tar.gz [2022-02-12T02:02:08.467Z] + 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-02-12T02:02:08.481Z] Archiving artifacts [2022-02-12T02:02:09.109Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-02-12T02:02:09.391Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.73s) [2022-02-12T02:02:09.391Z] === RUN TestAPIIpcModeHost [2022-02-12T02:02:09.649Z] --- PASS: TestAPIIpcModeHost (0.38s) [2022-02-12T02:02:09.649Z] === RUN TestDaemonIpcModeShareable [2022-02-12T02:02:09.683Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-02-12T02:02:09.945Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-02-12T02:02:10.285Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43231/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-02-12T02:02:10.519Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-02-12T02:02:10.642Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43231/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 -e DOCKER_GRAPHDRIVER docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 hack/make.sh binary [2022-02-12T02:02:10.902Z] [2022-02-12T02:02:10.902Z] Removing bundles/ [2022-02-12T02:02:10.902Z] [2022-02-12T02:02:10.902Z] ---> Making bundle: binary (in bundles/binary) [2022-02-12T02:02:11.022Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-02-12T02:02:11.022Z] --- PASS: TestDaemonIpcModeShareable (1.20s) [2022-02-12T02:02:11.022Z] === RUN TestDaemonIpcModePrivate [2022-02-12T02:02:11.094Z] --- PASS: TestBuildMultiStageCopy (4.58s) [2022-02-12T02:02:11.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.47s) [2022-02-12T02:02:11.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.55s) [2022-02-12T02:02:11.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.46s) [2022-02-12T02:02:11.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2022-02-12T02:02:11.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.55s) [2022-02-12T02:02:11.094Z] === RUN TestBuildMultiStageParentConfig [2022-02-12T02:02:11.163Z] Building: bundles/binary-daemon/dockerd-dev [2022-02-12T02:02:11.163Z] GOOS="" GOARCH="" GOARM="" [2022-02-12T02:02:11.956Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-02-12T02:02:11.956Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-02-12T02:02:11.956Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-02-12T02:02:12.484Z] --- PASS: TestBuildMultiStageParentConfig (1.25s) [2022-02-12T02:02:12.484Z] === RUN TestBuildLabelWithTargets [2022-02-12T02:02:13.330Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-02-12T02:02:13.330Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.16s) [2022-02-12T02:02:13.330Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-02-12T02:02:14.265Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-02-12T02:02:14.408Z] --- PASS: TestBuildLabelWithTargets (2.07s) [2022-02-12T02:02:14.408Z] === RUN TestBuildWithEmptyLayers [2022-02-12T02:02:14.523Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.23s) [2022-02-12T02:02:14.523Z] === RUN TestIpcModeOlderClient [2022-02-12T02:02:14.523Z] === PAUSE TestIpcModeOlderClient [2022-02-12T02:02:14.523Z] === RUN TestKillContainerInvalidSignal [2022-02-12T02:02:14.781Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-02-12T02:02:14.781Z] === RUN TestKillContainer [2022-02-12T02:02:14.781Z] === RUN TestKillContainer/no_signal [2022-02-12T02:02:15.347Z] === RUN TestKillContainer/non_killing_signal [2022-02-12T02:02:15.605Z] === RUN TestKillContainer/killing_signal [2022-02-12T02:02:15.797Z] --- PASS: TestBuildWithEmptyLayers (1.18s) [2022-02-12T02:02:15.797Z] === RUN TestBuildMultiStageOnBuild [2022-02-12T02:02:16.172Z] --- PASS: TestKillContainer (1.27s) [2022-02-12T02:02:16.172Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-02-12T02:02:16.172Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-02-12T02:02:16.172Z] --- PASS: TestKillContainer/killing_signal (0.44s) [2022-02-12T02:02:16.172Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-02-12T02:02:16.172Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-02-12T02:02:16.743Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-02-12T02:02:17.002Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.85s) [2022-02-12T02:02:17.002Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2022-02-12T02:02:17.002Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s) [2022-02-12T02:02:17.002Z] === RUN TestKillStoppedContainer [2022-02-12T02:02:17.002Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-02-12T02:02:17.002Z] === RUN TestKillStoppedContainerAPIPre120 [2022-02-12T02:02:17.002Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-02-12T02:02:17.002Z] === RUN TestKillDifferentUserContainer [2022-02-12T02:02:17.568Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2022-02-12T02:02:17.568Z] === RUN TestInspectOomKilledTrue [2022-02-12T02:02:17.568Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-02-12T02:02:17.568Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-02-12T02:02:17.568Z] === RUN TestInspectOomKilledFalse [2022-02-12T02:02:17.827Z] --- PASS: TestInspectOomKilledFalse (0.43s) [2022-02-12T02:02:17.827Z] === RUN TestLinksEtcHostsContentMatch [2022-02-12T02:02:18.393Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2022-02-12T02:02:18.393Z] === RUN TestLinksContainerNames [2022-02-12T02:02:18.398Z] --- PASS: TestBuildMultiStageOnBuild (2.82s) [2022-02-12T02:02:18.398Z] === RUN TestBuildUncleanTarFilenames [2022-02-12T02:02:18.960Z] --- PASS: TestLinksContainerNames (0.82s) [2022-02-12T02:02:18.960Z] === RUN TestLogsFollowTailEmpty [2022-02-12T02:02:19.527Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-02-12T02:02:19.527Z] === RUN TestContainerNetworkMountsNoChown [2022-02-12T02:02:19.785Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-02-12T02:02:19.785Z] === RUN TestMountDaemonRoot [2022-02-12T02:02:19.785Z] === RUN TestMountDaemonRoot/default [2022-02-12T02:02:19.785Z] === PAUSE TestMountDaemonRoot/default [2022-02-12T02:02:19.785Z] === RUN TestMountDaemonRoot/private [2022-02-12T02:02:19.785Z] === PAUSE TestMountDaemonRoot/private [2022-02-12T02:02:19.785Z] === RUN TestMountDaemonRoot/rprivate [2022-02-12T02:02:19.785Z] === PAUSE TestMountDaemonRoot/rprivate [2022-02-12T02:02:19.785Z] === RUN TestMountDaemonRoot/slave [2022-02-12T02:02:19.785Z] === PAUSE TestMountDaemonRoot/slave [2022-02-12T02:02:19.785Z] === RUN TestMountDaemonRoot/rslave [2022-02-12T02:02:19.785Z] === PAUSE TestMountDaemonRoot/rslave [2022-02-12T02:02:19.785Z] === RUN TestMountDaemonRoot/shared [2022-02-12T02:02:19.785Z] === PAUSE TestMountDaemonRoot/shared [2022-02-12T02:02:19.786Z] === RUN TestMountDaemonRoot/rshared [2022-02-12T02:02:19.786Z] === PAUSE TestMountDaemonRoot/rshared [2022-02-12T02:02:19.786Z] === CONT TestMountDaemonRoot/default [2022-02-12T02:02:19.786Z] === RUN TestMountDaemonRoot/default/bind_root [2022-02-12T02:02:19.786Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-02-12T02:02:19.786Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-02-12T02:02:19.786Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-02-12T02:02:19.786Z] === RUN TestMountDaemonRoot/default/mount_root [2022-02-12T02:02:19.786Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-02-12T02:02:19.786Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-02-12T02:02:19.786Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-02-12T02:02:19.786Z] === CONT TestMountDaemonRoot/default/bind_root [2022-02-12T02:02:19.786Z] === CONT TestMountDaemonRoot/rprivate [2022-02-12T02:02:19.786Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-02-12T02:02:19.786Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-02-12T02:02:19.786Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-02-12T02:02:19.786Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-02-12T02:02:19.786Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-02-12T02:02:19.786Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-02-12T02:02:19.786Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-02-12T02:02:19.786Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-02-12T02:02:19.786Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-02-12T02:02:20.047Z] === CONT TestMountDaemonRoot/rshared [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-02-12T02:02:20.047Z] === CONT TestMountDaemonRoot/shared [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-02-12T02:02:20.047Z] === CONT TestMountDaemonRoot/rslave [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-02-12T02:02:20.047Z] === CONT TestMountDaemonRoot/slave [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-02-12T02:02:20.047Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-02-12T02:02:20.047Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-02-12T02:02:20.048Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-02-12T02:02:20.048Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-02-12T02:02:20.048Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-02-12T02:02:20.048Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-02-12T02:02:20.048Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-02-12T02:02:20.048Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-02-12T02:02:20.048Z] === CONT TestMountDaemonRoot/private [2022-02-12T02:02:20.048Z] === RUN TestMountDaemonRoot/private/bind_root [2022-02-12T02:02:20.048Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-02-12T02:02:20.048Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-02-12T02:02:20.048Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-02-12T02:02:20.048Z] === RUN TestMountDaemonRoot/private/mount_root [2022-02-12T02:02:20.048Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-02-12T02:02:20.048Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-02-12T02:02:20.048Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-02-12T02:02:20.048Z] === CONT TestMountDaemonRoot/default/mount_root [2022-02-12T02:02:20.048Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-02-12T02:02:20.048Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-02-12T02:02:20.048Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-02-12T02:02:20.048Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-02-12T02:02:20.048Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-02-12T02:02:20.048Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-02-12T02:02:20.048Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-02-12T02:02:20.306Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-02-12T02:02:20.306Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-02-12T02:02:20.306Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-02-12T02:02:20.306Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-02-12T02:02:20.306Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-02-12T02:02:20.306Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-02-12T02:02:20.306Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-02-12T02:02:20.306Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-02-12T02:02:20.306Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-02-12T02:02:20.306Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-02-12T02:02:20.306Z] === CONT TestMountDaemonRoot/private/bind_root [2022-02-12T02:02:20.306Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-02-12T02:02:20.306Z] === CONT TestMountDaemonRoot/private/mount_root [2022-02-12T02:02:20.306Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-02-12T02:02:20.306Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-02-12T02:02:20.307Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-02-12T02:02:20.307Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-02-12T02:02:20.307Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-02-12T02:02:20.307Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-02-12T02:02:20.307Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-02-12T02:02:20.307Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-02-12T02:02:20.307Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-02-12T02:02:20.307Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-02-12T02:02:20.307Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-02-12T02:02:20.307Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-02-12T02:02:20.307Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-02-12T02:02:20.307Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-02-12T02:02:20.307Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-02-12T02:02:20.307Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-02-12T02:02:20.307Z] === RUN TestContainerBindMountNonRecursive [2022-02-12T02:02:20.316Z] --- PASS: TestBuildUncleanTarFilenames (1.61s) [2022-02-12T02:02:20.316Z] === RUN TestBuildMultiStageLayerLeak [2022-02-12T02:02:21.687Z] --- PASS: TestContainerBindMountNonRecursive (1.25s) [2022-02-12T02:02:21.687Z] === RUN TestContainerVolumesMountedAsShared [2022-02-12T02:02:21.946Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2022-02-12T02:02:21.946Z] === RUN TestContainerVolumesMountedAsSlave [2022-02-12T02:02:22.522Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2022-02-12T02:02:22.522Z] === RUN TestNetworkNat [2022-02-12T02:02:23.089Z] --- PASS: TestNetworkNat (0.52s) [2022-02-12T02:02:23.089Z] === RUN TestNetworkLocalhostTCPNat [2022-02-12T02:02:23.347Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-02-12T02:02:23.347Z] === RUN TestNetworkLoopbackNat [2022-02-12T02:02:23.622Z] --- PASS: TestBuildMultiStageLayerLeak (3.24s) [2022-02-12T02:02:23.622Z] === RUN TestBuildWithHugeFile [2022-02-12T02:02:25.881Z] --- PASS: TestNetworkLoopbackNat (2.56s) [2022-02-12T02:02:25.881Z] === RUN TestPause [2022-02-12T02:02:26.452Z] --- PASS: TestPause (0.50s) [2022-02-12T02:02:26.452Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-02-12T02:02:26.452Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-12T02:02:26.452Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-12T02:02:26.452Z] === RUN TestPauseStopPausedContainer [2022-02-12T02:02:27.019Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-02-12T02:02:27.019Z] === RUN TestPidHost [2022-02-12T02:02:27.953Z] --- PASS: TestPidHost (1.01s) [2022-02-12T02:02:27.953Z] === RUN TestPsFilter [2022-02-12T02:02:27.953Z] --- PASS: TestPsFilter (0.12s) [2022-02-12T02:02:27.953Z] === RUN TestRemoveContainerWithRemovedVolume [2022-02-12T02:02:28.518Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-02-12T02:02:28.518Z] === RUN TestRemoveContainerWithVolume [2022-02-12T02:02:28.777Z] --- PASS: TestRemoveContainerWithVolume (0.47s) [2022-02-12T02:02:28.777Z] === RUN TestRemoveContainerRunning [2022-02-12T02:02:29.343Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-02-12T02:02:29.343Z] === RUN TestRemoveContainerForceRemoveRunning [2022-02-12T02:02:29.602Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-02-12T02:02:29.602Z] === RUN TestRemoveInvalidContainer [2022-02-12T02:02:29.861Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-02-12T02:02:29.861Z] === RUN TestRenameLinkedContainer [2022-02-12T02:02:31.762Z] --- PASS: TestRenameLinkedContainer (1.65s) [2022-02-12T02:02:31.762Z] === RUN TestRenameStoppedContainer [2022-02-12T02:02:31.762Z] --- PASS: TestRenameStoppedContainer (0.44s) [2022-02-12T02:02:31.762Z] === RUN TestRenameRunningContainerAndReuse [2022-02-12T02:02:32.062Z] ---> cf81867f0214 [2022-02-12T02:02:32.062Z] Successfully built cf81867f0214 [2022-02-12T02:02:32.062Z] Successfully tagged docker:latest [2022-02-12T02:02:32.062Z] INFO: Image build ended at 02/12/2022 02:02:30. Duration:00:03:43.0501364 [2022-02-12T02:02:32.062Z] [2022-02-12T02:02:32.062Z] [2022-02-12T02:02:32.062Z] INFO: Building the test binaries at 02/12/2022 02:02:30... [2022-02-12T02:02:32.698Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s) [2022-02-12T02:02:32.698Z] === RUN TestRenameInvalidName [2022-02-12T02:02:33.265Z] --- PASS: TestRenameInvalidName (0.42s) [2022-02-12T02:02:33.265Z] === RUN TestRenameAnonymousContainer [2022-02-12T02:02:34.641Z] --- PASS: TestRenameAnonymousContainer (1.53s) [2022-02-12T02:02:34.641Z] === RUN TestRenameContainerWithSameName [2022-02-12T02:02:35.207Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-02-12T02:02:35.207Z] === RUN TestRenameContainerWithLinkedContainer [2022-02-12T02:02:36.142Z] --- PASS: TestRenameContainerWithLinkedContainer (0.91s) [2022-02-12T02:02:36.142Z] === RUN TestResize [2022-02-12T02:02:36.401Z] --- PASS: TestResize (0.44s) [2022-02-12T02:02:36.401Z] === RUN TestResizeWithInvalidSize [2022-02-12T02:02:36.753Z] INFO: make.ps1 starting at 02/12/2022 02:02:35 [2022-02-12T02:02:36.753Z] INFO: Git commit (3efcf7b376) assumed from DOCKER_GITCOMMIT environment variable [2022-02-12T02:02:36.753Z] INFO: Invoking autogen... [2022-02-12T02:02:36.753Z] INFO: Building daemon... [2022-02-12T02:02:36.967Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2022-02-12T02:02:36.968Z] === RUN TestResizeWhenContainerNotStarted [2022-02-12T02:02:37.227Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-02-12T02:02:37.227Z] === RUN TestDaemonRestartKillContainers [2022-02-12T02:02:37.227Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-12T02:02:37.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-12T02:02:37.227Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-12T02:02:37.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-12T02:02:37.227Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-12T02:02:37.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-12T02:02:37.227Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-12T02:02:37.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-12T02:02:37.227Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-12T02:02:37.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-12T02:02:37.228Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-12T02:02:37.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-12T02:02:37.228Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-12T02:02:37.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-12T02:02:37.228Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-12T02:02:37.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-12T02:02:37.228Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:02:37.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:02:37.228Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:02:37.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:02:37.228Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:02:37.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:02:37.228Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:02:37.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:02:37.228Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:02:37.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:02:37.228Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:02:37.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:02:37.228Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:02:37.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:02:37.228Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:02:37.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:02:37.228Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-12T02:02:37.228Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:02:39.131Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:02:41.662Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-12T02:02:42.596Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-12T02:02:42.856Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-12T02:02:43.287Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-02-12T02:02:43.288Z] Copying nested executables into bundles/binary-daemon [2022-02-12T02:02:43.288Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-02-12T02:02:43.288Z] GOOS="" GOARCH="" GOARM="" [2022-02-12T02:02:43.288Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-02-12T02:02:43.288Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-02-12T02:02:43.621Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43231/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 -e DOCKER_GRAPHDRIVER docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 hack/make.sh cross [2022-02-12T02:02:43.882Z] [2022-02-12T02:02:43.882Z] Removing bundles/ [2022-02-12T02:02:43.882Z] [2022-02-12T02:02:43.882Z] ---> Making bundle: cross (in bundles/cross) [2022-02-12T02:02:43.882Z] Cross building: bundles/cross/linux/amd64 [2022-02-12T02:02:43.882Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-02-12T02:02:43.882Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-02-12T02:02:44.758Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-12T02:02:44.758Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-12T02:02:46.663Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-12T02:02:46.663Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-12T02:02:48.039Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:02:48.297Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:02:49.235Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:02:49.802Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:02:50.737Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:02:50.995Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.70s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.00s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.70s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.61s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.81s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.86s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.89s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.85s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.68s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.77s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.28s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.27s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.26s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.44s) [2022-02-12T02:02:54.279Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.35s) [2022-02-12T02:02:54.279Z] === RUN TestCgroupNamespacesRun [2022-02-12T02:02:55.653Z] --- PASS: TestCgroupNamespacesRun (1.14s) [2022-02-12T02:02:55.653Z] === RUN TestCgroupNamespacesRunPrivileged [2022-02-12T02:02:55.653Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-02-12T02:02:55.653Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-02-12T02:02:55.653Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-02-12T02:02:56.589Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.17s) [2022-02-12T02:02:56.589Z] === RUN TestCgroupNamespacesRunHostMode [2022-02-12T02:02:57.962Z] --- PASS: TestCgroupNamespacesRunHostMode (1.15s) [2022-02-12T02:02:57.962Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-02-12T02:02:58.897Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2022-02-12T02:02:58.897Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-02-12T02:03:00.270Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.17s) [2022-02-12T02:03:00.270Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-02-12T02:03:00.836Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-02-12T02:03:00.836Z] === RUN TestCgroupNamespacesRunOlderClient [2022-02-12T02:03:02.211Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.20s) [2022-02-12T02:03:02.211Z] === RUN TestNISDomainname [2022-02-12T02:03:02.470Z] --- PASS: TestNISDomainname (0.57s) [2022-02-12T02:03:02.470Z] === RUN TestHostnameDnsResolution [2022-02-12T02:03:03.037Z] --- PASS: TestHostnameDnsResolution (0.67s) [2022-02-12T02:03:03.037Z] === RUN TestUnprivilegedPortsAndPing [2022-02-12T02:03:03.604Z] --- PASS: TestUnprivilegedPortsAndPing (0.51s) [2022-02-12T02:03:03.604Z] === RUN TestStats [2022-02-12T02:03:06.132Z] --- PASS: TestStats (2.51s) [2022-02-12T02:03:06.132Z] === RUN TestStopContainerWithTimeout [2022-02-12T02:03:06.132Z] === RUN TestStopContainerWithTimeout/0 [2022-02-12T02:03:06.132Z] === PAUSE TestStopContainerWithTimeout/0 [2022-02-12T02:03:06.132Z] === RUN TestStopContainerWithTimeout/1 [2022-02-12T02:03:06.132Z] === PAUSE TestStopContainerWithTimeout/1 [2022-02-12T02:03:06.132Z] === RUN TestStopContainerWithTimeout/3 [2022-02-12T02:03:06.132Z] === PAUSE TestStopContainerWithTimeout/3 [2022-02-12T02:03:06.132Z] === RUN TestStopContainerWithTimeout/-1 [2022-02-12T02:03:06.132Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-02-12T02:03:06.132Z] === CONT TestStopContainerWithTimeout/0 [2022-02-12T02:03:06.132Z] === CONT TestStopContainerWithTimeout/3 [2022-02-12T02:03:07.068Z] === CONT TestStopContainerWithTimeout/-1 [2022-02-12T02:03:08.967Z] === CONT TestStopContainerWithTimeout/1 [2022-02-12T02:03:10.247Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-02-12T02:03:10.248Z] [2022-02-12T02:03:10.248Z] ________ ____ __. [2022-02-12T02:03:10.248Z] \_____ \ | |/ _| [2022-02-12T02:03:10.248Z] / | \| < [2022-02-12T02:03:10.248Z] / | \ | \ [2022-02-12T02:03:10.248Z] \_______ /____|__ \ [2022-02-12T02:03:10.248Z] \/ \/ [2022-02-12T02:03:10.248Z] [2022-02-12T02:03:10.248Z] INFO: make.ps1 ended at 02/12/2022 02:03:04 [2022-02-12T02:03:10.248Z] INFO: Binaries build ended at 02/12/2022 02:03:05. Duration:00:01:26.3963811 [2022-02-12T02:03:10.248Z] INFO: Copying the built daemon binary to d:\CI\PR-43231\1\binary\dockerd-3efcf7b376.exe... [2022-02-12T02:03:10.248Z] INFO: Copying the built client binary to d:\CI\PR-43231\1\binary\docker-3efcf7b376.exe... [2022-02-12T02:03:10.248Z] INFO: Copying dockerversion from the container... [2022-02-12T02:03:10.248Z] INFO: Copying the golang package from the container to d:\CI\PR-43231\1\installer\go.zip... [2022-02-12T02:03:10.248Z] INFO: Extracting go.zip to d:\CI\PR-43231\1\go [2022-02-12T02:03:10.343Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2022-02-12T02:03:10.343Z] --- PASS: TestStopContainerWithTimeout/0 (0.74s) [2022-02-12T02:03:10.343Z] --- PASS: TestStopContainerWithTimeout/3 (2.70s) [2022-02-12T02:03:10.343Z] --- PASS: TestStopContainerWithTimeout/-1 (2.39s) [2022-02-12T02:03:10.343Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2022-02-12T02:03:10.343Z] === RUN TestDeleteDevicemapper [2022-02-12T02:03:10.343Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-12T02:03:10.343Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-02-12T02:03:10.343Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-02-12T02:03:11.721Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.50s) [2022-02-12T02:03:11.721Z] === RUN TestUpdateMemory [2022-02-12T02:03:12.287Z] --- PASS: TestUpdateMemory (0.55s) [2022-02-12T02:03:12.287Z] === RUN TestUpdateCPUQuota [2022-02-12T02:03:13.222Z] --- PASS: TestUpdateCPUQuota (0.84s) [2022-02-12T02:03:13.222Z] === RUN TestUpdatePidsLimit [2022-02-12T02:03:13.222Z] === RUN TestUpdatePidsLimit/update_from_none [2022-02-12T02:03:13.480Z] === RUN TestUpdatePidsLimit/no_change [2022-02-12T02:03:13.737Z] === RUN TestUpdatePidsLimit/update_lower [2022-02-12T02:03:13.995Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-02-12T02:03:13.995Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-02-12T02:03:14.253Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-02-12T02:03:14.510Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-02-12T02:03:15.445Z] --- PASS: TestUpdatePidsLimit (1.99s) [2022-02-12T02:03:15.445Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2022-02-12T02:03:15.445Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-02-12T02:03:15.445Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2022-02-12T02:03:15.445Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-02-12T02:03:15.445Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2022-02-12T02:03:15.445Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.29s) [2022-02-12T02:03:15.445Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2022-02-12T02:03:15.445Z] === RUN TestUpdateRestartPolicy [2022-02-12T02:03:16.003Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-02-12T02:03:16.003Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-02-12T02:03:16.003Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-02-12T02:03:16.003Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-02-12T02:03:16.003Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-02-12T02:03:16.003Z] Cross building: bundles/cross/windows/amd64 [2022-02-12T02:03:16.003Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-02-12T02:03:16.003Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-02-12T02:03:16.751Z] --- PASS: TestImportExtremelyLargeImageWorks (90.31s) [2022-02-12T02:03:16.751Z] PASS [2022-02-12T02:03:16.751Z] [2022-02-12T02:03:16.751Z] === Skipped [2022-02-12T02:03:16.751Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-02-12T02:03:16.751Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-02-12T02:03:16.751Z] [2022-02-12T02:03:16.751Z] DONE 22 tests, 1 skipped in 94.502s [2022-02-12T02:03:16.751Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-02-12T02:03:16.751Z] INFO: Testing against a local daemon [2022-02-12T02:03:16.751Z] === RUN TestNetworkCreateDelete [2022-02-12T02:03:16.751Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-02-12T02:03:16.751Z] === RUN TestDockerNetworkDeletePreferID [2022-02-12T02:03:16.751Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-02-12T02:03:16.751Z] === RUN TestDaemonDNSFallback [2022-02-12T02:03:17.678Z] --- PASS: TestDaemonDNSFallback (6.28s) [2022-02-12T02:03:17.678Z] === RUN TestInspectNetwork [2022-02-12T02:03:17.678Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:17.678Z] --- SKIP: TestInspectNetwork (0.00s) [2022-02-12T02:03:17.678Z] === RUN TestRunContainerWithBridgeNone [2022-02-12T02:03:17.678Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.678Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-02-12T02:03:17.678Z] === RUN TestNetworkInvalidJSON [2022-02-12T02:03:17.678Z] === RUN TestNetworkInvalidJSON//networks/create [2022-02-12T02:03:17.678Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-02-12T02:03:17.678Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:03:17.678Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:03:17.678Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:03:17.678Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:03:17.678Z] === CONT TestNetworkInvalidJSON//networks/create [2022-02-12T02:03:17.678Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:03:17.678Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:03:17.678Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-02-12T02:03:17.678Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-02-12T02:03:17.678Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-02-12T02:03:17.678Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-02-12T02:03:17.678Z] === RUN TestNetworkList [2022-02-12T02:03:17.678Z] === RUN TestNetworkList//networks [2022-02-12T02:03:17.678Z] === PAUSE TestNetworkList//networks [2022-02-12T02:03:17.678Z] === RUN TestNetworkList//networks/ [2022-02-12T02:03:17.678Z] === PAUSE TestNetworkList//networks/ [2022-02-12T02:03:17.678Z] === CONT TestNetworkList//networks [2022-02-12T02:03:17.678Z] === CONT TestNetworkList//networks/ [2022-02-12T02:03:17.678Z] --- PASS: TestNetworkList (0.01s) [2022-02-12T02:03:17.678Z] --- PASS: TestNetworkList//networks (0.00s) [2022-02-12T02:03:17.678Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-02-12T02:03:17.678Z] === RUN TestHostIPv4BridgeLabel [2022-02-12T02:03:17.678Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.678Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-02-12T02:03:17.678Z] === RUN TestDaemonRestartWithLiveRestore [2022-02-12T02:03:17.678Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.678Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-02-12T02:03:17.678Z] === RUN TestDaemonDefaultNetworkPools [2022-02-12T02:03:17.678Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.678Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-02-12T02:03:17.678Z] === RUN TestDaemonRestartWithExistingNetwork [2022-02-12T02:03:17.678Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.678Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-12T02:03:17.678Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-02-12T02:03:17.678Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.678Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-12T02:03:17.678Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-02-12T02:03:17.678Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.678Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-12T02:03:17.678Z] === RUN TestServiceWithPredefinedNetwork [2022-02-12T02:03:17.678Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:17.678Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-02-12T02:03:17.678Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-02-12T02:03:17.678Z] service_test.go:243: FLAKY_TEST [2022-02-12T02:03:17.678Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-12T02:03:17.678Z] === RUN TestServiceWithDataPathPortInit [2022-02-12T02:03:17.678Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:17.678Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-02-12T02:03:17.678Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-02-12T02:03:17.678Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:17.678Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-12T02:03:17.678Z] PASS [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] === Skipped [2022-02-12T02:03:17.678Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-02-12T02:03:17.678Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-02-12T02:03:17.678Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-02-12T02:03:17.678Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-02-12T02:03:17.678Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-02-12T02:03:17.678Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-12T02:03:17.678Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-12T02:03:17.678Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-12T02:03:17.678Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-02-12T02:03:17.678Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-12T02:03:17.678Z] service_test.go:243: FLAKY_TEST [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2022-02-12T02:03:17.678Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-12T02:03:17.678Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] DONE 22 tests, 12 skipped in 6.886s [2022-02-12T02:03:17.678Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-02-12T02:03:17.678Z] INFO: Testing against a local daemon [2022-02-12T02:03:17.678Z] === RUN TestDockerNetworkIpvlanPersistance [2022-02-12T02:03:17.678Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:03:17.678Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-12T02:03:17.678Z] === RUN TestDockerNetworkIpvlan [2022-02-12T02:03:17.678Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:03:17.678Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-02-12T02:03:17.678Z] PASS [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] === Skipped [2022-02-12T02:03:17.678Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-12T02:03:17.678Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-02-12T02:03:17.678Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:03:17.678Z] [2022-02-12T02:03:17.678Z] DONE 2 tests, 2 skipped in 0.089s [2022-02-12T02:03:17.678Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-02-12T02:03:17.678Z] INFO: Testing against a local daemon [2022-02-12T02:03:17.678Z] === RUN TestDockerNetworkMacvlanPersistance [2022-02-12T02:03:17.679Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.679Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-02-12T02:03:17.679Z] === RUN TestDockerNetworkMacvlan [2022-02-12T02:03:17.679Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.679Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-02-12T02:03:17.679Z] PASS [2022-02-12T02:03:17.679Z] [2022-02-12T02:03:17.679Z] === Skipped [2022-02-12T02:03:17.679Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-02-12T02:03:17.679Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.679Z] [2022-02-12T02:03:17.679Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-02-12T02:03:17.679Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-12T02:03:17.679Z] [2022-02-12T02:03:17.679Z] DONE 2 tests, 2 skipped in 0.080s [2022-02-12T02:03:17.679Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-02-12T02:03:17.679Z] testing: warning: no tests to run [2022-02-12T02:03:17.679Z] PASS [2022-02-12T02:03:17.679Z] [2022-02-12T02:03:17.679Z] DONE 0 tests in 0.021s [2022-02-12T02:03:17.679Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-02-12T02:03:17.934Z] INFO: Testing against a local daemon [2022-02-12T02:03:17.934Z] === RUN TestAuthZPluginAllowRequest [2022-02-12T02:03:17.934Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.934Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-02-12T02:03:17.934Z] === RUN TestAuthZPluginTLS [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-02-12T02:03:17.935Z] === RUN TestAuthZPluginDenyRequest [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-02-12T02:03:17.935Z] === RUN TestAuthZPluginAPIDenyResponse [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-02-12T02:03:17.935Z] === RUN TestAuthZPluginDenyResponse [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-02-12T02:03:17.935Z] === RUN TestAuthZPluginAllowEventStream [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-02-12T02:03:17.935Z] === RUN TestAuthZPluginErrorResponse [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-02-12T02:03:17.935Z] === RUN TestAuthZPluginErrorRequest [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-02-12T02:03:17.935Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-02-12T02:03:17.935Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-02-12T02:03:17.935Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-02-12T02:03:17.935Z] === RUN TestAuthZPluginHeader [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-02-12T02:03:17.935Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.12s) [2022-02-12T02:03:17.935Z] === RUN TestAuthZPluginV2Disable [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2022-02-12T02:03:17.935Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-02-12T02:03:17.935Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-02-12T02:03:17.935Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-02-12T02:03:17.935Z] PASS [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === Skipped [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.12s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-02-12T02:03:17.935Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:17.935Z] [2022-02-12T02:03:17.935Z] DONE 17 tests, 17 skipped in 0.281s [2022-02-12T02:03:17.935Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-02-12T02:03:18.192Z] INFO: Testing against a local daemon [2022-02-12T02:03:18.192Z] === RUN TestPluginInvalidJSON [2022-02-12T02:03:18.192Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:03:18.192Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:03:18.192Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:03:18.192Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-02-12T02:03:18.192Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-02-12T02:03:18.192Z] === RUN TestPluginInstall [2022-02-12T02:03:18.192Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:18.192Z] --- SKIP: TestPluginInstall (0.00s) [2022-02-12T02:03:18.192Z] === RUN TestPluginsWithRuntimes [2022-02-12T02:03:18.192Z] 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-02-12T02:03:18.192Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-02-12T02:03:18.192Z] === RUN TestPluginBackCompatMediaTypes [2022-02-12T02:03:18.192Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-02-12T02:03:18.192Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-02-12T02:03:18.192Z] PASS [2022-02-12T02:03:18.192Z] [2022-02-12T02:03:18.192Z] === Skipped [2022-02-12T02:03:18.192Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-02-12T02:03:18.192Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-12T02:03:18.192Z] [2022-02-12T02:03:18.192Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-02-12T02:03:18.192Z] 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-02-12T02:03:18.192Z] [2022-02-12T02:03:18.192Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-02-12T02:03:18.192Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-02-12T02:03:18.192Z] [2022-02-12T02:03:18.192Z] DONE 5 tests, 3 skipped in 0.115s [2022-02-12T02:03:18.192Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-02-12T02:03:18.192Z] INFO: Testing against a local daemon [2022-02-12T02:03:18.192Z] === RUN TestExternalGraphDriver [2022-02-12T02:03:18.192Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-02-12T02:03:18.192Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-02-12T02:03:18.192Z] === RUN TestGraphdriverPluginV2 [2022-02-12T02:03:20.568Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-02-12T02:03:20.568Z] [2022-02-12T02:03:20.568Z] ________ ____ __. [2022-02-12T02:03:20.568Z] \_____ \ | |/ _| [2022-02-12T02:03:20.568Z] / | \| < [2022-02-12T02:03:20.568Z] / | \ | \ [2022-02-12T02:03:20.568Z] \_______ /____|__ \ [2022-02-12T02:03:20.568Z] \/ \/ [2022-02-12T02:03:20.568Z] [2022-02-12T02:03:20.568Z] INFO: make.ps1 ended at 02/12/2022 02:03:16 [2022-02-12T02:03:20.568Z] INFO: Binaries build ended at 02/12/2022 02:03:18. Duration:00:01:29.1849426 [2022-02-12T02:03:20.568Z] INFO: Copying the built daemon binary to d:\CI\PR-43231\1\binary\dockerd-3efcf7b376.exe... [2022-02-12T02:03:20.568Z] INFO: Copying the built client binary to d:\CI\PR-43231\1\binary\docker-3efcf7b376.exe... [2022-02-12T02:03:20.568Z] INFO: Copying dockerversion from the container... [2022-02-12T02:03:20.568Z] INFO: Copying the golang package from the container to d:\CI\PR-43231\1\installer\go.zip... [2022-02-12T02:03:20.568Z] INFO: Extracting go.zip to d:\CI\PR-43231\1\go [2022-02-12T02:03:22.362Z] --- PASS: TestGraphdriverPluginV2 (3.51s) [2022-02-12T02:03:22.362Z] PASS [2022-02-12T02:03:22.362Z] [2022-02-12T02:03:22.362Z] === Skipped [2022-02-12T02:03:22.362Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-02-12T02:03:22.362Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-02-12T02:03:22.362Z] [2022-02-12T02:03:22.362Z] DONE 2 tests, 1 skipped in 3.642s [2022-02-12T02:03:22.362Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-02-12T02:03:22.362Z] INFO: Testing against a local daemon [2022-02-12T02:03:22.362Z] === RUN TestContinueAfterPluginCrash [2022-02-12T02:03:22.362Z] === PAUSE TestContinueAfterPluginCrash [2022-02-12T02:03:22.362Z] === RUN TestReadPluginNoRead [2022-02-12T02:03:22.362Z] === PAUSE TestReadPluginNoRead [2022-02-12T02:03:22.362Z] === RUN TestDaemonStartWithLogOpt [2022-02-12T02:03:22.362Z] === PAUSE TestDaemonStartWithLogOpt [2022-02-12T02:03:22.362Z] === CONT TestContinueAfterPluginCrash [2022-02-12T02:03:22.362Z] === CONT TestDaemonStartWithLogOpt [2022-02-12T02:03:26.532Z] --- PASS: TestDaemonStartWithLogOpt (4.20s) [2022-02-12T02:03:26.532Z] === CONT TestReadPluginNoRead [2022-02-12T02:03:27.649Z] --- PASS: TestUpdateRestartPolicy (10.98s) [2022-02-12T02:03:27.649Z] === RUN TestUpdateRestartWithAutoRemove [2022-02-12T02:03:27.649Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2022-02-12T02:03:27.649Z] === RUN TestWaitNonBlocked [2022-02-12T02:03:27.649Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:03:27.649Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:03:27.649Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:03:27.649Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:03:27.649Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:03:27.649Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:03:27.649Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-02-12T02:03:27.649Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.70s) [2022-02-12T02:03:27.649Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s) [2022-02-12T02:03:27.649Z] === RUN TestWaitBlocked [2022-02-12T02:03:27.649Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-12T02:03:27.649Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-12T02:03:27.649Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-02-12T02:03:27.649Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-02-12T02:03:27.649Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-12T02:03:27.649Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-02-12T02:03:27.907Z] --- PASS: TestWaitBlocked (0.01s) [2022-02-12T02:03:27.907Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.59s) [2022-02-12T02:03:27.907Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.59s) [2022-02-12T02:03:27.907Z] === CONT TestContainerStartOnDaemonRestart [2022-02-12T02:03:27.907Z] === CONT TestRestartDaemonWithRestartingContainer [2022-02-12T02:03:28.422Z] === RUN TestReadPluginNoRead/default [2022-02-12T02:03:29.350Z] === RUN TestReadPluginNoRead/disabled_caching [2022-02-12T02:03:30.449Z] --- PASS: TestContainerStartOnDaemonRestart (2.32s) [2022-02-12T02:03:30.449Z] === CONT TestIpcModeOlderClient [2022-02-12T02:03:30.449Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.34s) [2022-02-12T02:03:30.449Z] === CONT TestContainerKillOnDaemonStart [2022-02-12T02:03:30.449Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-02-12T02:03:30.449Z] === CONT TestDaemonHostGatewayIP [2022-02-12T02:03:30.717Z] --- PASS: TestContinueAfterPluginCrash (8.86s) [2022-02-12T02:03:30.717Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-02-12T02:03:35.112Z] === CONT TestReadPluginNoRead [2022-02-12T02:03:35.112Z] read_test.go:92: [dc26bda7520fd] daemon is not started [2022-02-12T02:03:35.112Z] --- PASS: TestReadPluginNoRead (5.86s) [2022-02-12T02:03:35.112Z] --- PASS: TestReadPluginNoRead/default (1.17s) [2022-02-12T02:03:35.112Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.36s) [2022-02-12T02:03:35.112Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.20s) [2022-02-12T02:03:35.112Z] PASS [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] DONE 6 tests in 10.150s [2022-02-12T02:03:35.112Z] 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-02-12T02:03:35.112Z] testing: warning: no tests to run [2022-02-12T02:03:35.112Z] PASS [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] DONE 0 tests in 0.029s [2022-02-12T02:03:35.112Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-02-12T02:03:35.112Z] INFO: Testing against a local daemon [2022-02-12T02:03:35.112Z] === RUN TestPluginWithDevMounts [2022-02-12T02:03:35.112Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-02-12T02:03:35.112Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-02-12T02:03:35.112Z] PASS [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === Skipped [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-02-12T02:03:35.112Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] DONE 1 tests, 1 skipped in 0.095s [2022-02-12T02:03:35.112Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-02-12T02:03:35.112Z] INFO: Testing against a local daemon [2022-02-12T02:03:35.112Z] === RUN TestSecretInspect [2022-02-12T02:03:35.112Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestSecretInspect (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestSecretList [2022-02-12T02:03:35.112Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestSecretList (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestSecretsCreateAndDelete [2022-02-12T02:03:35.112Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestSecretsUpdate [2022-02-12T02:03:35.112Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestTemplatedSecret [2022-02-12T02:03:35.112Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-02-12T02:03:35.112Z] === RUN TestSecretCreateResolve [2022-02-12T02:03:35.112Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-02-12T02:03:35.112Z] PASS [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === Skipped [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-02-12T02:03:35.112Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-02-12T02:03:35.112Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-02-12T02:03:35.112Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-02-12T02:03:35.112Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-02-12T02:03:35.112Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-02-12T02:03:35.112Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] DONE 6 tests, 6 skipped in 0.140s [2022-02-12T02:03:35.112Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-02-12T02:03:35.112Z] INFO: Testing against a local daemon [2022-02-12T02:03:35.112Z] === RUN TestServiceCreateInit [2022-02-12T02:03:35.112Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-02-12T02:03:35.112Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-02-12T02:03:35.112Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- PASS: TestServiceCreateInit (0.02s) [2022-02-12T02:03:35.112Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-12T02:03:35.112Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-12T02:03:35.112Z] === RUN TestCreateServiceMultipleTimes [2022-02-12T02:03:35.112Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s) [2022-02-12T02:03:35.112Z] === RUN TestCreateServiceConflict [2022-02-12T02:03:35.112Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestCreateServiceMaxReplicas [2022-02-12T02:03:35.112Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestCreateWithDuplicateNetworkNames [2022-02-12T02:03:35.112Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestCreateServiceSecretFileMode [2022-02-12T02:03:35.112Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestCreateServiceConfigFileMode [2022-02-12T02:03:35.112Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestCreateServiceSysctls [2022-02-12T02:03:35.112Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-02-12T02:03:35.112Z] === RUN TestCreateServiceCapabilities [2022-02-12T02:03:35.112Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2022-02-12T02:03:35.112Z] === RUN TestInspect [2022-02-12T02:03:35.112Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestInspect (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestCreateJob [2022-02-12T02:03:35.112Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestCreateJob (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestReplicatedJob [2022-02-12T02:03:35.112Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestReplicatedJob (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestUpdateReplicatedJob [2022-02-12T02:03:35.112Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestServiceListWithStatuses [2022-02-12T02:03:35.112Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-12T02:03:35.112Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-02-12T02:03:35.112Z] === RUN TestDockerNetworkConnectAlias [2022-02-12T02:03:35.112Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestDockerNetworkReConnect [2022-02-12T02:03:35.112Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestServicePlugin [2022-02-12T02:03:35.112Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestServicePlugin (1.86s) [2022-02-12T02:03:35.112Z] === RUN TestServiceUpdateLabel [2022-02-12T02:03:35.112Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestServiceUpdateSecrets [2022-02-12T02:03:35.112Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2022-02-12T02:03:35.112Z] === RUN TestServiceUpdateConfigs [2022-02-12T02:03:35.112Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestServiceUpdateNetwork [2022-02-12T02:03:35.112Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-02-12T02:03:35.112Z] === RUN TestServiceUpdatePidsLimit [2022-02-12T02:03:35.112Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-02-12T02:03:35.112Z] PASS [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === Skipped [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-12T02:03:35.112Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-12T02:03:35.112Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s) [2022-02-12T02:03:35.112Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-02-12T02:03:35.112Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-02-12T02:03:35.112Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-02-12T02:03:35.112Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-02-12T02:03:35.112Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-02-12T02:03:35.112Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-02-12T02:03:35.112Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2022-02-12T02:03:35.112Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-02-12T02:03:35.112Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-02-12T02:03:35.112Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-02-12T02:03:35.112Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-02-12T02:03:35.112Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-02-12T02:03:35.112Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-12T02:03:35.112Z] [2022-02-12T02:03:35.112Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-02-12T02:03:35.112Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.113Z] [2022-02-12T02:03:35.113Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-02-12T02:03:35.113Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.113Z] [2022-02-12T02:03:35.113Z] === SKIP: amd64.integration.service TestServicePlugin (1.86s) [2022-02-12T02:03:35.113Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.113Z] [2022-02-12T02:03:35.113Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-02-12T02:03:35.113Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.113Z] [2022-02-12T02:03:35.113Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2022-02-12T02:03:35.113Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.113Z] [2022-02-12T02:03:35.113Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-02-12T02:03:35.113Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.113Z] [2022-02-12T02:03:35.113Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-02-12T02:03:35.113Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.113Z] [2022-02-12T02:03:35.113Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.01s) [2022-02-12T02:03:35.113Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-12T02:03:35.113Z] [2022-02-12T02:03:35.113Z] DONE 24 tests, 23 skipped in 2.208s [2022-02-12T02:03:35.113Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-02-12T02:03:35.113Z] INFO: Testing against a local daemon [2022-02-12T02:03:35.113Z] === RUN TestSessionCreate [2022-02-12T02:03:35.113Z] --- PASS: TestSessionCreate (0.02s) [2022-02-12T02:03:35.113Z] === RUN TestSessionCreateWithBadUpgrade [2022-02-12T02:03:35.113Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-02-12T02:03:35.113Z] PASS [2022-02-12T02:03:35.113Z] [2022-02-12T02:03:35.113Z] DONE 2 tests in 0.115s [2022-02-12T02:03:35.113Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-02-12T02:03:35.113Z] INFO: Testing against a local daemon [2022-02-12T02:03:35.113Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-02-12T02:03:35.113Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-02-12T02:03:35.113Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-12T02:03:35.113Z] === RUN TestDiskUsage [2022-02-12T02:03:35.113Z] === PAUSE TestDiskUsage [2022-02-12T02:03:35.113Z] === RUN TestEventsExecDie [2022-02-12T02:03:35.113Z] --- PASS: TestEventsExecDie (0.49s) [2022-02-12T02:03:35.113Z] === RUN TestEventsBackwardsCompatible [2022-02-12T02:03:35.113Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-02-12T02:03:35.113Z] === RUN TestEventsVolumeCreate [2022-02-12T02:03:35.368Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-02-12T02:03:35.368Z] === RUN TestInfoBinaryCommits [2022-02-12T02:03:35.368Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-02-12T02:03:35.368Z] === RUN TestInfoAPIVersioned [2022-02-12T02:03:35.368Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-02-12T02:03:35.368Z] === RUN TestInfoAPI [2022-02-12T02:03:35.368Z] --- PASS: TestInfoAPI (0.02s) [2022-02-12T02:03:35.368Z] === RUN TestInfoAPIWarnings [2022-02-12T02:03:35.537Z] --- PASS: TestDaemonHostGatewayIP (2.42s) [2022-02-12T02:03:35.537Z] === CONT TestDaemonRestartIpcMode [2022-02-12T02:03:35.537Z] --- PASS: TestDaemonRestartIpcMode (2.17s) [2022-02-12T02:03:40.149Z] INFO: Extraction ended at 02/12/2022 02:03:35. Duration:00:00:27.6694237 [2022-02-12T02:03:40.149Z] INFO: Updating the golang and path environment variables [2022-02-12T02:03:40.149Z] INFO: GOPATH=d:\gopath [2022-02-12T02:03:40.149Z] INFO: go version go1.17.6 windows/amd64 [2022-02-12T02:03:40.149Z] INFO: Running the daemon under test in debug mode [2022-02-12T02:03:40.149Z] INFO: Running the daemon under test in containerd mode [2022-02-12T02:03:40.149Z] INFO: Starting a daemon under test... [2022-02-12T02:03:40.149Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43231\1\daemon --pidfile d:\CI\PR-43231\1\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-02-12T02:03:40.149Z] INFO: Containerd started successfully. [2022-02-12T02:03:40.149Z] INFO: Process started successfully. [2022-02-12T02:03:40.149Z] INFO: Start tailing logs of the daemon under tests [2022-02-12T02:03:40.149Z] INFO: Waiting for the daemon under test to start... [2022-02-12T02:03:42.092Z] --- PASS: TestContainerKillOnDaemonStart (11.67s) [2022-02-12T02:03:42.092Z] PASS [2022-02-12T02:03:42.092Z] [2022-02-12T02:03:42.092Z] === Skipped [2022-02-12T02:03:42.092Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-02-12T02:03:42.092Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-12T02:03:42.092Z] [2022-02-12T02:03:42.092Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-02-12T02:03:42.092Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-02-12T02:03:42.092Z] [2022-02-12T02:03:42.092Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-12T02:03:42.092Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-12T02:03:42.092Z] [2022-02-12T02:03:42.092Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-02-12T02:03:42.092Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-02-12T02:03:42.092Z] [2022-02-12T02:03:42.092Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-02-12T02:03:42.092Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-12T02:03:42.092Z] [2022-02-12T02:03:42.092Z] DONE 200 tests, 5 skipped in 115.577s [2022-02-12T02:03:42.092Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-02-12T02:03:42.092Z] === RUN TestConfigDaemonLibtrustID [2022-02-12T02:03:42.658Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-02-12T02:03:42.658Z] === RUN TestDaemonConfigValidation [2022-02-12T02:03:42.658Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-02-12T02:03:42.658Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-02-12T02:03:42.658Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-02-12T02:03:42.658Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-02-12T02:03:42.658Z] === RUN TestDaemonConfigValidation/invalid_config [2022-02-12T02:03:42.658Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-02-12T02:03:42.658Z] === RUN TestDaemonConfigValidation/malformed_config [2022-02-12T02:03:42.658Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-02-12T02:03:42.658Z] === RUN TestDaemonConfigValidation/valid_config [2022-02-12T02:03:42.658Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-02-12T02:03:42.658Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-02-12T02:03:42.658Z] === CONT TestDaemonConfigValidation/malformed_config [2022-02-12T02:03:42.658Z] === CONT TestDaemonConfigValidation/valid_config [2022-02-12T02:03:42.658Z] === CONT TestDaemonConfigValidation/invalid_config [2022-02-12T02:03:42.658Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-02-12T02:03:42.658Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-02-12T02:03:42.658Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-02-12T02:03:42.658Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-02-12T02:03:42.658Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-02-12T02:03:42.658Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-02-12T02:03:42.658Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.04s) [2022-02-12T02:03:42.658Z] === RUN TestConfigDaemonSeccompProfiles [2022-02-12T02:03:42.658Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-02-12T02:03:43.576Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-02-12T02:03:43.576Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-02-12T02:03:43.576Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-02-12T02:03:43.576Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-02-12T02:03:43.577Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-02-12T02:03:43.577Z] remote: Enumerating objects: 23, done. [2022-02-12T02:03:43.577Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-02-12T02:03:43.577Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-02-12T02:03:43.577Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-02-12T02:03:43.577Z] 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) 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-02-12T02:03:43.577Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-02-12T02:03:43.577Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-02-12T02:03:44.032Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-02-12T02:03:44.516Z] Cross building: bundles/cross/linux/ppc64le [2022-02-12T02:03:44.516Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-02-12T02:03:44.516Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-02-12T02:03:44.965Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-02-12T02:03:45.813Z] ok github.com/docker/docker/libnetwork/networkdb 103.686s coverage: 60.1% of statements [2022-02-12T02:03:45.813Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-02-12T02:03:45.813Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-02-12T02:03:45.813Z] ok github.com/docker/docker/libnetwork/osl 4.322s coverage: 39.7% of statements [2022-02-12T02:03:45.813Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-02-12T02:03:45.813Z] ok github.com/docker/docker/libnetwork/portallocator 0.008s coverage: 86.1% of statements [2022-02-12T02:03:45.813Z] ok github.com/docker/docker/libnetwork/portmapper 0.293s coverage: 48.6% of statements [2022-02-12T02:03:45.898Z] === CONT TestConfigDaemonSeccompProfiles [2022-02-12T02:03:45.898Z] daemon_test.go:156: [dae992071b16f] daemon is not started [2022-02-12T02:03:45.898Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-02-12T02:03:45.898Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-02-12T02:03:45.898Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-02-12T02:03:45.898Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-02-12T02:03:45.898Z] === RUN TestDaemonProxy [2022-02-12T02:03:45.898Z] === RUN TestDaemonProxy/environment_variables [2022-02-12T02:03:46.070Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-02-12T02:03:46.071Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-02-12T02:03:46.327Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-02-12T02:03:46.327Z] [2022-02-12T02:03:46.327Z] === Skipped [2022-02-12T02:03:46.327Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-02-12T02:03:46.327Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-02-12T02:03:46.327Z] [2022-02-12T02:03:46.327Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-02-12T02:03:46.327Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-02-12T02:03:46.327Z] [2022-02-12T02:03:46.327Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-02-12T02:03:46.327Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-02-12T02:03:46.327Z] [2022-02-12T02:03:46.327Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-02-12T02:03:46.327Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:03:46.327Z] [2022-02-12T02:03:46.327Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-02-12T02:03:46.327Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:03:46.327Z] [2022-02-12T02:03:46.327Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-02-12T02:03:46.327Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:03:46.327Z] [2022-02-12T02:03:46.327Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-02-12T02:03:46.327Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:03:46.327Z] [2022-02-12T02:03:46.327Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-02-12T02:03:46.327Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:03:46.327Z] [2022-02-12T02:03:46.327Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-02-12T02:03:46.327Z] firewalld_test.go:14: firewalld is not running [2022-02-12T02:03:46.327Z] [2022-02-12T02:03:46.327Z] DONE 326 tests, 9 skipped in 201.992s Post stage [Pipeline] junit [2022-02-12T02:03:47.272Z] Recording test results [2022-02-12T02:03:48.039Z] INFO: Extraction ended at 02/12/2022 02:03:47. Duration:00:00:27.2074924 [2022-02-12T02:03:48.039Z] INFO: Updating the golang and path environment variables [2022-02-12T02:03:48.039Z] INFO: GOPATH=d:\gopath [2022-02-12T02:03:48.039Z] INFO: go version go1.17.6 windows/amd64 [2022-02-12T02:03:48.039Z] INFO: Running the daemon under test in debug mode [2022-02-12T02:03:48.039Z] INFO: Starting a daemon under test... [2022-02-12T02:03:48.039Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43231\1\daemon --pidfile d:\CI\PR-43231\1\docker.pid -D [2022-02-12T02:03:48.039Z] INFO: Process started successfully. [2022-02-12T02:03:48.039Z] INFO: Start tailing logs of the daemon under tests [2022-02-12T02:03:48.039Z] INFO: Waiting for the daemon under test to start... [2022-02-12T02:03:48.425Z] === RUN TestDaemonProxy/command-line_options [2022-02-12T02:03:48.866Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-02-12T02:03:48.866Z] [2022-02-12T02:03:48.866Z] ________ ____ __. [2022-02-12T02:03:48.866Z] \_____ \ | |/ _| [2022-02-12T02:03:48.866Z] / | \| < [2022-02-12T02:03:48.866Z] / | \ | \ [2022-02-12T02:03:48.866Z] \_______ /____|__ \ [2022-02-12T02:03:48.866Z] \/ \/ [2022-02-12T02:03:48.866Z] [2022-02-12T02:03:48.866Z] INFO: make.ps1 ended at 02/12/2022 02:03:45 [2022-02-12T02:03:48.866Z] INFO: Binaries build ended at 02/12/2022 02:03:46. Duration:00:01:16.3139808 [2022-02-12T02:03:48.866Z] INFO: Copying the built daemon binary to d:\CI\PR-43231\1\binary\dockerd-3efcf7b376.exe... [2022-02-12T02:03:48.866Z] INFO: Copying the built client binary to d:\CI\PR-43231\1\binary\docker-3efcf7b376.exe... [2022-02-12T02:03:48.866Z] INFO: Copying dockerversion from the container... [2022-02-12T02:03:48.866Z] INFO: Copying the golang package from the container to d:\CI\PR-43231\1\installer\go.zip... [2022-02-12T02:03:48.868Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-02-12T02:03:48.868Z] Using test binary docker [2022-02-12T02:03:48.868Z] +++ /etc/init.d/apparmor start [2022-02-12T02:03:48.868Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-02-12T02:03:48.868Z] INFO: Waiting for daemon to start... [2022-02-12T02:03:48.868Z] Starting dockerd [2022-02-12T02:03:48.868Z] +++ 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-02-12T02:03:48.868Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-02-12T02:03:48.868Z] Using test binary docker [2022-02-12T02:03:48.868Z] +++ /etc/init.d/apparmor start [2022-02-12T02:03:48.868Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-02-12T02:03:48.868Z] INFO: Waiting for daemon to start... [2022-02-12T02:03:48.868Z] Starting dockerd [2022-02-12T02:03:48.868Z] +++ 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-02-12T02:03:48.868Z] . [2022-02-12T02:03:48.868Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-02-12T02:03:48.868Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-02-12T02:03:48.868Z] Error: No such image: emptyfs [2022-02-12T02:03:48.868Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-02-12T02:03:48.868Z] ++++ docker load [2022-02-12T02:03:48.868Z] Running integration-test (iteration 1) [2022-02-12T02:03:48.868Z] 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-02-12T02:03:48.868Z] ++ 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-02-12T02:03:48.868Z] ++ set -e [2022-02-12T02:03:48.868Z] ++ '[' -n 0 ']' [2022-02-12T02:03:48.868Z] ++ set -x [2022-02-12T02:03:48.869Z] ++ 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-02-12T02:03:48.869Z] [2022-02-12T02:03:48.869Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-02-12T02:03:48.869Z] Loaded image: busybox:latest [2022-02-12T02:03:48.869Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-02-12T02:03:48.869Z] Error: No such image: emptyfs [2022-02-12T02:03:48.869Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-02-12T02:03:48.869Z] ++++ docker load [2022-02-12T02:03:48.869Z] Loaded image: busybox:glibc [2022-02-12T02:03:48.869Z] Running integration-test (iteration 1) [2022-02-12T02:03:48.869Z] 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-02-12T02:03:48.869Z] ++ 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-02-12T02:03:48.869Z] ++ set -e [2022-02-12T02:03:48.869Z] ++ '[' -n 0 ']' [2022-02-12T02:03:48.869Z] ++ set -x [2022-02-12T02:03:48.869Z] ++ 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-02-12T02:03:48.869Z] Loaded image: busybox:latest [2022-02-12T02:03:48.869Z] Loaded image: busybox:glibc [2022-02-12T02:03:48.895Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-02-12T02:03:49.238Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43231/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 -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:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 hack/make.sh dynbinary test-integration [2022-02-12T02:03:49.327Z] INFO: Extracting go.zip to d:\CI\PR-43231\1\go [2022-02-12T02:03:49.494Z] [2022-02-12T02:03:49.751Z] Removing bundles/ [2022-02-12T02:03:49.751Z] [2022-02-12T02:03:49.751Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-02-12T02:03:49.751Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-02-12T02:03:49.751Z] GOOS="" GOARCH="" GOARM="" [2022-02-12T02:03:49.798Z] === RUN TestDaemonProxy/configuration_file [2022-02-12T02:03:50.789Z] Loaded image: debian:bullseye-slim [2022-02-12T02:03:51.050Z] Loaded image: hello-world:latest [2022-02-12T02:03:51.050Z] Loaded image: arm32v7/hello-world:latest [2022-02-12T02:03:51.050Z] INFO: Testing against a local daemon [2022-02-12T02:03:51.050Z] === RUN TestDockerSuite [2022-02-12T02:03:51.050Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-02-12T02:03:51.312Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-02-12T02:03:51.312Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-02-12T02:03:51.312Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-02-12T02:03:51.312Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-02-12T02:03:51.312Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-02-12T02:03:51.312Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-02-12T02:03:51.312Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-02-12T02:03:51.696Z] === RUN TestDaemonProxy/conflicting_options [2022-02-12T02:03:51.955Z] === RUN TestDaemonProxy/reload_sanitized [2022-02-12T02:03:52.520Z] --- PASS: TestDaemonProxy (6.70s) [2022-02-12T02:03:52.520Z] --- PASS: TestDaemonProxy/environment_variables (2.11s) [2022-02-12T02:03:52.520Z] --- PASS: TestDaemonProxy/command-line_options (1.84s) [2022-02-12T02:03:52.520Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2022-02-12T02:03:52.520Z] --- PASS: TestDaemonProxy/conflicting_options (0.51s) [2022-02-12T02:03:52.520Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-02-12T02:03:52.520Z] PASS [2022-02-12T02:03:52.520Z] [2022-02-12T02:03:52.520Z] DONE 17 tests in 10.598s [2022-02-12T02:03:52.520Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-02-12T02:03:52.702Z] Loaded image: debian:bullseye-slim [2022-02-12T02:03:52.702Z] Loaded image: hello-world:latest [2022-02-12T02:03:52.778Z] INFO: Testing against a local daemon [2022-02-12T02:03:52.779Z] === RUN TestCommitInheritsEnv [2022-02-12T02:03:52.964Z] Loaded image: arm32v7/hello-world:latest [2022-02-12T02:03:52.964Z] INFO: Testing against a local daemon [2022-02-12T02:03:52.964Z] === RUN TestDockerDaemonSuite [2022-02-12T02:03:52.964Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-02-12T02:03:53.036Z] --- PASS: TestCommitInheritsEnv (0.27s) [2022-02-12T02:03:53.037Z] === RUN TestImportExtremelyLargeImageWorks [2022-02-12T02:03:53.037Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-02-12T02:03:53.037Z] === RUN TestImportWithCustomPlatform [2022-02-12T02:03:53.037Z] === RUN TestImportWithCustomPlatform/#00 [2022-02-12T02:03:53.037Z] === RUN TestImportWithCustomPlatform/_______ [2022-02-12T02:03:53.037Z] === RUN TestImportWithCustomPlatform// [2022-02-12T02:03:53.037Z] === RUN TestImportWithCustomPlatform/linux [2022-02-12T02:03:53.037Z] === RUN TestImportWithCustomPlatform/LINUX [2022-02-12T02:03:53.037Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-02-12T02:03:53.295Z] === RUN TestImportWithCustomPlatform/macos [2022-02-12T02:03:53.295Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-02-12T02:03:53.295Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-02-12T02:03:53.295Z] --- PASS: TestImportWithCustomPlatform (0.29s) [2022-02-12T02:03:53.295Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-02-12T02:03:53.295Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-02-12T02:03:53.295Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-02-12T02:03:53.295Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-02-12T02:03:53.295Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-02-12T02:03:53.295Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-02-12T02:03:53.295Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-02-12T02:03:53.295Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.01s) [2022-02-12T02:03:53.295Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-02-12T02:03:53.295Z] === RUN TestImagesFilterMultiReference [2022-02-12T02:03:53.295Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-02-12T02:03:53.295Z] === RUN TestImagePullPlatformInvalid [2022-02-12T02:03:53.295Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2022-02-12T02:03:53.295Z] === RUN TestRemoveImageOrphaning [2022-02-12T02:03:53.466Z] --- PASS: TestInfoAPIWarnings (16.35s) [2022-02-12T02:03:53.466Z] === RUN TestInfoDebug [2022-02-12T02:03:53.466Z] --- PASS: TestInfoDebug (0.54s) [2022-02-12T02:03:53.466Z] === RUN TestInfoInsecureRegistries [2022-02-12T02:03:53.466Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-02-12T02:03:53.466Z] === RUN TestInfoRegistryMirrors [2022-02-12T02:03:53.466Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2022-02-12T02:03:53.466Z] === RUN TestLoginFailsWithBadCredentials [2022-02-12T02:03:53.467Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-02-12T02:03:53.467Z] === RUN TestPingCacheHeaders [2022-02-12T02:03:53.467Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-02-12T02:03:53.467Z] === RUN TestPingGet [2022-02-12T02:03:53.467Z] --- PASS: TestPingGet (0.01s) [2022-02-12T02:03:53.467Z] === RUN TestPingHead [2022-02-12T02:03:53.467Z] --- PASS: TestPingHead (0.02s) [2022-02-12T02:03:53.467Z] === RUN TestVersion [2022-02-12T02:03:53.467Z] --- PASS: TestVersion (0.02s) [2022-02-12T02:03:53.467Z] === CONT TestDiskUsage [2022-02-12T02:03:53.555Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-02-12T02:03:53.555Z] === RUN TestRemoveImageGarbageCollector [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/empty [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/empty/container_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/empty/image_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/empty/volume_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/empty/build-cache_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/after_LoadBusybox [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-02-12T02:03:54.060Z] === RUN TestDiskUsage/after_container.Run [2022-02-12T02:03:54.329Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-02-12T02:03:54.329Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-02-12T02:03:54.329Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-02-12T02:03:54.329Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-02-12T02:03:54.329Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-02-12T02:03:54.329Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-02-12T02:03:54.329Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-02-12T02:03:54.586Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-02-12T02:03:54.586Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-02-12T02:03:54.586Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage (1.21s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-02-12T02:03:54.586Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-02-12T02:03:54.586Z] PASS [2022-02-12T02:03:54.586Z] [2022-02-12T02:03:54.586Z] === Skipped [2022-02-12T02:03:54.586Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-12T02:03:54.586Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-02-12T02:03:54.586Z] [2022-02-12T02:03:54.586Z] DONE 50 tests, 1 skipped in 20.048s [2022-02-12T02:03:54.586Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-02-12T02:03:54.844Z] INFO: Testing against a local daemon [2022-02-12T02:03:54.844Z] === RUN TestVolumesCreateAndList [2022-02-12T02:03:54.844Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-02-12T02:03:54.844Z] === RUN TestVolumesRemove [2022-02-12T02:03:54.844Z] --- PASS: TestVolumesRemove (0.04s) [2022-02-12T02:03:54.844Z] === RUN TestVolumesInspect [2022-02-12T02:03:54.844Z] --- PASS: TestVolumesInspect (0.01s) [2022-02-12T02:03:54.844Z] === RUN TestVolumesInvalidJSON [2022-02-12T02:03:54.844Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-02-12T02:03:54.844Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-02-12T02:03:54.844Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-02-12T02:03:54.844Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-02-12T02:03:54.844Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-02-12T02:03:54.844Z] PASS [2022-02-12T02:03:54.844Z] [2022-02-12T02:03:54.844Z] DONE 5 tests in 0.176s [2022-02-12T02:03:54.844Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-02-12T02:03:54.844Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13106 is not a child of this shell [2022-02-12T02:03:54.844Z] warning: PID 13106 from bundles/test-integration/docker.pid had a nonzero exit code [2022-02-12T02:03:54.844Z] Leaving: AppArmorNo profiles have been unloaded. [2022-02-12T02:03:54.844Z] [2022-02-12T02:03:54.844Z] Unloading profiles will leave already running processes permanently [2022-02-12T02:03:54.844Z] unconfined, which can lead to unexpected situations. [2022-02-12T02:03:54.844Z] [2022-02-12T02:03:54.844Z] To set a process to complain mode, use the command line tool [2022-02-12T02:03:54.844Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-02-12T02:03:54.844Z] Removing test suite binaries [2022-02-12T02:03:54.886Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-02-12T02:03:54.886Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-02-12T02:03:55.101Z] exiting test-integration [2022-02-12T02:03:55.101Z] ++ exit 0 [2022-02-12T02:03:55.101Z] [2022-02-12T02:03:55.453Z] --- PASS: TestRemoveImageGarbageCollector (1.81s) [2022-02-12T02:03:55.453Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-02-12T02:03:55.453Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-02-12T02:03:55.453Z] === RUN TestTagInvalidReference [2022-02-12T02:03:55.453Z] --- PASS: TestTagInvalidReference (0.01s) [2022-02-12T02:03:55.453Z] === RUN TestTagValidPrefixedRepo [2022-02-12T02:03:55.453Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-02-12T02:03:55.453Z] === RUN TestTagExistedNameWithoutForce [2022-02-12T02:03:55.453Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-02-12T02:03:55.453Z] === RUN TestTagOfficialNames [2022-02-12T02:03:55.453Z] --- PASS: TestTagOfficialNames (0.05s) [2022-02-12T02:03:55.453Z] === RUN TestTagMatchesDigest [2022-02-12T02:03:55.453Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-02-12T02:03:55.453Z] === CONT TestImportExtremelyLargeImageWorks [2022-02-12T02:03:55.463Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-02-12T02:03:55.463Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad Post stage [Pipeline] junit [2022-02-12T02:03:55.674Z] Recording test results [2022-02-12T02:03:56.038Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-02-12T02:03:56.300Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-02-12T02:03:56.300Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-02-12T02:03:57.427Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-02-12T02:03:57.689Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-02-12T02:03:57.689Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-02-12T02:03:57.689Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-02-12T02:03:57.689Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-02-12T02:03:57.764Z] + echo Ensuring container killed. [2022-02-12T02:03:57.764Z] Ensuring container killed. [2022-02-12T02:03:57.764Z] + docker rm -vf docker-pr1 [2022-02-12T02:03:57.764Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-02-12T02:03:57.792Z] ...INFO: Daemon under test started and replied! [2022-02-12T02:03:57.792Z] INFO: Docker version of the daemon under test [2022-02-12T02:03:57.792Z] [2022-02-12T02:03:57.792Z] Client: [2022-02-12T02:03:57.792Z] Version: 17.06.2-ce [2022-02-12T02:03:57.792Z] API version: 1.30 [2022-02-12T02:03:57.792Z] Go version: go1.8.3 [2022-02-12T02:03:57.792Z] Git commit: cec0b72 [2022-02-12T02:03:57.792Z] Built: Tue Sep 5 19:57:19 2017 [2022-02-12T02:03:57.792Z] OS/Arch: windows/amd64 [2022-02-12T02:03:57.792Z] [2022-02-12T02:03:57.792Z] Server: [2022-02-12T02:03:57.792Z] Version: 0.0.0-dev [2022-02-12T02:03:57.792Z] API version: 1.42 (minimum version 1.24) [2022-02-12T02:03:57.792Z] Go version: go1.17.6 [2022-02-12T02:03:57.792Z] Git commit: 3efcf7b376 [2022-02-12T02:03:57.792Z] Built: 02/12/2022 02:01:43 [2022-02-12T02:03:57.792Z] OS/Arch: windows/amd64 [2022-02-12T02:03:57.792Z] Experimental: false [2022-02-12T02:03:57.792Z] [2022-02-12T02:03:57.792Z] INFO: Docker info of the daemon under test [2022-02-12T02:03:57.792Z] [2022-02-12T02:03:57.792Z] Containers: 0 [2022-02-12T02:03:57.792Z] Running: 0 [2022-02-12T02:03:57.792Z] Paused: 0 [2022-02-12T02:03:57.792Z] Stopped: 0 [2022-02-12T02:03:57.792Z] Images: 0 [2022-02-12T02:03:57.792Z] Server Version: 0.0.0-dev [2022-02-12T02:03:57.792Z] Storage Driver: windowsfilter [2022-02-12T02:03:57.792Z] Windows: [2022-02-12T02:03:57.792Z] Logging Driver: json-file [2022-02-12T02:03:57.792Z] Plugins: [2022-02-12T02:03:57.792Z] Volume: local [2022-02-12T02:03:57.792Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-12T02:03:57.792Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-12T02:03:57.792Z] Swarm: inactive [2022-02-12T02:03:57.792Z] Default Isolation: process [2022-02-12T02:03:57.792Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-12T02:03:57.792Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-12T02:03:57.792Z] OSType: windows [2022-02-12T02:03:57.792Z] Architecture: x86_64 [2022-02-12T02:03:57.792Z] CPUs: 4 [2022-02-12T02:03:57.792Z] Total Memory: 32GiB [2022-02-12T02:03:57.792Z] Name: azwin-2-d1afd0 [2022-02-12T02:03:57.792Z] ID: 6TXE:64JR:WYLK:4GYI:CVRT:TWW3:Q2TD:SETX:7VY4:ABZZ:BM7R:XKWH [2022-02-12T02:03:57.792Z] Docker Root Dir: D:\CI\PR-43231\1\daemon [2022-02-12T02:03:57.792Z] Debug Mode (client): false [2022-02-12T02:03:57.792Z] Debug Mode (server): true [2022-02-12T02:03:57.792Z] File Descriptors: -1 [2022-02-12T02:03:57.792Z] Goroutines: 31 [2022-02-12T02:03:57.792Z] System Time: 2022-02-12T02:03:55.4399812Z [2022-02-12T02:03:57.792Z] EventsListeners: 0 [2022-02-12T02:03:57.792Z] Registry: https://index.docker.io/v1/ [2022-02-12T02:03:57.792Z] Labels: [2022-02-12T02:03:57.792Z] Experimental: false [2022-02-12T02:03:57.792Z] Insecure Registries: [2022-02-12T02:03:57.792Z] 127.0.0.0/8 [2022-02-12T02:03:57.792Z] Live Restore Enabled: false [2022-02-12T02:03:57.792Z] [2022-02-12T02:03:57.792Z] [2022-02-12T02:03:57.792Z] INFO: Docker images of the daemon under test [2022-02-12T02:03:57.792Z] [2022-02-12T02:03:57.792Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-02-12T02:03:57.792Z] [2022-02-12T02:03:57.792Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-02-12T02:03:57.792Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-02-12T02:03:57.792Z] ltsc2022: Pulling from windows/servercore [2022-02-12T02:03:57.792Z] 8f616e6e9eec: Pulling fs layer [2022-02-12T02:03:57.792Z] 898469748ff6: Pulling fs layer [2022-02-12T02:03:58.084Z] + echo Chowning /workspace to jenkins user [2022-02-12T02:03:58.084Z] Chowning /workspace to jenkins user [2022-02-12T02:03:58.084Z] + id -u [2022-02-12T02:03:58.084Z] + id -g [2022-02-12T02:03:58.084Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43231:/workspace busybox chown -R 1000:1000 /workspace [2022-02-12T02:03:58.084Z] Unable to find image 'busybox:latest' locally [2022-02-12T02:03:58.084Z] latest: Pulling from library/busybox [2022-02-12T02:03:58.084Z] 009932687766: Pulling fs layer [2022-02-12T02:03:58.341Z] 009932687766: Verifying Checksum [2022-02-12T02:03:58.341Z] 009932687766: Download complete [2022-02-12T02:03:58.341Z] 009932687766: Pull complete [2022-02-12T02:03:58.341Z] Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb [2022-02-12T02:03:58.341Z] Status: Downloaded newer image for busybox:latest [2022-02-12T02:03:58.633Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-02-12T02:03:58.895Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-02-12T02:03:59.560Z] + bundleName=amd64-rootless [2022-02-12T02:03:59.560Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-02-12T02:03:59.560Z] Creating amd64-rootless-bundles.tar.gz [2022-02-12T02:03:59.560Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-02-12T02:03:59.560Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-02-12T02:03:59.570Z] Archiving artifacts [2022-02-12T02:03:59.840Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-02-12T02:03:59.840Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-02-12T02:03:59.840Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-02-12T02:04:00.109Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-02-12T02:04:00.372Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-02-12T02:04:01.165Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43231/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-12T02:04:01.469Z] + make clean [2022-02-12T02:04:01.726Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-12T02:04:01.726Z] docker-dev-cache [2022-02-12T02:04:01.726Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-12T02:04:06.969Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-02-12T02:04:08.110Z] 898469748ff6: Verifying Checksum [2022-02-12T02:04:08.110Z] 898469748ff6: Download complete [2022-02-12T02:04:09.267Z] ...INFO: Daemon under test started and replied! [2022-02-12T02:04:09.267Z] INFO: Docker version of the daemon under test [2022-02-12T02:04:09.267Z] [2022-02-12T02:04:09.267Z] Client: [2022-02-12T02:04:09.267Z] Version: 17.06.2-ce [2022-02-12T02:04:09.267Z] API version: 1.30 [2022-02-12T02:04:09.267Z] Go version: go1.8.3 [2022-02-12T02:04:09.267Z] Git commit: cec0b72 [2022-02-12T02:04:09.267Z] Built: Tue Sep 5 19:57:19 2017 [2022-02-12T02:04:09.267Z] OS/Arch: windows/amd64 [2022-02-12T02:04:09.267Z] [2022-02-12T02:04:09.267Z] Server: [2022-02-12T02:04:09.267Z] Version: 0.0.0-dev [2022-02-12T02:04:09.267Z] API version: 1.42 (minimum version 1.24) [2022-02-12T02:04:09.267Z] Go version: go1.17.6 [2022-02-12T02:04:09.267Z] Git commit: 3efcf7b376 [2022-02-12T02:04:09.267Z] Built: 02/12/2022 02:01:53 [2022-02-12T02:04:09.267Z] OS/Arch: windows/amd64 [2022-02-12T02:04:09.267Z] Experimental: false [2022-02-12T02:04:09.267Z] [2022-02-12T02:04:09.267Z] INFO: Docker info of the daemon under test [2022-02-12T02:04:09.267Z] [2022-02-12T02:04:09.267Z] Containers: 0 [2022-02-12T02:04:09.267Z] Running: 0 [2022-02-12T02:04:09.267Z] Paused: 0 [2022-02-12T02:04:09.267Z] Stopped: 0 [2022-02-12T02:04:09.267Z] Images: 0 [2022-02-12T02:04:09.267Z] Server Version: 0.0.0-dev [2022-02-12T02:04:09.267Z] Storage Driver: windowsfilter [2022-02-12T02:04:09.267Z] Windows: [2022-02-12T02:04:09.267Z] Logging Driver: json-file [2022-02-12T02:04:09.267Z] Plugins: [2022-02-12T02:04:09.267Z] Volume: local [2022-02-12T02:04:09.267Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-12T02:04:09.267Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-12T02:04:09.267Z] Swarm: inactive [2022-02-12T02:04:09.267Z] Default Isolation: process [2022-02-12T02:04:09.267Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-12T02:04:09.267Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-12T02:04:09.267Z] OSType: windows [2022-02-12T02:04:09.267Z] Architecture: x86_64 [2022-02-12T02:04:09.267Z] CPUs: 4 [2022-02-12T02:04:09.267Z] Total Memory: 32GiB [2022-02-12T02:04:09.267Z] Name: azwin-2-d1afd1 [2022-02-12T02:04:09.267Z] ID: 3X4A:UQMV:24HW:DQFW:IIHI:DWIK:JA34:VNKO:VRJE:Z3A2:O6WW:PZQE [2022-02-12T02:04:09.267Z] Docker Root Dir: D:\CI\PR-43231\1\daemon [2022-02-12T02:04:09.267Z] Debug Mode (client): false [2022-02-12T02:04:09.267Z] Debug Mode (server): true [2022-02-12T02:04:09.267Z] File Descriptors: -1 [2022-02-12T02:04:09.267Z] Goroutines: 16 [2022-02-12T02:04:09.267Z] System Time: 2022-02-12T02:04:07.4396111Z [2022-02-12T02:04:09.267Z] EventsListeners: 0 [2022-02-12T02:04:09.267Z] Registry: https://index.docker.io/v1/ [2022-02-12T02:04:09.267Z] Labels: [2022-02-12T02:04:09.267Z] Experimental: false [2022-02-12T02:04:09.267Z] Insecure Registries: [2022-02-12T02:04:09.267Z] 127.0.0.0/8 [2022-02-12T02:04:09.267Z] Live Restore Enabled: false [2022-02-12T02:04:09.267Z] [2022-02-12T02:04:09.267Z] [2022-02-12T02:04:09.267Z] INFO: Docker images of the daemon under test [2022-02-12T02:04:09.267Z] [2022-02-12T02:04:09.267Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-02-12T02:04:09.267Z] [2022-02-12T02:04:09.267Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-02-12T02:04:09.267Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-02-12T02:04:09.267Z] ltsc2022: Pulling from windows/servercore [2022-02-12T02:04:09.267Z] 8f616e6e9eec: Pulling fs layer [2022-02-12T02:04:09.267Z] 898469748ff6: Pulling fs layer [2022-02-12T02:04:09.515Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-02-12T02:04:12.067Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-02-12T02:04:13.014Z] --- PASS: TestBuildWithHugeFile (109.49s) [2022-02-12T02:04:13.014Z] === RUN TestBuildWCOWSandboxSize [2022-02-12T02:04:13.014Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-12T02:04:13.014Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-02-12T02:04:13.014Z] === RUN TestBuildWithEmptyDockerfile [2022-02-12T02:04:13.014Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:04:13.014Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:04:13.014Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:04:13.014Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:04:13.014Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:04:13.014Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:04:13.014Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:04:13.014Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:04:13.014Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:04:13.014Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-02-12T02:04:13.014Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-02-12T02:04:13.014Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-02-12T02:04:13.014Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-02-12T02:04:13.014Z] === RUN TestBuildPreserveOwnership [2022-02-12T02:04:13.014Z] === RUN TestBuildPreserveOwnership/copy_from [2022-02-12T02:04:13.278Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-02-12T02:04:13.852Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-02-12T02:04:14.424Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-02-12T02:04:14.475Z] INFO: Extraction ended at 02/12/2022 02:04:11. Duration:00:00:22.6255930 [2022-02-12T02:04:14.475Z] INFO: Updating the golang and path environment variables [2022-02-12T02:04:14.475Z] INFO: GOPATH=d:\gopath [2022-02-12T02:04:14.475Z] INFO: go version go1.17.6 windows/amd64 [2022-02-12T02:04:14.475Z] INFO: Running the daemon under test in debug mode [2022-02-12T02:04:14.475Z] INFO: Starting a daemon under test... [2022-02-12T02:04:14.475Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43231\1\daemon --pidfile d:\CI\PR-43231\1\docker.pid -D [2022-02-12T02:04:14.475Z] INFO: Process started successfully. [2022-02-12T02:04:14.475Z] INFO: Start tailing logs of the daemon under tests [2022-02-12T02:04:14.475Z] INFO: Waiting for the daemon under test to start... [2022-02-12T02:04:14.999Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-02-12T02:04:15.261Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-02-12T02:04:15.523Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-02-12T02:04:16.466Z] --- PASS: TestBuildPreserveOwnership (3.47s) [2022-02-12T02:04:16.466Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.33s) [2022-02-12T02:04:16.466Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.13s) [2022-02-12T02:04:16.466Z] === RUN TestBuildPlatformInvalid [2022-02-12T02:04:16.466Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-02-12T02:04:16.466Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-02-12T02:04:16.629Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-02-12T02:04:16.629Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-02-12T02:04:16.629Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-02-12T02:04:16.629Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-02-12T02:04:16.629Z] Cross building: bundles/cross/linux/s390x [2022-02-12T02:04:16.629Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-02-12T02:04:16.629Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-02-12T02:04:16.728Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-02-12T02:04:17.300Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-02-12T02:04:17.562Z] Loaded image: busybox:latest [2022-02-12T02:04:17.824Z] Loaded image: busybox:glibc [2022-02-12T02:04:18.397Z] docker_cli_daemon_test.go:1472: [d81297d992f3e] daemon is not started [2022-02-12T02:04:18.969Z] === RUN TestDockerSuite/TestAttachDetach [2022-02-12T02:04:18.969Z] check_test.go:308: [d4082ab574e64] daemon is not started [2022-02-12T02:04:18.969Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-02-12T02:04:19.916Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-02-12T02:04:20.861Z] Loaded image: debian:bullseye-slim [2022-02-12T02:04:20.861Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-02-12T02:04:20.861Z] Loaded image: hello-world:latest [2022-02-12T02:04:20.861Z] Loaded image: arm32v7/hello-world:latest [2022-02-12T02:04:21.435Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-02-12T02:04:22.823Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-02-12T02:04:22.823Z] check_test.go:308: [d1713599b31c2] daemon is not started [2022-02-12T02:04:22.823Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-02-12T02:04:23.395Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-02-12T02:04:23.968Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-02-12T02:04:24.912Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-02-12T02:04:25.771Z] 8f616e6e9eec: Verifying Checksum [2022-02-12T02:04:25.772Z] 8f616e6e9eec: Download complete [2022-02-12T02:04:26.300Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-02-12T02:04:27.120Z] 898469748ff6: Verifying Checksum [2022-02-12T02:04:27.120Z] 898469748ff6: Download complete [2022-02-12T02:04:27.244Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-02-12T02:04:27.244Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-02-12T02:04:28.192Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-02-12T02:04:28.192Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-02-12T02:04:29.136Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-02-12T02:04:30.082Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-02-12T02:04:30.082Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-02-12T02:04:32.183Z] .....INFO: Daemon under test started and replied! [2022-02-12T02:04:32.183Z] INFO: Docker version of the daemon under test [2022-02-12T02:04:32.183Z] [2022-02-12T02:04:32.183Z] Client: [2022-02-12T02:04:32.183Z] Version: 17.06.2-ce [2022-02-12T02:04:32.183Z] API version: 1.30 [2022-02-12T02:04:32.183Z] Go version: go1.8.3 [2022-02-12T02:04:32.183Z] Git commit: cec0b72 [2022-02-12T02:04:32.183Z] Built: Tue Sep 5 19:57:19 2017 [2022-02-12T02:04:32.183Z] OS/Arch: windows/amd64 [2022-02-12T02:04:32.183Z] [2022-02-12T02:04:32.183Z] Server: [2022-02-12T02:04:32.183Z] Version: 0.0.0-dev [2022-02-12T02:04:32.183Z] API version: 1.42 (minimum version 1.24) [2022-02-12T02:04:32.183Z] Go version: go1.17.6 [2022-02-12T02:04:32.183Z] Git commit: 3efcf7b376 [2022-02-12T02:04:32.183Z] Built: 02/12/2022 02:02:36 [2022-02-12T02:04:32.183Z] OS/Arch: windows/amd64 [2022-02-12T02:04:32.183Z] Experimental: false [2022-02-12T02:04:32.183Z] [2022-02-12T02:04:32.183Z] INFO: Docker info of the daemon under test [2022-02-12T02:04:32.183Z] [2022-02-12T02:04:32.183Z] Containers: 0 [2022-02-12T02:04:32.183Z] Running: 0 [2022-02-12T02:04:32.183Z] Paused: 0 [2022-02-12T02:04:32.183Z] Stopped: 0 [2022-02-12T02:04:32.183Z] Images: 0 [2022-02-12T02:04:32.183Z] Server Version: 0.0.0-dev [2022-02-12T02:04:32.183Z] Storage Driver: windowsfilter [2022-02-12T02:04:32.183Z] Windows: [2022-02-12T02:04:32.183Z] Logging Driver: json-file [2022-02-12T02:04:32.183Z] Plugins: [2022-02-12T02:04:32.183Z] Volume: local [2022-02-12T02:04:32.183Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-12T02:04:32.183Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-12T02:04:32.183Z] Swarm: inactive [2022-02-12T02:04:32.183Z] Default Isolation: process [2022-02-12T02:04:32.183Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-02-12T02:04:32.183Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-02-12T02:04:32.183Z] OSType: windows [2022-02-12T02:04:32.183Z] Architecture: x86_64 [2022-02-12T02:04:32.183Z] CPUs: 4 [2022-02-12T02:04:32.183Z] Total Memory: 32GiB [2022-02-12T02:04:32.183Z] Name: azwin-2-b192c0 [2022-02-12T02:04:32.183Z] ID: UFM7:5QP2:MFRN:OLUM:ADQF:NU7B:7SLN:YR4G:UIDO:XZPH:QOQS:7ICK [2022-02-12T02:04:32.183Z] Docker Root Dir: D:\CI\PR-43231\1\daemon [2022-02-12T02:04:32.183Z] Debug Mode (client): false [2022-02-12T02:04:32.183Z] Debug Mode (server): true [2022-02-12T02:04:32.183Z] File Descriptors: -1 [2022-02-12T02:04:32.183Z] Goroutines: 16 [2022-02-12T02:04:32.183Z] System Time: 2022-02-12T02:04:31.3763893Z [2022-02-12T02:04:32.183Z] EventsListeners: 0 [2022-02-12T02:04:32.183Z] Registry: https://index.docker.io/v1/ [2022-02-12T02:04:32.183Z] Labels: [2022-02-12T02:04:32.183Z] Experimental: false [2022-02-12T02:04:32.183Z] Insecure Registries: [2022-02-12T02:04:32.183Z] 127.0.0.0/8 [2022-02-12T02:04:32.183Z] Live Restore Enabled: false [2022-02-12T02:04:32.183Z] [2022-02-12T02:04:32.183Z] [2022-02-12T02:04:32.183Z] INFO: Docker images of the daemon under test [2022-02-12T02:04:32.183Z] [2022-02-12T02:04:32.183Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-02-12T02:04:32.183Z] [2022-02-12T02:04:32.183Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-02-12T02:04:32.183Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-02-12T02:04:32.183Z] ltsc2019: Pulling from windows/servercore [2022-02-12T02:04:32.643Z] 4612f6d0b889: Pulling fs layer [2022-02-12T02:04:32.643Z] 1bd78008c728: Pulling fs layer [2022-02-12T02:04:32.682Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-02-12T02:04:33.265Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (16.72s) [2022-02-12T02:04:33.265Z] PASS [2022-02-12T02:04:33.265Z] [2022-02-12T02:04:33.265Z] === Skipped [2022-02-12T02:04:33.265Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-02-12T02:04:33.265Z] build_session_test.go:25: TODO: BuildKit [2022-02-12T02:04:33.265Z] [2022-02-12T02:04:33.265Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-02-12T02:04:33.265Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-12T02:04:33.265Z] [2022-02-12T02:04:33.265Z] DONE 34 tests, 2 skipped in 174.587s [2022-02-12T02:04:33.265Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-02-12T02:04:33.265Z] ++ 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-02-12T02:04:33.265Z] ++ set -e [2022-02-12T02:04:33.265Z] ++ '[' -n 0 ']' [2022-02-12T02:04:33.265Z] ++ set -x [2022-02-12T02:04:33.265Z] ++ 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-02-12T02:04:33.265Z] INFO: Testing against a local daemon [2022-02-12T02:04:33.265Z] === RUN TestConfigInspect [2022-02-12T02:04:34.285Z] 8f616e6e9eec: Verifying Checksum [2022-02-12T02:04:34.285Z] 8f616e6e9eec: Download complete [2022-02-12T02:04:35.817Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-02-12T02:04:36.391Z] --- PASS: TestConfigInspect (3.00s) [2022-02-12T02:04:36.391Z] === RUN TestConfigList [2022-02-12T02:04:38.941Z] --- PASS: TestConfigList (2.20s) [2022-02-12T02:04:38.941Z] === RUN TestConfigsCreateAndDelete [2022-02-12T02:04:38.941Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-02-12T02:04:40.861Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-02-12T02:04:41.433Z] --- PASS: TestConfigsCreateAndDelete (2.95s) [2022-02-12T02:04:41.433Z] === RUN TestConfigsUpdate [2022-02-12T02:04:42.378Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-02-12T02:04:43.209Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-02-12T02:04:43.469Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-02-12T02:04:43.469Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-02-12T02:04:44.039Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-02-12T02:04:44.039Z] [2022-02-12T02:04:44.296Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-02-12T02:04:44.557Z] --- PASS: TestConfigsUpdate (2.96s) [2022-02-12T02:04:44.557Z] === RUN TestTemplatedConfig [2022-02-12T02:04:44.819Z] check_test.go:308: [d48be9f03a1f5] daemon is not started [2022-02-12T02:04:44.819Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-02-12T02:04:45.056Z] 1bd78008c728: Verifying Checksum [2022-02-12T02:04:45.056Z] 1bd78008c728: Download complete [2022-02-12T02:04:45.392Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-02-12T02:04:45.393Z] check_test.go:308: [d31fa5e9dc444] daemon is not started [2022-02-12T02:04:45.393Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-02-12T02:04:45.654Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-02-12T02:04:46.281Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-02-12T02:04:46.565Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43231/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 hack/test/unit [2022-02-12T02:04:46.825Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-02-12T02:04:46.825Z] + TESTFLAGS+=' -test.timeout=5m' [2022-02-12T02:04:46.825Z] + TESTDIRS=./... [2022-02-12T02:04:46.825Z] + exclude_paths='/vendor/|/integration' [2022-02-12T02:04:46.825Z] ++ go list ./... [2022-02-12T02:04:46.825Z] ++ grep -vE '(/vendor/|/integration)' [2022-02-12T02:04:47.044Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-02-12T02:04:47.044Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-02-12T02:04:47.305Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-02-12T02:04:47.305Z] check_test.go:308: [d5e22781f10c3] daemon is not started [2022-02-12T02:04:47.305Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-02-12T02:04:47.396Z] + pkg_list='github.com/docker/docker/api [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/backend/build [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/httputils [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/middleware [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/router [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/router/build [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/router/container [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/router/debug [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/router/distribution [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/router/grpc [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/router/image [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/router/network [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/router/plugin [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/router/session [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/router/swarm [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/router/system [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/server/router/volume [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/backend [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/blkiodev [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/container [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/events [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/filters [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/image [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/mount [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/network [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/registry [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/strslice [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/swarm [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/time [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/versions [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-12T02:04:47.396Z] github.com/docker/docker/api/types/volume [2022-02-12T02:04:47.396Z] github.com/docker/docker/builder [2022-02-12T02:04:47.396Z] github.com/docker/docker/builder/builder-next [2022-02-12T02:04:47.396Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-12T02:04:47.396Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-12T02:04:47.396Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-12T02:04:47.396Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-12T02:04:47.396Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-12T02:04:47.396Z] github.com/docker/docker/builder/builder-next/worker [2022-02-12T02:04:47.396Z] github.com/docker/docker/builder/dockerfile [2022-02-12T02:04:47.396Z] github.com/docker/docker/builder/dockerignore [2022-02-12T02:04:47.396Z] github.com/docker/docker/builder/remotecontext [2022-02-12T02:04:47.396Z] github.com/docker/docker/builder/remotecontext/git [2022-02-12T02:04:47.396Z] github.com/docker/docker/cli [2022-02-12T02:04:47.396Z] github.com/docker/docker/cli/config [2022-02-12T02:04:47.396Z] github.com/docker/docker/cli/debug [2022-02-12T02:04:47.396Z] github.com/docker/docker/client [2022-02-12T02:04:47.396Z] github.com/docker/docker/cmd/docker-proxy [2022-02-12T02:04:47.396Z] github.com/docker/docker/cmd/dockerd [2022-02-12T02:04:47.396Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-12T02:04:47.396Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-12T02:04:47.396Z] github.com/docker/docker/container [2022-02-12T02:04:47.396Z] github.com/docker/docker/container/stream [2022-02-12T02:04:47.396Z] github.com/docker/docker/contrib/apparmor [2022-02-12T02:04:47.396Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-12T02:04:47.396Z] github.com/docker/docker/contrib/httpserver [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/cluster [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/cluster/convert [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/cluster/executor [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/cluster/provider [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/config [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/events [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/events/testutils [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/exec [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/graphdriver [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/images [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/initlayer [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/links [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/listeners [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/gelf [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/journald [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/local [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/logentries [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/loggertest [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/splunk [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/syslog [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/logger/templates [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/names [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/network [2022-02-12T02:04:47.396Z] github.com/docker/docker/daemon/stats [2022-02-12T02:04:47.396Z] github.com/docker/docker/distribution [2022-02-12T02:04:47.396Z] github.com/docker/docker/distribution/metadata [2022-02-12T02:04:47.396Z] github.com/docker/docker/distribution/utils [2022-02-12T02:04:47.396Z] github.com/docker/docker/distribution/xfer [2022-02-12T02:04:47.396Z] github.com/docker/docker/dockerversion [2022-02-12T02:04:47.396Z] github.com/docker/docker/errdefs [2022-02-12T02:04:47.396Z] github.com/docker/docker/image [2022-02-12T02:04:47.396Z] github.com/docker/docker/image/cache [2022-02-12T02:04:47.396Z] github.com/docker/docker/image/tarexport [2022-02-12T02:04:47.396Z] github.com/docker/docker/image/v1 [2022-02-12T02:04:47.396Z] github.com/docker/docker/internal/test/suite [2022-02-12T02:04:47.396Z] github.com/docker/docker/layer [2022-02-12T02:04:47.396Z] github.com/docker/docker/libcontainerd [2022-02-12T02:04:47.396Z] github.com/docker/docker/libcontainerd/queue [2022-02-12T02:04:47.396Z] github.com/docker/docker/libcontainerd/remote [2022-02-12T02:04:47.396Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-12T02:04:47.396Z] github.com/docker/docker/libcontainerd/types [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/bitseq [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/cluster [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/config [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/datastore [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/driverapi [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/etchosts [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/idm [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/ipam [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/iptables [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/netlabel [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/netutils [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/networkdb [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/ns [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/options [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/osl [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/portallocator [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/portmapper [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/testutils [2022-02-12T02:04:47.396Z] github.com/docker/docker/libnetwork/types [2022-02-12T02:04:47.396Z] github.com/docker/docker/oci [2022-02-12T02:04:47.396Z] github.com/docker/docker/oci/caps [2022-02-12T02:04:47.396Z] github.com/docker/docker/opts [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/aaparser [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/archive [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/authorization [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/broadcaster [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/capabilities [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/chrootarchive [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/containerfs [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/devicemapper [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/directory [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/dmesg [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/filenotify [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/fileutils [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/fsutils [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/homedir [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/idtools [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/ioutils [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/jsonmessage [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/locker [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/longpath [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/loopback [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/mount [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/namesgenerator [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/parsers [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/pidfile [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/platform [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/plugingetter [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/plugins [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/plugins/transport [2022-02-12T02:04:47.396Z] github.com/docker/docker/pkg/pools [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/progress [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/pubsub [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/reexec [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/signal [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/stack [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/stdcopy [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/streamformatter [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/stringid [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/symlink [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/sysinfo [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/system [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/tailfile [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/tarsum [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/term [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/term/windows [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/truncindex [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/urlutil [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/useragent [2022-02-12T02:04:47.397Z] github.com/docker/docker/plugin [2022-02-12T02:04:47.397Z] github.com/docker/docker/plugin/executor/containerd [2022-02-12T02:04:47.397Z] github.com/docker/docker/plugin/v2 [2022-02-12T02:04:47.397Z] github.com/docker/docker/profiles/apparmor [2022-02-12T02:04:47.397Z] github.com/docker/docker/profiles/seccomp [2022-02-12T02:04:47.397Z] github.com/docker/docker/quota [2022-02-12T02:04:47.397Z] github.com/docker/docker/reference [2022-02-12T02:04:47.397Z] github.com/docker/docker/registry [2022-02-12T02:04:47.397Z] github.com/docker/docker/registry/resumable [2022-02-12T02:04:47.397Z] github.com/docker/docker/restartmanager [2022-02-12T02:04:47.397Z] github.com/docker/docker/rootless [2022-02-12T02:04:47.397Z] github.com/docker/docker/rootless/specconv [2022-02-12T02:04:47.397Z] github.com/docker/docker/runconfig [2022-02-12T02:04:47.397Z] github.com/docker/docker/runconfig/opts [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/daemon [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/environment [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/fakecontext [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/fakegit [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/fakestorage [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/fixtures/load [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/registry [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/request [2022-02-12T02:04:47.397Z] github.com/docker/docker/volume [2022-02-12T02:04:47.397Z] github.com/docker/docker/volume/drivers [2022-02-12T02:04:47.397Z] github.com/docker/docker/volume/local [2022-02-12T02:04:47.397Z] github.com/docker/docker/volume/mounts [2022-02-12T02:04:47.397Z] github.com/docker/docker/volume/service [2022-02-12T02:04:47.397Z] github.com/docker/docker/volume/service/opts [2022-02-12T02:04:47.397Z] github.com/docker/docker/volume/testutils' [2022-02-12T02:04:47.397Z] ++ grep --fixed-strings -v /libnetwork [2022-02-12T02:04:47.397Z] ++ echo 'github.com/docker/docker/api [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/backend/build [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/httputils [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/middleware [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/build [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/container [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/debug [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/distribution [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/grpc [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/image [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/network [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/plugin [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/session [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/swarm [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/system [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/volume [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/backend [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/blkiodev [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/container [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/events [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/filters [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/image [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/mount [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/network [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/registry [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/strslice [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/swarm [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/time [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/versions [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/volume [2022-02-12T02:04:47.397Z] github.com/docker/docker/builder [2022-02-12T02:04:47.397Z] github.com/docker/docker/builder/builder-next [2022-02-12T02:04:47.397Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-12T02:04:47.397Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-12T02:04:47.397Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-12T02:04:47.397Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-12T02:04:47.397Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-12T02:04:47.397Z] github.com/docker/docker/builder/builder-next/worker [2022-02-12T02:04:47.397Z] github.com/docker/docker/builder/dockerfile [2022-02-12T02:04:47.397Z] github.com/docker/docker/builder/dockerignore [2022-02-12T02:04:47.397Z] github.com/docker/docker/builder/remotecontext [2022-02-12T02:04:47.397Z] github.com/docker/docker/builder/remotecontext/git [2022-02-12T02:04:47.397Z] github.com/docker/docker/cli [2022-02-12T02:04:47.397Z] github.com/docker/docker/cli/config [2022-02-12T02:04:47.397Z] github.com/docker/docker/cli/debug [2022-02-12T02:04:47.397Z] github.com/docker/docker/client [2022-02-12T02:04:47.397Z] github.com/docker/docker/cmd/docker-proxy [2022-02-12T02:04:47.397Z] github.com/docker/docker/cmd/dockerd [2022-02-12T02:04:47.397Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-12T02:04:47.397Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-12T02:04:47.397Z] github.com/docker/docker/container [2022-02-12T02:04:47.397Z] github.com/docker/docker/container/stream [2022-02-12T02:04:47.397Z] github.com/docker/docker/contrib/apparmor [2022-02-12T02:04:47.397Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-12T02:04:47.397Z] github.com/docker/docker/contrib/httpserver [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/cluster [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/cluster/convert [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/cluster/executor [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/cluster/provider [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/config [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/events [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/events/testutils [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/exec [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/graphdriver [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/images [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/initlayer [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/links [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/listeners [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/gelf [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/journald [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/local [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/logentries [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/loggertest [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/splunk [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/syslog [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/logger/templates [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/names [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/network [2022-02-12T02:04:47.397Z] github.com/docker/docker/daemon/stats [2022-02-12T02:04:47.397Z] github.com/docker/docker/distribution [2022-02-12T02:04:47.397Z] github.com/docker/docker/distribution/metadata [2022-02-12T02:04:47.397Z] github.com/docker/docker/distribution/utils [2022-02-12T02:04:47.397Z] github.com/docker/docker/distribution/xfer [2022-02-12T02:04:47.397Z] github.com/docker/docker/dockerversion [2022-02-12T02:04:47.397Z] github.com/docker/docker/errdefs [2022-02-12T02:04:47.397Z] github.com/docker/docker/image [2022-02-12T02:04:47.397Z] github.com/docker/docker/image/cache [2022-02-12T02:04:47.397Z] github.com/docker/docker/image/tarexport [2022-02-12T02:04:47.397Z] github.com/docker/docker/image/v1 [2022-02-12T02:04:47.397Z] github.com/docker/docker/internal/test/suite [2022-02-12T02:04:47.397Z] github.com/docker/docker/layer [2022-02-12T02:04:47.397Z] github.com/docker/docker/libcontainerd [2022-02-12T02:04:47.397Z] github.com/docker/docker/libcontainerd/queue [2022-02-12T02:04:47.397Z] github.com/docker/docker/libcontainerd/remote [2022-02-12T02:04:47.397Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-12T02:04:47.397Z] github.com/docker/docker/libcontainerd/types [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/bitseq [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/cluster [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/config [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/datastore [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/driverapi [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/etchosts [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/idm [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/ipam [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/iptables [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/netlabel [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/netutils [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/networkdb [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/ns [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/options [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/osl [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/portallocator [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/portmapper [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/testutils [2022-02-12T02:04:47.397Z] github.com/docker/docker/libnetwork/types [2022-02-12T02:04:47.397Z] github.com/docker/docker/oci [2022-02-12T02:04:47.397Z] github.com/docker/docker/oci/caps [2022-02-12T02:04:47.397Z] github.com/docker/docker/opts [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/aaparser [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/archive [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/authorization [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/broadcaster [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/capabilities [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/chrootarchive [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/containerfs [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/devicemapper [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/directory [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/dmesg [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/filenotify [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/fileutils [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/fsutils [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/homedir [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/idtools [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/ioutils [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/jsonmessage [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/locker [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/longpath [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/loopback [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/mount [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/namesgenerator [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/parsers [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/pidfile [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/platform [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/plugingetter [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/plugins [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/plugins/transport [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/pools [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/progress [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/pubsub [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/reexec [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/signal [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/stack [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/stdcopy [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/streamformatter [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/stringid [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/symlink [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/sysinfo [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/system [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/tailfile [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/tarsum [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/term [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/term/windows [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/truncindex [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/urlutil [2022-02-12T02:04:47.397Z] github.com/docker/docker/pkg/useragent [2022-02-12T02:04:47.397Z] github.com/docker/docker/plugin [2022-02-12T02:04:47.397Z] github.com/docker/docker/plugin/executor/containerd [2022-02-12T02:04:47.397Z] github.com/docker/docker/plugin/v2 [2022-02-12T02:04:47.397Z] github.com/docker/docker/profiles/apparmor [2022-02-12T02:04:47.397Z] github.com/docker/docker/profiles/seccomp [2022-02-12T02:04:47.397Z] github.com/docker/docker/quota [2022-02-12T02:04:47.397Z] github.com/docker/docker/reference [2022-02-12T02:04:47.397Z] github.com/docker/docker/registry [2022-02-12T02:04:47.397Z] github.com/docker/docker/registry/resumable [2022-02-12T02:04:47.397Z] github.com/docker/docker/restartmanager [2022-02-12T02:04:47.397Z] github.com/docker/docker/rootless [2022-02-12T02:04:47.397Z] github.com/docker/docker/rootless/specconv [2022-02-12T02:04:47.397Z] github.com/docker/docker/runconfig [2022-02-12T02:04:47.397Z] github.com/docker/docker/runconfig/opts [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/daemon [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/environment [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/fakecontext [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/fakegit [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/fakestorage [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/fixtures/load [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/registry [2022-02-12T02:04:47.397Z] github.com/docker/docker/testutil/request [2022-02-12T02:04:47.397Z] github.com/docker/docker/volume [2022-02-12T02:04:47.397Z] github.com/docker/docker/volume/drivers [2022-02-12T02:04:47.397Z] github.com/docker/docker/volume/local [2022-02-12T02:04:47.397Z] github.com/docker/docker/volume/mounts [2022-02-12T02:04:47.397Z] github.com/docker/docker/volume/service [2022-02-12T02:04:47.397Z] github.com/docker/docker/volume/service/opts [2022-02-12T02:04:47.397Z] github.com/docker/docker/volume/testutils' [2022-02-12T02:04:47.397Z] + base_pkg_list='github.com/docker/docker/api [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/backend/build [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/httputils [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/middleware [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/build [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/container [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/debug [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/distribution [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/grpc [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/image [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/network [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/plugin [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/session [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/swarm [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/system [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/server/router/volume [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/backend [2022-02-12T02:04:47.397Z] github.com/docker/docker/api/types/blkiodev [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/container [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/events [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/filters [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/image [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/mount [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/network [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/registry [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/strslice [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/swarm [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/time [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/versions [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/volume [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/builder-next [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/builder-next/worker [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/dockerfile [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/dockerignore [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/remotecontext [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/remotecontext/git [2022-02-12T02:04:47.398Z] github.com/docker/docker/cli [2022-02-12T02:04:47.398Z] github.com/docker/docker/cli/config [2022-02-12T02:04:47.398Z] github.com/docker/docker/cli/debug [2022-02-12T02:04:47.398Z] github.com/docker/docker/client [2022-02-12T02:04:47.398Z] github.com/docker/docker/cmd/docker-proxy [2022-02-12T02:04:47.398Z] github.com/docker/docker/cmd/dockerd [2022-02-12T02:04:47.398Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-12T02:04:47.398Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-12T02:04:47.398Z] github.com/docker/docker/container [2022-02-12T02:04:47.398Z] github.com/docker/docker/container/stream [2022-02-12T02:04:47.398Z] github.com/docker/docker/contrib/apparmor [2022-02-12T02:04:47.398Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-12T02:04:47.398Z] github.com/docker/docker/contrib/httpserver [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/cluster [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/cluster/convert [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/cluster/executor [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/cluster/provider [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/config [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/events [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/events/testutils [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/exec [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/images [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/initlayer [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/links [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/listeners [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/gelf [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/journald [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/local [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/logentries [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/loggertest [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/splunk [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/syslog [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/templates [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/names [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/network [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/stats [2022-02-12T02:04:47.398Z] github.com/docker/docker/distribution [2022-02-12T02:04:47.398Z] github.com/docker/docker/distribution/metadata [2022-02-12T02:04:47.398Z] github.com/docker/docker/distribution/utils [2022-02-12T02:04:47.398Z] github.com/docker/docker/distribution/xfer [2022-02-12T02:04:47.398Z] github.com/docker/docker/dockerversion [2022-02-12T02:04:47.398Z] github.com/docker/docker/errdefs [2022-02-12T02:04:47.398Z] github.com/docker/docker/image [2022-02-12T02:04:47.398Z] github.com/docker/docker/image/cache [2022-02-12T02:04:47.398Z] github.com/docker/docker/image/tarexport [2022-02-12T02:04:47.398Z] github.com/docker/docker/image/v1 [2022-02-12T02:04:47.398Z] github.com/docker/docker/internal/test/suite [2022-02-12T02:04:47.398Z] github.com/docker/docker/layer [2022-02-12T02:04:47.398Z] github.com/docker/docker/libcontainerd [2022-02-12T02:04:47.398Z] github.com/docker/docker/libcontainerd/queue [2022-02-12T02:04:47.398Z] github.com/docker/docker/libcontainerd/remote [2022-02-12T02:04:47.398Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-12T02:04:47.398Z] github.com/docker/docker/libcontainerd/types [2022-02-12T02:04:47.398Z] github.com/docker/docker/oci [2022-02-12T02:04:47.398Z] github.com/docker/docker/oci/caps [2022-02-12T02:04:47.398Z] github.com/docker/docker/opts [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/aaparser [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/archive [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/authorization [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/broadcaster [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/capabilities [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/chrootarchive [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/containerfs [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/devicemapper [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/directory [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/dmesg [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/filenotify [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/fileutils [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/fsutils [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/homedir [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/idtools [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/ioutils [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/jsonmessage [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/locker [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/longpath [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/loopback [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/mount [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/namesgenerator [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/parsers [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/pidfile [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/platform [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/plugingetter [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/plugins [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/plugins/transport [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/pools [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/progress [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/pubsub [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/reexec [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/signal [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/stack [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/stdcopy [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/streamformatter [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/stringid [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/symlink [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/sysinfo [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/system [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/tailfile [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/tarsum [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/term [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/term/windows [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/truncindex [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/urlutil [2022-02-12T02:04:47.398Z] github.com/docker/docker/pkg/useragent [2022-02-12T02:04:47.398Z] github.com/docker/docker/plugin [2022-02-12T02:04:47.398Z] github.com/docker/docker/plugin/executor/containerd [2022-02-12T02:04:47.398Z] github.com/docker/docker/plugin/v2 [2022-02-12T02:04:47.398Z] github.com/docker/docker/profiles/apparmor [2022-02-12T02:04:47.398Z] github.com/docker/docker/profiles/seccomp [2022-02-12T02:04:47.398Z] github.com/docker/docker/quota [2022-02-12T02:04:47.398Z] github.com/docker/docker/reference [2022-02-12T02:04:47.398Z] github.com/docker/docker/registry [2022-02-12T02:04:47.398Z] github.com/docker/docker/registry/resumable [2022-02-12T02:04:47.398Z] github.com/docker/docker/restartmanager [2022-02-12T02:04:47.398Z] github.com/docker/docker/rootless [2022-02-12T02:04:47.398Z] github.com/docker/docker/rootless/specconv [2022-02-12T02:04:47.398Z] github.com/docker/docker/runconfig [2022-02-12T02:04:47.398Z] github.com/docker/docker/runconfig/opts [2022-02-12T02:04:47.398Z] github.com/docker/docker/testutil [2022-02-12T02:04:47.398Z] github.com/docker/docker/testutil/daemon [2022-02-12T02:04:47.398Z] github.com/docker/docker/testutil/environment [2022-02-12T02:04:47.398Z] github.com/docker/docker/testutil/fakecontext [2022-02-12T02:04:47.398Z] github.com/docker/docker/testutil/fakegit [2022-02-12T02:04:47.398Z] github.com/docker/docker/testutil/fakestorage [2022-02-12T02:04:47.398Z] github.com/docker/docker/testutil/fixtures/load [2022-02-12T02:04:47.398Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-12T02:04:47.398Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-12T02:04:47.398Z] github.com/docker/docker/testutil/registry [2022-02-12T02:04:47.398Z] github.com/docker/docker/testutil/request [2022-02-12T02:04:47.398Z] github.com/docker/docker/volume [2022-02-12T02:04:47.398Z] github.com/docker/docker/volume/drivers [2022-02-12T02:04:47.398Z] github.com/docker/docker/volume/local [2022-02-12T02:04:47.398Z] github.com/docker/docker/volume/mounts [2022-02-12T02:04:47.398Z] github.com/docker/docker/volume/service [2022-02-12T02:04:47.398Z] github.com/docker/docker/volume/service/opts [2022-02-12T02:04:47.398Z] github.com/docker/docker/volume/testutils' [2022-02-12T02:04:47.398Z] ++ echo 'github.com/docker/docker/api [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/backend/build [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/httputils [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/middleware [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/router [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/router/build [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/router/container [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/router/debug [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/router/distribution [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/router/grpc [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/router/image [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/router/network [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/router/plugin [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/router/session [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/router/swarm [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/router/system [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/server/router/volume [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/backend [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/blkiodev [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/container [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/events [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/filters [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/image [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/mount [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/network [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/registry [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/strslice [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/swarm [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/time [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/versions [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-12T02:04:47.398Z] github.com/docker/docker/api/types/volume [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/builder-next [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/builder-next/worker [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/dockerfile [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/dockerignore [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/remotecontext [2022-02-12T02:04:47.398Z] github.com/docker/docker/builder/remotecontext/git [2022-02-12T02:04:47.398Z] github.com/docker/docker/cli [2022-02-12T02:04:47.398Z] github.com/docker/docker/cli/config [2022-02-12T02:04:47.398Z] github.com/docker/docker/cli/debug [2022-02-12T02:04:47.398Z] github.com/docker/docker/client [2022-02-12T02:04:47.398Z] github.com/docker/docker/cmd/docker-proxy [2022-02-12T02:04:47.398Z] github.com/docker/docker/cmd/dockerd [2022-02-12T02:04:47.398Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-12T02:04:47.398Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-12T02:04:47.398Z] github.com/docker/docker/container [2022-02-12T02:04:47.398Z] github.com/docker/docker/container/stream [2022-02-12T02:04:47.398Z] github.com/docker/docker/contrib/apparmor [2022-02-12T02:04:47.398Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-12T02:04:47.398Z] github.com/docker/docker/contrib/httpserver [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/cluster [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/cluster/convert [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/cluster/executor [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/cluster/provider [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/config [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/events [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/events/testutils [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/exec [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/images [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/initlayer [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/links [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/listeners [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/gelf [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/journald [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/local [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/logentries [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/loggertest [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/splunk [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/syslog [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/logger/templates [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/names [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/network [2022-02-12T02:04:47.398Z] github.com/docker/docker/daemon/stats [2022-02-12T02:04:47.398Z] github.com/docker/docker/distribution [2022-02-12T02:04:47.398Z] github.com/docker/docker/distribution/metadata [2022-02-12T02:04:47.398Z] github.com/docker/docker/distribution/utils [2022-02-12T02:04:47.398Z] github.com/docker/docker/distribution/xfer [2022-02-12T02:04:47.398Z] github.com/docker/docker/dockerversion [2022-02-12T02:04:47.398Z] github.com/docker/docker/errdefs [2022-02-12T02:04:47.398Z] github.com/docker/docker/image [2022-02-12T02:04:47.398Z] github.com/docker/docker/image/cache [2022-02-12T02:04:47.398Z] github.com/docker/docker/image/tarexport [2022-02-12T02:04:47.398Z] github.com/docker/docker/image/v1 [2022-02-12T02:04:47.398Z] github.com/docker/docker/internal/test/suite [2022-02-12T02:04:47.398Z] github.com/docker/docker/layer [2022-02-12T02:04:47.398Z] github.com/docker/docker/libcontainerd [2022-02-12T02:04:47.398Z] github.com/docker/docker/libcontainerd/queue [2022-02-12T02:04:47.398Z] github.com/docker/docker/libcontainerd/remote [2022-02-12T02:04:47.398Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-12T02:04:47.398Z] github.com/docker/docker/libcontainerd/types [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/bitseq [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/cluster [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/config [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/datastore [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/driverapi [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-12T02:04:47.398Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/etchosts [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/idm [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipam [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/iptables [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/netlabel [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/netutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/networkdb [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ns [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/options [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/osl [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/portallocator [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/portmapper [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/testutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/types [2022-02-12T02:04:47.399Z] github.com/docker/docker/oci [2022-02-12T02:04:47.399Z] github.com/docker/docker/oci/caps [2022-02-12T02:04:47.399Z] github.com/docker/docker/opts [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/aaparser [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/archive [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/authorization [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/broadcaster [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/capabilities [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/chrootarchive [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/containerfs [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/devicemapper [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/directory [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/dmesg [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/filenotify [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/fileutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/fsutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/homedir [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/idtools [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/ioutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/jsonmessage [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/locker [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/longpath [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/loopback [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/mount [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/namesgenerator [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/parsers [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/pidfile [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/platform [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/plugingetter [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/plugins [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/plugins/transport [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/pools [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/progress [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/pubsub [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/reexec [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/signal [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/stack [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/stdcopy [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/streamformatter [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/stringid [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/symlink [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/sysinfo [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/system [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/tailfile [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/tarsum [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/term [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/term/windows [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/truncindex [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/urlutil [2022-02-12T02:04:47.399Z] github.com/docker/docker/pkg/useragent [2022-02-12T02:04:47.399Z] github.com/docker/docker/plugin [2022-02-12T02:04:47.399Z] github.com/docker/docker/plugin/executor/containerd [2022-02-12T02:04:47.399Z] github.com/docker/docker/plugin/v2 [2022-02-12T02:04:47.399Z] github.com/docker/docker/profiles/apparmor [2022-02-12T02:04:47.399Z] github.com/docker/docker/profiles/seccomp [2022-02-12T02:04:47.399Z] github.com/docker/docker/quota [2022-02-12T02:04:47.399Z] github.com/docker/docker/reference [2022-02-12T02:04:47.399Z] github.com/docker/docker/registry [2022-02-12T02:04:47.399Z] github.com/docker/docker/registry/resumable [2022-02-12T02:04:47.399Z] github.com/docker/docker/restartmanager [2022-02-12T02:04:47.399Z] github.com/docker/docker/rootless [2022-02-12T02:04:47.399Z] github.com/docker/docker/rootless/specconv [2022-02-12T02:04:47.399Z] github.com/docker/docker/runconfig [2022-02-12T02:04:47.399Z] github.com/docker/docker/runconfig/opts [2022-02-12T02:04:47.399Z] github.com/docker/docker/testutil [2022-02-12T02:04:47.399Z] github.com/docker/docker/testutil/daemon [2022-02-12T02:04:47.399Z] github.com/docker/docker/testutil/environment [2022-02-12T02:04:47.399Z] github.com/docker/docker/testutil/fakecontext [2022-02-12T02:04:47.399Z] github.com/docker/docker/testutil/fakegit [2022-02-12T02:04:47.399Z] github.com/docker/docker/testutil/fakestorage [2022-02-12T02:04:47.399Z] github.com/docker/docker/testutil/fixtures/load [2022-02-12T02:04:47.399Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-12T02:04:47.399Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-12T02:04:47.399Z] github.com/docker/docker/testutil/registry [2022-02-12T02:04:47.399Z] github.com/docker/docker/testutil/request [2022-02-12T02:04:47.399Z] github.com/docker/docker/volume [2022-02-12T02:04:47.399Z] github.com/docker/docker/volume/drivers [2022-02-12T02:04:47.399Z] github.com/docker/docker/volume/local [2022-02-12T02:04:47.399Z] github.com/docker/docker/volume/mounts [2022-02-12T02:04:47.399Z] github.com/docker/docker/volume/service [2022-02-12T02:04:47.399Z] github.com/docker/docker/volume/service/opts [2022-02-12T02:04:47.399Z] github.com/docker/docker/volume/testutils' [2022-02-12T02:04:47.399Z] ++ grep --fixed-strings /libnetwork [2022-02-12T02:04:47.399Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/bitseq [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cluster [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/config [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/datastore [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/driverapi [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/etchosts [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/idm [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipam [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/iptables [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/netlabel [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/netutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/networkdb [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ns [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/options [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/osl [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/portallocator [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/portmapper [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/testutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/types' [2022-02-12T02:04:47.399Z] + echo 'github.com/docker/docker/libnetwork [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/bitseq [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cluster [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/config [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/datastore [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/driverapi [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/etchosts [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/idm [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipam [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/iptables [2022-02-12T02:04:47.399Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/netlabel [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/netutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/networkdb [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/ns [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/options [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/osl [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/portallocator [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/portmapper [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/testutils [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/types' [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-12T02:04:47.399Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-12T02:04:47.399Z] + type docker-proxy [2022-02-12T02:04:47.399Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-02-12T02:04:47.399Z] + hack/make.sh binary-proxy install-proxy [2022-02-12T02:04:47.399Z] [2022-02-12T02:04:47.399Z] Removing bundles/ [2022-02-12T02:04:47.399Z] [2022-02-12T02:04:47.399Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-02-12T02:04:47.399Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-02-12T02:04:47.399Z] GOOS="" GOARCH="" GOARM="" [2022-02-12T02:04:47.568Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-02-12T02:04:47.829Z] --- PASS: TestTemplatedConfig (3.28s) [2022-02-12T02:04:47.829Z] === RUN TestConfigCreateResolve [2022-02-12T02:04:49.748Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-02-12T02:04:49.748Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-02-12T02:04:50.708Z] --- PASS: TestConfigCreateResolve (2.72s) [2022-02-12T02:04:50.708Z] PASS [2022-02-12T02:04:50.708Z] [2022-02-12T02:04:50.708Z] DONE 6 tests in 17.234s [2022-02-12T02:04:50.708Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-02-12T02:04:50.708Z] ++ 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-02-12T02:04:50.708Z] ++ set -e [2022-02-12T02:04:50.708Z] ++ '[' -n 0 ']' [2022-02-12T02:04:50.708Z] ++ set -x [2022-02-12T02:04:50.708Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-12T02:04:50.708Z] INFO: Testing against a local daemon [2022-02-12T02:04:50.708Z] === RUN TestCheckpoint [2022-02-12T02:04:50.708Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-12T02:04:50.708Z] --- SKIP: TestCheckpoint (0.00s) [2022-02-12T02:04:50.708Z] === RUN TestContainerInvalidJSON [2022-02-12T02:04:50.708Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:04:50.708Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:04:50.708Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:04:50.708Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:04:50.708Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:04:50.708Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:04:50.708Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-02-12T02:04:50.708Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-02-12T02:04:50.708Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-02-12T02:04:50.708Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-02-12T02:04:50.708Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-02-12T02:04:50.708Z] === RUN TestCopyFromContainerPathIsNotDir [2022-02-12T02:04:50.708Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-02-12T02:04:50.708Z] === RUN TestCopyToContainerPathDoesNotExist [2022-02-12T02:04:50.708Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-02-12T02:04:50.708Z] === RUN TestCopyToContainerPathIsNotDir [2022-02-12T02:04:50.854Z] 4612f6d0b889: Verifying Checksum [2022-02-12T02:04:50.854Z] 4612f6d0b889: Download complete [2022-02-12T02:04:50.969Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-02-12T02:04:50.969Z] === RUN TestCopyFromContainer [2022-02-12T02:04:50.969Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-02-12T02:04:51.543Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-02-12T02:04:52.117Z] === RUN TestCopyFromContainer// [2022-02-12T02:04:52.117Z] === RUN TestCopyFromContainer//bar/root [2022-02-12T02:04:52.378Z] === RUN TestCopyFromContainer//bar/root/ [2022-02-12T02:04:52.378Z] === RUN TestCopyFromContainer/bar/quux [2022-02-12T02:04:52.640Z] === RUN TestCopyFromContainer/bar/quux/ [2022-02-12T02:04:52.640Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-02-12T02:04:52.640Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-02-12T02:04:52.640Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-02-12T02:04:52.681Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-02-12T02:04:52.681Z] [2022-02-12T02:04:52.681Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-02-12T02:04:52.681Z] Installing docker-proxy to /usr/local/bin/ [2022-02-12T02:04:52.681Z] [2022-02-12T02:04:52.681Z] + mkdir -p bundles [2022-02-12T02:04:52.681Z] + '[' -n 'github.com/docker/docker/api [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/backend/build [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/httputils [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/middleware [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/router [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/router/build [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/router/container [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/router/debug [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/router/distribution [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/router/grpc [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/router/image [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/router/network [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/router/plugin [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/router/session [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/router/swarm [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/router/system [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/server/router/volume [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/backend [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/blkiodev [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/container [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/events [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/filters [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/image [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/mount [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/network [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/registry [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/strslice [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/swarm [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/time [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/versions [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-12T02:04:52.681Z] github.com/docker/docker/api/types/volume [2022-02-12T02:04:52.681Z] github.com/docker/docker/builder [2022-02-12T02:04:52.681Z] github.com/docker/docker/builder/builder-next [2022-02-12T02:04:52.681Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-12T02:04:52.681Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-12T02:04:52.681Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-12T02:04:52.681Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-12T02:04:52.681Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-12T02:04:52.681Z] github.com/docker/docker/builder/builder-next/worker [2022-02-12T02:04:52.681Z] github.com/docker/docker/builder/dockerfile [2022-02-12T02:04:52.681Z] github.com/docker/docker/builder/dockerignore [2022-02-12T02:04:52.681Z] github.com/docker/docker/builder/remotecontext [2022-02-12T02:04:52.681Z] github.com/docker/docker/builder/remotecontext/git [2022-02-12T02:04:52.681Z] github.com/docker/docker/cli [2022-02-12T02:04:52.681Z] github.com/docker/docker/cli/config [2022-02-12T02:04:52.681Z] github.com/docker/docker/cli/debug [2022-02-12T02:04:52.681Z] github.com/docker/docker/client [2022-02-12T02:04:52.681Z] github.com/docker/docker/cmd/docker-proxy [2022-02-12T02:04:52.681Z] github.com/docker/docker/cmd/dockerd [2022-02-12T02:04:52.681Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-12T02:04:52.681Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-12T02:04:52.681Z] github.com/docker/docker/container [2022-02-12T02:04:52.681Z] github.com/docker/docker/container/stream [2022-02-12T02:04:52.681Z] github.com/docker/docker/contrib/apparmor [2022-02-12T02:04:52.681Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-12T02:04:52.681Z] github.com/docker/docker/contrib/httpserver [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/cluster [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/cluster/convert [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/cluster/executor [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/cluster/provider [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/config [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/events [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/events/testutils [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/exec [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/graphdriver [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/images [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/initlayer [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/links [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/listeners [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/gelf [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/journald [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/local [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/logentries [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/loggertest [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/splunk [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/syslog [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/logger/templates [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/names [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/network [2022-02-12T02:04:52.681Z] github.com/docker/docker/daemon/stats [2022-02-12T02:04:52.681Z] github.com/docker/docker/distribution [2022-02-12T02:04:52.681Z] github.com/docker/docker/distribution/metadata [2022-02-12T02:04:52.681Z] github.com/docker/docker/distribution/utils [2022-02-12T02:04:52.681Z] github.com/docker/docker/distribution/xfer [2022-02-12T02:04:52.681Z] github.com/docker/docker/dockerversion [2022-02-12T02:04:52.681Z] github.com/docker/docker/errdefs [2022-02-12T02:04:52.681Z] github.com/docker/docker/image [2022-02-12T02:04:52.681Z] github.com/docker/docker/image/cache [2022-02-12T02:04:52.681Z] github.com/docker/docker/image/tarexport [2022-02-12T02:04:52.681Z] github.com/docker/docker/image/v1 [2022-02-12T02:04:52.681Z] github.com/docker/docker/internal/test/suite [2022-02-12T02:04:52.681Z] github.com/docker/docker/layer [2022-02-12T02:04:52.681Z] github.com/docker/docker/libcontainerd [2022-02-12T02:04:52.681Z] github.com/docker/docker/libcontainerd/queue [2022-02-12T02:04:52.681Z] github.com/docker/docker/libcontainerd/remote [2022-02-12T02:04:52.681Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-12T02:04:52.681Z] github.com/docker/docker/libcontainerd/types [2022-02-12T02:04:52.681Z] github.com/docker/docker/oci [2022-02-12T02:04:52.681Z] github.com/docker/docker/oci/caps [2022-02-12T02:04:52.681Z] github.com/docker/docker/opts [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/aaparser [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/archive [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/authorization [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/broadcaster [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/capabilities [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/chrootarchive [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/containerfs [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/devicemapper [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/directory [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/dmesg [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/filenotify [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/fileutils [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/fsutils [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/homedir [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/idtools [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/ioutils [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/jsonmessage [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/locker [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/longpath [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/loopback [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/mount [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/namesgenerator [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/parsers [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/pidfile [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/platform [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/plugingetter [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/plugins [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/plugins/transport [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/pools [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/progress [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/pubsub [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/reexec [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/signal [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/stack [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/stdcopy [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/streamformatter [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/stringid [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/symlink [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/sysinfo [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/system [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/tailfile [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/tarsum [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/term [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/term/windows [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/truncindex [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/urlutil [2022-02-12T02:04:52.681Z] github.com/docker/docker/pkg/useragent [2022-02-12T02:04:52.681Z] github.com/docker/docker/plugin [2022-02-12T02:04:52.681Z] github.com/docker/docker/plugin/executor/containerd [2022-02-12T02:04:52.681Z] github.com/docker/docker/plugin/v2 [2022-02-12T02:04:52.681Z] github.com/docker/docker/profiles/apparmor [2022-02-12T02:04:52.681Z] github.com/docker/docker/profiles/seccomp [2022-02-12T02:04:52.681Z] github.com/docker/docker/quota [2022-02-12T02:04:52.681Z] github.com/docker/docker/reference [2022-02-12T02:04:52.681Z] github.com/docker/docker/registry [2022-02-12T02:04:52.681Z] github.com/docker/docker/registry/resumable [2022-02-12T02:04:52.681Z] github.com/docker/docker/restartmanager [2022-02-12T02:04:52.681Z] github.com/docker/docker/rootless [2022-02-12T02:04:52.681Z] github.com/docker/docker/rootless/specconv [2022-02-12T02:04:52.681Z] github.com/docker/docker/runconfig [2022-02-12T02:04:52.681Z] github.com/docker/docker/runconfig/opts [2022-02-12T02:04:52.681Z] github.com/docker/docker/testutil [2022-02-12T02:04:52.681Z] github.com/docker/docker/testutil/daemon [2022-02-12T02:04:52.681Z] github.com/docker/docker/testutil/environment [2022-02-12T02:04:52.681Z] github.com/docker/docker/testutil/fakecontext [2022-02-12T02:04:52.681Z] github.com/docker/docker/testutil/fakegit [2022-02-12T02:04:52.681Z] github.com/docker/docker/testutil/fakestorage [2022-02-12T02:04:52.681Z] github.com/docker/docker/testutil/fixtures/load [2022-02-12T02:04:52.681Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-12T02:04:52.681Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-12T02:04:52.681Z] github.com/docker/docker/testutil/registry [2022-02-12T02:04:52.681Z] github.com/docker/docker/testutil/request [2022-02-12T02:04:52.681Z] github.com/docker/docker/volume [2022-02-12T02:04:52.681Z] github.com/docker/docker/volume/drivers [2022-02-12T02:04:52.681Z] github.com/docker/docker/volume/local [2022-02-12T02:04:52.681Z] github.com/docker/docker/volume/mounts [2022-02-12T02:04:52.681Z] github.com/docker/docker/volume/service [2022-02-12T02:04:52.681Z] github.com/docker/docker/volume/service/opts [2022-02-12T02:04:52.681Z] github.com/docker/docker/volume/testutils' ']' [2022-02-12T02:04:52.682Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/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/loggertest 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/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-02-12T02:04:52.682Z] ? github.com/docker/docker/api [no test files] [2022-02-12T02:04:52.901Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-02-12T02:04:52.901Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-02-12T02:04:53.163Z] === RUN TestCopyFromContainer/bar/notarget [2022-02-12T02:04:53.163Z] --- PASS: TestCopyFromContainer (2.31s) [2022-02-12T02:04:53.163Z] --- PASS: TestCopyFromContainer// (0.11s) [2022-02-12T02:04:53.163Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2022-02-12T02:04:53.163Z] --- PASS: TestCopyFromContainer//bar/root/ (0.15s) [2022-02-12T02:04:53.163Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2022-02-12T02:04:53.163Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2022-02-12T02:04:53.163Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2022-02-12T02:04:53.163Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2022-02-12T02:04:53.163Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2022-02-12T02:04:53.163Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2022-02-12T02:04:53.163Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2022-02-12T02:04:53.163Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-02-12T02:04:53.163Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:04:53.163Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:04:53.163Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:04:53.163Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:04:53.163Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:04:53.163Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:04:53.163Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:04:53.163Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:04:53.163Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:04:53.163Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-02-12T02:04:53.163Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.02s) [2022-02-12T02:04:53.163Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-02-12T02:04:53.163Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.02s) [2022-02-12T02:04:53.163Z] === RUN TestCreateLinkToNonExistingContainer [2022-02-12T02:04:53.163Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-02-12T02:04:53.163Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-02-12T02:04:53.163Z] === RUN TestCreateWithInvalidEnv [2022-02-12T02:04:53.163Z] === RUN TestCreateWithInvalidEnv/0 [2022-02-12T02:04:53.163Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-02-12T02:04:53.163Z] === RUN TestCreateWithInvalidEnv/1 [2022-02-12T02:04:53.163Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-02-12T02:04:53.163Z] === RUN TestCreateWithInvalidEnv/2 [2022-02-12T02:04:53.163Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-02-12T02:04:53.425Z] === CONT TestCreateWithInvalidEnv/0 [2022-02-12T02:04:53.425Z] === CONT TestCreateWithInvalidEnv/2 [2022-02-12T02:04:53.425Z] === CONT TestCreateWithInvalidEnv/1 [2022-02-12T02:04:53.425Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-02-12T02:04:53.425Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-02-12T02:04:53.425Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-02-12T02:04:53.425Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-02-12T02:04:53.425Z] === RUN TestCreateTmpfsMountsTarget [2022-02-12T02:04:53.425Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-02-12T02:04:53.425Z] === RUN TestCreateWithCustomMaskedPaths [2022-02-12T02:04:55.345Z] --- PASS: TestCreateWithCustomMaskedPaths (1.68s) [2022-02-12T02:04:55.345Z] === RUN TestCreateWithCustomReadonlyPaths [2022-02-12T02:04:56.735Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.60s) [2022-02-12T02:04:56.735Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-02-12T02:04:56.735Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:04:56.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:04:56.735Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:04:56.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:04:56.735Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:04:56.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:04:56.735Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:04:56.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:04:56.735Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:04:56.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:04:56.735Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:04:56.735Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:04:56.735Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:04:56.735Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:04:56.735Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:04:56.735Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-02-12T02:04:56.735Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-02-12T02:04:56.735Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-02-12T02:04:56.735Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-02-12T02:04:56.735Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-02-12T02:04:56.735Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-02-12T02:04:56.735Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-02-12T02:04:56.997Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-02-12T02:04:57.570Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.74s) [2022-02-12T02:04:57.570Z] === RUN TestCreateDifferentPlatform [2022-02-12T02:04:57.570Z] === RUN TestCreateDifferentPlatform/different_os [2022-02-12T02:04:57.570Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-02-12T02:04:57.570Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-02-12T02:04:57.570Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-02-12T02:04:57.570Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-02-12T02:04:57.570Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-02-12T02:04:57.570Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-02-12T02:04:57.570Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-02-12T02:04:57.570Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-02-12T02:04:57.570Z] === RUN TestContainerStartOnDaemonRestart [2022-02-12T02:04:57.570Z] === PAUSE TestContainerStartOnDaemonRestart [2022-02-12T02:04:57.570Z] === RUN TestDaemonRestartIpcMode [2022-02-12T02:04:57.570Z] === PAUSE TestDaemonRestartIpcMode [2022-02-12T02:04:57.570Z] === RUN TestDaemonHostGatewayIP [2022-02-12T02:04:57.570Z] === PAUSE TestDaemonHostGatewayIP [2022-02-12T02:04:57.570Z] === RUN TestRestartDaemonWithRestartingContainer [2022-02-12T02:04:57.570Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-02-12T02:04:57.570Z] === RUN TestContainerKillOnDaemonStart [2022-02-12T02:04:57.570Z] === PAUSE TestContainerKillOnDaemonStart [2022-02-12T02:04:57.570Z] === RUN TestDiff [2022-02-12T02:04:58.145Z] --- PASS: TestDiff (0.66s) [2022-02-12T02:04:58.145Z] === RUN TestExecWithCloseStdin [2022-02-12T02:04:58.407Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-02-12T02:04:58.980Z] --- PASS: TestExecWithCloseStdin (0.63s) [2022-02-12T02:04:58.980Z] === RUN TestExec [2022-02-12T02:04:59.270Z] ok github.com/docker/docker/api/server 0.013s coverage: 9.0% of statements [2022-02-12T02:04:59.552Z] --- PASS: TestExec (0.62s) [2022-02-12T02:04:59.552Z] === RUN TestExecUser [2022-02-12T02:05:00.124Z] --- PASS: TestExecUser (0.66s) [2022-02-12T02:05:00.124Z] === RUN TestExportContainerAndImportImage [2022-02-12T02:05:00.698Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-02-12T02:05:00.960Z] --- PASS: TestExportContainerAndImportImage (0.80s) [2022-02-12T02:05:00.960Z] === RUN TestExportContainerAfterDaemonRestart [2022-02-12T02:05:00.961Z] check_test.go:308: [df7e7c9b6c5e0] daemon is not started [2022-02-12T02:05:00.961Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-02-12T02:05:01.223Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-02-12T02:05:01.223Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-02-12T02:05:01.484Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-02-12T02:05:02.058Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-02-12T02:05:02.321Z] --- PASS: TestExportContainerAfterDaemonRestart (1.47s) [2022-02-12T02:05:02.321Z] === RUN TestHealthCheckWorkdir [2022-02-12T02:05:02.583Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-02-12T02:05:02.844Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-02-12T02:05:03.417Z] --- PASS: TestHealthCheckWorkdir (0.87s) [2022-02-12T02:05:03.417Z] === RUN TestHealthKillContainer [2022-02-12T02:05:05.343Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-02-12T02:05:05.605Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-02-12T02:05:06.547Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-02-12T02:05:07.120Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-02-12T02:05:09.039Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-02-12T02:05:09.612Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-02-12T02:05:11.147Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-02-12T02:05:11.147Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-12T02:05:11.147Z] GOOS="" GOARCH="" GOARM="" [2022-02-12T02:05:11.147Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-12T02:05:11.147Z] [2022-02-12T02:05:11.147Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-02-12T02:05:11.147Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-02-12T02:05:11.147Z] HOSTNAME=ab075ac6cb3d [2022-02-12T02:05:11.147Z] TESTDEBUG=0 [2022-02-12T02:05:11.147Z] DEST=bundles/test-integration [2022-02-12T02:05:11.147Z] PWD=/go/src/github.com/docker/docker [2022-02-12T02:05:11.147Z] DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 [2022-02-12T02:05:11.147Z] container=docker [2022-02-12T02:05:11.147Z] HOME=/root [2022-02-12T02:05:11.147Z] GOLANG_VERSION=1.17.6 [2022-02-12T02:05:11.147Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-02-12T02:05:11.147Z] VALIDATE_BRANCH=master [2022-02-12T02:05:11.147Z] TERM=xterm [2022-02-12T02:05:11.147Z] DOCKER_PKG=github.com/docker/docker [2022-02-12T02:05:11.147Z] SHLVL=1 [2022-02-12T02:05:11.147Z] TIMEOUT=120m [2022-02-12T02:05:11.147Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-02-12T02:05:11.147Z] DOCKER_GRAPHDRIVER=overlay2 [2022-02-12T02:05:11.147Z] GO111MODULE=off [2022-02-12T02:05:11.147Z] DOCKER_EXPERIMENTAL=1 [2022-02-12T02:05:11.147Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-02-12T02:05:11.147Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-02-12T02:05:11.147Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-02-12T02:05:11.147Z] GOPATH=/go [2022-02-12T02:05:11.147Z] PKG_CONFIG=pkg-config [2022-02-12T02:05:11.147Z] _=/usr/bin/env [2022-02-12T02:05:11.147Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-02-12T02:05:11.541Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-02-12T02:05:11.803Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-02-12T02:05:11.803Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-02-12T02:05:11.803Z] check_test.go:308: [d194c7da1bd69] daemon is not started [2022-02-12T02:05:11.803Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-02-12T02:05:11.803Z] --- PASS: TestHealthKillContainer (8.47s) [2022-02-12T02:05:11.803Z] === RUN TestInspectCpusetInConfigPre120 [2022-02-12T02:05:12.377Z] --- PASS: TestInspectCpusetInConfigPre120 (0.63s) [2022-02-12T02:05:12.377Z] === RUN TestIpcModeNone [2022-02-12T02:05:12.953Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-02-12T02:05:13.215Z] --- PASS: TestIpcModeNone (0.87s) [2022-02-12T02:05:13.215Z] === RUN TestIpcModePrivate [2022-02-12T02:05:13.806Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-02-12T02:05:13.806Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:106, shared: false, mustBeShared: false [2022-02-12T02:05:14.078Z] --- PASS: TestIpcModePrivate (0.87s) [2022-02-12T02:05:14.078Z] === RUN TestIpcModeShareable [2022-02-12T02:05:14.078Z] === RUN TestDockerSuite/TestBuildAddScript [2022-02-12T02:05:15.036Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:79, shared: true, mustBeShared: true [2022-02-12T02:05:15.036Z] --- PASS: TestIpcModeShareable (0.95s) [2022-02-12T02:05:15.036Z] === RUN TestAPIIpcModeShareableAndContainer [2022-02-12T02:05:15.980Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-02-12T02:05:17.372Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-02-12T02:05:17.395Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 14.7% of statements [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-02-12T02:05:17.395Z] ok github.com/docker/docker/api/types/strslice 0.024s coverage: 90.0% of statements [2022-02-12T02:05:17.395Z] ok github.com/docker/docker/api/server/middleware 0.017s coverage: 37.7% of statements [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/server/router [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-02-12T02:05:17.395Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-02-12T02:05:17.395Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2022-02-12T02:05:17.395Z] ok github.com/docker/docker/api/server/router/swarm 0.020s coverage: 5.7% of statements [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types/container [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types/events [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types/image [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types/network [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-02-12T02:05:17.395Z] ok github.com/docker/docker/api/types/versions 0.008s coverage: 77.3% of statements [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/builder [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-02-12T02:05:17.395Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-02-12T02:05:17.395Z] ok github.com/docker/docker/cli/debug 0.015s coverage: 100.0% of statements [2022-02-12T02:05:17.395Z] ok github.com/docker/docker/cmd/docker-proxy 0.156s coverage: 67.6% of statements [2022-02-12T02:05:17.634Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-02-12T02:05:17.897Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.74s) [2022-02-12T02:05:17.897Z] === RUN TestAPIIpcModeHost [2022-02-12T02:05:18.470Z] --- PASS: TestAPIIpcModeHost (0.65s) [2022-02-12T02:05:18.470Z] === RUN TestDaemonIpcModeShareable [2022-02-12T02:05:18.780Z] ok github.com/docker/docker/builder/remotecontext 0.252s coverage: 13.7% of statements [2022-02-12T02:05:19.353Z] ok github.com/docker/docker/builder/dockerfile 0.391s coverage: 49.0% of statements [2022-02-12T02:05:19.353Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-02-12T02:05:19.414Z] check_test.go:308: [dcbc35c8de868] daemon is not started [2022-02-12T02:05:19.414Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-02-12T02:05:19.676Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: true, mustBeShared: true [2022-02-12T02:05:19.938Z] --- PASS: TestDaemonIpcModeShareable (1.61s) [2022-02-12T02:05:19.938Z] === RUN TestDaemonIpcModePrivate [2022-02-12T02:05:21.857Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false [2022-02-12T02:05:21.858Z] --- PASS: TestDaemonIpcModePrivate (1.76s) [2022-02-12T02:05:21.858Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-02-12T02:05:22.119Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-02-12T02:05:22.658Z] ok github.com/docker/docker/client 0.131s coverage: 75.8% of statements [2022-02-12T02:05:22.693Z] check_test.go:308: [d527d62fa74f5] daemon is not started [2022-02-12T02:05:22.693Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-02-12T02:05:22.919Z] ok github.com/docker/docker/builder/remotecontext/git 5.515s coverage: 86.3% of statements [2022-02-12T02:05:22.919Z] ? github.com/docker/docker/cli [no test files] [2022-02-12T02:05:22.919Z] ? github.com/docker/docker/cli/config [no test files] [2022-02-12T02:05:23.265Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false [2022-02-12T02:05:23.265Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.59s) [2022-02-12T02:05:23.265Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-02-12T02:05:23.532Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-02-12T02:05:24.920Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: true, mustBeShared: true [2022-02-12T02:05:24.920Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.47s) [2022-02-12T02:05:24.920Z] === RUN TestIpcModeOlderClient [2022-02-12T02:05:24.920Z] === PAUSE TestIpcModeOlderClient [2022-02-12T02:05:24.920Z] === RUN TestKillContainerInvalidSignal [2022-02-12T02:05:25.494Z] --- PASS: TestKillContainerInvalidSignal (0.63s) [2022-02-12T02:05:25.494Z] === RUN TestKillContainer [2022-02-12T02:05:25.494Z] === RUN TestKillContainer/no_signal [2022-02-12T02:05:25.755Z] docker_cli_daemon_plugins_test.go:80: [db78c7dfa1570] daemon is not started [2022-02-12T02:05:26.023Z] === RUN TestKillContainer/non_killing_signal [2022-02-12T02:05:26.598Z] === RUN TestKillContainer/killing_signal [2022-02-12T02:05:26.860Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-02-12T02:05:27.434Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-02-12T02:05:27.434Z] --- PASS: TestKillContainer (1.98s) [2022-02-12T02:05:27.434Z] --- PASS: TestKillContainer/no_signal (0.60s) [2022-02-12T02:05:27.434Z] --- PASS: TestKillContainer/non_killing_signal (0.50s) [2022-02-12T02:05:27.434Z] --- PASS: TestKillContainer/killing_signal (0.67s) [2022-02-12T02:05:27.434Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-02-12T02:05:27.434Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-02-12T02:05:28.006Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-02-12T02:05:28.583Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.16s) [2022-02-12T02:05:28.583Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.57s) [2022-02-12T02:05:28.583Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.40s) [2022-02-12T02:05:28.583Z] === RUN TestKillStoppedContainer [2022-02-12T02:05:28.583Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-02-12T02:05:28.583Z] === RUN TestKillStoppedContainerAPIPre120 [2022-02-12T02:05:28.846Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2022-02-12T02:05:28.846Z] === RUN TestKillDifferentUserContainer [2022-02-12T02:05:29.420Z] --- PASS: TestKillDifferentUserContainer (0.67s) [2022-02-12T02:05:29.420Z] === RUN TestInspectOomKilledTrue [2022-02-12T02:05:29.420Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-12T02:05:29.420Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-02-12T02:05:29.420Z] === RUN TestInspectOomKilledFalse [2022-02-12T02:05:29.420Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-12T02:05:29.420Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-02-12T02:05:29.420Z] === RUN TestLinksEtcHostsContentMatch [2022-02-12T02:05:29.507Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.015s coverage: 65.3% of statements [2022-02-12T02:05:29.507Z] ok github.com/docker/docker/daemon/cluster/convert 0.027s coverage: 35.9% of statements [2022-02-12T02:05:29.507Z] ok github.com/docker/docker/container 0.123s coverage: 34.8% of statements [2022-02-12T02:05:29.682Z] docker_cli_daemon_plugins_test.go:170: [df43381c1e41f] daemon is not started [2022-02-12T02:05:29.682Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-02-12T02:05:29.944Z] --- PASS: TestLinksEtcHostsContentMatch (0.46s) [2022-02-12T02:05:29.944Z] === RUN TestLinksContainerNames [2022-02-12T02:05:30.205Z] === RUN TestDockerSuite/TestBuildAddTar [2022-02-12T02:05:30.450Z] ok github.com/docker/docker/daemon/events 0.062s coverage: 50.0% of statements [2022-02-12T02:05:30.712Z] ok github.com/docker/docker/daemon/config 0.068s coverage: 81.0% of statements [2022-02-12T02:05:30.712Z] ok github.com/docker/docker/daemon/graphdriver 0.045s coverage: 2.2% of statements [2022-02-12T02:05:30.973Z] ok github.com/docker/docker/cmd/dockerd/trap 2.888s coverage: 0.0% of statements [2022-02-12T02:05:31.150Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-02-12T02:05:31.150Z] --- PASS: TestLinksContainerNames (1.23s) [2022-02-12T02:05:31.150Z] === RUN TestLogsFollowTailEmpty [2022-02-12T02:05:31.724Z] --- PASS: TestLogsFollowTailEmpty (0.69s) [2022-02-12T02:05:31.724Z] === RUN TestContainerNetworkMountsNoChown [2022-02-12T02:05:31.903Z] --- PASS: TestImportExtremelyLargeImageWorks (92.21s) [2022-02-12T02:05:31.903Z] PASS [2022-02-12T02:05:31.903Z] [2022-02-12T02:05:31.903Z] DONE 22 tests in 95.099s [2022-02-12T02:05:31.903Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-02-12T02:05:31.903Z] INFO: Testing against a local daemon [2022-02-12T02:05:31.903Z] === RUN TestNetworkCreateDelete [2022-02-12T02:05:31.903Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-02-12T02:05:31.903Z] === RUN TestDockerNetworkDeletePreferID [2022-02-12T02:05:31.903Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-02-12T02:05:31.903Z] === RUN TestDaemonDNSFallback [2022-02-12T02:05:31.917Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.490s coverage: 56.2% of statements [2022-02-12T02:05:32.297Z] --- PASS: TestContainerNetworkMountsNoChown (0.59s) [2022-02-12T02:05:32.297Z] === RUN TestMountDaemonRoot [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/default [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/default [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/private [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/private [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rprivate [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rprivate [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/slave [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/slave [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rslave [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rslave [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/shared [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/shared [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rshared [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rshared [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/default [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/default/mount_root [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/default/bind_root [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/default/mount_root [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/rshared [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/shared [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/rslave [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/slave [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/rprivate [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/private [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/private/mount_root [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-02-12T02:05:32.559Z] === RUN TestMountDaemonRoot/private/bind_root [2022-02-12T02:05:32.559Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/default/bind_root [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-02-12T02:05:32.559Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-02-12T02:05:32.821Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-02-12T02:05:32.821Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-02-12T02:05:32.821Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-02-12T02:05:32.821Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-02-12T02:05:32.821Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-02-12T02:05:32.821Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-02-12T02:05:32.821Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-02-12T02:05:32.821Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-02-12T02:05:32.821Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-02-12T02:05:32.821Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-02-12T02:05:32.821Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-02-12T02:05:32.821Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-02-12T02:05:32.821Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-02-12T02:05:32.859Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.028s coverage: 74.6% of statements [2022-02-12T02:05:33.083Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-02-12T02:05:33.083Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-02-12T02:05:33.083Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-02-12T02:05:33.083Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-02-12T02:05:33.083Z] === CONT TestMountDaemonRoot/private/bind_root [2022-02-12T02:05:33.083Z] === CONT TestMountDaemonRoot/private/mount_root [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.07s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2022-02-12T02:05:33.083Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-02-12T02:05:33.083Z] === RUN TestContainerBindMountNonRecursive [2022-02-12T02:05:33.431Z] ok github.com/docker/docker/daemon/cluster 0.077s coverage: 0.5% of statements [2022-02-12T02:05:33.431Z] ok github.com/docker/docker/cmd/dockerd 0.093s coverage: 29.1% of statements [2022-02-12T02:05:33.431Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-02-12T02:05:33.431Z] ? github.com/docker/docker/container/stream [no test files] [2022-02-12T02:05:33.431Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-02-12T02:05:33.431Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-02-12T02:05:33.431Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-02-12T02:05:33.431Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.027s coverage: 1.8% of statements [2022-02-12T02:05:34.022Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.046s coverage: 3.0% of statements [2022-02-12T02:05:34.431Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-02-12T02:05:34.431Z] === RUN TestInspectNetwork [2022-02-12T02:05:34.471Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-02-12T02:05:34.973Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.273s coverage: 50.5% of statements [2022-02-12T02:05:34.973Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.8% of statements [2022-02-12T02:05:35.048Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-02-12T02:05:35.048Z] --- PASS: TestContainerBindMountNonRecursive (1.97s) [2022-02-12T02:05:35.048Z] === RUN TestContainerVolumesMountedAsShared [2022-02-12T02:05:35.235Z] ok github.com/docker/docker/daemon/links 0.009s coverage: 93.0% of statements [2022-02-12T02:05:35.235Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-02-12T02:05:35.622Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-02-12T02:05:35.622Z] --- PASS: TestContainerVolumesMountedAsShared (0.64s) [2022-02-12T02:05:35.622Z] === RUN TestContainerVolumesMountedAsSlave [2022-02-12T02:05:35.884Z] check_test.go:308: [dc22f6a98624b] daemon is not started [2022-02-12T02:05:36.146Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-02-12T02:05:36.146Z] --- PASS: TestContainerVolumesMountedAsSlave (0.49s) [2022-02-12T02:05:36.146Z] === RUN TestNetworkNat [2022-02-12T02:05:36.177Z] ok github.com/docker/docker/daemon/images 0.052s coverage: 6.6% of statements [2022-02-12T02:05:36.177Z] ok github.com/docker/docker/daemon/logger/fluentd 0.004s coverage: 33.6% of statements [2022-02-12T02:05:36.177Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.404s coverage: 58.0% of statements [2022-02-12T02:05:36.177Z] ok github.com/docker/docker/daemon/logger/awslogs 0.133s coverage: 79.9% of statements [2022-02-12T02:05:36.438Z] ok github.com/docker/docker/daemon/logger 0.222s coverage: 43.8% of statements [2022-02-12T02:05:36.699Z] ok github.com/docker/docker/daemon/logger/gelf 0.029s coverage: 67.0% of statements [2022-02-12T02:05:36.699Z] ok github.com/docker/docker/daemon/logger/journald 0.024s coverage: 23.4% of statements [2022-02-12T02:05:36.699Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-02-12T02:05:37.090Z] --- PASS: TestNetworkNat (0.74s) [2022-02-12T02:05:37.090Z] === RUN TestNetworkLocalhostTCPNat [2022-02-12T02:05:37.090Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-02-12T02:05:37.271Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.073s coverage: 80.5% of statements [2022-02-12T02:05:37.271Z] ok github.com/docker/docker/daemon/logger/local 0.037s coverage: 79.5% of statements [2022-02-12T02:05:37.271Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.853s coverage: 46.2% of statements [2022-02-12T02:05:37.533Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.070s coverage: 60.8% of statements [2022-02-12T02:05:37.533Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.045s coverage: 31.5% of statements [2022-02-12T02:05:37.663Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-02-12T02:05:37.663Z] --- PASS: TestNetworkLocalhostTCPNat (0.75s) [2022-02-12T02:05:37.663Z] === RUN TestNetworkLoopbackNat [2022-02-12T02:05:37.715Z] === RUN TestInspectNetwork/full_network_id [2022-02-12T02:05:37.715Z] === RUN TestInspectNetwork/partial_network_id [2022-02-12T02:05:37.715Z] === RUN TestInspectNetwork/network_name [2022-02-12T02:05:37.715Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-02-12T02:05:37.793Z] ok github.com/docker/docker/daemon/logger/templates 0.017s coverage: 8.3% of statements [2022-02-12T02:05:37.793Z] ok github.com/docker/docker/daemon/logger/syslog 0.024s coverage: 46.8% of statements [2022-02-12T02:05:38.055Z] ok github.com/docker/docker/daemon/network 0.018s coverage: 63.8% of statements [2022-02-12T02:05:38.055Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.482s coverage: 13.7% of statements [2022-02-12T02:05:38.236Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-02-12T02:05:38.316Z] ok github.com/docker/docker/distribution/metadata 0.052s coverage: 48.2% of statements [2022-02-12T02:05:38.316Z] ok github.com/docker/docker/errdefs 0.029s coverage: 53.1% of statements [2022-02-12T02:05:38.887Z] ok github.com/docker/docker/image 0.018s coverage: 86.6% of statements [2022-02-12T02:05:38.887Z] ok github.com/docker/docker/image/cache 0.010s coverage: 19.2% of statements [2022-02-12T02:05:38.887Z] ok github.com/docker/docker/distribution 0.100s coverage: 26.3% of statements [2022-02-12T02:05:38.887Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-02-12T02:05:39.148Z] ok github.com/docker/docker/image/v1 0.018s coverage: 25.0% of statements [2022-02-12T02:05:39.148Z] ok github.com/docker/docker/libcontainerd/queue 0.026s coverage: 100.0% of statements [2022-02-12T02:05:39.148Z] ok github.com/docker/docker/daemon/logger/splunk 1.544s coverage: 82.5% of statements [2022-02-12T02:05:39.180Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-02-12T02:05:39.180Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-02-12T02:05:39.409Z] ok github.com/docker/docker/pkg/aaparser 0.006s coverage: 52.9% of statements [2022-02-12T02:05:39.409Z] ok github.com/docker/docker/oci 0.025s coverage: 43.3% of statements [2022-02-12T02:05:39.670Z] ok github.com/docker/docker/opts 0.031s coverage: 67.1% of statements [2022-02-12T02:05:39.670Z] ok github.com/docker/docker/pkg/broadcaster 0.023s coverage: 100.0% of statements [2022-02-12T02:05:39.932Z] ok github.com/docker/docker/pkg/capabilities 0.017s coverage: 87.5% of statements [2022-02-12T02:05:40.192Z] ok github.com/docker/docker/pkg/directory 0.009s coverage: 80.0% of statements [2022-02-12T02:05:40.192Z] ok github.com/docker/docker/distribution/xfer 1.761s coverage: 85.4% of statements [2022-02-12T02:05:40.192Z] ok github.com/docker/docker/pkg/authorization 0.354s coverage: 68.3% of statements [2022-02-12T02:05:40.192Z] ok github.com/docker/docker/pkg/dmesg 0.027s coverage: 83.3% of statements [2022-02-12T02:05:40.569Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-02-12T02:05:40.569Z] --- PASS: TestNetworkLoopbackNat (3.03s) [2022-02-12T02:05:40.569Z] === RUN TestPause [2022-02-12T02:05:40.763Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-02-12T02:05:40.763Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2022-02-12T02:05:40.763Z] ok github.com/docker/docker/pkg/fsutils 0.235s coverage: 85.1% of statements [2022-02-12T02:05:41.024Z] ok github.com/docker/docker/pkg/archive 0.461s coverage: 82.5% of statements [2022-02-12T02:05:41.024Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 68.2% of statements [2022-02-12T02:05:41.285Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-02-12T02:05:41.285Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2022-02-12T02:05:41.285Z] ok github.com/docker/docker/pkg/namesgenerator 0.025s coverage: 85.7% of statements [2022-02-12T02:05:41.285Z] ok github.com/docker/docker/pkg/idtools 0.370s coverage: 69.5% of statements [2022-02-12T02:05:41.285Z] ok github.com/docker/docker/pkg/parsers 0.009s coverage: 97.0% of statements [2022-02-12T02:05:41.514Z] --- PASS: TestPause (0.75s) [2022-02-12T02:05:41.514Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-02-12T02:05:41.514Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-12T02:05:41.514Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-12T02:05:41.514Z] === RUN TestPauseStopPausedContainer [2022-02-12T02:05:41.546Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-02-12T02:05:41.546Z] ok github.com/docker/docker/pkg/ioutils 0.430s coverage: 70.1% of statements [2022-02-12T02:05:41.546Z] ok github.com/docker/docker/pkg/pidfile 0.020s coverage: 82.4% of statements [2022-02-12T02:05:41.546Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2022-02-12T02:05:41.806Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2022-02-12T02:05:41.806Z] ok github.com/docker/docker/pkg/pools 0.010s coverage: 88.2% of statements [2022-02-12T02:05:41.903Z] --- PASS: TestInspectNetwork (7.11s) [2022-02-12T02:05:41.903Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-02-12T02:05:41.903Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-02-12T02:05:41.903Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-02-12T02:05:41.903Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-02-12T02:05:41.903Z] === RUN TestRunContainerWithBridgeNone [2022-02-12T02:05:42.067Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-02-12T02:05:42.067Z] ok github.com/docker/docker/pkg/progress 0.013s coverage: 75.9% of statements [2022-02-12T02:05:42.067Z] ok github.com/docker/docker/pkg/stack 0.002s coverage: 90.9% of statements [2022-02-12T02:05:42.067Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-02-12T02:05:42.089Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-02-12T02:05:42.328Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-02-12T02:05:42.328Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2022-02-12T02:05:42.328Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-02-12T02:05:42.350Z] --- PASS: TestPauseStopPausedContainer (0.92s) [2022-02-12T02:05:42.350Z] === RUN TestPidHost [2022-02-12T02:05:42.350Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-02-12T02:05:42.589Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 51.2% of statements [2022-02-12T02:05:42.589Z] ok github.com/docker/docker/pkg/tailfile 0.030s coverage: 88.6% of statements [2022-02-12T02:05:42.589Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 40.1% of statements [2022-02-12T02:05:42.849Z] coverage: [no statements] [2022-02-12T02:05:42.849Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2022-02-12T02:05:42.849Z] ok github.com/docker/docker/pkg/chrootarchive 2.626s coverage: 43.5% of statements [2022-02-12T02:05:43.111Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-02-12T02:05:43.111Z] ok github.com/docker/docker/pkg/pubsub 1.049s coverage: 75.0% of statements [2022-02-12T02:05:43.111Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-02-12T02:05:43.111Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-02-12T02:05:43.111Z] ok github.com/docker/docker/pkg/tarsum 0.053s coverage: 89.3% of statements [2022-02-12T02:05:43.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-02-12T02:05:43.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-02-12T02:05:43.278Z] --- PASS: TestRunContainerWithBridgeNone (1.52s) [2022-02-12T02:05:43.278Z] === RUN TestNetworkInvalidJSON [2022-02-12T02:05:43.278Z] === RUN TestNetworkInvalidJSON//networks/create [2022-02-12T02:05:43.278Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-02-12T02:05:43.278Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:05:43.278Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:05:43.278Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:05:43.278Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:05:43.278Z] === CONT TestNetworkInvalidJSON//networks/create [2022-02-12T02:05:43.278Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:05:43.278Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:05:43.278Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-02-12T02:05:43.278Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-02-12T02:05:43.278Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-02-12T02:05:43.278Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-02-12T02:05:43.278Z] === RUN TestNetworkList [2022-02-12T02:05:43.278Z] === RUN TestNetworkList//networks [2022-02-12T02:05:43.278Z] === PAUSE TestNetworkList//networks [2022-02-12T02:05:43.278Z] === RUN TestNetworkList//networks/ [2022-02-12T02:05:43.278Z] === PAUSE TestNetworkList//networks/ [2022-02-12T02:05:43.278Z] === CONT TestNetworkList//networks [2022-02-12T02:05:43.278Z] === CONT TestNetworkList//networks/ [2022-02-12T02:05:43.278Z] --- PASS: TestNetworkList (0.01s) [2022-02-12T02:05:43.278Z] --- PASS: TestNetworkList//networks (0.00s) [2022-02-12T02:05:43.278Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-02-12T02:05:43.278Z] === RUN TestHostIPv4BridgeLabel [2022-02-12T02:05:43.372Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.4% of statements [2022-02-12T02:05:43.633Z] ok github.com/docker/docker/profiles/seccomp 0.012s coverage: 86.0% of statements [2022-02-12T02:05:43.633Z] ok github.com/docker/docker/reference 0.009s coverage: 84.4% of statements [2022-02-12T02:05:43.739Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-02-12T02:05:43.844Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-02-12T02:05:43.844Z] === RUN TestDaemonRestartWithLiveRestore [2022-02-12T02:05:43.893Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-02-12T02:05:44.001Z] --- PASS: TestPidHost (1.57s) [2022-02-12T02:05:44.001Z] === RUN TestPsFilter [2022-02-12T02:05:44.001Z] --- PASS: TestPsFilter (0.16s) [2022-02-12T02:05:44.001Z] === RUN TestRemoveContainerWithRemovedVolume [2022-02-12T02:05:44.154Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-02-12T02:05:44.414Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-02-12T02:05:44.414Z] ok github.com/docker/docker/registry 0.050s coverage: 58.3% of statements [2022-02-12T02:05:44.414Z] ok github.com/docker/docker/runconfig 0.009s coverage: 65.7% of statements [2022-02-12T02:05:44.414Z] ok github.com/docker/docker/plugin 0.524s coverage: 23.2% of statements [2022-02-12T02:05:44.575Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.63s) [2022-02-12T02:05:44.575Z] === RUN TestRemoveContainerWithVolume [2022-02-12T02:05:44.675Z] ok github.com/docker/docker/quota 0.404s coverage: 71.4% of statements [2022-02-12T02:05:44.778Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-02-12T02:05:44.778Z] === RUN TestDaemonDefaultNetworkPools [2022-02-12T02:05:45.247Z] ok github.com/docker/docker/volume/drivers 0.024s coverage: 36.1% of statements [2022-02-12T02:05:45.507Z] ok github.com/docker/docker/volume/mounts 0.006s coverage: 67.7% of statements [2022-02-12T02:05:45.520Z] --- PASS: TestRemoveContainerWithVolume (0.63s) [2022-02-12T02:05:45.520Z] === RUN TestRemoveContainerRunning [2022-02-12T02:05:45.520Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-02-12T02:05:45.711Z] --- PASS: TestDaemonDefaultNetworkPools (0.70s) [2022-02-12T02:05:45.711Z] === RUN TestDaemonRestartWithExistingNetwork [2022-02-12T02:05:45.767Z] ok github.com/docker/docker/volume/local 0.149s coverage: 76.4% of statements [2022-02-12T02:05:45.767Z] ok github.com/docker/docker/volume/service 0.009s coverage: 72.3% of statements [2022-02-12T02:05:46.093Z] --- PASS: TestRemoveContainerRunning (0.76s) [2022-02-12T02:05:46.093Z] === RUN TestRemoveContainerForceRemoveRunning [2022-02-12T02:05:46.651Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-02-12T02:05:46.651Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-02-12T02:05:47.038Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s) [2022-02-12T02:05:47.038Z] === RUN TestRemoveInvalidContainer [2022-02-12T02:05:47.038Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-02-12T02:05:47.038Z] === RUN TestRenameLinkedContainer [2022-02-12T02:05:47.300Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-02-12T02:05:47.679Z] ok github.com/docker/docker/daemon 10.094s coverage: 17.1% of statements [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/daemon/names [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/dockerversion [no test files] [2022-02-12T02:05:47.679Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-02-12T02:05:47.875Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-02-12T02:05:48.025Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-02-12T02:05:48.025Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-02-12T02:05:48.249Z] ok github.com/docker/docker/layer 7.911s coverage: 68.8% of statements [2022-02-12T02:05:48.249Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-02-12T02:05:48.249Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-02-12T02:05:48.249Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-02-12T02:05:48.249Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-02-12T02:05:48.249Z] ? github.com/docker/docker/oci/caps [no test files] [2022-02-12T02:05:48.249Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-02-12T02:05:48.249Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-02-12T02:05:48.249Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-02-12T02:05:48.249Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-02-12T02:05:48.249Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-02-12T02:05:48.249Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-02-12T02:05:48.249Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-02-12T02:05:48.283Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-02-12T02:05:48.283Z] === RUN TestServiceWithPredefinedNetwork [2022-02-12T02:05:48.447Z] === RUN TestDockerSuite/TestBuildBlankName [2022-02-12T02:05:48.709Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-02-12T02:05:49.283Z] --- PASS: TestRenameLinkedContainer (2.55s) [2022-02-12T02:05:49.283Z] === RUN TestRenameStoppedContainer [2022-02-12T02:05:50.226Z] --- PASS: TestRenameStoppedContainer (0.58s) [2022-02-12T02:05:50.226Z] === RUN TestRenameRunningContainerAndReuse [2022-02-12T02:05:50.226Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-02-12T02:05:50.812Z] --- PASS: TestServiceWithPredefinedNetwork (2.27s) [2022-02-12T02:05:50.812Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-02-12T02:05:50.812Z] service_test.go:243: FLAKY_TEST [2022-02-12T02:05:50.812Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-12T02:05:50.812Z] === RUN TestServiceWithDataPathPortInit [2022-02-12T02:05:51.171Z] --- PASS: TestRenameRunningContainerAndReuse (1.13s) [2022-02-12T02:05:51.171Z] === RUN TestRenameInvalidName [2022-02-12T02:05:51.432Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-02-12T02:05:51.694Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-02-12T02:05:51.694Z] --- PASS: TestRenameInvalidName (0.67s) [2022-02-12T02:05:51.694Z] === RUN TestRenameAnonymousContainer [2022-02-12T02:05:52.638Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-02-12T02:05:54.026Z] --- PASS: TestRenameAnonymousContainer (2.19s) [2022-02-12T02:05:54.026Z] === RUN TestRenameContainerWithSameName [2022-02-12T02:05:54.308Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-02-12T02:05:54.569Z] --- PASS: TestRenameContainerWithSameName (0.61s) [2022-02-12T02:05:54.569Z] === RUN TestRenameContainerWithLinkedContainer [2022-02-12T02:05:55.963Z] --- PASS: TestRenameContainerWithLinkedContainer (1.17s) [2022-02-12T02:05:55.963Z] === RUN TestResize [2022-02-12T02:05:55.963Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-02-12T02:05:56.224Z] --- PASS: TestResize (0.53s) [2022-02-12T02:05:56.224Z] === RUN TestResizeWithInvalidSize [2022-02-12T02:05:56.796Z] --- PASS: TestResizeWithInvalidSize (0.58s) [2022-02-12T02:05:56.797Z] === RUN TestResizeWhenContainerNotStarted [2022-02-12T02:05:57.369Z] --- PASS: TestResizeWhenContainerNotStarted (0.51s) [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:05:57.369Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:05:57.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:05:57.369Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-12T02:05:57.369Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:05:57.630Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-02-12T02:05:57.891Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-02-12T02:05:58.836Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-02-12T02:06:00.223Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:06:01.612Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:06:01.875Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-02-12T02:06:03.263Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:06:03.263Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:06:03.263Z] check_test.go:308: [dcc940bc2b1c5] daemon is not started [2022-02-12T02:06:03.263Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-02-12T02:06:04.653Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:06:04.914Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:06:05.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-02-12T02:06:05.488Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-02-12T02:06:05.680Z] --- PASS: TestServiceWithDataPathPortInit (13.72s) [2022-02-12T02:06:05.680Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-02-12T02:06:06.970Z] 8f616e6e9eec: Pull complete [2022-02-12T02:06:07.054Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:wjscjbmxd8hxgwza8f2yjyx8v Created:2022-02-12 02:06:05.673664233 +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[c00bebd11b8085505056c6e9bb50c122c1a4bddebcc7296acf0d3858dbc0079a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.me0drrn56el4evcs2kmve0q94 EndpointID:0af5753d854f13349a1ed4e0df4035a970289cbeb8fa0dc9301bad6a1180e889 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4d06d759dc7e88449e57257f867447a82f94bbf7243add175fc994c30d69aeb4 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:3e2126720147 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.me0drrn56el4evcs2kmve0q94 EndpointID:0af5753d854f13349a1ed4e0df4035a970289cbeb8fa0dc9301bad6a1180e889 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-02-12T02:06:09.700Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:06:09.700Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-12T02:06:10.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-02-12T02:06:11.315Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.79s) [2022-02-12T02:06:11.315Z] PASS [2022-02-12T02:06:11.315Z] [2022-02-12T02:06:11.315Z] === Skipped [2022-02-12T02:06:11.315Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-12T02:06:11.315Z] service_test.go:243: FLAKY_TEST [2022-02-12T02:06:11.315Z] [2022-02-12T02:06:11.315Z] DONE 26 tests, 1 skipped in 43.460s [2022-02-12T02:06:11.315Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-02-12T02:06:11.315Z] INFO: Testing against a local daemon [2022-02-12T02:06:11.315Z] === RUN TestDockerNetworkIpvlanPersistance [2022-02-12T02:06:11.315Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:06:11.315Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-12T02:06:11.315Z] === RUN TestDockerNetworkIpvlan [2022-02-12T02:06:11.315Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:06:11.315Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-02-12T02:06:11.315Z] PASS [2022-02-12T02:06:11.315Z] [2022-02-12T02:06:11.315Z] === Skipped [2022-02-12T02:06:11.315Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-12T02:06:11.315Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:06:11.315Z] [2022-02-12T02:06:11.315Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-02-12T02:06:11.315Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:06:11.315Z] [2022-02-12T02:06:11.315Z] DONE 2 tests, 2 skipped in 0.038s [2022-02-12T02:06:11.315Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-02-12T02:06:11.315Z] INFO: Testing against a local daemon [2022-02-12T02:06:11.315Z] === RUN TestDockerNetworkMacvlanPersistance [2022-02-12T02:06:12.688Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2022-02-12T02:06:12.688Z] === RUN TestDockerNetworkMacvlan [2022-02-12T02:06:13.008Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-02-12T02:06:13.254Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-02-12T02:06:13.268Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-12T02:06:14.188Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-02-12T02:06:14.755Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-02-12T02:06:15.186Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-12T02:06:15.775Z] 8f616e6e9eec: Pull complete [2022-02-12T02:06:16.144Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-12T02:06:16.655Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-02-12T02:06:17.088Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-02-12T02:06:17.662Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-12T02:06:18.030Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-02-12T02:06:18.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-02-12T02:06:18.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-02-12T02:06:19.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-02-12T02:06:20.223Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-12T02:06:20.223Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-02-12T02:06:20.223Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-02-12T02:06:20.351Z] ok github.com/docker/docker/pkg/plugins 33.651s coverage: 76.3% of statements [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/pkg/term [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/rootless [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/testutil/request [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/volume [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-02-12T02:06:20.351Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === Skipped [2022-02-12T02:06:20.351Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-02-12T02:06:20.351Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-02-12T02:06:20.351Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-02-12T02:06:20.351Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-02-12T02:06:20.351Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-02-12T02:06:20.351Z] graphtest_unix.go:71: No driver to put! [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-02-12T02:06:20.351Z] time="2022-02-12T02:05:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-02-12T02:06:20.351Z] time="2022-02-12T02:05:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-02-12T02:06:20.351Z] time="2022-02-12T02:05:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-02-12T02:06:20.351Z] time="2022-02-12T02:05:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-02-12T02:06:20.351Z] time="2022-02-12T02:05:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-02-12T02:06:20.351Z] graphtest_unix.go:71: No driver to put! [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-02-12T02:06:20.351Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-02-12T02:06:20.351Z] overlay_test.go:50: Fails to compute changes intermittently [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-02-12T02:06:20.351Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-02-12T02:06:20.351Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-02-12T02:06:20.351Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-12T02:06:20.351Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-02-12T02:06:20.351Z] graphtest_unix.go:71: No driver to put! [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.351Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-02-12T02:06:20.351Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-02-12T02:06:20.351Z] [2022-02-12T02:06:20.352Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-02-12T02:06:20.352Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-02-12T02:06:20.352Z] [2022-02-12T02:06:20.352Z] DONE 2400 tests, 28 skipped in 83.837s [2022-02-12T02:06:20.352Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/bitseq [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/cluster [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/config [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/datastore [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/driverapi [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/etchosts [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/idm [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/ipam [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/iptables [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/netlabel [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/netutils [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/networkdb [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/ns [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/options [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/osl [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/portallocator [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/portmapper [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/testutils [2022-02-12T02:06:20.352Z] github.com/docker/docker/libnetwork/types' ']' [2022-02-12T02:06:20.352Z] + 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-02-12T02:06:20.489Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-02-12T02:06:20.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-02-12T02:06:20.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-02-12T02:06:20.751Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-12T02:06:21.313Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-02-12T02:06:21.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-02-12T02:06:22.139Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-02-12T02:06:22.246Z] --- PASS: TestDockerNetworkMacvlan (9.43s) [2022-02-12T02:06:22.247Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-02-12T02:06:22.247Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-02-12T02:06:22.247Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.76s) [2022-02-12T02:06:22.247Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.85s) [2022-02-12T02:06:22.247Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.93s) [2022-02-12T02:06:22.247Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s) [2022-02-12T02:06:22.247Z] PASS [2022-02-12T02:06:22.247Z] [2022-02-12T02:06:22.247Z] DONE 8 tests in 10.786s [2022-02-12T02:06:22.247Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-02-12T02:06:22.247Z] testing: warning: no tests to run [2022-02-12T02:06:22.247Z] PASS [2022-02-12T02:06:22.247Z] [2022-02-12T02:06:22.247Z] DONE 0 tests in 0.013s [2022-02-12T02:06:22.247Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-02-12T02:06:22.247Z] INFO: Testing against a local daemon [2022-02-12T02:06:22.247Z] === RUN TestAuthZPluginAllowRequest [2022-02-12T02:06:22.401Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.72s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.42s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.58s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.59s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.50s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.77s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.56s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.53s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.76s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.81s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.77s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.90s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.83s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.09s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.57s) [2022-02-12T02:06:23.345Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.40s) [2022-02-12T02:06:23.345Z] === RUN TestCgroupNamespacesRun [2022-02-12T02:06:23.607Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-02-12T02:06:23.621Z] --- PASS: TestAuthZPluginAllowRequest (1.28s) [2022-02-12T02:06:23.621Z] === RUN TestAuthZPluginTLS [2022-02-12T02:06:23.879Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-02-12T02:06:23.879Z] === RUN TestAuthZPluginDenyRequest [2022-02-12T02:06:24.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-02-12T02:06:24.178Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-02-12T02:06:24.445Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-02-12T02:06:24.445Z] === RUN TestAuthZPluginAPIDenyResponse [2022-02-12T02:06:24.752Z] --- PASS: TestCgroupNamespacesRun (1.58s) [2022-02-12T02:06:24.752Z] === RUN TestCgroupNamespacesRunPrivileged [2022-02-12T02:06:25.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-02-12T02:06:25.011Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-02-12T02:06:25.011Z] === RUN TestAuthZPluginDenyResponse [2022-02-12T02:06:25.576Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-02-12T02:06:25.576Z] === RUN TestAuthZPluginAllowEventStream [2022-02-12T02:06:25.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-02-12T02:06:26.194Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-02-12T02:06:26.670Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.60s) [2022-02-12T02:06:26.670Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-02-12T02:06:26.950Z] --- PASS: TestAuthZPluginAllowEventStream (1.13s) [2022-02-12T02:06:26.950Z] === RUN TestAuthZPluginErrorResponse [2022-02-12T02:06:27.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-02-12T02:06:27.208Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-02-12T02:06:27.208Z] === RUN TestAuthZPluginErrorRequest [2022-02-12T02:06:27.687Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-02-12T02:06:27.774Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-02-12T02:06:27.774Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-02-12T02:06:28.059Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-02-12T02:06:28.059Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.65s) [2022-02-12T02:06:28.059Z] === RUN TestCgroupNamespacesRunHostMode [2022-02-12T02:06:28.340Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-02-12T02:06:28.340Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-02-12T02:06:28.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-02-12T02:06:28.632Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-02-12T02:06:29.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-02-12T02:06:29.577Z] --- PASS: TestCgroupNamespacesRunHostMode (1.63s) [2022-02-12T02:06:29.577Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-02-12T02:06:29.713Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.37s) [2022-02-12T02:06:29.713Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-02-12T02:06:29.839Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-02-12T02:06:30.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-02-12T02:06:30.784Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-02-12T02:06:31.044Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-02-12T02:06:31.044Z] Using test binary docker [2022-02-12T02:06:31.044Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-02-12T02:06:31.044Z] +++ /etc/init.d/apparmor start [2022-02-12T02:06:31.044Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-02-12T02:06:31.044Z] Starting dockerd [2022-02-12T02:06:31.044Z] INFO: Waiting for daemon to start... [2022-02-12T02:06:31.044Z] +++ 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-02-12T02:06:31.046Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-02-12T02:06:31.089Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.39s) [2022-02-12T02:06:31.089Z] === RUN TestAuthZPluginHeader [2022-02-12T02:06:31.307Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.68s) [2022-02-12T02:06:31.307Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-02-12T02:06:31.654Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-02-12T02:06:31.654Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-02-12T02:06:31.881Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-02-12T02:06:32.825Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-02-12T02:06:33.086Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.61s) [2022-02-12T02:06:33.086Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-02-12T02:06:34.033Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2022-02-12T02:06:34.033Z] === RUN TestCgroupNamespacesRunOlderClient [2022-02-12T02:06:35.421Z] check_test.go:308: [d05ad15f7a5b0] daemon is not started [2022-02-12T02:06:35.421Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-02-12T02:06:35.421Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.60s) [2022-02-12T02:06:35.421Z] === RUN TestNISDomainname [2022-02-12T02:06:35.836Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.81s) [2022-02-12T02:06:35.836Z] === RUN TestAuthZPluginV2Disable [2022-02-12T02:06:36.364Z] --- PASS: TestNISDomainname (0.94s) [2022-02-12T02:06:36.364Z] === RUN TestHostnameDnsResolution [2022-02-12T02:06:36.938Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-02-12T02:06:37.511Z] --- PASS: TestHostnameDnsResolution (1.06s) [2022-02-12T02:06:37.511Z] === RUN TestUnprivilegedPortsAndPing [2022-02-12T02:06:37.773Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-02-12T02:06:38.348Z] --- PASS: TestUnprivilegedPortsAndPing (0.95s) [2022-02-12T02:06:38.348Z] === RUN TestStats [2022-02-12T02:06:39.116Z] --- PASS: TestAuthZPluginV2Disable (3.34s) [2022-02-12T02:06:39.116Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-02-12T02:06:39.129Z] . [2022-02-12T02:06:39.129Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-02-12T02:06:39.129Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-02-12T02:06:39.129Z] Error: No such image: emptyfs [2022-02-12T02:06:39.129Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-02-12T02:06:39.129Z] ++++ docker load [2022-02-12T02:06:39.129Z] Running integration-test (iteration 1) [2022-02-12T02:06:39.129Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-02-12T02:06:39.129Z] ++ 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-02-12T02:06:39.129Z] ++ set -e [2022-02-12T02:06:39.129Z] ++ '[' -n 0 ']' [2022-02-12T02:06:39.129Z] ++ set -x [2022-02-12T02:06:39.129Z] ++ 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-02-12T02:06:39.129Z] Loaded image: busybox:latest [2022-02-12T02:06:39.129Z] Loaded image: busybox:glibc [2022-02-12T02:06:39.301Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-02-12T02:06:39.301Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-02-12T02:06:39.567Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-02-12T02:06:39.691Z] Loaded image: debian:bullseye-slim [2022-02-12T02:06:39.691Z] Loaded image: hello-world:latest [2022-02-12T02:06:39.691Z] Loaded image: arm32v7/hello-world:latest [2022-02-12T02:06:39.691Z] INFO: Testing against a local daemon [2022-02-12T02:06:39.691Z] === RUN TestCgroupNamespacesBuild [2022-02-12T02:06:40.519Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-02-12T02:06:41.060Z] --- PASS: TestCgroupNamespacesBuild (1.42s) [2022-02-12T02:06:41.060Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-02-12T02:06:41.463Z] --- PASS: TestStats (2.82s) [2022-02-12T02:06:41.463Z] === RUN TestStopContainerWithTimeout [2022-02-12T02:06:41.463Z] === RUN TestStopContainerWithTimeout/0 [2022-02-12T02:06:41.463Z] === PAUSE TestStopContainerWithTimeout/0 [2022-02-12T02:06:41.463Z] === RUN TestStopContainerWithTimeout/1 [2022-02-12T02:06:41.463Z] === PAUSE TestStopContainerWithTimeout/1 [2022-02-12T02:06:41.463Z] === RUN TestStopContainerWithTimeout/3 [2022-02-12T02:06:41.463Z] === PAUSE TestStopContainerWithTimeout/3 [2022-02-12T02:06:41.463Z] === RUN TestStopContainerWithTimeout/-1 [2022-02-12T02:06:41.463Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-02-12T02:06:41.463Z] === CONT TestStopContainerWithTimeout/0 [2022-02-12T02:06:41.463Z] === CONT TestStopContainerWithTimeout/-1 [2022-02-12T02:06:42.397Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.13s) [2022-02-12T02:06:42.397Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-02-12T02:06:42.407Z] === CONT TestStopContainerWithTimeout/3 [2022-02-12T02:06:42.427Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.17s) [2022-02-12T02:06:42.427Z] === RUN TestBuildWithSession [2022-02-12T02:06:42.427Z] build_session_test.go:25: TODO: BuildKit [2022-02-12T02:06:42.427Z] --- SKIP: TestBuildWithSession (0.00s) [2022-02-12T02:06:42.427Z] === RUN TestBuildSquashParent [2022-02-12T02:06:44.326Z] === CONT TestStopContainerWithTimeout/1 [2022-02-12T02:06:45.272Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-02-12T02:06:46.596Z] --- PASS: TestBuildSquashParent (3.85s) [2022-02-12T02:06:46.596Z] === RUN TestBuildWithRemoveAndForceRemove [2022-02-12T02:06:46.596Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:06:46.596Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:06:46.596Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:06:46.596Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:06:46.596Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:06:46.596Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:06:46.596Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:06:46.596Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:06:46.596Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:06:46.596Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:06:46.596Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:06:46.596Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:06:46.596Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:06:46.596Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:06:46.660Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-02-12T02:06:46.660Z] --- PASS: TestStopContainerWithTimeout/0 (1.18s) [2022-02-12T02:06:46.660Z] --- PASS: TestStopContainerWithTimeout/-1 (3.17s) [2022-02-12T02:06:46.660Z] --- PASS: TestStopContainerWithTimeout/3 (2.74s) [2022-02-12T02:06:46.660Z] --- PASS: TestStopContainerWithTimeout/1 (1.94s) [2022-02-12T02:06:46.660Z] === RUN TestDeleteDevicemapper [2022-02-12T02:06:46.660Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-12T02:06:46.660Z] --- SKIP: TestDeleteDevicemapper (0.01s) [2022-02-12T02:06:46.660Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-02-12T02:06:46.922Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-02-12T02:06:47.325Z] 4612f6d0b889: Pull complete [2022-02-12T02:06:47.494Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-02-12T02:06:47.525Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:06:47.525Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:06:48.067Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-02-12T02:06:48.329Z] === RUN TestDockerSuite/TestBuildCmd [2022-02-12T02:06:48.892Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:06:48.892Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:06:48.902Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.36s) [2022-02-12T02:06:48.902Z] === RUN TestUpdateMemory [2022-02-12T02:06:48.902Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-02-12T02:06:48.902Z] --- SKIP: TestUpdateMemory (0.00s) [2022-02-12T02:06:48.902Z] === RUN TestUpdateCPUQuota [2022-02-12T02:06:48.902Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-02-12T02:06:49.164Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-02-12T02:06:49.425Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-02-12T02:06:49.425Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-02-12T02:06:49.425Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-02-12T02:06:49.823Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-02-12T02:06:49.823Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.38s) [2022-02-12T02:06:49.823Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.43s) [2022-02-12T02:06:49.823Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.03s) [2022-02-12T02:06:49.823Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.04s) [2022-02-12T02:06:49.823Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.03s) [2022-02-12T02:06:49.823Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.01s) [2022-02-12T02:06:49.823Z] === RUN TestBuildMultiStageCopy [2022-02-12T02:06:49.823Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-02-12T02:06:50.370Z] --- PASS: TestUpdateCPUQuota (1.46s) [2022-02-12T02:06:50.370Z] === RUN TestUpdatePidsLimit [2022-02-12T02:06:50.370Z] === RUN TestUpdatePidsLimit/update_from_none [2022-02-12T02:06:50.370Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-02-12T02:06:50.633Z] === RUN TestUpdatePidsLimit/no_change [2022-02-12T02:06:50.752Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-02-12T02:06:50.894Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-02-12T02:06:50.894Z] === RUN TestUpdatePidsLimit/update_lower [2022-02-12T02:06:51.010Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-02-12T02:06:51.010Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-02-12T02:06:51.156Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-02-12T02:06:51.267Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-02-12T02:06:51.523Z] --- PASS: TestBuildMultiStageCopy (1.84s) [2022-02-12T02:06:51.523Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.06s) [2022-02-12T02:06:51.523Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s) [2022-02-12T02:06:51.523Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2022-02-12T02:06:51.523Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-02-12T02:06:51.523Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2022-02-12T02:06:51.523Z] === RUN TestBuildMultiStageParentConfig [2022-02-12T02:06:51.729Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-02-12T02:06:51.729Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-02-12T02:06:51.991Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-02-12T02:06:52.087Z] --- PASS: TestBuildMultiStageParentConfig (0.55s) [2022-02-12T02:06:52.087Z] === RUN TestBuildLabelWithTargets [2022-02-12T02:06:52.253Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-02-12T02:06:53.018Z] --- PASS: TestBuildLabelWithTargets (0.90s) [2022-02-12T02:06:53.018Z] === RUN TestBuildWithEmptyLayers [2022-02-12T02:06:53.275Z] --- PASS: TestBuildWithEmptyLayers (0.39s) [2022-02-12T02:06:53.275Z] === RUN TestBuildMultiStageOnBuild [2022-02-12T02:06:53.641Z] --- PASS: TestUpdatePidsLimit (3.40s) [2022-02-12T02:06:53.641Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.34s) [2022-02-12T02:06:53.641Z] --- PASS: TestUpdatePidsLimit/no_change (0.33s) [2022-02-12T02:06:53.641Z] --- PASS: TestUpdatePidsLimit/update_lower (0.34s) [2022-02-12T02:06:53.641Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2022-02-12T02:06:53.641Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s) [2022-02-12T02:06:53.641Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2022-02-12T02:06:53.641Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2022-02-12T02:06:53.641Z] === RUN TestUpdateRestartPolicy [2022-02-12T02:06:53.903Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-02-12T02:06:54.597Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.52s) [2022-02-12T02:06:54.597Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-02-12T02:06:54.653Z] --- PASS: TestBuildMultiStageOnBuild (1.26s) [2022-02-12T02:06:54.653Z] === RUN TestBuildUncleanTarFilenames [2022-02-12T02:06:55.217Z] --- PASS: TestBuildUncleanTarFilenames (0.55s) [2022-02-12T02:06:55.217Z] === RUN TestBuildMultiStageLayerLeak [2022-02-12T02:06:55.291Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-02-12T02:06:56.237Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-02-12T02:06:56.497Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-02-12T02:06:56.497Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-02-12T02:06:56.497Z] check_test.go:308: [dab9cb767fd91] daemon is not started [2022-02-12T02:06:56.497Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-02-12T02:06:56.497Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-02-12T02:06:56.497Z] check_test.go:308: [d9eec5a949933] daemon is not started [2022-02-12T02:06:56.498Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-02-12T02:06:56.585Z] --- PASS: TestBuildMultiStageLayerLeak (1.35s) [2022-02-12T02:06:56.585Z] === RUN TestBuildWithHugeFile [2022-02-12T02:06:56.760Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-02-12T02:06:57.022Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-02-12T02:06:57.596Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-02-12T02:06:58.169Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-02-12T02:06:58.169Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-02-12T02:06:59.556Z] check_test.go:308: [dc7a1ef32b09f] daemon is not started [2022-02-12T02:06:59.556Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-02-12T02:07:03.767Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-02-12T02:07:06.315Z] --- PASS: TestUpdateRestartPolicy (12.28s) [2022-02-12T02:07:06.315Z] === RUN TestUpdateRestartWithAutoRemove [2022-02-12T02:07:06.315Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-02-12T02:07:06.578Z] --- PASS: TestUpdateRestartWithAutoRemove (0.79s) [2022-02-12T02:07:06.578Z] === RUN TestWaitNonBlocked [2022-02-12T02:07:06.578Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:07:06.578Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:07:06.578Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:07:06.578Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:07:06.578Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:07:06.578Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:07:06.839Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-02-12T02:07:07.052Z] ok github.com/docker/docker/libnetwork 44.897s coverage: 41.0% of statements [2022-02-12T02:07:07.052Z] ok github.com/docker/docker/libnetwork/bitseq 0.113s coverage: 84.4% of statements [2022-02-12T02:07:07.052Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-02-12T02:07:07.052Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-02-12T02:07:07.052Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-02-12T02:07:07.052Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-02-12T02:07:07.052Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-02-12T02:07:07.052Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-02-12T02:07:07.052Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-02-12T02:07:07.052Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-02-12T02:07:07.052Z] ok github.com/docker/docker/libnetwork/config 0.010s coverage: 19.7% of statements [2022-02-12T02:07:07.052Z] ok github.com/docker/docker/libnetwork/datastore 0.002s coverage: 21.9% of statements [2022-02-12T02:07:07.052Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-02-12T02:07:07.052Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-02-12T02:07:07.052Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-02-12T02:07:07.313Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.500s coverage: 59.9% of statements [2022-02-12T02:07:07.313Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-02-12T02:07:07.573Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-02-12T02:07:07.785Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-02-12T02:07:08.048Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-02-12T02:07:08.048Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.10s) [2022-02-12T02:07:08.048Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.25s) [2022-02-12T02:07:08.048Z] === RUN TestWaitBlocked [2022-02-12T02:07:08.048Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-12T02:07:08.048Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-12T02:07:08.048Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-02-12T02:07:08.048Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-02-12T02:07:08.048Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-12T02:07:08.048Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-02-12T02:07:08.309Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-02-12T02:07:08.511Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.588s coverage: 4.0% of statements [2022-02-12T02:07:08.511Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-02-12T02:07:08.771Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.011s coverage: 4.5% of statements [2022-02-12T02:07:09.031Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-02-12T02:07:09.031Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-02-12T02:07:09.254Z] --- PASS: TestWaitBlocked (0.02s) [2022-02-12T02:07:09.254Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.13s) [2022-02-12T02:07:09.254Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.30s) [2022-02-12T02:07:09.254Z] === CONT TestContainerStartOnDaemonRestart [2022-02-12T02:07:09.254Z] === CONT TestContainerKillOnDaemonStart [2022-02-12T02:07:09.254Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-02-12T02:07:09.460Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-02-12T02:07:09.460Z] PASS [2022-02-12T02:07:09.460Z] [2022-02-12T02:07:09.460Z] DONE 17 tests in 47.031s [2022-02-12T02:07:09.460Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-02-12T02:07:09.460Z] INFO: Testing against a local daemon [2022-02-12T02:07:09.460Z] === RUN TestPluginInvalidJSON [2022-02-12T02:07:09.460Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:07:09.460Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:07:09.460Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:07:09.460Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-02-12T02:07:09.460Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-02-12T02:07:09.460Z] === RUN TestPluginInstall [2022-02-12T02:07:09.460Z] === RUN TestPluginInstall/no_auth [2022-02-12T02:07:10.833Z] time="2022-02-12T02:07:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:07:10.833Z] time="2022-02-12T02:07:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1aad7209557ae6aba06988d47892baf7c2bc3ebf888ffa00dc4fa5c134db97b2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:07:10.833Z] time="2022-02-12T02:07:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:07:10.833Z] time="2022-02-12T02:07:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1aad7209557ae6aba06988d47892baf7c2bc3ebf888ffa00dc4fa5c134db97b2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:07:10.833Z] === RUN TestPluginInstall/with_htpasswd [2022-02-12T02:07:11.173Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-02-12T02:07:11.400Z] time="2022-02-12T02:07:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:07:11.400Z] time="2022-02-12T02:07:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1aad7209557ae6aba06988d47892baf7c2bc3ebf888ffa00dc4fa5c134db97b2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:07:11.400Z] time="2022-02-12T02:07:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:07:11.400Z] time="2022-02-12T02:07:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1aad7209557ae6aba06988d47892baf7c2bc3ebf888ffa00dc4fa5c134db97b2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:07:11.400Z] === RUN TestPluginInstall/with_insecure [2022-02-12T02:07:12.117Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-02-12T02:07:12.117Z] --- PASS: TestContainerStartOnDaemonRestart (2.85s) [2022-02-12T02:07:12.117Z] === CONT TestIpcModeOlderClient [2022-02-12T02:07:12.117Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-02-12T02:07:12.117Z] === CONT TestDaemonHostGatewayIP [2022-02-12T02:07:12.334Z] time="2022-02-12T02:07:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:07:12.334Z] time="2022-02-12T02:07:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dd8f0457677528707c886bbfbbc18eb6b9bdfb6a9f6cefd51c6d2688591ec41e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:07:12.334Z] time="2022-02-12T02:07:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:07:12.334Z] time="2022-02-12T02:07:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dd8f0457677528707c886bbfbbc18eb6b9bdfb6a9f6cefd51c6d2688591ec41e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:07:12.592Z] plugin_test.go:165: [ddb3c106b6768] daemon is not started [2022-02-12T02:07:12.592Z] --- PASS: TestPluginInstall (3.42s) [2022-02-12T02:07:12.592Z] --- PASS: TestPluginInstall/no_auth (1.75s) [2022-02-12T02:07:12.592Z] --- PASS: TestPluginInstall/with_htpasswd (0.60s) [2022-02-12T02:07:12.592Z] --- PASS: TestPluginInstall/with_insecure (1.07s) [2022-02-12T02:07:12.592Z] === RUN TestPluginsWithRuntimes [2022-02-12T02:07:13.966Z] === RUN TestPluginsWithRuntimes/No_Args [2022-02-12T02:07:14.665Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-02-12T02:07:14.900Z] === RUN TestPluginsWithRuntimes/With_Args [2022-02-12T02:07:14.926Z] --- PASS: TestDaemonHostGatewayIP (2.67s) [2022-02-12T02:07:14.926Z] === CONT TestRestartDaemonWithRestartingContainer [2022-02-12T02:07:15.497Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-02-12T02:07:15.497Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-02-12T02:07:15.497Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-02-12T02:07:15.497Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-02-12T02:07:15.497Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-02-12T02:07:15.497Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-02-12T02:07:15.497Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-02-12T02:07:15.497Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-02-12T02:07:15.497Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-02-12T02:07:16.069Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-02-12T02:07:16.276Z] --- PASS: TestPluginsWithRuntimes (3.44s) [2022-02-12T02:07:16.276Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2022-02-12T02:07:16.276Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.01s) [2022-02-12T02:07:16.277Z] === RUN TestPluginBackCompatMediaTypes [2022-02-12T02:07:16.535Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-02-12T02:07:16.535Z] PASS [2022-02-12T02:07:16.535Z] [2022-02-12T02:07:16.535Z] DONE 10 tests in 7.464s [2022-02-12T02:07:16.535Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-02-12T02:07:16.535Z] INFO: Testing against a local daemon [2022-02-12T02:07:16.535Z] === RUN TestExternalGraphDriver [2022-02-12T02:07:16.535Z] === RUN TestExternalGraphDriver/json [2022-02-12T02:07:17.990Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.81s) [2022-02-12T02:07:17.990Z] === CONT TestDaemonRestartIpcMode [2022-02-12T02:07:18.435Z] === RUN TestExternalGraphDriver/spec [2022-02-12T02:07:19.025Z] ok github.com/docker/docker/libnetwork/drivers/overlay 8.090s coverage: 7.4% of statements [2022-02-12T02:07:19.025Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-02-12T02:07:19.025Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2022-02-12T02:07:19.025Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-02-12T02:07:19.025Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-02-12T02:07:19.025Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-02-12T02:07:19.025Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-02-12T02:07:19.025Z] ok github.com/docker/docker/libnetwork/drvregistry 0.010s coverage: 82.4% of statements [2022-02-12T02:07:19.025Z] ok github.com/docker/docker/libnetwork/etchosts 0.010s coverage: 81.2% of statements [2022-02-12T02:07:19.289Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-02-12T02:07:19.289Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-02-12T02:07:19.379Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-02-12T02:07:19.811Z] === RUN TestExternalGraphDriver/pull [2022-02-12T02:07:19.953Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-02-12T02:07:20.898Z] --- PASS: TestDaemonRestartIpcMode (3.10s) [2022-02-12T02:07:21.708Z] --- PASS: TestExternalGraphDriver (4.89s) [2022-02-12T02:07:21.708Z] --- PASS: TestExternalGraphDriver/json (1.64s) [2022-02-12T02:07:21.708Z] --- PASS: TestExternalGraphDriver/spec (1.60s) [2022-02-12T02:07:21.708Z] --- PASS: TestExternalGraphDriver/pull (1.62s) [2022-02-12T02:07:21.708Z] === RUN TestGraphdriverPluginV2 [2022-02-12T02:07:21.842Z] --- PASS: TestContainerKillOnDaemonStart (12.64s) [2022-02-12T02:07:21.842Z] PASS [2022-02-12T02:07:21.842Z] [2022-02-12T02:07:21.842Z] === Skipped [2022-02-12T02:07:21.842Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-02-12T02:07:21.842Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-12T02:07:21.842Z] [2022-02-12T02:07:21.842Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-02-12T02:07:21.842Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-12T02:07:21.842Z] [2022-02-12T02:07:21.842Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-02-12T02:07:21.842Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-12T02:07:21.842Z] [2022-02-12T02:07:21.842Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-12T02:07:21.842Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-12T02:07:21.842Z] [2022-02-12T02:07:21.842Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.01s) [2022-02-12T02:07:21.842Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-12T02:07:21.842Z] [2022-02-12T02:07:21.842Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-02-12T02:07:21.842Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-02-12T02:07:21.842Z] [2022-02-12T02:07:21.842Z] DONE 200 tests, 6 skipped in 151.372s [2022-02-12T02:07:21.842Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-02-12T02:07:21.842Z] ++ 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-02-12T02:07:21.842Z] ++ set -e [2022-02-12T02:07:21.842Z] ++ '[' -n 0 ']' [2022-02-12T02:07:21.842Z] ++ set -x [2022-02-12T02:07:21.842Z] ++ 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-02-12T02:07:22.104Z] === RUN TestConfigDaemonLibtrustID [2022-02-12T02:07:22.677Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-02-12T02:07:22.677Z] === RUN TestDaemonConfigValidation [2022-02-12T02:07:22.677Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-02-12T02:07:22.677Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-02-12T02:07:22.677Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-02-12T02:07:22.677Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-02-12T02:07:22.677Z] === RUN TestDaemonConfigValidation/invalid_config [2022-02-12T02:07:22.677Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-02-12T02:07:22.677Z] === RUN TestDaemonConfigValidation/malformed_config [2022-02-12T02:07:22.677Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-02-12T02:07:22.677Z] === RUN TestDaemonConfigValidation/valid_config [2022-02-12T02:07:22.677Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-02-12T02:07:22.677Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-02-12T02:07:22.677Z] === CONT TestDaemonConfigValidation/valid_config [2022-02-12T02:07:22.677Z] === CONT TestDaemonConfigValidation/malformed_config [2022-02-12T02:07:22.677Z] === CONT TestDaemonConfigValidation/invalid_config [2022-02-12T02:07:22.940Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-02-12T02:07:22.940Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-02-12T02:07:23.202Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-02-12T02:07:23.202Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.13s) [2022-02-12T02:07:23.202Z] --- PASS: TestDaemonConfigValidation/valid_config (0.14s) [2022-02-12T02:07:23.202Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.19s) [2022-02-12T02:07:23.202Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.22s) [2022-02-12T02:07:23.202Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.10s) [2022-02-12T02:07:23.202Z] === RUN TestConfigDaemonSeccompProfiles [2022-02-12T02:07:23.202Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-02-12T02:07:23.465Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-02-12T02:07:24.064Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-02-12T02:07:25.457Z] check_test.go:308: [d5e2114911999] daemon is not started [2022-02-12T02:07:25.457Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-02-12T02:07:25.457Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-02-12T02:07:25.890Z] --- PASS: TestGraphdriverPluginV2 (3.77s) [2022-02-12T02:07:25.890Z] PASS [2022-02-12T02:07:25.890Z] [2022-02-12T02:07:25.890Z] DONE 5 tests in 8.696s [2022-02-12T02:07:25.890Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-02-12T02:07:25.890Z] INFO: Testing against a local daemon [2022-02-12T02:07:25.890Z] === RUN TestContinueAfterPluginCrash [2022-02-12T02:07:25.890Z] === PAUSE TestContinueAfterPluginCrash [2022-02-12T02:07:25.890Z] === RUN TestReadPluginNoRead [2022-02-12T02:07:25.890Z] === PAUSE TestReadPluginNoRead [2022-02-12T02:07:25.890Z] === RUN TestDaemonStartWithLogOpt [2022-02-12T02:07:25.890Z] === PAUSE TestDaemonStartWithLogOpt [2022-02-12T02:07:25.890Z] === CONT TestContinueAfterPluginCrash [2022-02-12T02:07:25.890Z] === CONT TestDaemonStartWithLogOpt [2022-02-12T02:07:26.029Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-02-12T02:07:26.291Z] === CONT TestConfigDaemonSeccompProfiles [2022-02-12T02:07:26.291Z] daemon_test.go:156: [da9ca5bd2dfc4] daemon is not started [2022-02-12T02:07:26.291Z] --- PASS: TestConfigDaemonSeccompProfiles (3.29s) [2022-02-12T02:07:26.291Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s) [2022-02-12T02:07:26.291Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-02-12T02:07:26.291Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.14s) [2022-02-12T02:07:26.291Z] === RUN TestDaemonProxy [2022-02-12T02:07:26.291Z] === RUN TestDaemonProxy/environment_variables [2022-02-12T02:07:26.552Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-02-12T02:07:27.940Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-02-12T02:07:28.513Z] === RUN TestDaemonProxy/command-line_options [2022-02-12T02:07:29.217Z] --- PASS: TestDaemonStartWithLogOpt (3.29s) [2022-02-12T02:07:29.217Z] === CONT TestReadPluginNoRead [2022-02-12T02:07:30.430Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-02-12T02:07:30.430Z] === RUN TestDaemonProxy/configuration_file [2022-02-12T02:07:31.122Z] === RUN TestReadPluginNoRead/default [2022-02-12T02:07:31.510Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-02-12T02:07:31.817Z] === RUN TestDaemonProxy/conflicting_options [2022-02-12T02:07:32.057Z] === RUN TestReadPluginNoRead/disabled_caching [2022-02-12T02:07:32.078Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-02-12T02:07:32.339Z] === RUN TestDaemonProxy/reload_sanitized [2022-02-12T02:07:32.911Z] --- PASS: TestDaemonProxy (6.60s) [2022-02-12T02:07:32.911Z] --- PASS: TestDaemonProxy/environment_variables (2.00s) [2022-02-12T02:07:32.911Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-02-12T02:07:32.911Z] --- PASS: TestDaemonProxy/configuration_file (1.79s) [2022-02-12T02:07:32.911Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-02-12T02:07:32.911Z] --- PASS: TestDaemonProxy/reload_sanitized (0.57s) [2022-02-12T02:07:32.911Z] PASS [2022-02-12T02:07:32.911Z] [2022-02-12T02:07:32.912Z] DONE 17 tests in 11.062s [2022-02-12T02:07:32.912Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-02-12T02:07:32.912Z] ++ 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-02-12T02:07:32.912Z] ++ set -e [2022-02-12T02:07:32.912Z] ++ '[' -n 0 ']' [2022-02-12T02:07:32.912Z] ++ set -x [2022-02-12T02:07:32.912Z] ++ 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-02-12T02:07:33.173Z] INFO: Testing against a local daemon [2022-02-12T02:07:33.173Z] === RUN TestCommitInheritsEnv [2022-02-12T02:07:33.432Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-02-12T02:07:33.435Z] check_test.go:308: [d2ca59688ad2b] daemon is not started [2022-02-12T02:07:33.435Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-02-12T02:07:33.690Z] --- PASS: TestContinueAfterPluginCrash (8.31s) [2022-02-12T02:07:33.696Z] --- PASS: TestCommitInheritsEnv (0.48s) [2022-02-12T02:07:33.696Z] === RUN TestImportExtremelyLargeImageWorks [2022-02-12T02:07:33.696Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-02-12T02:07:33.696Z] === RUN TestImportWithCustomPlatform [2022-02-12T02:07:33.696Z] === RUN TestImportWithCustomPlatform/#00 [2022-02-12T02:07:33.958Z] === RUN TestImportWithCustomPlatform/_______ [2022-02-12T02:07:33.958Z] === RUN TestImportWithCustomPlatform// [2022-02-12T02:07:33.958Z] === RUN TestImportWithCustomPlatform/linux [2022-02-12T02:07:33.958Z] === RUN TestImportWithCustomPlatform/LINUX [2022-02-12T02:07:33.958Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-02-12T02:07:34.220Z] === RUN TestImportWithCustomPlatform/macos [2022-02-12T02:07:34.220Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-02-12T02:07:34.220Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-02-12T02:07:34.220Z] --- PASS: TestImportWithCustomPlatform (0.47s) [2022-02-12T02:07:34.220Z] --- PASS: TestImportWithCustomPlatform/#00 (0.12s) [2022-02-12T02:07:34.220Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-02-12T02:07:34.220Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-02-12T02:07:34.220Z] --- PASS: TestImportWithCustomPlatform/linux (0.10s) [2022-02-12T02:07:34.220Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-02-12T02:07:34.220Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.11s) [2022-02-12T02:07:34.220Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-02-12T02:07:34.220Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-02-12T02:07:34.220Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-02-12T02:07:34.220Z] === RUN TestImagesFilterMultiReference [2022-02-12T02:07:34.220Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-02-12T02:07:34.220Z] === RUN TestImagePullPlatformInvalid [2022-02-12T02:07:34.220Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-02-12T02:07:34.220Z] === RUN TestRemoveImageOrphaning [2022-02-12T02:07:34.220Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-02-12T02:07:34.256Z] === CONT TestReadPluginNoRead [2022-02-12T02:07:34.256Z] read_test.go:92: [d0f18de6a24b4] daemon is not started [2022-02-12T02:07:34.256Z] --- PASS: TestReadPluginNoRead (5.67s) [2022-02-12T02:07:34.256Z] --- PASS: TestReadPluginNoRead/default (1.21s) [2022-02-12T02:07:34.256Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.15s) [2022-02-12T02:07:34.256Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.13s) [2022-02-12T02:07:34.256Z] PASS [2022-02-12T02:07:34.256Z] [2022-02-12T02:07:34.256Z] DONE 6 tests in 8.997s [2022-02-12T02:07:34.256Z] 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-02-12T02:07:34.256Z] testing: warning: no tests to run [2022-02-12T02:07:34.256Z] PASS [2022-02-12T02:07:34.256Z] [2022-02-12T02:07:34.256Z] DONE 0 tests in 0.012s [2022-02-12T02:07:34.256Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-02-12T02:07:34.256Z] INFO: Testing against a local daemon [2022-02-12T02:07:34.256Z] === RUN TestPluginWithDevMounts [2022-02-12T02:07:34.256Z] === PAUSE TestPluginWithDevMounts [2022-02-12T02:07:34.256Z] === CONT TestPluginWithDevMounts [2022-02-12T02:07:34.481Z] --- PASS: TestRemoveImageOrphaning (0.34s) [2022-02-12T02:07:34.481Z] === RUN TestRemoveImageGarbageCollector [2022-02-12T02:07:34.743Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-02-12T02:07:35.688Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-02-12T02:07:36.155Z] --- PASS: TestPluginWithDevMounts (1.55s) [2022-02-12T02:07:36.155Z] PASS [2022-02-12T02:07:36.155Z] [2022-02-12T02:07:36.155Z] DONE 1 tests in 1.586s [2022-02-12T02:07:36.155Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-02-12T02:07:36.155Z] INFO: Testing against a local daemon [2022-02-12T02:07:36.155Z] === RUN TestSecretInspect [2022-02-12T02:07:36.632Z] --- PASS: TestRemoveImageGarbageCollector (2.06s) [2022-02-12T02:07:36.632Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-02-12T02:07:36.632Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-02-12T02:07:36.632Z] === RUN TestTagInvalidReference [2022-02-12T02:07:36.632Z] --- PASS: TestTagInvalidReference (0.02s) [2022-02-12T02:07:36.632Z] === RUN TestTagValidPrefixedRepo [2022-02-12T02:07:36.893Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-02-12T02:07:36.893Z] === RUN TestTagExistedNameWithoutForce [2022-02-12T02:07:36.893Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-02-12T02:07:36.893Z] === RUN TestTagOfficialNames [2022-02-12T02:07:36.893Z] --- PASS: TestTagOfficialNames (0.06s) [2022-02-12T02:07:36.893Z] === RUN TestTagMatchesDigest [2022-02-12T02:07:36.893Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-02-12T02:07:36.893Z] === CONT TestImportExtremelyLargeImageWorks [2022-02-12T02:07:37.154Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-02-12T02:07:38.055Z] --- PASS: TestSecretInspect (2.12s) [2022-02-12T02:07:38.055Z] === RUN TestSecretList [2022-02-12T02:07:38.097Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-02-12T02:07:38.358Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-02-12T02:07:38.620Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-02-12T02:07:39.566Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-02-12T02:07:40.583Z] --- PASS: TestSecretList (2.12s) [2022-02-12T02:07:40.583Z] === RUN TestSecretsCreateAndDelete [2022-02-12T02:07:40.955Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-02-12T02:07:41.501Z] ok github.com/docker/docker/libnetwork/ipam 11.414s coverage: 85.3% of statements [2022-02-12T02:07:41.501Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-02-12T02:07:41.501Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-02-12T02:07:41.501Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-02-12T02:07:41.760Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-02-12T02:07:41.760Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-02-12T02:07:41.900Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-02-12T02:07:42.020Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-02-12T02:07:42.281Z] ok github.com/docker/docker/libnetwork/ipamutils 0.219s coverage: 74.0% of statements [2022-02-12T02:07:42.472Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-02-12T02:07:42.480Z] --- PASS: TestSecretsCreateAndDelete (2.12s) [2022-02-12T02:07:42.480Z] === RUN TestSecretsUpdate [2022-02-12T02:07:42.851Z] ok github.com/docker/docker/libnetwork/iptables 0.130s coverage: 45.1% of statements [2022-02-12T02:07:42.851Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-02-12T02:07:43.111Z] ok github.com/docker/docker/libnetwork/netutils 0.015s coverage: 44.1% of statements [2022-02-12T02:07:43.859Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-02-12T02:07:44.121Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-02-12T02:07:44.382Z] --- PASS: TestSecretsUpdate (2.14s) [2022-02-12T02:07:44.382Z] === RUN TestTemplatedSecret [2022-02-12T02:07:44.693Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-02-12T02:07:44.693Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-02-12T02:07:45.267Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-02-12T02:07:45.840Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-02-12T02:07:46.411Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-02-12T02:07:46.913Z] --- PASS: TestTemplatedSecret (2.48s) [2022-02-12T02:07:46.913Z] === RUN TestSecretCreateResolve [2022-02-12T02:07:46.986Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-02-12T02:07:47.247Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-02-12T02:07:47.821Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-02-12T02:07:48.395Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-02-12T02:07:48.968Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-02-12T02:07:49.439Z] --- PASS: TestSecretCreateResolve (2.09s) [2022-02-12T02:07:49.439Z] PASS [2022-02-12T02:07:49.439Z] [2022-02-12T02:07:49.439Z] DONE 6 tests in 13.096s [2022-02-12T02:07:49.439Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-02-12T02:07:49.439Z] INFO: Testing against a local daemon [2022-02-12T02:07:49.439Z] === RUN TestServiceCreateInit [2022-02-12T02:07:49.439Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-02-12T02:07:49.540Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-02-12T02:07:49.801Z] check_test.go:308: [d76f3a1ccb1af] daemon is not started [2022-02-12T02:07:49.801Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-02-12T02:07:50.745Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-02-12T02:07:51.006Z] check_test.go:308: [db5085869611f] daemon is not started [2022-02-12T02:07:51.006Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-02-12T02:07:51.578Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-02-12T02:07:51.840Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-02-12T02:07:52.719Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-02-12T02:07:53.228Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-02-12T02:07:54.616Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-02-12T02:07:56.005Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-02-12T02:07:56.577Z] check_test.go:308: [d7f966ca189da] daemon is not started [2022-02-12T02:07:56.577Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-02-12T02:07:56.901Z] --- PASS: TestServiceCreateInit (7.07s) [2022-02-12T02:07:56.901Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.54s) [2022-02-12T02:07:56.901Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.51s) [2022-02-12T02:07:56.901Z] === RUN TestCreateServiceMultipleTimes [2022-02-12T02:07:59.885Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-02-12T02:08:01.270Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-02-12T02:08:04.225Z] --- PASS: TestBuildWithHugeFile (61.39s) [2022-02-12T02:08:04.225Z] === RUN TestBuildWCOWSandboxSize [2022-02-12T02:08:04.225Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-12T02:08:04.225Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-02-12T02:08:04.225Z] === RUN TestBuildWithEmptyDockerfile [2022-02-12T02:08:04.225Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:08:04.225Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:08:04.225Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:08:04.225Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:08:04.226Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:08:04.226Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:08:04.226Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:08:04.226Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:08:04.226Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:08:04.226Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-02-12T02:08:04.226Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-02-12T02:08:04.226Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-02-12T02:08:04.226Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-02-12T02:08:04.226Z] === RUN TestBuildPreserveOwnership [2022-02-12T02:08:04.226Z] === RUN TestBuildPreserveOwnership/copy_from [2022-02-12T02:08:04.226Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-02-12T02:08:04.226Z] --- PASS: TestBuildPreserveOwnership (2.65s) [2022-02-12T02:08:04.226Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.78s) [2022-02-12T02:08:04.226Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.87s) [2022-02-12T02:08:04.226Z] === RUN TestBuildPlatformInvalid [2022-02-12T02:08:04.226Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-02-12T02:08:04.226Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-02-12T02:08:04.226Z] Loaded image: busybox:latest [2022-02-12T02:08:04.226Z] Loaded image: busybox:glibc [2022-02-12T02:08:04.226Z] Loaded image: debian:bullseye-slim [2022-02-12T02:08:04.226Z] Loaded image: hello-world:latest [2022-02-12T02:08:04.226Z] Loaded image: arm32v7/hello-world:latest [2022-02-12T02:08:05.482Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-02-12T02:08:05.482Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-02-12T02:08:06.056Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-02-12T02:08:06.056Z] check_test.go:308: [d1266e953819a] daemon is not started [2022-02-12T02:08:06.056Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-02-12T02:08:06.056Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-02-12T02:08:10.311Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-02-12T02:08:10.571Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-02-12T02:08:10.936Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.56s) [2022-02-12T02:08:10.936Z] PASS [2022-02-12T02:08:10.936Z] [2022-02-12T02:08:10.936Z] === Skipped [2022-02-12T02:08:10.936Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-02-12T02:08:10.936Z] build_session_test.go:25: TODO: BuildKit [2022-02-12T02:08:10.936Z] [2022-02-12T02:08:10.936Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-02-12T02:08:10.936Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-12T02:08:10.936Z] [2022-02-12T02:08:10.936Z] DONE 34 tests, 2 skipped in 92.189s [2022-02-12T02:08:10.936Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-02-12T02:08:10.936Z] ++ 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-02-12T02:08:10.936Z] ++ set -e [2022-02-12T02:08:10.936Z] ++ '[' -n 0 ']' [2022-02-12T02:08:10.936Z] ++ set -x [2022-02-12T02:08:10.937Z] ++ 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-02-12T02:08:10.937Z] INFO: Testing against a local daemon [2022-02-12T02:08:10.937Z] === RUN TestConfigInspect [2022-02-12T02:08:11.772Z] --- PASS: TestCreateServiceMultipleTimes (15.48s) [2022-02-12T02:08:11.772Z] === RUN TestCreateServiceConflict [2022-02-12T02:08:12.313Z] --- PASS: TestConfigInspect (1.83s) [2022-02-12T02:08:12.313Z] === RUN TestConfigList [2022-02-12T02:08:12.486Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-02-12T02:08:13.672Z] --- PASS: TestCreateServiceConflict (2.13s) [2022-02-12T02:08:13.672Z] === RUN TestCreateServiceMaxReplicas [2022-02-12T02:08:13.874Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-02-12T02:08:14.818Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-02-12T02:08:14.830Z] --- PASS: TestConfigList (2.12s) [2022-02-12T02:08:14.830Z] === RUN TestConfigsCreateAndDelete [2022-02-12T02:08:16.719Z] --- PASS: TestConfigsCreateAndDelete (2.12s) [2022-02-12T02:08:16.719Z] === RUN TestConfigsUpdate [2022-02-12T02:08:16.732Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-02-12T02:08:16.952Z] --- PASS: TestCreateServiceMaxReplicas (2.65s) [2022-02-12T02:08:16.953Z] === RUN TestCreateWithDuplicateNetworkNames [2022-02-12T02:08:18.612Z] --- PASS: TestConfigsUpdate (2.17s) [2022-02-12T02:08:18.613Z] === RUN TestTemplatedConfig [2022-02-12T02:08:18.619Z] 898469748ff6: Pull complete [2022-02-12T02:08:18.619Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-02-12T02:08:18.619Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:08:18.619Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-02-12T02:08:18.619Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-02-12T02:08:18.619Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-02-12T02:08:18.619Z] WARN: Skipping validation tests [2022-02-12T02:08:18.619Z] INFO: Running unit tests at 02/12/2022 02:08:08... [2022-02-12T02:08:18.619Z] INFO: make.ps1 starting at 02/12/2022 02:08:12 [2022-02-12T02:08:18.619Z] INFO: Git commit (3efcf7b376) assumed from DOCKER_GITCOMMIT environment variable [2022-02-12T02:08:18.619Z] INFO: Invoking autogen... [2022-02-12T02:08:18.619Z] INFO: Running unit tests... [2022-02-12T02:08:19.281Z] check_test.go:308: [dee55910a2700] daemon is not started [2022-02-12T02:08:19.281Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-02-12T02:08:19.855Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-02-12T02:08:20.427Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-02-12T02:08:20.427Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-02-12T02:08:21.000Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-02-12T02:08:21.134Z] --- PASS: TestTemplatedConfig (2.42s) [2022-02-12T02:08:21.134Z] === RUN TestConfigCreateResolve [2022-02-12T02:08:22.389Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-02-12T02:08:22.962Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-02-12T02:08:22.962Z] check_test.go:308: [d28ce78b71702] daemon is not started [2022-02-12T02:08:22.962Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-02-12T02:08:23.290Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/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/loggertest 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/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount 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/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-02-12T02:08:23.652Z] --- PASS: TestConfigCreateResolve (2.21s) [2022-02-12T02:08:23.652Z] PASS [2022-02-12T02:08:23.652Z] [2022-02-12T02:08:23.652Z] DONE 6 tests in 12.968s [2022-02-12T02:08:23.652Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-02-12T02:08:23.652Z] ++ 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-02-12T02:08:23.652Z] ++ set -e [2022-02-12T02:08:23.652Z] ++ '[' -n 0 ']' [2022-02-12T02:08:23.652Z] ++ set -x [2022-02-12T02:08:23.652Z] ++ 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-02-12T02:08:23.652Z] INFO: Testing against a local daemon [2022-02-12T02:08:23.652Z] === RUN TestCheckpoint [2022-02-12T02:08:23.652Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-12T02:08:23.652Z] --- SKIP: TestCheckpoint (0.00s) [2022-02-12T02:08:23.652Z] === RUN TestContainerInvalidJSON [2022-02-12T02:08:23.652Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:08:23.652Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:08:23.652Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:08:23.652Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:08:23.652Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:08:23.652Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:08:23.652Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-02-12T02:08:23.652Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-02-12T02:08:23.652Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-02-12T02:08:23.652Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-02-12T02:08:23.652Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-02-12T02:08:23.652Z] === RUN TestCopyFromContainerPathIsNotDir [2022-02-12T02:08:23.652Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-02-12T02:08:23.652Z] === RUN TestCopyToContainerPathDoesNotExist [2022-02-12T02:08:23.652Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-02-12T02:08:23.652Z] === RUN TestCopyToContainerPathIsNotDir [2022-02-12T02:08:23.652Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-02-12T02:08:23.652Z] === RUN TestCopyFromContainer [2022-02-12T02:08:24.348Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-02-12T02:08:24.582Z] === RUN TestCopyFromContainer// [2022-02-12T02:08:24.582Z] === RUN TestCopyFromContainer//bar/root [2022-02-12T02:08:24.582Z] === RUN TestCopyFromContainer//bar/root/ [2022-02-12T02:08:24.582Z] === RUN TestCopyFromContainer/bar/quux [2022-02-12T02:08:24.839Z] === RUN TestCopyFromContainer/bar/quux/ [2022-02-12T02:08:24.839Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-02-12T02:08:24.839Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-02-12T02:08:24.839Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-02-12T02:08:24.839Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-02-12T02:08:25.096Z] === RUN TestCopyFromContainer/bar/notarget [2022-02-12T02:08:25.096Z] --- PASS: TestCopyFromContainer (1.38s) [2022-02-12T02:08:25.096Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-02-12T02:08:25.096Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-02-12T02:08:25.096Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-02-12T02:08:25.096Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-02-12T02:08:25.096Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-02-12T02:08:25.096Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-02-12T02:08:25.096Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-02-12T02:08:25.096Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-02-12T02:08:25.096Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-02-12T02:08:25.096Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-02-12T02:08:25.096Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-02-12T02:08:25.096Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:08:25.096Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:08:25.096Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:08:25.096Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:08:25.096Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:08:25.096Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:08:25.096Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:08:25.096Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:08:25.096Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:08:25.096Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-02-12T02:08:25.096Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-02-12T02:08:25.096Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-02-12T02:08:25.096Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-02-12T02:08:25.096Z] === RUN TestCreateLinkToNonExistingContainer [2022-02-12T02:08:25.096Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-02-12T02:08:25.096Z] === RUN TestCreateWithInvalidEnv [2022-02-12T02:08:25.096Z] === RUN TestCreateWithInvalidEnv/0 [2022-02-12T02:08:25.096Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-02-12T02:08:25.096Z] === RUN TestCreateWithInvalidEnv/1 [2022-02-12T02:08:25.096Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-02-12T02:08:25.096Z] === RUN TestCreateWithInvalidEnv/2 [2022-02-12T02:08:25.096Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-02-12T02:08:25.096Z] === CONT TestCreateWithInvalidEnv/0 [2022-02-12T02:08:25.096Z] === CONT TestCreateWithInvalidEnv/2 [2022-02-12T02:08:25.096Z] === CONT TestCreateWithInvalidEnv/1 [2022-02-12T02:08:25.096Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-02-12T02:08:25.096Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-02-12T02:08:25.096Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-02-12T02:08:25.096Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-02-12T02:08:25.096Z] === RUN TestCreateTmpfsMountsTarget [2022-02-12T02:08:25.096Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-02-12T02:08:25.096Z] === RUN TestCreateWithCustomMaskedPaths [2022-02-12T02:08:25.292Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-02-12T02:08:26.464Z] --- PASS: TestCreateWithCustomMaskedPaths (1.15s) [2022-02-12T02:08:26.464Z] === RUN TestCreateWithCustomReadonlyPaths [2022-02-12T02:08:27.393Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.11s) [2022-02-12T02:08:27.393Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-02-12T02:08:27.393Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:08:27.393Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:08:27.393Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:08:27.393Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:08:27.393Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:08:27.393Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:08:27.393Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:08:27.393Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:08:27.393Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:08:27.393Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:08:27.393Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:08:27.393Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:08:27.393Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:08:27.393Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:08:27.393Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:08:27.393Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-02-12T02:08:27.393Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-02-12T02:08:27.393Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-02-12T02:08:27.393Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-02-12T02:08:27.393Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-02-12T02:08:27.393Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-02-12T02:08:27.393Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-02-12T02:08:27.403Z] 898469748ff6: Pull complete [2022-02-12T02:08:27.404Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-02-12T02:08:27.404Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:08:27.404Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-02-12T02:08:27.404Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-02-12T02:08:27.404Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-02-12T02:08:27.404Z] WARN: Skipping validation tests [2022-02-12T02:08:27.404Z] INFO: Running unit tests at 02/12/2022 02:08:22... [2022-02-12T02:08:27.404Z] INFO: make.ps1 starting at 02/12/2022 02:08:27 [2022-02-12T02:08:27.844Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-02-12T02:08:27.873Z] INFO: Git commit (3efcf7b376) assumed from DOCKER_GITCOMMIT environment variable [2022-02-12T02:08:27.873Z] INFO: Invoking autogen... [2022-02-12T02:08:27.957Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2022-02-12T02:08:27.957Z] === RUN TestCreateDifferentPlatform [2022-02-12T02:08:27.957Z] === RUN TestCreateDifferentPlatform/different_os [2022-02-12T02:08:27.957Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-02-12T02:08:27.957Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-02-12T02:08:27.957Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-02-12T02:08:27.957Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-02-12T02:08:27.957Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-02-12T02:08:27.957Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-02-12T02:08:27.957Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-02-12T02:08:27.957Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-02-12T02:08:27.957Z] === RUN TestContainerStartOnDaemonRestart [2022-02-12T02:08:27.957Z] === PAUSE TestContainerStartOnDaemonRestart [2022-02-12T02:08:27.957Z] === RUN TestDaemonRestartIpcMode [2022-02-12T02:08:27.957Z] === PAUSE TestDaemonRestartIpcMode [2022-02-12T02:08:27.957Z] === RUN TestDaemonHostGatewayIP [2022-02-12T02:08:27.957Z] === PAUSE TestDaemonHostGatewayIP [2022-02-12T02:08:27.957Z] === RUN TestRestartDaemonWithRestartingContainer [2022-02-12T02:08:27.957Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-02-12T02:08:27.957Z] === RUN TestContainerKillOnDaemonStart [2022-02-12T02:08:27.957Z] === PAUSE TestContainerKillOnDaemonStart [2022-02-12T02:08:27.957Z] === RUN TestDiff [2022-02-12T02:08:28.213Z] --- PASS: TestDiff (0.38s) [2022-02-12T02:08:28.214Z] === RUN TestExecWithCloseStdin [2022-02-12T02:08:28.341Z] INFO: Running unit tests... [2022-02-12T02:08:28.776Z] --- PASS: TestExecWithCloseStdin (0.47s) [2022-02-12T02:08:28.776Z] === RUN TestExec [2022-02-12T02:08:29.339Z] --- PASS: TestExec (0.48s) [2022-02-12T02:08:29.339Z] === RUN TestExecUser [2022-02-12T02:08:29.906Z] --- PASS: TestExecUser (0.48s) [2022-02-12T02:08:29.906Z] === RUN TestExportContainerAndImportImage [2022-02-12T02:08:30.469Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-02-12T02:08:30.469Z] === RUN TestExportContainerAfterDaemonRestart [2022-02-12T02:08:31.820Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.10s) [2022-02-12T02:08:31.820Z] === RUN TestCreateServiceSecretFileMode [2022-02-12T02:08:31.837Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-02-12T02:08:31.837Z] === RUN TestHealthCheckWorkdir [2022-02-12T02:08:32.055Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-02-12T02:08:32.094Z] --- PASS: TestHealthCheckWorkdir (0.49s) [2022-02-12T02:08:32.094Z] === RUN TestHealthKillContainer [2022-02-12T02:08:33.443Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-02-12T02:08:34.831Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-02-12T02:08:35.649Z] ? github.com/docker/docker/api [no test files] [2022-02-12T02:08:38.137Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-02-12T02:08:38.137Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-02-12T02:08:38.137Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-02-12T02:08:38.768Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/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/loggertest 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/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount 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/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-02-12T02:08:40.181Z] --- PASS: TestHealthKillContainer (7.86s) [2022-02-12T02:08:40.181Z] === RUN TestInspectCpusetInConfigPre120 [2022-02-12T02:08:40.438Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2022-02-12T02:08:40.438Z] === RUN TestIpcModeNone [2022-02-12T02:08:40.694Z] --- PASS: TestIpcModeNone (0.46s) [2022-02-12T02:08:40.694Z] === RUN TestIpcModePrivate [2022-02-12T02:08:41.262Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-02-12T02:08:41.262Z] --- PASS: TestIpcModePrivate (0.46s) [2022-02-12T02:08:41.262Z] === RUN TestIpcModeShareable [2022-02-12T02:08:41.441Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-02-12T02:08:41.518Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:67, shared: true, mustBeShared: true [2022-02-12T02:08:41.775Z] --- PASS: TestIpcModeShareable (0.46s) [2022-02-12T02:08:41.775Z] === RUN TestAPIIpcModeShareableAndContainer [2022-02-12T02:08:42.385Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-02-12T02:08:42.646Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-02-12T02:08:43.143Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.54s) [2022-02-12T02:08:43.143Z] === RUN TestAPIIpcModeHost [2022-02-12T02:08:43.220Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-02-12T02:08:43.706Z] --- PASS: TestAPIIpcModeHost (0.34s) [2022-02-12T02:08:43.706Z] === RUN TestDaemonIpcModeShareable [2022-02-12T02:08:43.794Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-02-12T02:08:44.011Z] --- PASS: TestCreateServiceSecretFileMode (12.40s) [2022-02-12T02:08:44.011Z] === RUN TestCreateServiceConfigFileMode [2022-02-12T02:08:44.056Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-02-12T02:08:44.318Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-02-12T02:08:44.636Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-02-12T02:08:44.636Z] --- PASS: TestDaemonIpcModeShareable (1.13s) [2022-02-12T02:08:44.636Z] === RUN TestDaemonIpcModePrivate [2022-02-12T02:08:44.892Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-02-12T02:08:45.464Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-02-12T02:08:45.565Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-02-12T02:08:45.822Z] --- PASS: TestDaemonIpcModePrivate (1.11s) [2022-02-12T02:08:45.822Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-02-12T02:08:46.751Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-02-12T02:08:46.852Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-02-12T02:08:47.007Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.12s) [2022-02-12T02:08:47.007Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-02-12T02:08:47.113Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-02-12T02:08:47.935Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-02-12T02:08:48.058Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-02-12T02:08:48.192Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.14s) [2022-02-12T02:08:48.192Z] === RUN TestIpcModeOlderClient [2022-02-12T02:08:48.192Z] === PAUSE TestIpcModeOlderClient [2022-02-12T02:08:48.192Z] === RUN TestKillContainerInvalidSignal [2022-02-12T02:08:48.320Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-02-12T02:08:48.449Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-02-12T02:08:48.449Z] === RUN TestKillContainer [2022-02-12T02:08:48.449Z] === RUN TestKillContainer/no_signal [2022-02-12T02:08:49.011Z] === RUN TestKillContainer/non_killing_signal [2022-02-12T02:08:49.197Z] ? github.com/docker/docker/api [no test files] [2022-02-12T02:08:49.263Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-02-12T02:08:49.268Z] === RUN TestKillContainer/killing_signal [2022-02-12T02:08:49.832Z] --- PASS: TestKillContainer (1.20s) [2022-02-12T02:08:49.832Z] --- PASS: TestKillContainer/no_signal (0.38s) [2022-02-12T02:08:49.832Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-02-12T02:08:49.832Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-02-12T02:08:49.832Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-02-12T02:08:49.832Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-02-12T02:08:49.836Z] === RUN TestDockerSuite/TestBuildEnv [2022-02-12T02:08:50.089Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-02-12T02:08:51.018Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.13s) [2022-02-12T02:08:51.018Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s) [2022-02-12T02:08:51.018Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.61s) [2022-02-12T02:08:51.018Z] === RUN TestKillStoppedContainer [2022-02-12T02:08:51.018Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-02-12T02:08:51.018Z] === RUN TestKillStoppedContainerAPIPre120 [2022-02-12T02:08:51.018Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-02-12T02:08:51.018Z] === RUN TestKillDifferentUserContainer [2022-02-12T02:08:51.276Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-02-12T02:08:51.276Z] === RUN TestInspectOomKilledTrue [2022-02-12T02:08:51.754Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-02-12T02:08:51.850Z] --- PASS: TestInspectOomKilledTrue (0.47s) [2022-02-12T02:08:51.850Z] === RUN TestInspectOomKilledFalse [2022-02-12T02:08:52.109Z] --- PASS: TestInspectOomKilledFalse (0.37s) [2022-02-12T02:08:52.109Z] === RUN TestLinksEtcHostsContentMatch [2022-02-12T02:08:52.328Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-02-12T02:08:52.370Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s) [2022-02-12T02:08:52.370Z] === RUN TestLinksContainerNames [2022-02-12T02:08:52.590Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-02-12T02:08:53.310Z] --- PASS: TestLinksContainerNames (0.84s) [2022-02-12T02:08:53.310Z] === RUN TestLogsFollowTailEmpty [2022-02-12T02:08:53.319Z] === RUN TestMiddlewares [2022-02-12T02:08:53.319Z] --- PASS: TestMiddlewares (0.00s) [2022-02-12T02:08:53.319Z] PASS [2022-02-12T02:08:53.319Z] coverage: 9.0% of statements [2022-02-12T02:08:53.319Z] ok github.com/docker/docker/api/server 0.054s coverage: 9.0% of statements [2022-02-12T02:08:53.873Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2022-02-12T02:08:53.873Z] === RUN TestContainerNetworkMountsNoChown [2022-02-12T02:08:53.979Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-02-12T02:08:54.130Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/default [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/default [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/private [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/private [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rprivate [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rprivate [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/slave [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/slave [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rslave [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rslave [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/shared [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/shared [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rshared [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rshared [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/default [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/default/bind_root [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/rslave [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/default/mount_root [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/rshared [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/shared [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/rprivate [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/slave [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/private [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/private/bind_root [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/private/mount_root [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-02-12T02:08:54.131Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-02-12T02:08:54.131Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/default/bind_root [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-02-12T02:08:54.131Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/default/mount_root [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/private/bind_root [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-02-12T02:08:54.387Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-02-12T02:08:54.645Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-02-12T02:08:54.645Z] === CONT TestMountDaemonRoot/private/mount_root [2022-02-12T02:08:54.645Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-02-12T02:08:54.645Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2022-02-12T02:08:54.645Z] === RUN TestContainerBindMountNonRecursive [2022-02-12T02:08:55.576Z] --- PASS: TestContainerBindMountNonRecursive (1.11s) [2022-02-12T02:08:55.576Z] === RUN TestContainerVolumesMountedAsShared [2022-02-12T02:08:56.138Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s) [2022-02-12T02:08:56.138Z] === RUN TestContainerVolumesMountedAsSlave [2022-02-12T02:08:56.201Z] --- PASS: TestCreateServiceConfigFileMode (12.46s) [2022-02-12T02:08:56.201Z] === RUN TestCreateServiceSysctls [2022-02-12T02:08:56.395Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-02-12T02:08:56.396Z] === RUN TestNetworkNat [2022-02-12T02:08:56.958Z] --- PASS: TestNetworkNat (0.43s) [2022-02-12T02:08:56.959Z] === RUN TestNetworkLocalhostTCPNat [2022-02-12T02:08:57.216Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-02-12T02:08:57.216Z] === RUN TestNetworkLoopbackNat [2022-02-12T02:08:57.577Z] --- PASS: TestCreateServiceSysctls (3.08s) [2022-02-12T02:08:57.577Z] === RUN TestCreateServiceCapabilities [2022-02-12T02:08:58.193Z] docker_cli_daemon_test.go:2522: [d0d99d39ff3f4] daemon is not started [2022-02-12T02:08:59.020Z] 1bd78008c728: Pull complete [2022-02-12T02:08:59.020Z] Digest: sha256:d8c2b69511a49e9eb6fd2a17f2727ae011b0382cd11562fa5cb4c70bb460cf12 [2022-02-12T02:08:59.020Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:08:59.020Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-02-12T02:08:59.021Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-02-12T02:08:59.021Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2565' [2022-02-12T02:08:59.021Z] WARN: Skipping validation tests [2022-02-12T02:08:59.021Z] INFO: Running unit tests at 02/12/2022 02:08:47... [2022-02-12T02:08:59.021Z] INFO: make.ps1 starting at 02/12/2022 02:08:52 [2022-02-12T02:08:59.021Z] INFO: Git commit (3efcf7b376) assumed from DOCKER_GITCOMMIT environment variable [2022-02-12T02:08:59.021Z] INFO: Invoking autogen... [2022-02-12T02:08:59.021Z] INFO: Running unit tests... [2022-02-12T02:08:59.606Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-02-12T02:08:59.733Z] --- PASS: TestNetworkLoopbackNat (2.52s) [2022-02-12T02:08:59.734Z] === RUN TestPause [2022-02-12T02:09:00.105Z] --- PASS: TestCreateServiceCapabilities (2.47s) [2022-02-12T02:09:00.105Z] === RUN TestInspect [2022-02-12T02:09:00.185Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-02-12T02:09:00.297Z] --- PASS: TestPause (0.43s) [2022-02-12T02:09:00.297Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-02-12T02:09:00.297Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-12T02:09:00.297Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-12T02:09:00.297Z] === RUN TestPauseStopPausedContainer [2022-02-12T02:09:00.553Z] --- PASS: TestPauseStopPausedContainer (0.42s) [2022-02-12T02:09:00.553Z] === RUN TestPidHost [2022-02-12T02:09:01.203Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/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/loggertest 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/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount 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/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-02-12T02:09:01.922Z] --- PASS: TestPidHost (1.00s) [2022-02-12T02:09:01.922Z] === RUN TestPsFilter [2022-02-12T02:09:01.922Z] --- PASS: TestPsFilter (0.11s) [2022-02-12T02:09:01.922Z] === RUN TestRemoveContainerWithRemovedVolume [2022-02-12T02:09:02.179Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.50s) [2022-02-12T02:09:02.179Z] === RUN TestRemoveContainerWithVolume [2022-02-12T02:09:02.636Z] --- PASS: TestInspect (2.80s) [2022-02-12T02:09:02.636Z] === RUN TestCreateJob [2022-02-12T02:09:02.742Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-02-12T02:09:02.742Z] === RUN TestRemoveContainerRunning [2022-02-12T02:09:02.999Z] --- PASS: TestRemoveContainerRunning (0.39s) [2022-02-12T02:09:02.999Z] === RUN TestRemoveContainerForceRemoveRunning [2022-02-12T02:09:03.561Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-02-12T02:09:03.561Z] === RUN TestRemoveInvalidContainer [2022-02-12T02:09:03.561Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-02-12T02:09:03.562Z] === RUN TestRenameLinkedContainer [2022-02-12T02:09:05.455Z] --- PASS: TestRenameLinkedContainer (1.62s) [2022-02-12T02:09:05.455Z] === RUN TestRenameStoppedContainer [2022-02-12T02:09:05.455Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-02-12T02:09:05.455Z] === RUN TestRenameRunningContainerAndReuse [2022-02-12T02:09:05.946Z] --- PASS: TestCreateJob (3.08s) [2022-02-12T02:09:05.946Z] === RUN TestReplicatedJob [2022-02-12T02:09:06.386Z] --- PASS: TestRenameRunningContainerAndReuse (0.81s) [2022-02-12T02:09:06.386Z] === RUN TestRenameInvalidName [2022-02-12T02:09:06.642Z] --- PASS: TestRenameInvalidName (0.39s) [2022-02-12T02:09:06.642Z] === RUN TestRenameAnonymousContainer [2022-02-12T02:09:07.030Z] === RUN TestMiddlewares [2022-02-12T02:09:07.030Z] --- PASS: TestMiddlewares (0.00s) [2022-02-12T02:09:07.030Z] PASS [2022-02-12T02:09:07.030Z] coverage: 9.0% of statements [2022-02-12T02:09:07.030Z] ok github.com/docker/docker/api/server 0.061s coverage: 9.0% of statements [2022-02-12T02:09:08.010Z] --- PASS: TestRenameAnonymousContainer (1.43s) [2022-02-12T02:09:08.010Z] === RUN TestRenameContainerWithSameName [2022-02-12T02:09:08.337Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-02-12T02:09:08.573Z] --- PASS: TestRenameContainerWithSameName (0.39s) [2022-02-12T02:09:08.573Z] === RUN TestRenameContainerWithLinkedContainer [2022-02-12T02:09:09.501Z] --- PASS: TestRenameContainerWithLinkedContainer (0.83s) [2022-02-12T02:09:09.501Z] === RUN TestResize [2022-02-12T02:09:09.758Z] --- PASS: TestResize (0.41s) [2022-02-12T02:09:09.758Z] === RUN TestResizeWithInvalidSize [2022-02-12T02:09:10.014Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2022-02-12T02:09:10.014Z] === RUN TestResizeWhenContainerNotStarted [2022-02-12T02:09:10.577Z] --- PASS: TestResizeWhenContainerNotStarted (0.45s) [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:09:10.577Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:09:10.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:09:10.577Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-12T02:09:10.577Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:09:10.888Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-02-12T02:09:11.250Z] --- PASS: TestReplicatedJob (5.55s) [2022-02-12T02:09:11.250Z] === RUN TestUpdateReplicatedJob [2022-02-12T02:09:11.537Z] ? github.com/docker/docker/api [no test files] [2022-02-12T02:09:12.274Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-02-12T02:09:12.473Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:09:13.402Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:09:14.532Z] --- PASS: TestUpdateReplicatedJob (3.14s) [2022-02-12T02:09:14.532Z] === RUN TestServiceListWithStatuses [2022-02-12T02:09:14.532Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-12T02:09:14.532Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-02-12T02:09:14.532Z] === RUN TestDockerNetworkConnectAlias [2022-02-12T02:09:14.768Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-12T02:09:14.768Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-12T02:09:14.827Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-02-12T02:09:14.827Z] check_test.go:308: [d06c293481c06] daemon is not started [2022-02-12T02:09:14.827Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-02-12T02:09:16.138Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:09:16.139Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-12T02:09:18.714Z] --- PASS: TestDockerNetworkConnectAlias (3.98s) [2022-02-12T02:09:18.714Z] === RUN TestDockerNetworkReConnect [2022-02-12T02:09:19.039Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-02-12T02:09:19.410Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-12T02:09:19.410Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite (327.42s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.64s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.74s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.40s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.34s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.29s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.50s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.40s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.92s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.53s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (2.97s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.13s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.04s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.34s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.21s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.47s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.17s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.46s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.26s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.61s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.64s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.74s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.34s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (1.98s) [2022-02-12T02:09:20.426Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.06s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.32s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.62s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.62s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.85s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.15s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.18s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.42s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.58s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.45s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.48s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.61s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.66s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.71s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.81s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.56s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.18s) [2022-02-12T02:09:20.426Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.44s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.48s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.38s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.09s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.41s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.73s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.75s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.48s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.22s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.31s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.79s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.59s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.20s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.48s) [2022-02-12T02:09:20.427Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-02-12T02:09:20.427Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.12s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.90s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.67s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.08s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.73s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.15s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.61s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.06s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.34s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.64s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.15s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.54s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.44s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.56s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.49s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.95s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.92s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.81s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.76s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.59s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.23s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.69s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.76s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.81s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.34s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.36s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.15s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.43s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.81s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.20s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.19s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.12s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.58s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.07s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.10s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.07s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.27s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.33s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.53s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.79s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.53s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s) [2022-02-12T02:09:20.427Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.46s) [2022-02-12T02:09:20.427Z] === RUN TestDockerSwarmSuite [2022-02-12T02:09:20.427Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-02-12T02:09:21.301Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-12T02:09:21.372Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-02-12T02:09:21.994Z] --- PASS: TestDockerNetworkReConnect (3.46s) [2022-02-12T02:09:21.994Z] === RUN TestServicePlugin [2022-02-12T02:09:22.668Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-12T02:09:22.924Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-12T02:09:23.287Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-02-12T02:09:24.292Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-12T02:09:24.854Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-12T02:09:25.275Z] plugin_test.go:61: [dfbc65c805865] joining swarm manager [da6e6d8f0790d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:09:26.223Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-12T02:09:26.369Z] === RUN TestMiddlewares [2022-02-12T02:09:26.369Z] --- PASS: TestMiddlewares (0.00s) [2022-02-12T02:09:26.369Z] PASS [2022-02-12T02:09:26.369Z] coverage: 9.0% of statements [2022-02-12T02:09:26.369Z] ok github.com/docker/docker/api/server 0.059s coverage: 9.0% of statements [2022-02-12T02:09:26.593Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-02-12T02:09:26.646Z] plugin_test.go:64: [df441d74426e8] joining swarm manager [da6e6d8f0790d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.63s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.93s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.35s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.33s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.41s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.67s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.59s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.76s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.64s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.78s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.81s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.76s) [2022-02-12T02:09:27.590Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.58s) [2022-02-12T02:09:27.590Z] === RUN TestCgroupNamespacesRun [2022-02-12T02:09:28.958Z] --- PASS: TestCgroupNamespacesRun (1.28s) [2022-02-12T02:09:28.958Z] === RUN TestCgroupNamespacesRunPrivileged [2022-02-12T02:09:29.886Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.08s) [2022-02-12T02:09:29.886Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-02-12T02:09:29.902Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-02-12T02:09:30.846Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-02-12T02:09:31.107Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-02-12T02:09:31.254Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s) [2022-02-12T02:09:31.254Z] === RUN TestCgroupNamespacesRunHostMode [2022-02-12T02:09:31.368Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-02-12T02:09:31.941Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-02-12T02:09:32.184Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s) [2022-02-12T02:09:32.184Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-02-12T02:09:33.328Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-02-12T02:09:33.328Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-02-12T02:09:33.328Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-02-12T02:09:33.551Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s) [2022-02-12T02:09:33.551Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-02-12T02:09:33.590Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-02-12T02:09:34.481Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.12s) [2022-02-12T02:09:34.481Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-02-12T02:09:34.599Z] ok github.com/docker/docker/libnetwork/networkdb 104.047s coverage: 60.1% of statements [2022-02-12T02:09:34.599Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-02-12T02:09:34.599Z] ok github.com/docker/docker/libnetwork/options 0.001s coverage: 100.0% of statements [2022-02-12T02:09:34.599Z] ok github.com/docker/docker/libnetwork/osl 4.459s coverage: 39.7% of statements [2022-02-12T02:09:34.599Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-02-12T02:09:34.599Z] ok github.com/docker/docker/libnetwork/portallocator 0.006s coverage: 86.1% of statements [2022-02-12T02:09:34.599Z] ok github.com/docker/docker/libnetwork/portmapper 0.198s coverage: 48.6% of statements [2022-02-12T02:09:34.599Z] ok github.com/docker/docker/libnetwork/resolvconf 0.002s coverage: 70.6% of statements [2022-02-12T02:09:34.599Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-02-12T02:09:34.599Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-02-12T02:09:34.599Z] [2022-02-12T02:09:34.599Z] === Skipped [2022-02-12T02:09:34.599Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-02-12T02:09:34.599Z] firewalld_test.go:14: firewalld is not running [2022-02-12T02:09:34.599Z] [2022-02-12T02:09:34.599Z] DONE 326 tests, 1 skipped in 198.399s Post stage [Pipeline] junit [2022-02-12T02:09:34.614Z] Recording test results [2022-02-12T02:09:34.846Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-02-12T02:09:35.175Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43231/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3efcf7b376afc1df8295c3848f1b5b21bb57d2b8 hack/validate/vendor [2022-02-12T02:09:35.410Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-02-12T02:09:35.410Z] === RUN TestCgroupNamespacesRunOlderClient [2022-02-12T02:09:35.744Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-02-12T02:09:36.322Z] + echo Ensuring container killed. [2022-02-12T02:09:36.322Z] Ensuring container killed. [2022-02-12T02:09:36.322Z] + docker rm -vf docker-pr1 [2022-02-12T02:09:36.322Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-02-12T02:09:36.340Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-02-12T02:09:36.340Z] === RUN TestNISDomainname [2022-02-12T02:09:36.610Z] + echo Chowning /workspace to jenkins user [2022-02-12T02:09:36.610Z] Chowning /workspace to jenkins user [2022-02-12T02:09:36.610Z] + id -u [2022-02-12T02:09:36.610Z] + id -g [2022-02-12T02:09:36.610Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43231:/workspace busybox chown -R 1000:1000 /workspace [2022-02-12T02:09:36.902Z] --- PASS: TestNISDomainname (0.52s) [2022-02-12T02:09:36.902Z] === RUN TestHostnameDnsResolution [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-02-12T02:09:37.480Z] + bundleName=unit [2022-02-12T02:09:37.480Z] + echo Creating unit-bundles.tar.gz [2022-02-12T02:09:37.480Z] Creating unit-bundles.tar.gz [2022-02-12T02:09:37.480Z] + 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-02-12T02:09:37.480Z] bundles/junit-report-libnetwork.xml [2022-02-12T02:09:37.480Z] bundles/junit-report.xml [2022-02-12T02:09:37.480Z] bundles/go-test-report-libnetwork.json [2022-02-12T02:09:37.480Z] bundles/go-test-report.json [2022-02-12T02:09:37.480Z] bundles/profile-libnetwork.out [2022-02-12T02:09:37.480Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-02-12T02:09:37.498Z] Archiving artifacts [2022-02-12T02:09:37.499Z] --- PASS: TestHostnameDnsResolution (0.63s) [2022-02-12T02:09:37.499Z] === RUN TestUnprivilegedPortsAndPing [2022-02-12T02:09:38.022Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43231/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-12T02:09:38.077Z] --- PASS: TestUnprivilegedPortsAndPing (0.58s) [2022-02-12T02:09:38.077Z] === RUN TestStats [2022-02-12T02:09:38.333Z] + make clean [2022-02-12T02:09:38.333Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-12T02:09:38.333Z] docker-dev-cache [2022-02-12T02:09:38.333Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-12T02:09:40.598Z] --- PASS: TestStats (2.44s) [2022-02-12T02:09:40.598Z] === RUN TestStopContainerWithTimeout [2022-02-12T02:09:40.598Z] === RUN TestStopContainerWithTimeout/0 [2022-02-12T02:09:40.598Z] === PAUSE TestStopContainerWithTimeout/0 [2022-02-12T02:09:40.598Z] === RUN TestStopContainerWithTimeout/1 [2022-02-12T02:09:40.598Z] === PAUSE TestStopContainerWithTimeout/1 [2022-02-12T02:09:40.598Z] === RUN TestStopContainerWithTimeout/3 [2022-02-12T02:09:40.598Z] === PAUSE TestStopContainerWithTimeout/3 [2022-02-12T02:09:40.598Z] === RUN TestStopContainerWithTimeout/-1 [2022-02-12T02:09:40.598Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-02-12T02:09:40.598Z] === CONT TestStopContainerWithTimeout/0 [2022-02-12T02:09:40.598Z] === CONT TestStopContainerWithTimeout/-1 [2022-02-12T02:09:41.161Z] === CONT TestStopContainerWithTimeout/3 [2022-02-12T02:09:41.733Z] === RUN TestDockerSuite/TestBuildExpose [2022-02-12T02:09:41.994Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-02-12T02:09:42.568Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-02-12T02:09:43.052Z] === CONT TestStopContainerWithTimeout/1 [2022-02-12T02:09:43.141Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-02-12T02:09:43.402Z] === RUN TestDockerSuite/TestBuildFails [2022-02-12T02:09:43.975Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-02-12T02:09:44.236Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-02-12T02:09:44.497Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-02-12T02:09:44.942Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-02-12T02:09:44.942Z] --- PASS: TestStopContainerWithTimeout/0 (0.65s) [2022-02-12T02:09:44.942Z] --- PASS: TestStopContainerWithTimeout/-1 (2.62s) [2022-02-12T02:09:44.942Z] --- PASS: TestStopContainerWithTimeout/3 (2.37s) [2022-02-12T02:09:44.942Z] --- PASS: TestStopContainerWithTimeout/1 (1.38s) [2022-02-12T02:09:44.942Z] === RUN TestDeleteDevicemapper [2022-02-12T02:09:44.942Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-12T02:09:44.942Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-02-12T02:09:44.942Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-02-12T02:09:45.442Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-02-12T02:09:46.310Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.46s) [2022-02-12T02:09:46.310Z] === RUN TestUpdateMemory [2022-02-12T02:09:46.387Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-02-12T02:09:46.567Z] --- PASS: TestUpdateMemory (0.48s) [2022-02-12T02:09:46.567Z] === RUN TestUpdateCPUQuota [2022-02-12T02:09:47.496Z] --- PASS: TestUpdateCPUQuota (0.77s) [2022-02-12T02:09:47.496Z] === RUN TestUpdatePidsLimit [2022-02-12T02:09:47.496Z] === RUN TestUpdatePidsLimit/update_from_none [2022-02-12T02:09:47.496Z] === RUN TestUpdatePidsLimit/no_change [2022-02-12T02:09:47.752Z] === RUN TestUpdatePidsLimit/update_lower [2022-02-12T02:09:47.752Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-02-12T02:09:48.008Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-02-12T02:09:48.265Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-02-12T02:09:48.305Z] docker_api_swarm_test.go:563: [d09743c588aaf] joining swarm manager [d518fef680f25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:09:48.526Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-02-12T02:09:48.567Z] === RUN TestDockerSuite/TestBuildForceRm [2022-02-12T02:09:49.088Z] --- PASS: TestUpdatePidsLimit (1.87s) [2022-02-12T02:09:49.088Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.18s) [2022-02-12T02:09:49.088Z] --- PASS: TestUpdatePidsLimit/no_change (0.19s) [2022-02-12T02:09:49.088Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2022-02-12T02:09:49.088Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.18s) [2022-02-12T02:09:49.088Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2022-02-12T02:09:49.088Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s) [2022-02-12T02:09:49.088Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.29s) [2022-02-12T02:09:49.088Z] === RUN TestUpdateRestartPolicy [2022-02-12T02:09:50.485Z] === RUN TestDockerSuite/TestBuildFromGit [2022-02-12T02:09:51.874Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-02-12T02:09:52.136Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-02-12T02:09:53.080Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-02-12T02:09:53.178Z] --- PASS: TestServicePlugin (29.65s) [2022-02-12T02:09:53.178Z] === RUN TestServiceUpdateLabel [2022-02-12T02:09:53.718Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-02-12T02:09:53.718Z] === RUN TestBoolValue [2022-02-12T02:09:53.718Z] --- PASS: TestBoolValue (0.00s) [2022-02-12T02:09:53.718Z] === RUN TestBoolValueOrDefault [2022-02-12T02:09:53.718Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-02-12T02:09:53.718Z] === RUN TestInt64ValueOrZero [2022-02-12T02:09:53.718Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-02-12T02:09:53.718Z] === RUN TestInt64ValueOrDefault [2022-02-12T02:09:53.718Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-02-12T02:09:53.718Z] === RUN TestInt64ValueOrDefaultWithError [2022-02-12T02:09:53.718Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-02-12T02:09:53.718Z] === RUN TestJsonContentType [2022-02-12T02:09:53.718Z] --- PASS: TestJsonContentType (0.00s) [2022-02-12T02:09:53.718Z] PASS [2022-02-12T02:09:53.718Z] coverage: 14.7% of statements [2022-02-12T02:09:53.718Z] ok github.com/docker/docker/api/server/httputils 0.148s coverage: 14.7% of statements [2022-02-12T02:09:53.718Z] === RUN TestMaskSecretKeys [2022-02-12T02:09:53.718Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-02-12T02:09:53.718Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-02-12T02:09:53.718Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-02-12T02:09:53.718Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-02-12T02:09:53.718Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-02-12T02:09:53.718Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-02-12T02:09:53.718Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-02-12T02:09:53.718Z] === RUN TestVersionMiddlewareVersion [2022-02-12T02:09:53.718Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-02-12T02:09:53.718Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-02-12T02:09:53.719Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-02-12T02:09:53.719Z] PASS [2022-02-12T02:09:53.719Z] coverage: 37.7% of statements [2022-02-12T02:09:53.719Z] ok github.com/docker/docker/api/server/middleware 0.061s coverage: 37.7% of statements [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/server/router [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-02-12T02:09:53.719Z] === RUN TestToJSON [2022-02-12T02:09:53.719Z] --- PASS: TestToJSON (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestToParamWithVersion [2022-02-12T02:09:53.719Z] --- PASS: TestToParamWithVersion (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestFromJSON [2022-02-12T02:09:53.719Z] --- PASS: TestFromJSON (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestEmpty [2022-02-12T02:09:53.719Z] --- PASS: TestEmpty (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestArgsMatchKVListEmptySources [2022-02-12T02:09:53.719Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestArgsMatchKVList [2022-02-12T02:09:53.719Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestArgsMatch [2022-02-12T02:09:53.719Z] --- PASS: TestArgsMatch (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestAdd [2022-02-12T02:09:53.719Z] --- PASS: TestAdd (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestDel [2022-02-12T02:09:53.719Z] --- PASS: TestDel (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestLen [2022-02-12T02:09:53.719Z] --- PASS: TestLen (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestExactMatch [2022-02-12T02:09:53.719Z] --- PASS: TestExactMatch (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestOnlyOneExactMatch [2022-02-12T02:09:53.719Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestContains [2022-02-12T02:09:53.719Z] --- PASS: TestContains (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestValidate [2022-02-12T02:09:53.719Z] --- PASS: TestValidate (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestWalkValues [2022-02-12T02:09:53.719Z] --- PASS: TestWalkValues (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestFuzzyMatch [2022-02-12T02:09:53.719Z] --- PASS: TestFuzzyMatch (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestClone [2022-02-12T02:09:53.719Z] --- PASS: TestClone (0.00s) [2022-02-12T02:09:53.719Z] PASS [2022-02-12T02:09:53.719Z] coverage: 92.2% of statements [2022-02-12T02:09:53.719Z] === RUN TestStrSliceMarshalJSON [2022-02-12T02:09:53.719Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestStrSliceUnmarshalJSON [2022-02-12T02:09:53.719Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestStrSliceUnmarshalString [2022-02-12T02:09:53.719Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-02-12T02:09:53.719Z] === RUN TestStrSliceUnmarshalSlice [2022-02-12T02:09:53.719Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-02-12T02:09:53.719Z] PASS [2022-02-12T02:09:53.719Z] coverage: 90.0% of statements [2022-02-12T02:09:53.719Z] ok github.com/docker/docker/api/types/filters 0.047s coverage: 92.2% of statements [2022-02-12T02:09:53.719Z] ok github.com/docker/docker/api/types/strslice 0.047s coverage: 90.0% of statements [2022-02-12T02:09:53.719Z] === RUN TestAdjustForAPIVersion [2022-02-12T02:09:53.719Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-02-12T02:09:53.719Z] PASS [2022-02-12T02:09:53.719Z] coverage: 5.7% of statements [2022-02-12T02:09:53.719Z] ok github.com/docker/docker/api/server/router/swarm 0.052s coverage: 5.7% of statements [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/types [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/types/container [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/types/events [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/types/image [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/types/network [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-02-12T02:09:53.719Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-02-12T02:09:53.743Z] --- PASS: TestServiceUpdateLabel (2.13s) [2022-02-12T02:09:53.743Z] === RUN TestServiceUpdateSecrets [2022-02-12T02:09:54.175Z] === RUN TestDurationToSecondsString [2022-02-12T02:09:54.175Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-02-12T02:09:54.175Z] === RUN TestGetTimestamp [2022-02-12T02:09:54.175Z] --- PASS: TestGetTimestamp (0.20s) [2022-02-12T02:09:54.175Z] === RUN TestParseTimestamps [2022-02-12T02:09:54.175Z] --- PASS: TestParseTimestamps (0.00s) [2022-02-12T02:09:54.175Z] PASS [2022-02-12T02:09:54.175Z] coverage: 100.0% of statements [2022-02-12T02:09:54.175Z] ok github.com/docker/docker/api/types/time 0.256s coverage: 100.0% of statements [2022-02-12T02:09:54.175Z] === RUN TestCompareVersion [2022-02-12T02:09:54.175Z] --- PASS: TestCompareVersion (0.00s) [2022-02-12T02:09:54.175Z] PASS [2022-02-12T02:09:54.175Z] coverage: 77.3% of statements [2022-02-12T02:09:54.175Z] ok github.com/docker/docker/api/types/versions 0.042s coverage: 77.3% of statements [2022-02-12T02:09:54.175Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-02-12T02:09:54.175Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-02-12T02:09:54.175Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-02-12T02:09:54.175Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-02-12T02:09:54.175Z] ? github.com/docker/docker/builder [no test files] [2022-02-12T02:09:54.175Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-02-12T02:09:54.175Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-02-12T02:09:54.175Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-02-12T02:09:54.175Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-02-12T02:09:54.175Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-02-12T02:09:54.175Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-02-12T02:09:54.175Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-02-12T02:09:54.470Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-02-12T02:09:55.414Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-02-12T02:09:55.675Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-02-12T02:09:55.709Z] === RUN TestParseRemoteURL [2022-02-12T02:09:55.709Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-02-12T02:09:55.709Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-02-12T02:09:55.709Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-02-12T02:09:55.709Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-02-12T02:09:55.709Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-02-12T02:09:55.709Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-02-12T02:09:55.709Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-02-12T02:09:55.709Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-02-12T02:09:55.709Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-02-12T02:09:55.709Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-02-12T02:09:55.709Z] --- PASS: TestParseRemoteURL (0.00s) [2022-02-12T02:09:55.709Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-02-12T02:09:55.709Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-02-12T02:09:55.709Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-02-12T02:09:55.709Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-02-12T02:09:55.709Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-02-12T02:09:55.709Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-02-12T02:09:55.709Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-02-12T02:09:55.709Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-02-12T02:09:55.709Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-02-12T02:09:55.709Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-02-12T02:09:55.709Z] === RUN TestCloneArgsSmartHttp [2022-02-12T02:09:56.166Z] --- PASS: TestCloneArgsSmartHttp (0.07s) [2022-02-12T02:09:56.166Z] === RUN TestCloneArgsDumbHttp [2022-02-12T02:09:56.166Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-02-12T02:09:56.166Z] === RUN TestCloneArgsGit [2022-02-12T02:09:56.166Z] --- PASS: TestCloneArgsGit (0.00s) [2022-02-12T02:09:56.166Z] === RUN TestCheckoutGit [2022-02-12T02:09:57.612Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-02-12T02:09:57.697Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-02-12T02:09:57.697Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-02-12T02:09:57.697Z] === RUN TestProcessNoDockerignore [2022-02-12T02:09:57.697Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-02-12T02:09:57.697Z] === RUN TestProcessShouldLeaveAllFiles [2022-02-12T02:09:57.697Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-02-12T02:09:57.697Z] === RUN TestDetectContentType [2022-02-12T02:09:57.697Z] --- PASS: TestDetectContentType (0.00s) [2022-02-12T02:09:57.697Z] === RUN TestSelectAcceptableMIME [2022-02-12T02:09:57.697Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-02-12T02:09:57.697Z] === RUN TestInspectEmptyResponse [2022-02-12T02:09:57.697Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-02-12T02:09:57.697Z] === RUN TestInspectResponseBinary [2022-02-12T02:09:57.697Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-02-12T02:09:57.697Z] === RUN TestResponseUnsupportedContentType [2022-02-12T02:09:57.697Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-02-12T02:09:57.697Z] === RUN TestInspectResponseTextSimple [2022-02-12T02:09:57.697Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-02-12T02:09:57.697Z] === RUN TestInspectResponseEmptyContentType [2022-02-12T02:09:57.697Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-02-12T02:09:57.697Z] === RUN TestUnknownContentLength [2022-02-12T02:09:57.697Z] --- PASS: TestUnknownContentLength (0.00s) [2022-02-12T02:09:57.697Z] === RUN TestDownloadRemote [2022-02-12T02:09:57.697Z] --- PASS: TestDownloadRemote (0.11s) [2022-02-12T02:09:57.697Z] === RUN TestGetWithStatusError [2022-02-12T02:09:57.697Z] --- PASS: TestGetWithStatusError (0.00s) [2022-02-12T02:09:57.697Z] === RUN TestCloseRootDirectory [2022-02-12T02:09:57.697Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:09:57.697Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-02-12T02:09:57.697Z] === RUN TestHashFile [2022-02-12T02:09:57.697Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:09:57.697Z] --- SKIP: TestHashFile (0.00s) [2022-02-12T02:09:57.697Z] === RUN TestHashSubdir [2022-02-12T02:09:57.697Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:09:57.697Z] --- SKIP: TestHashSubdir (0.01s) [2022-02-12T02:09:57.697Z] === RUN TestRemoveDirectory [2022-02-12T02:09:57.697Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:09:57.697Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-02-12T02:09:57.697Z] PASS [2022-02-12T02:09:57.697Z] coverage: 9.3% of statements [2022-02-12T02:09:57.697Z] ok github.com/docker/docker/builder/remotecontext 0.286s coverage: 9.3% of statements [2022-02-12T02:09:57.697Z] === RUN TestEnable [2022-02-12T02:09:57.697Z] --- PASS: TestEnable (0.00s) [2022-02-12T02:09:57.697Z] === RUN TestDisable [2022-02-12T02:09:57.697Z] --- PASS: TestDisable (0.00s) [2022-02-12T02:09:57.697Z] === RUN TestEnabled [2022-02-12T02:09:57.697Z] --- PASS: TestEnabled (0.00s) [2022-02-12T02:09:57.697Z] PASS [2022-02-12T02:09:57.697Z] coverage: 100.0% of statements [2022-02-12T02:09:57.697Z] ok github.com/docker/docker/cli/debug 0.073s coverage: 100.0% of statements [2022-02-12T02:09:58.154Z] === RUN TestGetAllAllowed [2022-02-12T02:09:58.154Z] --- PASS: TestGetAllAllowed (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestGetAllMeta [2022-02-12T02:09:58.154Z] --- PASS: TestGetAllMeta (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestWarnOnUnusedBuildArgs [2022-02-12T02:09:58.154Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestIsUnreferencedBuiltin [2022-02-12T02:09:58.154Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestIsExistingDirectory [2022-02-12T02:09:58.154Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-02-12T02:09:58.154Z] === RUN TestGetFilenameForDownload [2022-02-12T02:09:58.154Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestEnv2Variables [2022-02-12T02:09:58.154Z] --- PASS: TestEnv2Variables (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-02-12T02:09:58.154Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestMaintainer [2022-02-12T02:09:58.154Z] --- PASS: TestMaintainer (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestLabel [2022-02-12T02:09:58.154Z] --- PASS: TestLabel (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestFromScratch [2022-02-12T02:09:58.154Z] --- PASS: TestFromScratch (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestFromWithArg [2022-02-12T02:09:58.154Z] --- PASS: TestFromWithArg (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-02-12T02:09:58.154Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestFromWithUndefinedArg [2022-02-12T02:09:58.154Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestFromMultiStageWithNamedStage [2022-02-12T02:09:58.154Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestOnbuild [2022-02-12T02:09:58.154Z] --- PASS: TestOnbuild (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestWorkdir [2022-02-12T02:09:58.154Z] --- PASS: TestWorkdir (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestCmd [2022-02-12T02:09:58.154Z] --- PASS: TestCmd (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestHealthcheckNone [2022-02-12T02:09:58.154Z] --- PASS: TestHealthcheckNone (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestHealthcheckCmd [2022-02-12T02:09:58.154Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestEntrypoint [2022-02-12T02:09:58.154Z] --- PASS: TestEntrypoint (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestExpose [2022-02-12T02:09:58.154Z] --- PASS: TestExpose (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestUser [2022-02-12T02:09:58.154Z] --- PASS: TestUser (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestVolume [2022-02-12T02:09:58.154Z] --- PASS: TestVolume (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestStopSignal [2022-02-12T02:09:58.154Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-02-12T02:09:58.154Z] --- SKIP: TestStopSignal (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestArg [2022-02-12T02:09:58.154Z] --- PASS: TestArg (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestShell [2022-02-12T02:09:58.154Z] --- PASS: TestShell (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestPrependEnvOnCmd [2022-02-12T02:09:58.154Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestRunWithBuildArgs [2022-02-12T02:09:58.154Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestRunIgnoresHealthcheck [2022-02-12T02:09:58.154Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestDispatchUnsupportedOptions [2022-02-12T02:09:58.154Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-02-12T02:09:58.154Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-02-12T02:09:58.154Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-02-12T02:09:58.154Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-02-12T02:09:58.154Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-02-12T02:09:58.154Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-02-12T02:09:58.154Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestNormalizeWorkdir [2022-02-12T02:09:58.154Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestDispatch [2022-02-12T02:09:58.154Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-02-12T02:09:58.154Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-02-12T02:09:58.154Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-02-12T02:09:58.154Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-02-12T02:09:58.154Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-02-12T02:09:58.154Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-02-12T02:09:58.154Z] === RUN TestDispatch/COPY_url [2022-02-12T02:09:58.154Z] --- PASS: TestDispatch (0.08s) [2022-02-12T02:09:58.154Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2022-02-12T02:09:58.154Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-02-12T02:09:58.154Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-02-12T02:09:58.154Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-02-12T02:09:58.154Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-02-12T02:09:58.154Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-02-12T02:09:58.154Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestAddScratchImageAddsToMounts [2022-02-12T02:09:58.154Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestAddFromScratchPopulatesPlatform [2022-02-12T02:09:58.154Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-02-12T02:09:58.154Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-02-12T02:09:58.154Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestImageSourceGetAddsToMounts [2022-02-12T02:09:58.154Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestEmptyDockerfile [2022-02-12T02:09:58.154Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-02-12T02:09:58.154Z] === RUN TestSymlinkDockerfile [2022-02-12T02:09:58.154Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-02-12T02:09:58.154Z] === RUN TestDockerfileOutsideTheBuildContext [2022-02-12T02:09:58.154Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-02-12T02:09:58.154Z] === RUN TestNonExistingDockerfile [2022-02-12T02:09:58.154Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestCopyRunConfig [2022-02-12T02:09:58.154Z] --- PASS: TestCopyRunConfig (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestDeepCopyRunConfig [2022-02-12T02:09:58.154Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestExportImage [2022-02-12T02:09:58.154Z] --- PASS: TestExportImage (0.00s) [2022-02-12T02:09:58.154Z] === RUN TestNormalizeDest [2022-02-12T02:09:58.154Z] --- PASS: TestNormalizeDest (0.00s) [2022-02-12T02:09:58.154Z] PASS [2022-02-12T02:09:58.154Z] coverage: 46.8% of statements [2022-02-12T02:09:58.154Z] ok github.com/docker/docker/builder/dockerfile 0.232s coverage: 46.8% of statements [2022-02-12T02:09:58.613Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-02-12T02:09:59.070Z] === RUN TestTCP4Proxy [2022-02-12T02:09:59.070Z] --- PASS: TestTCP4Proxy (0.03s) [2022-02-12T02:09:59.070Z] === RUN TestTCP4ProxyHalfClose [2022-02-12T02:09:59.070Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-02-12T02:09:59.070Z] === RUN TestTCP6Proxy [2022-02-12T02:09:59.070Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-12T02:09:59.070Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-02-12T02:09:59.070Z] === RUN TestTCPDualStackProxy [2022-02-12T02:09:59.070Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-12T02:09:59.070Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-02-12T02:09:59.070Z] === RUN TestUDP4Proxy [2022-02-12T02:09:59.070Z] --- PASS: TestUDP4Proxy (0.00s) [2022-02-12T02:09:59.070Z] === RUN TestUDP6Proxy [2022-02-12T02:09:59.070Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-12T02:09:59.070Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-02-12T02:09:59.070Z] === RUN TestUDPWriteError [2022-02-12T02:09:59.070Z] --- PASS: TestUDPWriteError (0.00s) [2022-02-12T02:09:59.070Z] === RUN TestSCTP4Proxy [2022-02-12T02:09:59.070Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-02-12T02:09:59.070Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-02-12T02:09:59.070Z] === RUN TestSCTP6Proxy [2022-02-12T02:09:59.070Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-12T02:09:59.070Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-02-12T02:09:59.070Z] PASS [2022-02-12T02:09:59.070Z] coverage: 49.4% of statements [2022-02-12T02:09:59.070Z] ok github.com/docker/docker/cmd/docker-proxy 0.104s coverage: 49.4% of statements [2022-02-12T02:09:59.538Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-02-12T02:10:00.111Z] docker_api_swarm_test.go:585: [d8abcd4b52267] joining swarm manager [d518fef680f25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:10:01.055Z] === RUN TestDockerSuite/TestBuildHistory [2022-02-12T02:10:01.262Z] --- PASS: TestUpdateRestartPolicy (10.76s) [2022-02-12T02:10:01.262Z] === RUN TestUpdateRestartWithAutoRemove [2022-02-12T02:10:01.262Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-02-12T02:10:01.262Z] === RUN TestWaitNonBlocked [2022-02-12T02:10:01.262Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:10:01.262Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:10:01.262Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:10:01.262Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:10:01.262Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:10:01.262Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:10:01.262Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-02-12T02:10:01.262Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.61s) [2022-02-12T02:10:01.262Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.63s) [2022-02-12T02:10:01.262Z] === RUN TestWaitBlocked [2022-02-12T02:10:01.262Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-12T02:10:01.262Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-12T02:10:01.262Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-02-12T02:10:01.262Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-02-12T02:10:01.262Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-12T02:10:01.262Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-02-12T02:10:01.825Z] --- PASS: TestWaitBlocked (0.01s) [2022-02-12T02:10:01.825Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s) [2022-02-12T02:10:01.825Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s) [2022-02-12T02:10:01.825Z] === CONT TestContainerStartOnDaemonRestart [2022-02-12T02:10:01.825Z] === CONT TestRestartDaemonWithRestartingContainer [2022-02-12T02:10:02.971Z] check_test.go:379: [d09743c588aaf] daemon is not started [2022-02-12T02:10:03.720Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.06s) [2022-02-12T02:10:03.720Z] === CONT TestDaemonHostGatewayIP [2022-02-12T02:10:03.720Z] --- PASS: TestContainerStartOnDaemonRestart (2.07s) [2022-02-12T02:10:03.720Z] === CONT TestDaemonRestartIpcMode [2022-02-12T02:10:04.888Z] === RUN TestDockerSuite/TestBuildIidFile [2022-02-12T02:10:05.460Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-02-12T02:10:06.032Z] === RUN TestDockerSuite/TestBuildInheritance [2022-02-12T02:10:06.245Z] --- PASS: TestDaemonRestartIpcMode (2.43s) [2022-02-12T02:10:06.245Z] === CONT TestIpcModeOlderClient [2022-02-12T02:10:06.245Z] --- PASS: TestDaemonHostGatewayIP (2.48s) [2022-02-12T02:10:06.245Z] === CONT TestContainerKillOnDaemonStart [2022-02-12T02:10:06.245Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-02-12T02:10:06.610Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-02-12T02:10:07.181Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-02-12T02:10:07.181Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-02-12T02:10:07.704Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-02-12T02:10:07.704Z] === RUN TestBoolValue [2022-02-12T02:10:07.704Z] --- PASS: TestBoolValue (0.00s) [2022-02-12T02:10:07.704Z] === RUN TestBoolValueOrDefault [2022-02-12T02:10:07.704Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-02-12T02:10:07.704Z] === RUN TestInt64ValueOrZero [2022-02-12T02:10:07.704Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-02-12T02:10:07.704Z] === RUN TestInt64ValueOrDefault [2022-02-12T02:10:07.704Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-02-12T02:10:07.704Z] === RUN TestInt64ValueOrDefaultWithError [2022-02-12T02:10:07.704Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-02-12T02:10:07.704Z] === RUN TestJsonContentType [2022-02-12T02:10:07.704Z] --- PASS: TestJsonContentType (0.00s) [2022-02-12T02:10:07.704Z] PASS [2022-02-12T02:10:07.704Z] coverage: 14.7% of statements [2022-02-12T02:10:07.704Z] ok github.com/docker/docker/api/server/httputils 0.093s coverage: 14.7% of statements [2022-02-12T02:10:07.704Z] === RUN TestMaskSecretKeys [2022-02-12T02:10:07.704Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-02-12T02:10:07.704Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-02-12T02:10:07.704Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-02-12T02:10:07.704Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-02-12T02:10:07.704Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-02-12T02:10:07.704Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-02-12T02:10:07.704Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-02-12T02:10:07.704Z] === RUN TestVersionMiddlewareVersion [2022-02-12T02:10:07.704Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-02-12T02:10:07.704Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-02-12T02:10:07.704Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-02-12T02:10:07.704Z] PASS [2022-02-12T02:10:07.704Z] coverage: 37.7% of statements [2022-02-12T02:10:07.704Z] ok github.com/docker/docker/api/server/middleware 0.121s coverage: 37.7% of statements [2022-02-12T02:10:07.704Z] ? github.com/docker/docker/api/server/router [no test files] [2022-02-12T02:10:07.704Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-02-12T02:10:07.704Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-02-12T02:10:07.704Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-02-12T02:10:07.704Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-02-12T02:10:07.704Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-02-12T02:10:07.704Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-02-12T02:10:07.704Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-02-12T02:10:07.704Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-02-12T02:10:07.704Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-02-12T02:10:07.704Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-02-12T02:10:08.125Z] === RUN TestDockerSuite/TestBuildLabel [2022-02-12T02:10:08.174Z] === RUN TestAdjustForAPIVersion [2022-02-12T02:10:08.174Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-02-12T02:10:08.174Z] PASS [2022-02-12T02:10:08.174Z] coverage: 5.7% of statements [2022-02-12T02:10:08.174Z] ok github.com/docker/docker/api/server/router/swarm 0.066s coverage: 5.7% of statements [2022-02-12T02:10:08.174Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-02-12T02:10:08.174Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-02-12T02:10:08.174Z] ? github.com/docker/docker/api/types [no test files] [2022-02-12T02:10:08.174Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-02-12T02:10:08.174Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-02-12T02:10:08.174Z] ? github.com/docker/docker/api/types/container [no test files] [2022-02-12T02:10:08.174Z] ? github.com/docker/docker/api/types/events [no test files] [2022-02-12T02:10:08.174Z] === RUN TestStrSliceMarshalJSON [2022-02-12T02:10:08.174Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestStrSliceUnmarshalJSON [2022-02-12T02:10:08.174Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestStrSliceUnmarshalString [2022-02-12T02:10:08.174Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestStrSliceUnmarshalSlice [2022-02-12T02:10:08.174Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-02-12T02:10:08.174Z] PASS [2022-02-12T02:10:08.174Z] coverage: 90.0% of statements [2022-02-12T02:10:08.174Z] ok github.com/docker/docker/api/types/strslice 0.049s coverage: 90.0% of statements [2022-02-12T02:10:08.174Z] === RUN TestToJSON [2022-02-12T02:10:08.174Z] --- PASS: TestToJSON (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestToParamWithVersion [2022-02-12T02:10:08.174Z] --- PASS: TestToParamWithVersion (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestFromJSON [2022-02-12T02:10:08.174Z] --- PASS: TestFromJSON (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestEmpty [2022-02-12T02:10:08.174Z] --- PASS: TestEmpty (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestArgsMatchKVListEmptySources [2022-02-12T02:10:08.174Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestArgsMatchKVList [2022-02-12T02:10:08.174Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestArgsMatch [2022-02-12T02:10:08.174Z] --- PASS: TestArgsMatch (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestAdd [2022-02-12T02:10:08.174Z] --- PASS: TestAdd (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestDel [2022-02-12T02:10:08.174Z] --- PASS: TestDel (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestLen [2022-02-12T02:10:08.174Z] --- PASS: TestLen (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestExactMatch [2022-02-12T02:10:08.174Z] --- PASS: TestExactMatch (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestOnlyOneExactMatch [2022-02-12T02:10:08.174Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestContains [2022-02-12T02:10:08.174Z] --- PASS: TestContains (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestValidate [2022-02-12T02:10:08.174Z] --- PASS: TestValidate (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestWalkValues [2022-02-12T02:10:08.174Z] --- PASS: TestWalkValues (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestFuzzyMatch [2022-02-12T02:10:08.174Z] --- PASS: TestFuzzyMatch (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestClone [2022-02-12T02:10:08.174Z] --- PASS: TestClone (0.00s) [2022-02-12T02:10:08.174Z] PASS [2022-02-12T02:10:08.174Z] coverage: 92.2% of statements [2022-02-12T02:10:08.174Z] ok github.com/docker/docker/api/types/filters 0.052s coverage: 92.2% of statements [2022-02-12T02:10:08.174Z] ? github.com/docker/docker/api/types/image [no test files] [2022-02-12T02:10:08.174Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-02-12T02:10:08.174Z] ? github.com/docker/docker/api/types/network [no test files] [2022-02-12T02:10:08.174Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-02-12T02:10:08.174Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-02-12T02:10:08.174Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-02-12T02:10:08.174Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-02-12T02:10:08.174Z] === RUN TestDurationToSecondsString [2022-02-12T02:10:08.174Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-02-12T02:10:08.174Z] === RUN TestGetTimestamp [2022-02-12T02:10:08.387Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-02-12T02:10:08.609Z] --- PASS: TestServiceUpdateSecrets (14.47s) [2022-02-12T02:10:08.609Z] === RUN TestServiceUpdateConfigs [2022-02-12T02:10:08.643Z] --- PASS: TestGetTimestamp (0.22s) [2022-02-12T02:10:08.643Z] === RUN TestParseTimestamps [2022-02-12T02:10:08.643Z] --- PASS: TestParseTimestamps (0.00s) [2022-02-12T02:10:08.643Z] PASS [2022-02-12T02:10:08.643Z] coverage: 100.0% of statements [2022-02-12T02:10:08.643Z] ok github.com/docker/docker/api/types/time 0.283s coverage: 100.0% of statements [2022-02-12T02:10:08.643Z] === RUN TestCompareVersion [2022-02-12T02:10:08.643Z] --- PASS: TestCompareVersion (0.00s) [2022-02-12T02:10:08.643Z] PASS [2022-02-12T02:10:08.643Z] coverage: 77.3% of statements [2022-02-12T02:10:08.643Z] ok github.com/docker/docker/api/types/versions 0.042s coverage: 77.3% of statements [2022-02-12T02:10:08.643Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-02-12T02:10:08.643Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-02-12T02:10:08.643Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-02-12T02:10:08.643Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-02-12T02:10:08.643Z] ? github.com/docker/docker/builder [no test files] [2022-02-12T02:10:08.643Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-02-12T02:10:08.643Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-02-12T02:10:08.643Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-02-12T02:10:08.643Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-02-12T02:10:08.643Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-02-12T02:10:08.643Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-02-12T02:10:08.643Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-02-12T02:10:08.959Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-02-12T02:10:09.221Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-02-12T02:10:09.483Z] === RUN TestDockerSuite/TestBuildLabels [2022-02-12T02:10:09.630Z] === RUN TestParseRemoteURL [2022-02-12T02:10:09.630Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-02-12T02:10:09.630Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-02-12T02:10:09.630Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-02-12T02:10:09.630Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-02-12T02:10:09.630Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-02-12T02:10:09.630Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-02-12T02:10:09.630Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-02-12T02:10:09.630Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-02-12T02:10:09.630Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-02-12T02:10:09.630Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-02-12T02:10:09.630Z] --- PASS: TestParseRemoteURL (0.00s) [2022-02-12T02:10:09.630Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-02-12T02:10:09.630Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-02-12T02:10:09.630Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-02-12T02:10:09.630Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-02-12T02:10:09.630Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-02-12T02:10:09.630Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-02-12T02:10:09.630Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-02-12T02:10:09.630Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-02-12T02:10:09.630Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-02-12T02:10:09.630Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-02-12T02:10:09.630Z] === RUN TestCloneArgsSmartHttp [2022-02-12T02:10:09.630Z] --- PASS: TestCloneArgsSmartHttp (0.02s) [2022-02-12T02:10:09.630Z] === RUN TestCloneArgsDumbHttp [2022-02-12T02:10:09.630Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-02-12T02:10:09.630Z] === RUN TestCloneArgsGit [2022-02-12T02:10:09.630Z] --- PASS: TestCloneArgsGit (0.00s) [2022-02-12T02:10:09.630Z] === RUN TestCheckoutGit [2022-02-12T02:10:10.055Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-02-12T02:10:11.000Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-02-12T02:10:11.480Z] === RUN TestCheckpointCreateError [2022-02-12T02:10:11.480Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCheckpointCreate [2022-02-12T02:10:11.480Z] --- PASS: TestCheckpointCreate (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCheckpointDeleteError [2022-02-12T02:10:11.480Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCheckpointDelete [2022-02-12T02:10:11.480Z] --- PASS: TestCheckpointDelete (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCheckpointListError [2022-02-12T02:10:11.480Z] --- PASS: TestCheckpointListError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCheckpointList [2022-02-12T02:10:11.480Z] --- PASS: TestCheckpointList (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCheckpointListContainerNotFound [2022-02-12T02:10:11.480Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestNewClientWithOpsFromEnv [2022-02-12T02:10:11.480Z] client_test.go:23: runtime.GOOS == "windows" [2022-02-12T02:10:11.480Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestGetAPIPath [2022-02-12T02:10:11.480Z] --- PASS: TestGetAPIPath (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestParseHostURL [2022-02-12T02:10:11.480Z] --- PASS: TestParseHostURL (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-02-12T02:10:11.480Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestNegotiateAPIVersionEmpty [2022-02-12T02:10:11.480Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestNegotiateAPIVersion [2022-02-12T02:10:11.480Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestNegotiateAPVersionOverride [2022-02-12T02:10:11.480Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestNegotiateAPIVersionAutomatic [2022-02-12T02:10:11.480Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-02-12T02:10:11.480Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-02-12T02:10:11.480Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestClientRedirect [2022-02-12T02:10:11.480Z] --- PASS: TestClientRedirect (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigCreateUnsupported [2022-02-12T02:10:11.480Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigCreateError [2022-02-12T02:10:11.480Z] --- PASS: TestConfigCreateError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigCreate [2022-02-12T02:10:11.480Z] --- PASS: TestConfigCreate (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigInspectNotFound [2022-02-12T02:10:11.480Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigInspectWithEmptyID [2022-02-12T02:10:11.480Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigInspectUnsupported [2022-02-12T02:10:11.480Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigInspectError [2022-02-12T02:10:11.480Z] --- PASS: TestConfigInspectError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigInspectConfigNotFound [2022-02-12T02:10:11.480Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigInspect [2022-02-12T02:10:11.480Z] --- PASS: TestConfigInspect (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigListUnsupported [2022-02-12T02:10:11.480Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigListError [2022-02-12T02:10:11.480Z] --- PASS: TestConfigListError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigList [2022-02-12T02:10:11.480Z] --- PASS: TestConfigList (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigRemoveUnsupported [2022-02-12T02:10:11.480Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigRemoveError [2022-02-12T02:10:11.480Z] --- PASS: TestConfigRemoveError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigRemove [2022-02-12T02:10:11.480Z] --- PASS: TestConfigRemove (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigUpdateUnsupported [2022-02-12T02:10:11.480Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigUpdateError [2022-02-12T02:10:11.480Z] --- PASS: TestConfigUpdateError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestConfigUpdate [2022-02-12T02:10:11.480Z] --- PASS: TestConfigUpdate (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerCommitError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerCommitError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerCommit [2022-02-12T02:10:11.480Z] --- PASS: TestContainerCommit (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerStatPathError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerStatPathError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerStatPathNotFoundError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerStatPathNoHeaderError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerStatPath [2022-02-12T02:10:11.480Z] --- PASS: TestContainerStatPath (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCopyToContainerError [2022-02-12T02:10:11.480Z] --- PASS: TestCopyToContainerError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCopyToContainerNotFoundError [2022-02-12T02:10:11.480Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCopyToContainerNotStatusOKError [2022-02-12T02:10:11.480Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCopyToContainer [2022-02-12T02:10:11.480Z] --- PASS: TestCopyToContainer (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCopyFromContainerError [2022-02-12T02:10:11.480Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCopyFromContainerNotFoundError [2022-02-12T02:10:11.480Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCopyFromContainerNotStatusOKError [2022-02-12T02:10:11.480Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCopyFromContainerNoHeaderError [2022-02-12T02:10:11.480Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestCopyFromContainer [2022-02-12T02:10:11.480Z] --- PASS: TestCopyFromContainer (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerCreateError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerCreateError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerCreateImageNotFound [2022-02-12T02:10:11.480Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerCreateWithName [2022-02-12T02:10:11.480Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerCreateAutoRemove [2022-02-12T02:10:11.480Z] --- PASS: TestContainerCreateAutoRemove (0.01s) [2022-02-12T02:10:11.480Z] === RUN TestContainerDiffError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerDiffError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerDiff [2022-02-12T02:10:11.480Z] --- PASS: TestContainerDiff (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerExecCreateError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerExecCreate [2022-02-12T02:10:11.480Z] --- PASS: TestContainerExecCreate (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerExecStartError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerExecStartError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerExecStart [2022-02-12T02:10:11.480Z] --- PASS: TestContainerExecStart (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerExecInspectError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerExecInspect [2022-02-12T02:10:11.480Z] --- PASS: TestContainerExecInspect (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerExportError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerExportError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerExport [2022-02-12T02:10:11.480Z] --- PASS: TestContainerExport (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerInspectError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerInspectError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerInspectContainerNotFound [2022-02-12T02:10:11.480Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerInspectWithEmptyID [2022-02-12T02:10:11.480Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerInspect [2022-02-12T02:10:11.480Z] --- PASS: TestContainerInspect (0.01s) [2022-02-12T02:10:11.480Z] === RUN TestContainerInspectNode [2022-02-12T02:10:11.480Z] --- PASS: TestContainerInspectNode (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerKillError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerKillError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerKill [2022-02-12T02:10:11.480Z] --- PASS: TestContainerKill (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerListError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerListError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerList [2022-02-12T02:10:11.480Z] --- PASS: TestContainerList (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerLogsNotFoundError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerLogsError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerLogsError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerLogs [2022-02-12T02:10:11.480Z] --- PASS: TestContainerLogs (0.22s) [2022-02-12T02:10:11.480Z] === RUN TestContainerPauseError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerPauseError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerPause [2022-02-12T02:10:11.480Z] --- PASS: TestContainerPause (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainersPruneError [2022-02-12T02:10:11.480Z] --- PASS: TestContainersPruneError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainersPrune [2022-02-12T02:10:11.480Z] --- PASS: TestContainersPrune (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerRemoveError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerRemoveError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerRemoveNotFoundError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerRemove [2022-02-12T02:10:11.480Z] --- PASS: TestContainerRemove (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerRenameError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerRenameError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerRename [2022-02-12T02:10:11.480Z] --- PASS: TestContainerRename (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerResizeError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerResizeError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerExecResizeError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerResize [2022-02-12T02:10:11.480Z] --- PASS: TestContainerResize (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerExecResize [2022-02-12T02:10:11.480Z] --- PASS: TestContainerExecResize (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerRestartError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerRestartError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerRestart [2022-02-12T02:10:11.480Z] --- PASS: TestContainerRestart (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerStartError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerStartError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerStart [2022-02-12T02:10:11.480Z] --- PASS: TestContainerStart (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerStatsError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerStatsError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerStats [2022-02-12T02:10:11.480Z] --- PASS: TestContainerStats (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerStopError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerStopError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerStop [2022-02-12T02:10:11.480Z] --- PASS: TestContainerStop (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerTopError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerTopError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerTop [2022-02-12T02:10:11.480Z] --- PASS: TestContainerTop (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerUnpauseError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerUnpause [2022-02-12T02:10:11.480Z] --- PASS: TestContainerUnpause (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerUpdateError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerUpdateError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerUpdate [2022-02-12T02:10:11.480Z] --- PASS: TestContainerUpdate (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerWaitError [2022-02-12T02:10:11.480Z] --- PASS: TestContainerWaitError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestContainerWait [2022-02-12T02:10:11.480Z] --- PASS: TestContainerWait (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestDiskUsageError [2022-02-12T02:10:11.480Z] --- PASS: TestDiskUsageError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestDiskUsage [2022-02-12T02:10:11.480Z] --- PASS: TestDiskUsage (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestDistributionInspectUnsupported [2022-02-12T02:10:11.480Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestDistributionInspectWithEmptyID [2022-02-12T02:10:11.480Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestEventsErrorInOptions [2022-02-12T02:10:11.480Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestEventsErrorFromServer [2022-02-12T02:10:11.480Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestEvents [2022-02-12T02:10:11.480Z] --- PASS: TestEvents (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestTLSCloseWriter [2022-02-12T02:10:11.480Z] === PAUSE TestTLSCloseWriter [2022-02-12T02:10:11.480Z] === RUN TestImageBuildError [2022-02-12T02:10:11.480Z] --- PASS: TestImageBuildError (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestImageBuild [2022-02-12T02:10:11.480Z] --- PASS: TestImageBuild (0.00s) [2022-02-12T02:10:11.480Z] === RUN TestGetDockerOS [2022-02-12T02:10:11.480Z] --- PASS: TestGetDockerOS (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageCreateError [2022-02-12T02:10:11.481Z] --- PASS: TestImageCreateError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageCreate [2022-02-12T02:10:11.481Z] --- PASS: TestImageCreate (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageHistoryError [2022-02-12T02:10:11.481Z] --- PASS: TestImageHistoryError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageHistory [2022-02-12T02:10:11.481Z] --- PASS: TestImageHistory (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageImportError [2022-02-12T02:10:11.481Z] --- PASS: TestImageImportError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageImport [2022-02-12T02:10:11.481Z] --- PASS: TestImageImport (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageInspectError [2022-02-12T02:10:11.481Z] --- PASS: TestImageInspectError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageInspectImageNotFound [2022-02-12T02:10:11.481Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageInspectWithEmptyID [2022-02-12T02:10:11.481Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageInspect [2022-02-12T02:10:11.481Z] --- PASS: TestImageInspect (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageListError [2022-02-12T02:10:11.481Z] --- PASS: TestImageListError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageList [2022-02-12T02:10:11.481Z] --- PASS: TestImageList (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageListApiBefore125 [2022-02-12T02:10:11.481Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageLoadError [2022-02-12T02:10:11.481Z] --- PASS: TestImageLoadError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageLoad [2022-02-12T02:10:11.481Z] --- PASS: TestImageLoad (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagesPruneError [2022-02-12T02:10:11.481Z] --- PASS: TestImagesPruneError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagesPrune [2022-02-12T02:10:11.481Z] --- PASS: TestImagesPrune (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagePullReferenceParseError [2022-02-12T02:10:11.481Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagePullAnyError [2022-02-12T02:10:11.481Z] --- PASS: TestImagePullAnyError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagePullStatusUnauthorizedError [2022-02-12T02:10:11.481Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-12T02:10:11.481Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-12T02:10:11.481Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-02-12T02:10:11.481Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagePullWithoutErrors [2022-02-12T02:10:11.481Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagePushReferenceError [2022-02-12T02:10:11.481Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagePushAnyError [2022-02-12T02:10:11.481Z] --- PASS: TestImagePushAnyError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagePushStatusUnauthorizedError [2022-02-12T02:10:11.481Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-12T02:10:11.481Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-12T02:10:11.481Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-02-12T02:10:11.481Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImagePushWithoutErrors [2022-02-12T02:10:11.481Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-02-12T02:10:11.481Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-02-12T02:10:11.481Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-02-12T02:10:11.481Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-02-12T02:10:11.481Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-02-12T02:10:11.481Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-02-12T02:10:11.481Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-02-12T02:10:11.481Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-02-12T02:10:11.481Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageRemoveError [2022-02-12T02:10:11.481Z] --- PASS: TestImageRemoveError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageRemoveImageNotFound [2022-02-12T02:10:11.481Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageRemove [2022-02-12T02:10:11.481Z] --- PASS: TestImageRemove (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageSaveError [2022-02-12T02:10:11.481Z] --- PASS: TestImageSaveError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageSave [2022-02-12T02:10:11.481Z] --- PASS: TestImageSave (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageSearchAnyError [2022-02-12T02:10:11.481Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageSearchStatusUnauthorizedError [2022-02-12T02:10:11.481Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-12T02:10:11.481Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-12T02:10:11.481Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-02-12T02:10:11.481Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageSearchWithoutErrors [2022-02-12T02:10:11.481Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageTagError [2022-02-12T02:10:11.481Z] --- PASS: TestImageTagError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageTagInvalidReference [2022-02-12T02:10:11.481Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageTagInvalidSourceImageName [2022-02-12T02:10:11.481Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageTagHexSource [2022-02-12T02:10:11.481Z] --- PASS: TestImageTagHexSource (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestImageTag [2022-02-12T02:10:11.481Z] --- PASS: TestImageTag (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestInfoServerError [2022-02-12T02:10:11.481Z] --- PASS: TestInfoServerError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestInfoInvalidResponseJSONError [2022-02-12T02:10:11.481Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestInfo [2022-02-12T02:10:11.481Z] --- PASS: TestInfo (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNetworkConnectError [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkConnectError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNetworkConnect [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkConnect (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNetworkCreateError [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkCreateError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNetworkCreate [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkCreate (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNetworkDisconnectError [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNetworkDisconnect [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNetworkInspect [2022-02-12T02:10:11.481Z] === RUN TestNetworkInspect/empty_ID [2022-02-12T02:10:11.481Z] === RUN TestNetworkInspect/no_options [2022-02-12T02:10:11.481Z] === RUN TestNetworkInspect/verbose [2022-02-12T02:10:11.481Z] === RUN TestNetworkInspect/global_scope [2022-02-12T02:10:11.481Z] === RUN TestNetworkInspect/unknown_network [2022-02-12T02:10:11.481Z] === RUN TestNetworkInspect/server_error [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkInspect (0.00s) [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNetworkListError [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkListError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNetworkList [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkList (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNetworksPruneError [2022-02-12T02:10:11.481Z] --- PASS: TestNetworksPruneError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNetworksPrune [2022-02-12T02:10:11.481Z] --- PASS: TestNetworksPrune (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNetworkRemoveError [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNetworkRemove [2022-02-12T02:10:11.481Z] --- PASS: TestNetworkRemove (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNodeInspectError [2022-02-12T02:10:11.481Z] --- PASS: TestNodeInspectError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNodeInspectNodeNotFound [2022-02-12T02:10:11.481Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNodeInspectWithEmptyID [2022-02-12T02:10:11.481Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNodeInspect [2022-02-12T02:10:11.481Z] --- PASS: TestNodeInspect (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNodeListError [2022-02-12T02:10:11.481Z] --- PASS: TestNodeListError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNodeList [2022-02-12T02:10:11.481Z] --- PASS: TestNodeList (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNodeRemoveError [2022-02-12T02:10:11.481Z] --- PASS: TestNodeRemoveError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNodeRemove [2022-02-12T02:10:11.481Z] --- PASS: TestNodeRemove (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNodeUpdateError [2022-02-12T02:10:11.481Z] --- PASS: TestNodeUpdateError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestNodeUpdate [2022-02-12T02:10:11.481Z] --- PASS: TestNodeUpdate (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestOptionWithHostFromEnv [2022-02-12T02:10:11.481Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestOptionWithTimeout [2022-02-12T02:10:11.481Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestOptionWithVersionFromEnv [2022-02-12T02:10:11.481Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPingFail [2022-02-12T02:10:11.481Z] --- PASS: TestPingFail (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPingWithError [2022-02-12T02:10:11.481Z] 2022/02/12 02:10:10 RoundTripper returned a response & error; ignoring response [2022-02-12T02:10:11.481Z] 2022/02/12 02:10:10 RoundTripper returned a response & error; ignoring response [2022-02-12T02:10:11.481Z] --- PASS: TestPingWithError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPingSuccess [2022-02-12T02:10:11.481Z] --- PASS: TestPingSuccess (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPingHeadFallback [2022-02-12T02:10:11.481Z] === RUN TestPingHeadFallback/OK [2022-02-12T02:10:11.481Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-02-12T02:10:11.481Z] === RUN TestPingHeadFallback/Not_Found [2022-02-12T02:10:11.481Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-02-12T02:10:11.481Z] --- PASS: TestPingHeadFallback (0.00s) [2022-02-12T02:10:11.481Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-02-12T02:10:11.481Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-02-12T02:10:11.481Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-02-12T02:10:11.481Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginDisableError [2022-02-12T02:10:11.481Z] --- PASS: TestPluginDisableError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginDisable [2022-02-12T02:10:11.481Z] --- PASS: TestPluginDisable (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginEnableError [2022-02-12T02:10:11.481Z] --- PASS: TestPluginEnableError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginEnable [2022-02-12T02:10:11.481Z] --- PASS: TestPluginEnable (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginInspectError [2022-02-12T02:10:11.481Z] --- PASS: TestPluginInspectError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginInspectWithEmptyID [2022-02-12T02:10:11.481Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginInspect [2022-02-12T02:10:11.481Z] --- PASS: TestPluginInspect (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginListError [2022-02-12T02:10:11.481Z] --- PASS: TestPluginListError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginList [2022-02-12T02:10:11.481Z] --- PASS: TestPluginList (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginPushError [2022-02-12T02:10:11.481Z] --- PASS: TestPluginPushError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginPush [2022-02-12T02:10:11.481Z] --- PASS: TestPluginPush (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginRemoveError [2022-02-12T02:10:11.481Z] --- PASS: TestPluginRemoveError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginRemove [2022-02-12T02:10:11.481Z] --- PASS: TestPluginRemove (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginSetError [2022-02-12T02:10:11.481Z] --- PASS: TestPluginSetError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPluginSet [2022-02-12T02:10:11.481Z] --- PASS: TestPluginSet (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSetHostHeader [2022-02-12T02:10:11.481Z] --- PASS: TestSetHostHeader (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestPlainTextError [2022-02-12T02:10:11.481Z] --- PASS: TestPlainTextError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestInfiniteError [2022-02-12T02:10:11.481Z] --- PASS: TestInfiniteError (0.03s) [2022-02-12T02:10:11.481Z] === RUN TestCanceledContext [2022-02-12T02:10:11.481Z] 2022/02/12 02:10:10 RoundTripper returned a response & error; ignoring response [2022-02-12T02:10:11.481Z] --- PASS: TestCanceledContext (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestDeadlineExceededContext [2022-02-12T02:10:11.481Z] 2022/02/12 02:10:10 RoundTripper returned a response & error; ignoring response [2022-02-12T02:10:11.481Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretCreateUnsupported [2022-02-12T02:10:11.481Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretCreateError [2022-02-12T02:10:11.481Z] --- PASS: TestSecretCreateError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretCreate [2022-02-12T02:10:11.481Z] --- PASS: TestSecretCreate (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretInspectUnsupported [2022-02-12T02:10:11.481Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretInspectError [2022-02-12T02:10:11.481Z] --- PASS: TestSecretInspectError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretInspectSecretNotFound [2022-02-12T02:10:11.481Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretInspectWithEmptyID [2022-02-12T02:10:11.481Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretInspect [2022-02-12T02:10:11.481Z] --- PASS: TestSecretInspect (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretListUnsupported [2022-02-12T02:10:11.481Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretListError [2022-02-12T02:10:11.481Z] --- PASS: TestSecretListError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretList [2022-02-12T02:10:11.481Z] --- PASS: TestSecretList (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretRemoveUnsupported [2022-02-12T02:10:11.481Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretRemoveError [2022-02-12T02:10:11.481Z] --- PASS: TestSecretRemoveError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretRemove [2022-02-12T02:10:11.481Z] --- PASS: TestSecretRemove (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretUpdateUnsupported [2022-02-12T02:10:11.481Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretUpdateError [2022-02-12T02:10:11.481Z] --- PASS: TestSecretUpdateError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSecretUpdate [2022-02-12T02:10:11.481Z] --- PASS: TestSecretUpdate (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceCreateError [2022-02-12T02:10:11.481Z] --- PASS: TestServiceCreateError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceCreate [2022-02-12T02:10:11.481Z] --- PASS: TestServiceCreate (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceCreateCompatiblePlatforms [2022-02-12T02:10:11.481Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceCreateDigestPinning [2022-02-12T02:10:11.481Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceInspectError [2022-02-12T02:10:11.481Z] --- PASS: TestServiceInspectError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceInspectServiceNotFound [2022-02-12T02:10:11.481Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceInspectWithEmptyID [2022-02-12T02:10:11.481Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceInspect [2022-02-12T02:10:11.481Z] --- PASS: TestServiceInspect (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceListError [2022-02-12T02:10:11.481Z] --- PASS: TestServiceListError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceList [2022-02-12T02:10:11.481Z] --- PASS: TestServiceList (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceLogsError [2022-02-12T02:10:11.481Z] --- PASS: TestServiceLogsError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceLogs [2022-02-12T02:10:11.481Z] --- PASS: TestServiceLogs (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceRemoveError [2022-02-12T02:10:11.481Z] --- PASS: TestServiceRemoveError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceRemoveNotFoundError [2022-02-12T02:10:11.481Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceRemove [2022-02-12T02:10:11.481Z] --- PASS: TestServiceRemove (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceUpdateError [2022-02-12T02:10:11.481Z] --- PASS: TestServiceUpdateError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestServiceUpdate [2022-02-12T02:10:11.481Z] --- PASS: TestServiceUpdate (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSwarmGetUnlockKeyError [2022-02-12T02:10:11.481Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSwarmGetUnlockKey [2022-02-12T02:10:11.481Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSwarmInitError [2022-02-12T02:10:11.481Z] --- PASS: TestSwarmInitError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSwarmInit [2022-02-12T02:10:11.481Z] --- PASS: TestSwarmInit (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSwarmInspectError [2022-02-12T02:10:11.481Z] --- PASS: TestSwarmInspectError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSwarmInspect [2022-02-12T02:10:11.481Z] --- PASS: TestSwarmInspect (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSwarmJoinError [2022-02-12T02:10:11.481Z] --- PASS: TestSwarmJoinError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSwarmJoin [2022-02-12T02:10:11.481Z] --- PASS: TestSwarmJoin (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSwarmLeaveError [2022-02-12T02:10:11.481Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSwarmLeave [2022-02-12T02:10:11.481Z] --- PASS: TestSwarmLeave (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSwarmUnlockError [2022-02-12T02:10:11.481Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSwarmUnlock [2022-02-12T02:10:11.481Z] --- PASS: TestSwarmUnlock (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSwarmUpdateError [2022-02-12T02:10:11.481Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-02-12T02:10:11.481Z] === RUN TestSwarmUpdate [2022-02-12T02:10:11.481Z] --- PASS: TestSwarmUpdate (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestTaskInspectError [2022-02-12T02:10:11.482Z] --- PASS: TestTaskInspectError (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestTaskInspectWithEmptyID [2022-02-12T02:10:11.482Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestTaskInspect [2022-02-12T02:10:11.482Z] --- PASS: TestTaskInspect (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestTaskListError [2022-02-12T02:10:11.482Z] --- PASS: TestTaskListError (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestTaskList [2022-02-12T02:10:11.482Z] --- PASS: TestTaskList (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestVolumeCreateError [2022-02-12T02:10:11.482Z] --- PASS: TestVolumeCreateError (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestVolumeCreate [2022-02-12T02:10:11.482Z] --- PASS: TestVolumeCreate (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestVolumeInspectError [2022-02-12T02:10:11.482Z] --- PASS: TestVolumeInspectError (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestVolumeInspectNotFound [2022-02-12T02:10:11.482Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestVolumeInspectWithEmptyID [2022-02-12T02:10:11.482Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestVolumeInspect [2022-02-12T02:10:11.482Z] --- PASS: TestVolumeInspect (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestVolumeListError [2022-02-12T02:10:11.482Z] --- PASS: TestVolumeListError (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestVolumeList [2022-02-12T02:10:11.482Z] --- PASS: TestVolumeList (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestVolumeRemoveError [2022-02-12T02:10:11.482Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-02-12T02:10:11.482Z] === RUN TestVolumeRemove [2022-02-12T02:10:11.482Z] --- PASS: TestVolumeRemove (0.00s) [2022-02-12T02:10:11.482Z] === CONT TestTLSCloseWriter [2022-02-12T02:10:11.482Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-02-12T02:10:11.482Z] PASS [2022-02-12T02:10:11.482Z] coverage: 75.3% of statements [2022-02-12T02:10:11.482Z] ok github.com/docker/docker/client 0.503s coverage: 75.3% of statements [2022-02-12T02:10:11.847Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-02-12T02:10:11.847Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-02-12T02:10:11.847Z] === RUN TestProcessNoDockerignore [2022-02-12T02:10:11.847Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-02-12T02:10:11.847Z] === RUN TestProcessShouldLeaveAllFiles [2022-02-12T02:10:11.847Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-02-12T02:10:11.847Z] === RUN TestDetectContentType [2022-02-12T02:10:11.847Z] --- PASS: TestDetectContentType (0.00s) [2022-02-12T02:10:11.847Z] === RUN TestSelectAcceptableMIME [2022-02-12T02:10:11.847Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-02-12T02:10:11.847Z] === RUN TestInspectEmptyResponse [2022-02-12T02:10:11.847Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-02-12T02:10:11.847Z] === RUN TestInspectResponseBinary [2022-02-12T02:10:11.847Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-02-12T02:10:11.847Z] === RUN TestResponseUnsupportedContentType [2022-02-12T02:10:11.847Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-02-12T02:10:11.847Z] === RUN TestInspectResponseTextSimple [2022-02-12T02:10:11.847Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-02-12T02:10:11.847Z] === RUN TestInspectResponseEmptyContentType [2022-02-12T02:10:11.847Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-02-12T02:10:11.847Z] === RUN TestUnknownContentLength [2022-02-12T02:10:11.847Z] --- PASS: TestUnknownContentLength (0.00s) [2022-02-12T02:10:11.847Z] === RUN TestDownloadRemote [2022-02-12T02:10:11.847Z] === RUN TestEnable [2022-02-12T02:10:11.847Z] --- PASS: TestEnable (0.00s) [2022-02-12T02:10:11.847Z] === RUN TestDisable [2022-02-12T02:10:11.847Z] --- PASS: TestDisable (0.00s) [2022-02-12T02:10:11.847Z] === RUN TestEnabled [2022-02-12T02:10:11.847Z] --- PASS: TestEnabled (0.00s) [2022-02-12T02:10:11.847Z] PASS [2022-02-12T02:10:11.847Z] coverage: 100.0% of statements [2022-02-12T02:10:11.847Z] ok github.com/docker/docker/cli/debug 0.070s coverage: 100.0% of statements [2022-02-12T02:10:11.847Z] --- PASS: TestDownloadRemote (0.12s) [2022-02-12T02:10:11.847Z] === RUN TestGetWithStatusError [2022-02-12T02:10:11.847Z] --- PASS: TestGetWithStatusError (0.00s) [2022-02-12T02:10:11.847Z] === RUN TestCloseRootDirectory [2022-02-12T02:10:11.847Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:10:11.847Z] --- SKIP: TestCloseRootDirectory (0.01s) [2022-02-12T02:10:11.847Z] === RUN TestHashFile [2022-02-12T02:10:11.847Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:10:11.847Z] --- SKIP: TestHashFile (0.01s) [2022-02-12T02:10:11.847Z] === RUN TestHashSubdir [2022-02-12T02:10:11.847Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:10:11.847Z] --- SKIP: TestHashSubdir (0.00s) [2022-02-12T02:10:11.847Z] === RUN TestRemoveDirectory [2022-02-12T02:10:11.847Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:10:11.847Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-02-12T02:10:11.847Z] PASS [2022-02-12T02:10:11.847Z] coverage: 9.3% of statements [2022-02-12T02:10:12.315Z] ok github.com/docker/docker/builder/remotecontext 0.279s coverage: 9.3% of statements [2022-02-12T02:10:12.784Z] === RUN TestGetAllAllowed [2022-02-12T02:10:12.784Z] --- PASS: TestGetAllAllowed (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestGetAllMeta [2022-02-12T02:10:12.784Z] --- PASS: TestGetAllMeta (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestWarnOnUnusedBuildArgs [2022-02-12T02:10:12.784Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestIsUnreferencedBuiltin [2022-02-12T02:10:12.784Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestIsExistingDirectory [2022-02-12T02:10:12.784Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestGetFilenameForDownload [2022-02-12T02:10:12.784Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestEnv2Variables [2022-02-12T02:10:12.784Z] --- PASS: TestEnv2Variables (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-02-12T02:10:12.784Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestMaintainer [2022-02-12T02:10:12.784Z] --- PASS: TestMaintainer (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestLabel [2022-02-12T02:10:12.784Z] --- PASS: TestLabel (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestFromScratch [2022-02-12T02:10:12.784Z] --- PASS: TestFromScratch (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestFromWithArg [2022-02-12T02:10:12.784Z] --- PASS: TestFromWithArg (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-02-12T02:10:12.784Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestFromWithUndefinedArg [2022-02-12T02:10:12.784Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestFromMultiStageWithNamedStage [2022-02-12T02:10:12.784Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestOnbuild [2022-02-12T02:10:12.784Z] --- PASS: TestOnbuild (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestWorkdir [2022-02-12T02:10:12.784Z] --- PASS: TestWorkdir (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestCmd [2022-02-12T02:10:12.784Z] --- PASS: TestCmd (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestHealthcheckNone [2022-02-12T02:10:12.784Z] --- PASS: TestHealthcheckNone (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestHealthcheckCmd [2022-02-12T02:10:12.784Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestEntrypoint [2022-02-12T02:10:12.784Z] --- PASS: TestEntrypoint (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestExpose [2022-02-12T02:10:12.784Z] --- PASS: TestExpose (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestUser [2022-02-12T02:10:12.784Z] --- PASS: TestUser (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestVolume [2022-02-12T02:10:12.784Z] --- PASS: TestVolume (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestStopSignal [2022-02-12T02:10:12.784Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-02-12T02:10:12.784Z] --- SKIP: TestStopSignal (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestArg [2022-02-12T02:10:12.784Z] --- PASS: TestArg (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestShell [2022-02-12T02:10:12.784Z] --- PASS: TestShell (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestPrependEnvOnCmd [2022-02-12T02:10:12.784Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestRunWithBuildArgs [2022-02-12T02:10:12.784Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestRunIgnoresHealthcheck [2022-02-12T02:10:12.784Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestDispatchUnsupportedOptions [2022-02-12T02:10:12.784Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-02-12T02:10:12.784Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-02-12T02:10:12.784Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-02-12T02:10:12.784Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-02-12T02:10:12.784Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-02-12T02:10:12.784Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-02-12T02:10:12.784Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestNormalizeWorkdir [2022-02-12T02:10:12.784Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestDispatch [2022-02-12T02:10:12.784Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-02-12T02:10:12.784Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-02-12T02:10:12.784Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-02-12T02:10:12.784Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-02-12T02:10:12.784Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-02-12T02:10:12.784Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-02-12T02:10:12.784Z] === RUN TestDispatch/COPY_url [2022-02-12T02:10:12.784Z] --- PASS: TestDispatch (0.08s) [2022-02-12T02:10:12.784Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2022-02-12T02:10:12.784Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-02-12T02:10:12.784Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-02-12T02:10:12.784Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-02-12T02:10:12.784Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-02-12T02:10:12.784Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-02-12T02:10:12.784Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestAddScratchImageAddsToMounts [2022-02-12T02:10:12.784Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestAddFromScratchPopulatesPlatform [2022-02-12T02:10:12.784Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-02-12T02:10:12.784Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-02-12T02:10:12.784Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestImageSourceGetAddsToMounts [2022-02-12T02:10:12.784Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestEmptyDockerfile [2022-02-12T02:10:12.784Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestSymlinkDockerfile [2022-02-12T02:10:12.784Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-02-12T02:10:12.784Z] === RUN TestDockerfileOutsideTheBuildContext [2022-02-12T02:10:12.784Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestNonExistingDockerfile [2022-02-12T02:10:12.784Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestCopyRunConfig [2022-02-12T02:10:12.784Z] --- PASS: TestCopyRunConfig (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestDeepCopyRunConfig [2022-02-12T02:10:12.784Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestExportImage [2022-02-12T02:10:12.784Z] --- PASS: TestExportImage (0.00s) [2022-02-12T02:10:12.784Z] === RUN TestNormalizeDest [2022-02-12T02:10:12.784Z] --- PASS: TestNormalizeDest (0.00s) [2022-02-12T02:10:12.784Z] PASS [2022-02-12T02:10:12.784Z] coverage: 46.8% of statements [2022-02-12T02:10:12.784Z] ok github.com/docker/docker/builder/dockerfile 0.233s coverage: 46.8% of statements [2022-02-12T02:10:12.784Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-02-12T02:10:13.253Z] === RUN TestTCP4Proxy [2022-02-12T02:10:13.253Z] --- PASS: TestTCP4Proxy (0.01s) [2022-02-12T02:10:13.253Z] === RUN TestTCP4ProxyHalfClose [2022-02-12T02:10:13.253Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-02-12T02:10:13.253Z] === RUN TestTCP6Proxy [2022-02-12T02:10:13.253Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-12T02:10:13.253Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-02-12T02:10:13.253Z] === RUN TestTCPDualStackProxy [2022-02-12T02:10:13.253Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-12T02:10:13.253Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-02-12T02:10:13.253Z] === RUN TestUDP4Proxy [2022-02-12T02:10:13.253Z] --- PASS: TestUDP4Proxy (0.00s) [2022-02-12T02:10:13.253Z] === RUN TestUDP6Proxy [2022-02-12T02:10:13.253Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-12T02:10:13.253Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-02-12T02:10:13.253Z] === RUN TestUDPWriteError [2022-02-12T02:10:13.253Z] --- PASS: TestUDPWriteError (0.00s) [2022-02-12T02:10:13.253Z] === RUN TestSCTP4Proxy [2022-02-12T02:10:13.253Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-02-12T02:10:13.253Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-02-12T02:10:13.253Z] === RUN TestSCTP6Proxy [2022-02-12T02:10:13.253Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-12T02:10:13.253Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-02-12T02:10:13.253Z] PASS [2022-02-12T02:10:13.253Z] coverage: 49.4% of statements [2022-02-12T02:10:13.253Z] ok github.com/docker/docker/cmd/docker-proxy 0.069s coverage: 49.4% of statements [2022-02-12T02:10:13.550Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-02-12T02:10:13.550Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-02-12T02:10:13.550Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-02-12T02:10:13.550Z] === RUN TestDockerSuite/TestBuildLastModified [2022-02-12T02:10:16.100Z] docker_api_swarm_test.go:46: [d62c82fee8534] joining swarm manager [da73408a030a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:10:17.085Z] === RUN TestBoolValue [2022-02-12T02:10:17.085Z] --- PASS: TestBoolValue (0.00s) [2022-02-12T02:10:17.085Z] === RUN TestBoolValueOrDefault [2022-02-12T02:10:17.085Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-02-12T02:10:17.085Z] === RUN TestInt64ValueOrZero [2022-02-12T02:10:17.085Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-02-12T02:10:17.085Z] === RUN TestInt64ValueOrDefault [2022-02-12T02:10:17.085Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-02-12T02:10:17.085Z] === RUN TestInt64ValueOrDefaultWithError [2022-02-12T02:10:17.085Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-02-12T02:10:17.085Z] === RUN TestJsonContentType [2022-02-12T02:10:17.085Z] --- PASS: TestJsonContentType (0.00s) [2022-02-12T02:10:17.085Z] PASS [2022-02-12T02:10:17.085Z] coverage: 14.7% of statements [2022-02-12T02:10:17.085Z] ok github.com/docker/docker/api/server/httputils 0.138s coverage: 14.7% of statements [2022-02-12T02:10:17.085Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-02-12T02:10:17.545Z] === RUN TestMaskSecretKeys [2022-02-12T02:10:17.545Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-02-12T02:10:17.545Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-02-12T02:10:17.545Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-02-12T02:10:17.545Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-02-12T02:10:17.545Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-02-12T02:10:17.545Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-02-12T02:10:17.545Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-02-12T02:10:17.545Z] === RUN TestVersionMiddlewareVersion [2022-02-12T02:10:17.545Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-02-12T02:10:17.545Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-02-12T02:10:17.545Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-02-12T02:10:17.545Z] PASS [2022-02-12T02:10:17.545Z] coverage: 37.7% of statements [2022-02-12T02:10:17.545Z] ok github.com/docker/docker/api/server/middleware 0.096s coverage: 37.7% of statements [2022-02-12T02:10:17.545Z] ? github.com/docker/docker/api/server/router [no test files] [2022-02-12T02:10:17.545Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-02-12T02:10:17.545Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-02-12T02:10:17.545Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-02-12T02:10:17.545Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-02-12T02:10:17.545Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-02-12T02:10:17.545Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-02-12T02:10:17.545Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-02-12T02:10:17.545Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-02-12T02:10:17.545Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-02-12T02:10:17.545Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-02-12T02:10:18.420Z] --- PASS: TestContainerKillOnDaemonStart (11.46s) [2022-02-12T02:10:18.420Z] PASS [2022-02-12T02:10:18.420Z] [2022-02-12T02:10:18.420Z] === Skipped [2022-02-12T02:10:18.420Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-02-12T02:10:18.420Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-12T02:10:18.420Z] [2022-02-12T02:10:18.420Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-12T02:10:18.420Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-12T02:10:18.420Z] [2022-02-12T02:10:18.420Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-02-12T02:10:18.420Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-12T02:10:18.420Z] [2022-02-12T02:10:18.420Z] DONE 200 tests, 3 skipped in 114.339s [2022-02-12T02:10:18.420Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-02-12T02:10:18.420Z] ++ 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-02-12T02:10:18.420Z] ++ set -e [2022-02-12T02:10:18.420Z] ++ '[' -n 0 ']' [2022-02-12T02:10:18.420Z] ++ set -x [2022-02-12T02:10:18.420Z] ++ 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-02-12T02:10:18.420Z] === RUN TestConfigDaemonLibtrustID [2022-02-12T02:10:18.420Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-02-12T02:10:18.420Z] === RUN TestDaemonConfigValidation [2022-02-12T02:10:18.420Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-02-12T02:10:18.420Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-02-12T02:10:18.420Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-02-12T02:10:18.420Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-02-12T02:10:18.420Z] === RUN TestDaemonConfigValidation/invalid_config [2022-02-12T02:10:18.420Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-02-12T02:10:18.420Z] === RUN TestDaemonConfigValidation/malformed_config [2022-02-12T02:10:18.420Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-02-12T02:10:18.420Z] === RUN TestDaemonConfigValidation/valid_config [2022-02-12T02:10:18.420Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-02-12T02:10:18.420Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-02-12T02:10:18.420Z] === CONT TestDaemonConfigValidation/malformed_config [2022-02-12T02:10:18.420Z] === CONT TestDaemonConfigValidation/valid_config [2022-02-12T02:10:18.420Z] === CONT TestDaemonConfigValidation/invalid_config [2022-02-12T02:10:18.420Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-02-12T02:10:18.420Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-02-12T02:10:18.420Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s) [2022-02-12T02:10:18.420Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-02-12T02:10:18.420Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-02-12T02:10:18.420Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.05s) [2022-02-12T02:10:18.420Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-02-12T02:10:18.420Z] === RUN TestConfigDaemonSeccompProfiles [2022-02-12T02:10:18.420Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-02-12T02:10:18.516Z] === RUN TestStrSliceMarshalJSON [2022-02-12T02:10:18.516Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestStrSliceUnmarshalJSON [2022-02-12T02:10:18.516Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestStrSliceUnmarshalString [2022-02-12T02:10:18.516Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestStrSliceUnmarshalSlice [2022-02-12T02:10:18.516Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-02-12T02:10:18.516Z] PASS [2022-02-12T02:10:18.516Z] coverage: 90.0% of statements [2022-02-12T02:10:18.516Z] === RUN TestAdjustForAPIVersion [2022-02-12T02:10:18.516Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-02-12T02:10:18.516Z] PASS [2022-02-12T02:10:18.516Z] coverage: 5.7% of statements [2022-02-12T02:10:18.516Z] ok github.com/docker/docker/api/types/strslice 0.036s coverage: 90.0% of statements [2022-02-12T02:10:18.516Z] ok github.com/docker/docker/api/server/router/swarm 0.053s coverage: 5.7% of statements [2022-02-12T02:10:18.516Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-02-12T02:10:18.516Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-02-12T02:10:18.516Z] ? github.com/docker/docker/api/types [no test files] [2022-02-12T02:10:18.516Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-02-12T02:10:18.516Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-02-12T02:10:18.516Z] ? github.com/docker/docker/api/types/container [no test files] [2022-02-12T02:10:18.516Z] ? github.com/docker/docker/api/types/events [no test files] [2022-02-12T02:10:18.516Z] === RUN TestToJSON [2022-02-12T02:10:18.516Z] --- PASS: TestToJSON (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestToParamWithVersion [2022-02-12T02:10:18.516Z] --- PASS: TestToParamWithVersion (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestFromJSON [2022-02-12T02:10:18.516Z] --- PASS: TestFromJSON (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestEmpty [2022-02-12T02:10:18.516Z] --- PASS: TestEmpty (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestArgsMatchKVListEmptySources [2022-02-12T02:10:18.516Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestArgsMatchKVList [2022-02-12T02:10:18.516Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestArgsMatch [2022-02-12T02:10:18.516Z] --- PASS: TestArgsMatch (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestAdd [2022-02-12T02:10:18.516Z] --- PASS: TestAdd (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestDel [2022-02-12T02:10:18.516Z] --- PASS: TestDel (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestLen [2022-02-12T02:10:18.516Z] --- PASS: TestLen (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestExactMatch [2022-02-12T02:10:18.516Z] --- PASS: TestExactMatch (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestOnlyOneExactMatch [2022-02-12T02:10:18.516Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestContains [2022-02-12T02:10:18.516Z] --- PASS: TestContains (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestValidate [2022-02-12T02:10:18.516Z] --- PASS: TestValidate (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestWalkValues [2022-02-12T02:10:18.516Z] --- PASS: TestWalkValues (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestFuzzyMatch [2022-02-12T02:10:18.516Z] --- PASS: TestFuzzyMatch (0.00s) [2022-02-12T02:10:18.516Z] === RUN TestClone [2022-02-12T02:10:18.516Z] --- PASS: TestClone (0.00s) [2022-02-12T02:10:18.516Z] PASS [2022-02-12T02:10:18.516Z] coverage: 92.2% of statements [2022-02-12T02:10:18.516Z] ok github.com/docker/docker/api/types/filters 0.041s coverage: 92.2% of statements [2022-02-12T02:10:18.516Z] ? github.com/docker/docker/api/types/image [no test files] [2022-02-12T02:10:18.516Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-02-12T02:10:18.516Z] ? github.com/docker/docker/api/types/network [no test files] [2022-02-12T02:10:18.516Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-02-12T02:10:18.516Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-02-12T02:10:18.516Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-02-12T02:10:18.516Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-02-12T02:10:18.652Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-02-12T02:10:18.977Z] === RUN TestDurationToSecondsString [2022-02-12T02:10:18.977Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-02-12T02:10:18.977Z] === RUN TestGetTimestamp [2022-02-12T02:10:18.977Z] --- PASS: TestGetTimestamp (0.15s) [2022-02-12T02:10:18.977Z] === RUN TestParseTimestamps [2022-02-12T02:10:18.977Z] --- PASS: TestParseTimestamps (0.00s) [2022-02-12T02:10:18.977Z] PASS [2022-02-12T02:10:18.977Z] coverage: 100.0% of statements [2022-02-12T02:10:18.977Z] ok github.com/docker/docker/api/types/time 0.191s coverage: 100.0% of statements [2022-02-12T02:10:18.977Z] === RUN TestCompareVersion [2022-02-12T02:10:18.977Z] --- PASS: TestCompareVersion (0.00s) [2022-02-12T02:10:18.977Z] PASS [2022-02-12T02:10:18.977Z] coverage: 77.3% of statements [2022-02-12T02:10:18.977Z] ok github.com/docker/docker/api/types/versions 0.039s coverage: 77.3% of statements [2022-02-12T02:10:18.977Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-02-12T02:10:18.977Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-02-12T02:10:18.977Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-02-12T02:10:18.977Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-02-12T02:10:18.977Z] ? github.com/docker/docker/builder [no test files] [2022-02-12T02:10:18.977Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-02-12T02:10:18.977Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-02-12T02:10:18.977Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-02-12T02:10:18.977Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-02-12T02:10:18.977Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-02-12T02:10:18.977Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-02-12T02:10:18.977Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-02-12T02:10:19.786Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-02-12T02:10:19.948Z] === RUN TestParseRemoteURL [2022-02-12T02:10:19.948Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-02-12T02:10:19.948Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-02-12T02:10:19.948Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-02-12T02:10:19.948Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-02-12T02:10:19.948Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-02-12T02:10:19.948Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-02-12T02:10:19.948Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-02-12T02:10:19.948Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-02-12T02:10:19.948Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-02-12T02:10:19.948Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-02-12T02:10:19.948Z] --- PASS: TestParseRemoteURL (0.00s) [2022-02-12T02:10:19.948Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-02-12T02:10:19.948Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-02-12T02:10:19.948Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-02-12T02:10:19.948Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-02-12T02:10:19.948Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-02-12T02:10:19.948Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-02-12T02:10:19.948Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-02-12T02:10:19.948Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-02-12T02:10:19.948Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-02-12T02:10:19.948Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-02-12T02:10:19.948Z] === RUN TestCloneArgsSmartHttp [2022-02-12T02:10:19.948Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-02-12T02:10:19.948Z] === RUN TestCloneArgsDumbHttp [2022-02-12T02:10:19.948Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-02-12T02:10:19.948Z] === RUN TestCloneArgsGit [2022-02-12T02:10:19.948Z] --- PASS: TestCloneArgsGit (0.00s) [2022-02-12T02:10:19.948Z] === RUN TestCheckoutGit [2022-02-12T02:10:20.714Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-02-12T02:10:21.204Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-02-12T02:10:21.204Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-02-12T02:10:21.204Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-02-12T02:10:21.204Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-02-12T02:10:21.204Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-02-12T02:10:21.466Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-02-12T02:10:21.643Z] === CONT TestConfigDaemonSeccompProfiles [2022-02-12T02:10:21.643Z] daemon_test.go:156: [dbd1e593fc26f] daemon is not started [2022-02-12T02:10:21.643Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-02-12T02:10:21.643Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-02-12T02:10:21.643Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-02-12T02:10:21.643Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-02-12T02:10:21.643Z] === RUN TestDaemonProxy [2022-02-12T02:10:21.643Z] === RUN TestDaemonProxy/environment_variables [2022-02-12T02:10:22.135Z] === RUN TestEnable [2022-02-12T02:10:22.135Z] --- PASS: TestEnable (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestDisable [2022-02-12T02:10:22.135Z] --- PASS: TestDisable (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestEnabled [2022-02-12T02:10:22.135Z] --- PASS: TestEnabled (0.00s) [2022-02-12T02:10:22.135Z] PASS [2022-02-12T02:10:22.135Z] coverage: 100.0% of statements [2022-02-12T02:10:22.135Z] ok github.com/docker/docker/cli/debug 0.053s coverage: 100.0% of statements [2022-02-12T02:10:22.135Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-02-12T02:10:22.135Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestProcessNoDockerignore [2022-02-12T02:10:22.135Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestProcessShouldLeaveAllFiles [2022-02-12T02:10:22.135Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-02-12T02:10:22.135Z] === RUN TestDetectContentType [2022-02-12T02:10:22.135Z] --- PASS: TestDetectContentType (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestSelectAcceptableMIME [2022-02-12T02:10:22.135Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestInspectEmptyResponse [2022-02-12T02:10:22.135Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestInspectResponseBinary [2022-02-12T02:10:22.135Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestResponseUnsupportedContentType [2022-02-12T02:10:22.135Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestInspectResponseTextSimple [2022-02-12T02:10:22.135Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestInspectResponseEmptyContentType [2022-02-12T02:10:22.135Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestUnknownContentLength [2022-02-12T02:10:22.135Z] --- PASS: TestUnknownContentLength (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestDownloadRemote [2022-02-12T02:10:22.135Z] --- PASS: TestDownloadRemote (0.09s) [2022-02-12T02:10:22.135Z] === RUN TestGetWithStatusError [2022-02-12T02:10:22.135Z] --- PASS: TestGetWithStatusError (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestCloseRootDirectory [2022-02-12T02:10:22.135Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:10:22.135Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestHashFile [2022-02-12T02:10:22.135Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:10:22.135Z] --- SKIP: TestHashFile (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestHashSubdir [2022-02-12T02:10:22.135Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:10:22.135Z] --- SKIP: TestHashSubdir (0.00s) [2022-02-12T02:10:22.135Z] === RUN TestRemoveDirectory [2022-02-12T02:10:22.135Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:10:22.135Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-02-12T02:10:22.135Z] PASS [2022-02-12T02:10:22.135Z] coverage: 9.3% of statements [2022-02-12T02:10:22.135Z] ok github.com/docker/docker/builder/remotecontext 0.266s coverage: 9.3% of statements [2022-02-12T02:10:22.595Z] === RUN TestGetAllAllowed [2022-02-12T02:10:22.595Z] --- PASS: TestGetAllAllowed (0.00s) [2022-02-12T02:10:22.595Z] === RUN TestGetAllMeta [2022-02-12T02:10:22.595Z] --- PASS: TestGetAllMeta (0.00s) [2022-02-12T02:10:22.595Z] === RUN TestWarnOnUnusedBuildArgs [2022-02-12T02:10:22.595Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-02-12T02:10:22.595Z] === RUN TestIsUnreferencedBuiltin [2022-02-12T02:10:22.595Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-02-12T02:10:22.595Z] === RUN TestIsExistingDirectory [2022-02-12T02:10:22.595Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-02-12T02:10:22.595Z] === RUN TestGetFilenameForDownload [2022-02-12T02:10:22.595Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-02-12T02:10:22.595Z] === RUN TestEnv2Variables [2022-02-12T02:10:22.595Z] --- PASS: TestEnv2Variables (0.00s) [2022-02-12T02:10:22.595Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-02-12T02:10:22.595Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-02-12T02:10:22.595Z] === RUN TestMaintainer [2022-02-12T02:10:22.595Z] --- PASS: TestMaintainer (0.00s) [2022-02-12T02:10:22.595Z] === RUN TestLabel [2022-02-12T02:10:22.595Z] --- PASS: TestLabel (0.00s) [2022-02-12T02:10:22.595Z] === RUN TestFromScratch [2022-02-12T02:10:22.595Z] --- PASS: TestFromScratch (0.00s) [2022-02-12T02:10:22.595Z] === RUN TestFromWithArg [2022-02-12T02:10:22.595Z] --- PASS: TestFromWithArg (0.01s) [2022-02-12T02:10:22.595Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-02-12T02:10:22.595Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-02-12T02:10:22.595Z] === RUN TestFromWithUndefinedArg [2022-02-12T02:10:22.595Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-02-12T02:10:22.595Z] === RUN TestFromMultiStageWithNamedStage [2022-02-12T02:10:22.595Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-02-12T02:10:22.595Z] === RUN TestOnbuild [2022-02-12T02:10:22.596Z] --- PASS: TestOnbuild (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestWorkdir [2022-02-12T02:10:22.596Z] --- PASS: TestWorkdir (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestCmd [2022-02-12T02:10:22.596Z] --- PASS: TestCmd (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestHealthcheckNone [2022-02-12T02:10:22.596Z] --- PASS: TestHealthcheckNone (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestHealthcheckCmd [2022-02-12T02:10:22.596Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestEntrypoint [2022-02-12T02:10:22.596Z] --- PASS: TestEntrypoint (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestExpose [2022-02-12T02:10:22.596Z] --- PASS: TestExpose (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestUser [2022-02-12T02:10:22.596Z] --- PASS: TestUser (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestVolume [2022-02-12T02:10:22.596Z] --- PASS: TestVolume (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestStopSignal [2022-02-12T02:10:22.596Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-02-12T02:10:22.596Z] --- SKIP: TestStopSignal (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestArg [2022-02-12T02:10:22.596Z] --- PASS: TestArg (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestShell [2022-02-12T02:10:22.596Z] --- PASS: TestShell (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestPrependEnvOnCmd [2022-02-12T02:10:22.596Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestRunWithBuildArgs [2022-02-12T02:10:22.596Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestRunIgnoresHealthcheck [2022-02-12T02:10:22.596Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestDispatchUnsupportedOptions [2022-02-12T02:10:22.596Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-02-12T02:10:22.596Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-02-12T02:10:22.596Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-02-12T02:10:22.596Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-02-12T02:10:22.596Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-02-12T02:10:22.596Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-02-12T02:10:22.596Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestNormalizeWorkdir [2022-02-12T02:10:22.596Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestDispatch [2022-02-12T02:10:22.596Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-02-12T02:10:22.596Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-02-12T02:10:22.596Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-02-12T02:10:22.596Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-02-12T02:10:22.596Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-02-12T02:10:22.596Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-02-12T02:10:22.596Z] === RUN TestDispatch/COPY_url [2022-02-12T02:10:22.596Z] --- PASS: TestDispatch (0.06s) [2022-02-12T02:10:22.596Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-02-12T02:10:22.596Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-02-12T02:10:22.596Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-02-12T02:10:22.596Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-02-12T02:10:22.596Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-02-12T02:10:22.596Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-02-12T02:10:22.596Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestAddScratchImageAddsToMounts [2022-02-12T02:10:22.596Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestAddFromScratchPopulatesPlatform [2022-02-12T02:10:22.596Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-02-12T02:10:22.596Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-02-12T02:10:22.596Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestImageSourceGetAddsToMounts [2022-02-12T02:10:22.596Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestEmptyDockerfile [2022-02-12T02:10:22.596Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-02-12T02:10:22.596Z] === RUN TestSymlinkDockerfile [2022-02-12T02:10:22.596Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-02-12T02:10:22.596Z] === RUN TestDockerfileOutsideTheBuildContext [2022-02-12T02:10:22.596Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestNonExistingDockerfile [2022-02-12T02:10:22.596Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestCopyRunConfig [2022-02-12T02:10:22.596Z] --- PASS: TestCopyRunConfig (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestDeepCopyRunConfig [2022-02-12T02:10:22.596Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestExportImage [2022-02-12T02:10:22.596Z] --- PASS: TestExportImage (0.00s) [2022-02-12T02:10:22.596Z] === RUN TestNormalizeDest [2022-02-12T02:10:22.596Z] --- PASS: TestNormalizeDest (0.00s) [2022-02-12T02:10:22.596Z] PASS [2022-02-12T02:10:22.596Z] coverage: 46.8% of statements [2022-02-12T02:10:22.596Z] ok github.com/docker/docker/builder/dockerfile 0.206s coverage: 46.8% of statements [2022-02-12T02:10:23.059Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-02-12T02:10:23.385Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-02-12T02:10:23.475Z] --- PASS: TestServiceUpdateConfigs (14.41s) [2022-02-12T02:10:23.475Z] === RUN TestServiceUpdateNetwork [2022-02-12T02:10:23.521Z] === RUN TestTCP4Proxy [2022-02-12T02:10:23.521Z] --- PASS: TestTCP4Proxy (0.00s) [2022-02-12T02:10:23.521Z] === RUN TestTCP4ProxyHalfClose [2022-02-12T02:10:23.521Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-02-12T02:10:23.521Z] === RUN TestTCP6Proxy [2022-02-12T02:10:23.521Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-12T02:10:23.521Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-02-12T02:10:23.521Z] === RUN TestTCPDualStackProxy [2022-02-12T02:10:23.521Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-12T02:10:23.521Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-02-12T02:10:23.521Z] === RUN TestUDP4Proxy [2022-02-12T02:10:23.521Z] --- PASS: TestUDP4Proxy (0.00s) [2022-02-12T02:10:23.521Z] === RUN TestUDP6Proxy [2022-02-12T02:10:23.521Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-12T02:10:23.521Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-02-12T02:10:23.521Z] === RUN TestUDPWriteError [2022-02-12T02:10:23.521Z] --- PASS: TestUDPWriteError (0.00s) [2022-02-12T02:10:23.521Z] === RUN TestSCTP4Proxy [2022-02-12T02:10:23.521Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-02-12T02:10:23.521Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-02-12T02:10:23.521Z] === RUN TestSCTP6Proxy [2022-02-12T02:10:23.521Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-12T02:10:23.521Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-02-12T02:10:23.521Z] PASS [2022-02-12T02:10:23.521Z] coverage: 49.4% of statements [2022-02-12T02:10:23.521Z] ok github.com/docker/docker/cmd/docker-proxy 0.058s coverage: 49.4% of statements [2022-02-12T02:10:23.534Z] === RUN TestDaemonProxy/command-line_options [2022-02-12T02:10:24.331Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-02-12T02:10:25.426Z] === RUN TestDaemonProxy/configuration_file [2022-02-12T02:10:25.749Z] === RUN TestCheckpointCreateError [2022-02-12T02:10:25.749Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCheckpointCreate [2022-02-12T02:10:25.749Z] --- PASS: TestCheckpointCreate (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCheckpointDeleteError [2022-02-12T02:10:25.749Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCheckpointDelete [2022-02-12T02:10:25.749Z] --- PASS: TestCheckpointDelete (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCheckpointListError [2022-02-12T02:10:25.749Z] --- PASS: TestCheckpointListError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCheckpointList [2022-02-12T02:10:25.749Z] --- PASS: TestCheckpointList (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCheckpointListContainerNotFound [2022-02-12T02:10:25.749Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestNewClientWithOpsFromEnv [2022-02-12T02:10:25.749Z] client_test.go:23: runtime.GOOS == "windows" [2022-02-12T02:10:25.749Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestGetAPIPath [2022-02-12T02:10:25.749Z] --- PASS: TestGetAPIPath (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestParseHostURL [2022-02-12T02:10:25.749Z] --- PASS: TestParseHostURL (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-02-12T02:10:25.749Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestNegotiateAPIVersionEmpty [2022-02-12T02:10:25.749Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestNegotiateAPIVersion [2022-02-12T02:10:25.749Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestNegotiateAPVersionOverride [2022-02-12T02:10:25.749Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestNegotiateAPIVersionAutomatic [2022-02-12T02:10:25.749Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-02-12T02:10:25.749Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-02-12T02:10:25.749Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestClientRedirect [2022-02-12T02:10:25.749Z] --- PASS: TestClientRedirect (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigCreateUnsupported [2022-02-12T02:10:25.749Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigCreateError [2022-02-12T02:10:25.749Z] --- PASS: TestConfigCreateError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigCreate [2022-02-12T02:10:25.749Z] --- PASS: TestConfigCreate (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigInspectNotFound [2022-02-12T02:10:25.749Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigInspectWithEmptyID [2022-02-12T02:10:25.749Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigInspectUnsupported [2022-02-12T02:10:25.749Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigInspectError [2022-02-12T02:10:25.749Z] --- PASS: TestConfigInspectError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigInspectConfigNotFound [2022-02-12T02:10:25.749Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigInspect [2022-02-12T02:10:25.749Z] --- PASS: TestConfigInspect (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigListUnsupported [2022-02-12T02:10:25.749Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigListError [2022-02-12T02:10:25.749Z] --- PASS: TestConfigListError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigList [2022-02-12T02:10:25.749Z] --- PASS: TestConfigList (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigRemoveUnsupported [2022-02-12T02:10:25.749Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigRemoveError [2022-02-12T02:10:25.749Z] --- PASS: TestConfigRemoveError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigRemove [2022-02-12T02:10:25.749Z] --- PASS: TestConfigRemove (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigUpdateUnsupported [2022-02-12T02:10:25.749Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigUpdateError [2022-02-12T02:10:25.749Z] --- PASS: TestConfigUpdateError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestConfigUpdate [2022-02-12T02:10:25.749Z] --- PASS: TestConfigUpdate (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerCommitError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerCommitError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerCommit [2022-02-12T02:10:25.749Z] --- PASS: TestContainerCommit (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerStatPathError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerStatPathError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerStatPathNotFoundError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerStatPathNoHeaderError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerStatPath [2022-02-12T02:10:25.749Z] --- PASS: TestContainerStatPath (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCopyToContainerError [2022-02-12T02:10:25.749Z] --- PASS: TestCopyToContainerError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCopyToContainerNotFoundError [2022-02-12T02:10:25.749Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCopyToContainerNotStatusOKError [2022-02-12T02:10:25.749Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCopyToContainer [2022-02-12T02:10:25.749Z] --- PASS: TestCopyToContainer (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCopyFromContainerError [2022-02-12T02:10:25.749Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCopyFromContainerNotFoundError [2022-02-12T02:10:25.749Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCopyFromContainerNotStatusOKError [2022-02-12T02:10:25.749Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCopyFromContainerNoHeaderError [2022-02-12T02:10:25.749Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestCopyFromContainer [2022-02-12T02:10:25.749Z] --- PASS: TestCopyFromContainer (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerCreateError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerCreateError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerCreateImageNotFound [2022-02-12T02:10:25.749Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerCreateWithName [2022-02-12T02:10:25.749Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerCreateAutoRemove [2022-02-12T02:10:25.749Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerDiffError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerDiffError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerDiff [2022-02-12T02:10:25.749Z] --- PASS: TestContainerDiff (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerExecCreateError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerExecCreate [2022-02-12T02:10:25.749Z] --- PASS: TestContainerExecCreate (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerExecStartError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerExecStartError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerExecStart [2022-02-12T02:10:25.749Z] --- PASS: TestContainerExecStart (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerExecInspectError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerExecInspect [2022-02-12T02:10:25.749Z] --- PASS: TestContainerExecInspect (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerExportError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerExportError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerExport [2022-02-12T02:10:25.749Z] --- PASS: TestContainerExport (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerInspectError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerInspectError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerInspectContainerNotFound [2022-02-12T02:10:25.749Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerInspectWithEmptyID [2022-02-12T02:10:25.749Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerInspect [2022-02-12T02:10:25.749Z] --- PASS: TestContainerInspect (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerInspectNode [2022-02-12T02:10:25.749Z] --- PASS: TestContainerInspectNode (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerKillError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerKillError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerKill [2022-02-12T02:10:25.749Z] --- PASS: TestContainerKill (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerListError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerListError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerList [2022-02-12T02:10:25.749Z] --- PASS: TestContainerList (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerLogsNotFoundError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerLogsError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerLogsError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerLogs [2022-02-12T02:10:25.749Z] --- PASS: TestContainerLogs (0.24s) [2022-02-12T02:10:25.749Z] === RUN TestContainerPauseError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerPauseError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerPause [2022-02-12T02:10:25.749Z] --- PASS: TestContainerPause (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainersPruneError [2022-02-12T02:10:25.749Z] --- PASS: TestContainersPruneError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainersPrune [2022-02-12T02:10:25.749Z] --- PASS: TestContainersPrune (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerRemoveError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerRemoveError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerRemoveNotFoundError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerRemove [2022-02-12T02:10:25.749Z] --- PASS: TestContainerRemove (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerRenameError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerRenameError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerRename [2022-02-12T02:10:25.749Z] --- PASS: TestContainerRename (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerResizeError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerResizeError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerExecResizeError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerResize [2022-02-12T02:10:25.749Z] --- PASS: TestContainerResize (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerExecResize [2022-02-12T02:10:25.749Z] --- PASS: TestContainerExecResize (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerRestartError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerRestartError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerRestart [2022-02-12T02:10:25.749Z] --- PASS: TestContainerRestart (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerStartError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerStartError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerStart [2022-02-12T02:10:25.749Z] --- PASS: TestContainerStart (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerStatsError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerStatsError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerStats [2022-02-12T02:10:25.749Z] --- PASS: TestContainerStats (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerStopError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerStopError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerStop [2022-02-12T02:10:25.749Z] --- PASS: TestContainerStop (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerTopError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerTopError (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerTop [2022-02-12T02:10:25.749Z] --- PASS: TestContainerTop (0.00s) [2022-02-12T02:10:25.749Z] === RUN TestContainerUnpauseError [2022-02-12T02:10:25.749Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestContainerUnpause [2022-02-12T02:10:25.750Z] --- PASS: TestContainerUnpause (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestContainerUpdateError [2022-02-12T02:10:25.750Z] --- PASS: TestContainerUpdateError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestContainerUpdate [2022-02-12T02:10:25.750Z] --- PASS: TestContainerUpdate (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestContainerWaitError [2022-02-12T02:10:25.750Z] --- PASS: TestContainerWaitError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestContainerWait [2022-02-12T02:10:25.750Z] --- PASS: TestContainerWait (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestDiskUsageError [2022-02-12T02:10:25.750Z] --- PASS: TestDiskUsageError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestDiskUsage [2022-02-12T02:10:25.750Z] --- PASS: TestDiskUsage (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestDistributionInspectUnsupported [2022-02-12T02:10:25.750Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestDistributionInspectWithEmptyID [2022-02-12T02:10:25.750Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestEventsErrorInOptions [2022-02-12T02:10:25.750Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestEventsErrorFromServer [2022-02-12T02:10:25.750Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestEvents [2022-02-12T02:10:25.750Z] --- PASS: TestEvents (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestTLSCloseWriter [2022-02-12T02:10:25.750Z] === PAUSE TestTLSCloseWriter [2022-02-12T02:10:25.750Z] === RUN TestImageBuildError [2022-02-12T02:10:25.750Z] --- PASS: TestImageBuildError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageBuild [2022-02-12T02:10:25.750Z] --- PASS: TestImageBuild (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestGetDockerOS [2022-02-12T02:10:25.750Z] --- PASS: TestGetDockerOS (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageCreateError [2022-02-12T02:10:25.750Z] --- PASS: TestImageCreateError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageCreate [2022-02-12T02:10:25.750Z] --- PASS: TestImageCreate (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageHistoryError [2022-02-12T02:10:25.750Z] --- PASS: TestImageHistoryError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageHistory [2022-02-12T02:10:25.750Z] --- PASS: TestImageHistory (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageImportError [2022-02-12T02:10:25.750Z] --- PASS: TestImageImportError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageImport [2022-02-12T02:10:25.750Z] --- PASS: TestImageImport (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageInspectError [2022-02-12T02:10:25.750Z] --- PASS: TestImageInspectError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageInspectImageNotFound [2022-02-12T02:10:25.750Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageInspectWithEmptyID [2022-02-12T02:10:25.750Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageInspect [2022-02-12T02:10:25.750Z] --- PASS: TestImageInspect (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageListError [2022-02-12T02:10:25.750Z] --- PASS: TestImageListError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageList [2022-02-12T02:10:25.750Z] --- PASS: TestImageList (0.10s) [2022-02-12T02:10:25.750Z] === RUN TestImageListApiBefore125 [2022-02-12T02:10:25.750Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageLoadError [2022-02-12T02:10:25.750Z] --- PASS: TestImageLoadError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageLoad [2022-02-12T02:10:25.750Z] --- PASS: TestImageLoad (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagesPruneError [2022-02-12T02:10:25.750Z] --- PASS: TestImagesPruneError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagesPrune [2022-02-12T02:10:25.750Z] --- PASS: TestImagesPrune (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagePullReferenceParseError [2022-02-12T02:10:25.750Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagePullAnyError [2022-02-12T02:10:25.750Z] --- PASS: TestImagePullAnyError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagePullStatusUnauthorizedError [2022-02-12T02:10:25.750Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-12T02:10:25.750Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-12T02:10:25.750Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-02-12T02:10:25.750Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagePullWithoutErrors [2022-02-12T02:10:25.750Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagePushReferenceError [2022-02-12T02:10:25.750Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagePushAnyError [2022-02-12T02:10:25.750Z] --- PASS: TestImagePushAnyError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagePushStatusUnauthorizedError [2022-02-12T02:10:25.750Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-12T02:10:25.750Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-12T02:10:25.750Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-02-12T02:10:25.750Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImagePushWithoutErrors [2022-02-12T02:10:25.750Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-02-12T02:10:25.750Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-02-12T02:10:25.750Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-02-12T02:10:25.750Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-02-12T02:10:25.750Z] --- PASS: TestImagePushWithoutErrors (0.01s) [2022-02-12T02:10:25.750Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.01s) [2022-02-12T02:10:25.750Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-02-12T02:10:25.750Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-02-12T02:10:25.750Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageRemoveError [2022-02-12T02:10:25.750Z] --- PASS: TestImageRemoveError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageRemoveImageNotFound [2022-02-12T02:10:25.750Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageRemove [2022-02-12T02:10:25.750Z] --- PASS: TestImageRemove (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageSaveError [2022-02-12T02:10:25.750Z] --- PASS: TestImageSaveError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageSave [2022-02-12T02:10:25.750Z] --- PASS: TestImageSave (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageSearchAnyError [2022-02-12T02:10:25.750Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageSearchStatusUnauthorizedError [2022-02-12T02:10:25.750Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-12T02:10:25.750Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-12T02:10:25.750Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-02-12T02:10:25.750Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageSearchWithoutErrors [2022-02-12T02:10:25.750Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageTagError [2022-02-12T02:10:25.750Z] --- PASS: TestImageTagError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageTagInvalidReference [2022-02-12T02:10:25.750Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageTagInvalidSourceImageName [2022-02-12T02:10:25.750Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageTagHexSource [2022-02-12T02:10:25.750Z] --- PASS: TestImageTagHexSource (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestImageTag [2022-02-12T02:10:25.750Z] --- PASS: TestImageTag (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestInfoServerError [2022-02-12T02:10:25.750Z] --- PASS: TestInfoServerError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestInfoInvalidResponseJSONError [2022-02-12T02:10:25.750Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestInfo [2022-02-12T02:10:25.750Z] --- PASS: TestInfo (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNetworkConnectError [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkConnectError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNetworkConnect [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkConnect (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNetworkCreateError [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkCreateError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNetworkCreate [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkCreate (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNetworkDisconnectError [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNetworkDisconnect [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNetworkInspect [2022-02-12T02:10:25.750Z] === RUN TestNetworkInspect/empty_ID [2022-02-12T02:10:25.750Z] === RUN TestNetworkInspect/no_options [2022-02-12T02:10:25.750Z] === RUN TestNetworkInspect/verbose [2022-02-12T02:10:25.750Z] === RUN TestNetworkInspect/global_scope [2022-02-12T02:10:25.750Z] === RUN TestNetworkInspect/unknown_network [2022-02-12T02:10:25.750Z] === RUN TestNetworkInspect/server_error [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkInspect (0.00s) [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNetworkListError [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkListError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNetworkList [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkList (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNetworksPruneError [2022-02-12T02:10:25.750Z] --- PASS: TestNetworksPruneError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNetworksPrune [2022-02-12T02:10:25.750Z] --- PASS: TestNetworksPrune (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNetworkRemoveError [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNetworkRemove [2022-02-12T02:10:25.750Z] --- PASS: TestNetworkRemove (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNodeInspectError [2022-02-12T02:10:25.750Z] --- PASS: TestNodeInspectError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNodeInspectNodeNotFound [2022-02-12T02:10:25.750Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNodeInspectWithEmptyID [2022-02-12T02:10:25.750Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNodeInspect [2022-02-12T02:10:25.750Z] --- PASS: TestNodeInspect (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNodeListError [2022-02-12T02:10:25.750Z] --- PASS: TestNodeListError (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNodeList [2022-02-12T02:10:25.750Z] --- PASS: TestNodeList (0.00s) [2022-02-12T02:10:25.750Z] === RUN TestNodeRemoveError [2022-02-12T02:10:25.750Z] --- PASS: TestNodeRemoveError (0.00s) [2022-02-12T02:10:26.221Z] === RUN TestNodeRemove [2022-02-12T02:10:26.221Z] --- PASS: TestNodeRemove (0.00s) [2022-02-12T02:10:26.221Z] === RUN TestNodeUpdateError [2022-02-12T02:10:26.221Z] --- PASS: TestNodeUpdateError (0.00s) [2022-02-12T02:10:26.221Z] === RUN TestNodeUpdate [2022-02-12T02:10:26.221Z] --- PASS: TestNodeUpdate (0.00s) [2022-02-12T02:10:26.221Z] === RUN TestOptionWithHostFromEnv [2022-02-12T02:10:26.221Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-02-12T02:10:26.221Z] === RUN TestOptionWithTimeout [2022-02-12T02:10:26.221Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-02-12T02:10:26.221Z] === RUN TestOptionWithVersionFromEnv [2022-02-12T02:10:26.221Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-02-12T02:10:26.221Z] === RUN TestPingFail [2022-02-12T02:10:26.221Z] --- PASS: TestPingFail (0.00s) [2022-02-12T02:10:26.221Z] === RUN TestPingWithError [2022-02-12T02:10:26.221Z] 2022/02/12 02:10:24 RoundTripper returned a response & error; ignoring response [2022-02-12T02:10:26.221Z] 2022/02/12 02:10:24 RoundTripper returned a response & error; ignoring response [2022-02-12T02:10:26.221Z] --- PASS: TestPingWithError (0.00s) [2022-02-12T02:10:26.221Z] === RUN TestPingSuccess [2022-02-12T02:10:26.221Z] --- PASS: TestPingSuccess (0.00s) [2022-02-12T02:10:26.221Z] === RUN TestPingHeadFallback [2022-02-12T02:10:26.221Z] === RUN TestPingHeadFallback/OK [2022-02-12T02:10:26.221Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-02-12T02:10:26.221Z] === RUN TestPingHeadFallback/Not_Found [2022-02-12T02:10:26.221Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-02-12T02:10:26.221Z] --- PASS: TestPingHeadFallback (0.00s) [2022-02-12T02:10:26.221Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-02-12T02:10:26.221Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-02-12T02:10:26.221Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-02-12T02:10:26.221Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-02-12T02:10:26.221Z] === RUN TestPluginDisableError [2022-02-12T02:10:26.221Z] --- PASS: TestPluginDisableError (0.00s) [2022-02-12T02:10:26.221Z] === RUN TestPluginDisable [2022-02-12T02:10:26.221Z] --- PASS: TestPluginDisable (0.00s) [2022-02-12T02:10:26.221Z] === RUN TestPluginEnableError [2022-02-12T02:10:26.222Z] --- PASS: TestPluginEnableError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestPluginEnable [2022-02-12T02:10:26.222Z] --- PASS: TestPluginEnable (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestPluginInspectError [2022-02-12T02:10:26.222Z] --- PASS: TestPluginInspectError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestPluginInspectWithEmptyID [2022-02-12T02:10:26.222Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestPluginInspect [2022-02-12T02:10:26.222Z] --- PASS: TestPluginInspect (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestPluginListError [2022-02-12T02:10:26.222Z] --- PASS: TestPluginListError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestPluginList [2022-02-12T02:10:26.222Z] --- PASS: TestPluginList (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestPluginPushError [2022-02-12T02:10:26.222Z] --- PASS: TestPluginPushError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestPluginPush [2022-02-12T02:10:26.222Z] --- PASS: TestPluginPush (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestPluginRemoveError [2022-02-12T02:10:26.222Z] --- PASS: TestPluginRemoveError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestPluginRemove [2022-02-12T02:10:26.222Z] --- PASS: TestPluginRemove (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestPluginSetError [2022-02-12T02:10:26.222Z] --- PASS: TestPluginSetError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestPluginSet [2022-02-12T02:10:26.222Z] --- PASS: TestPluginSet (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSetHostHeader [2022-02-12T02:10:26.222Z] --- PASS: TestSetHostHeader (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestPlainTextError [2022-02-12T02:10:26.222Z] --- PASS: TestPlainTextError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestInfiniteError [2022-02-12T02:10:26.222Z] --- PASS: TestInfiniteError (0.02s) [2022-02-12T02:10:26.222Z] === RUN TestCanceledContext [2022-02-12T02:10:26.222Z] 2022/02/12 02:10:24 RoundTripper returned a response & error; ignoring response [2022-02-12T02:10:26.222Z] --- PASS: TestCanceledContext (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestDeadlineExceededContext [2022-02-12T02:10:26.222Z] 2022/02/12 02:10:24 RoundTripper returned a response & error; ignoring response [2022-02-12T02:10:26.222Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretCreateUnsupported [2022-02-12T02:10:26.222Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretCreateError [2022-02-12T02:10:26.222Z] --- PASS: TestSecretCreateError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretCreate [2022-02-12T02:10:26.222Z] --- PASS: TestSecretCreate (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretInspectUnsupported [2022-02-12T02:10:26.222Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretInspectError [2022-02-12T02:10:26.222Z] --- PASS: TestSecretInspectError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretInspectSecretNotFound [2022-02-12T02:10:26.222Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretInspectWithEmptyID [2022-02-12T02:10:26.222Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretInspect [2022-02-12T02:10:26.222Z] --- PASS: TestSecretInspect (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretListUnsupported [2022-02-12T02:10:26.222Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretListError [2022-02-12T02:10:26.222Z] --- PASS: TestSecretListError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretList [2022-02-12T02:10:26.222Z] --- PASS: TestSecretList (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretRemoveUnsupported [2022-02-12T02:10:26.222Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretRemoveError [2022-02-12T02:10:26.222Z] --- PASS: TestSecretRemoveError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretRemove [2022-02-12T02:10:26.222Z] --- PASS: TestSecretRemove (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretUpdateUnsupported [2022-02-12T02:10:26.222Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretUpdateError [2022-02-12T02:10:26.222Z] --- PASS: TestSecretUpdateError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSecretUpdate [2022-02-12T02:10:26.222Z] --- PASS: TestSecretUpdate (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceCreateError [2022-02-12T02:10:26.222Z] --- PASS: TestServiceCreateError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceCreate [2022-02-12T02:10:26.222Z] --- PASS: TestServiceCreate (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceCreateCompatiblePlatforms [2022-02-12T02:10:26.222Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceCreateDigestPinning [2022-02-12T02:10:26.222Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceInspectError [2022-02-12T02:10:26.222Z] --- PASS: TestServiceInspectError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceInspectServiceNotFound [2022-02-12T02:10:26.222Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceInspectWithEmptyID [2022-02-12T02:10:26.222Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceInspect [2022-02-12T02:10:26.222Z] --- PASS: TestServiceInspect (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceListError [2022-02-12T02:10:26.222Z] --- PASS: TestServiceListError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceList [2022-02-12T02:10:26.222Z] --- PASS: TestServiceList (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceLogsError [2022-02-12T02:10:26.222Z] --- PASS: TestServiceLogsError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceLogs [2022-02-12T02:10:26.222Z] --- PASS: TestServiceLogs (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceRemoveError [2022-02-12T02:10:26.222Z] --- PASS: TestServiceRemoveError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceRemoveNotFoundError [2022-02-12T02:10:26.222Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceRemove [2022-02-12T02:10:26.222Z] --- PASS: TestServiceRemove (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceUpdateError [2022-02-12T02:10:26.222Z] --- PASS: TestServiceUpdateError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestServiceUpdate [2022-02-12T02:10:26.222Z] --- PASS: TestServiceUpdate (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSwarmGetUnlockKeyError [2022-02-12T02:10:26.222Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSwarmGetUnlockKey [2022-02-12T02:10:26.222Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSwarmInitError [2022-02-12T02:10:26.222Z] --- PASS: TestSwarmInitError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSwarmInit [2022-02-12T02:10:26.222Z] --- PASS: TestSwarmInit (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSwarmInspectError [2022-02-12T02:10:26.222Z] --- PASS: TestSwarmInspectError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSwarmInspect [2022-02-12T02:10:26.222Z] --- PASS: TestSwarmInspect (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSwarmJoinError [2022-02-12T02:10:26.222Z] --- PASS: TestSwarmJoinError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSwarmJoin [2022-02-12T02:10:26.222Z] --- PASS: TestSwarmJoin (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSwarmLeaveError [2022-02-12T02:10:26.222Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSwarmLeave [2022-02-12T02:10:26.222Z] --- PASS: TestSwarmLeave (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSwarmUnlockError [2022-02-12T02:10:26.222Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSwarmUnlock [2022-02-12T02:10:26.222Z] --- PASS: TestSwarmUnlock (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSwarmUpdateError [2022-02-12T02:10:26.222Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-02-12T02:10:26.222Z] === RUN TestSwarmUpdate [2022-02-12T02:10:26.222Z] --- PASS: TestSwarmUpdate (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestTaskInspectError [2022-02-12T02:10:26.692Z] --- PASS: TestTaskInspectError (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestTaskInspectWithEmptyID [2022-02-12T02:10:26.692Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestTaskInspect [2022-02-12T02:10:26.692Z] --- PASS: TestTaskInspect (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestTaskListError [2022-02-12T02:10:26.692Z] --- PASS: TestTaskListError (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestTaskList [2022-02-12T02:10:26.692Z] --- PASS: TestTaskList (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestVolumeCreateError [2022-02-12T02:10:26.692Z] --- PASS: TestVolumeCreateError (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestVolumeCreate [2022-02-12T02:10:26.692Z] --- PASS: TestVolumeCreate (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestVolumeInspectError [2022-02-12T02:10:26.692Z] --- PASS: TestVolumeInspectError (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestVolumeInspectNotFound [2022-02-12T02:10:26.692Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestVolumeInspectWithEmptyID [2022-02-12T02:10:26.692Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestVolumeInspect [2022-02-12T02:10:26.692Z] --- PASS: TestVolumeInspect (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestVolumeListError [2022-02-12T02:10:26.692Z] --- PASS: TestVolumeListError (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestVolumeList [2022-02-12T02:10:26.692Z] --- PASS: TestVolumeList (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestVolumeRemoveError [2022-02-12T02:10:26.692Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-02-12T02:10:26.692Z] === RUN TestVolumeRemove [2022-02-12T02:10:26.692Z] --- PASS: TestVolumeRemove (0.00s) [2022-02-12T02:10:26.692Z] === CONT TestTLSCloseWriter [2022-02-12T02:10:26.692Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-02-12T02:10:26.692Z] PASS [2022-02-12T02:10:26.692Z] coverage: 75.3% of statements [2022-02-12T02:10:26.692Z] ok github.com/docker/docker/client 0.573s coverage: 75.3% of statements [2022-02-12T02:10:26.792Z] === RUN TestDaemonProxy/conflicting_options [2022-02-12T02:10:27.354Z] === RUN TestDaemonProxy/reload_sanitized [2022-02-12T02:10:27.637Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-02-12T02:10:27.917Z] --- PASS: TestDaemonProxy (6.26s) [2022-02-12T02:10:27.917Z] --- PASS: TestDaemonProxy/environment_variables (1.78s) [2022-02-12T02:10:27.917Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2022-02-12T02:10:27.917Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-02-12T02:10:27.917Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-02-12T02:10:27.917Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-02-12T02:10:27.917Z] PASS [2022-02-12T02:10:27.917Z] [2022-02-12T02:10:27.917Z] DONE 17 tests in 10.188s [2022-02-12T02:10:27.917Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-02-12T02:10:27.917Z] ++ 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-02-12T02:10:27.917Z] ++ set -e [2022-02-12T02:10:27.917Z] ++ '[' -n 0 ']' [2022-02-12T02:10:27.917Z] ++ set -x [2022-02-12T02:10:27.917Z] ++ 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-02-12T02:10:28.173Z] INFO: Testing against a local daemon [2022-02-12T02:10:28.173Z] === RUN TestCommitInheritsEnv [2022-02-12T02:10:28.173Z] --- PASS: TestCommitInheritsEnv (0.24s) [2022-02-12T02:10:28.173Z] === RUN TestImportExtremelyLargeImageWorks [2022-02-12T02:10:28.173Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-02-12T02:10:28.173Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-02-12T02:10:28.173Z] === RUN TestImportWithCustomPlatform [2022-02-12T02:10:28.211Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-02-12T02:10:28.430Z] === RUN TestImportWithCustomPlatform/#00 [2022-02-12T02:10:28.430Z] === RUN TestImportWithCustomPlatform/_______ [2022-02-12T02:10:28.430Z] === RUN TestImportWithCustomPlatform// [2022-02-12T02:10:28.430Z] === RUN TestImportWithCustomPlatform/linux [2022-02-12T02:10:28.430Z] === RUN TestImportWithCustomPlatform/LINUX [2022-02-12T02:10:28.430Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-02-12T02:10:28.687Z] === RUN TestImportWithCustomPlatform/macos [2022-02-12T02:10:28.687Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-02-12T02:10:28.687Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-02-12T02:10:28.687Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-02-12T02:10:28.687Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-02-12T02:10:28.687Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-02-12T02:10:28.687Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-02-12T02:10:28.687Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-02-12T02:10:28.687Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-02-12T02:10:28.687Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-02-12T02:10:28.687Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-02-12T02:10:28.687Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-02-12T02:10:28.687Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-02-12T02:10:28.687Z] === RUN TestImagesFilterMultiReference [2022-02-12T02:10:28.687Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-02-12T02:10:28.687Z] === RUN TestImagePullPlatformInvalid [2022-02-12T02:10:28.687Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-02-12T02:10:28.687Z] === RUN TestRemoveImageOrphaning [2022-02-12T02:10:28.783Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-02-12T02:10:28.944Z] --- PASS: TestRemoveImageOrphaning (0.22s) [2022-02-12T02:10:28.944Z] === RUN TestRemoveImageGarbageCollector [2022-02-12T02:10:28.944Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-12T02:10:28.944Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-02-12T02:10:28.944Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-02-12T02:10:28.944Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-02-12T02:10:28.944Z] === RUN TestTagInvalidReference [2022-02-12T02:10:28.944Z] --- PASS: TestTagInvalidReference (0.02s) [2022-02-12T02:10:28.944Z] === RUN TestTagValidPrefixedRepo [2022-02-12T02:10:28.944Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-02-12T02:10:28.944Z] === RUN TestTagExistedNameWithoutForce [2022-02-12T02:10:28.944Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-02-12T02:10:28.944Z] === RUN TestTagOfficialNames [2022-02-12T02:10:28.944Z] --- PASS: TestTagOfficialNames (0.05s) [2022-02-12T02:10:28.944Z] === RUN TestTagMatchesDigest [2022-02-12T02:10:29.200Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-02-12T02:10:29.200Z] PASS [2022-02-12T02:10:29.200Z] [2022-02-12T02:10:29.200Z] === Skipped [2022-02-12T02:10:29.200Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-02-12T02:10:29.200Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-02-12T02:10:29.200Z] [2022-02-12T02:10:29.200Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-02-12T02:10:29.200Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-12T02:10:29.200Z] [2022-02-12T02:10:29.200Z] DONE 22 tests, 2 skipped in 1.183s [2022-02-12T02:10:29.200Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-02-12T02:10:29.200Z] ++ 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-02-12T02:10:29.200Z] ++ set -e [2022-02-12T02:10:29.200Z] ++ '[' -n 0 ']' [2022-02-12T02:10:29.200Z] ++ set -x [2022-02-12T02:10:29.200Z] ++ 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-02-12T02:10:29.200Z] INFO: Testing against a local daemon [2022-02-12T02:10:29.200Z] === RUN TestNetworkCreateDelete [2022-02-12T02:10:29.200Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-02-12T02:10:29.200Z] === RUN TestDockerNetworkDeletePreferID [2022-02-12T02:10:29.763Z] --- PASS: TestDockerNetworkDeletePreferID (0.33s) [2022-02-12T02:10:29.763Z] === RUN TestDaemonDNSFallback [2022-02-12T02:10:30.172Z] --- PASS: TestImportExtremelyLargeImageWorks (172.98s) [2022-02-12T02:10:30.173Z] PASS [2022-02-12T02:10:30.173Z] [2022-02-12T02:10:30.173Z] DONE 22 tests in 176.847s [2022-02-12T02:10:30.173Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-02-12T02:10:30.173Z] ++ 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-02-12T02:10:30.173Z] ++ set -e [2022-02-12T02:10:30.173Z] ++ '[' -n 0 ']' [2022-02-12T02:10:30.173Z] ++ set -x [2022-02-12T02:10:30.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-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-02-12T02:10:30.173Z] INFO: Testing against a local daemon [2022-02-12T02:10:30.173Z] === RUN TestNetworkCreateDelete [2022-02-12T02:10:30.173Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-02-12T02:10:30.173Z] === RUN TestDockerNetworkDeletePreferID [2022-02-12T02:10:30.745Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s) [2022-02-12T02:10:30.745Z] === RUN TestDaemonDNSFallback [2022-02-12T02:10:32.555Z] --- PASS: TestCheckoutGit (36.92s) [2022-02-12T02:10:32.555Z] === RUN TestValidGitTransport [2022-02-12T02:10:32.555Z] --- PASS: TestValidGitTransport (0.00s) [2022-02-12T02:10:32.555Z] === RUN TestGitInvalidRef [2022-02-12T02:10:33.020Z] --- PASS: TestGitInvalidRef (0.24s) [2022-02-12T02:10:33.020Z] PASS [2022-02-12T02:10:33.020Z] coverage: 86.3% of statements [2022-02-12T02:10:33.020Z] ok github.com/docker/docker/builder/remotecontext/git 37.350s coverage: 86.3% of statements [2022-02-12T02:10:33.862Z] === RUN TestCheckpointCreateError [2022-02-12T02:10:33.862Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCheckpointCreate [2022-02-12T02:10:33.862Z] --- PASS: TestCheckpointCreate (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCheckpointDeleteError [2022-02-12T02:10:33.862Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCheckpointDelete [2022-02-12T02:10:33.862Z] --- PASS: TestCheckpointDelete (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCheckpointListError [2022-02-12T02:10:33.862Z] --- PASS: TestCheckpointListError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCheckpointList [2022-02-12T02:10:33.862Z] --- PASS: TestCheckpointList (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCheckpointListContainerNotFound [2022-02-12T02:10:33.862Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestNewClientWithOpsFromEnv [2022-02-12T02:10:33.862Z] client_test.go:23: runtime.GOOS == "windows" [2022-02-12T02:10:33.862Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestGetAPIPath [2022-02-12T02:10:33.862Z] --- PASS: TestGetAPIPath (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestParseHostURL [2022-02-12T02:10:33.862Z] --- PASS: TestParseHostURL (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-02-12T02:10:33.862Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestNegotiateAPIVersionEmpty [2022-02-12T02:10:33.862Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestNegotiateAPIVersion [2022-02-12T02:10:33.862Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestNegotiateAPVersionOverride [2022-02-12T02:10:33.862Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestNegotiateAPIVersionAutomatic [2022-02-12T02:10:33.862Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-02-12T02:10:33.862Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-02-12T02:10:33.862Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestClientRedirect [2022-02-12T02:10:33.862Z] --- PASS: TestClientRedirect (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigCreateUnsupported [2022-02-12T02:10:33.862Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigCreateError [2022-02-12T02:10:33.862Z] --- PASS: TestConfigCreateError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigCreate [2022-02-12T02:10:33.862Z] --- PASS: TestConfigCreate (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigInspectNotFound [2022-02-12T02:10:33.862Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigInspectWithEmptyID [2022-02-12T02:10:33.862Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigInspectUnsupported [2022-02-12T02:10:33.862Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigInspectError [2022-02-12T02:10:33.862Z] --- PASS: TestConfigInspectError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigInspectConfigNotFound [2022-02-12T02:10:33.862Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigInspect [2022-02-12T02:10:33.862Z] --- PASS: TestConfigInspect (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigListUnsupported [2022-02-12T02:10:33.862Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigListError [2022-02-12T02:10:33.862Z] --- PASS: TestConfigListError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigList [2022-02-12T02:10:33.862Z] --- PASS: TestConfigList (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigRemoveUnsupported [2022-02-12T02:10:33.862Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigRemoveError [2022-02-12T02:10:33.862Z] --- PASS: TestConfigRemoveError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigRemove [2022-02-12T02:10:33.862Z] --- PASS: TestConfigRemove (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigUpdateUnsupported [2022-02-12T02:10:33.862Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigUpdateError [2022-02-12T02:10:33.862Z] --- PASS: TestConfigUpdateError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestConfigUpdate [2022-02-12T02:10:33.862Z] --- PASS: TestConfigUpdate (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerCommitError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerCommitError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerCommit [2022-02-12T02:10:33.862Z] --- PASS: TestContainerCommit (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerStatPathError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerStatPathError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerStatPathNotFoundError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerStatPathNoHeaderError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerStatPath [2022-02-12T02:10:33.862Z] --- PASS: TestContainerStatPath (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCopyToContainerError [2022-02-12T02:10:33.862Z] --- PASS: TestCopyToContainerError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCopyToContainerNotFoundError [2022-02-12T02:10:33.862Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCopyToContainerNotStatusOKError [2022-02-12T02:10:33.862Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCopyToContainer [2022-02-12T02:10:33.862Z] --- PASS: TestCopyToContainer (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCopyFromContainerError [2022-02-12T02:10:33.862Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCopyFromContainerNotFoundError [2022-02-12T02:10:33.862Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCopyFromContainerNotStatusOKError [2022-02-12T02:10:33.862Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCopyFromContainerNoHeaderError [2022-02-12T02:10:33.862Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestCopyFromContainer [2022-02-12T02:10:33.862Z] --- PASS: TestCopyFromContainer (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerCreateError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerCreateError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerCreateImageNotFound [2022-02-12T02:10:33.862Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerCreateWithName [2022-02-12T02:10:33.862Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerCreateAutoRemove [2022-02-12T02:10:33.862Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerDiffError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerDiffError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerDiff [2022-02-12T02:10:33.862Z] --- PASS: TestContainerDiff (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerExecCreateError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerExecCreate [2022-02-12T02:10:33.862Z] --- PASS: TestContainerExecCreate (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerExecStartError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerExecStartError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerExecStart [2022-02-12T02:10:33.862Z] --- PASS: TestContainerExecStart (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerExecInspectError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerExecInspect [2022-02-12T02:10:33.862Z] --- PASS: TestContainerExecInspect (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerExportError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerExportError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerExport [2022-02-12T02:10:33.862Z] --- PASS: TestContainerExport (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerInspectError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerInspectError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerInspectContainerNotFound [2022-02-12T02:10:33.862Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerInspectWithEmptyID [2022-02-12T02:10:33.862Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerInspect [2022-02-12T02:10:33.862Z] --- PASS: TestContainerInspect (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerInspectNode [2022-02-12T02:10:33.862Z] --- PASS: TestContainerInspectNode (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerKillError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerKillError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerKill [2022-02-12T02:10:33.862Z] --- PASS: TestContainerKill (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerListError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerListError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerList [2022-02-12T02:10:33.862Z] --- PASS: TestContainerList (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerLogsNotFoundError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerLogsError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerLogsError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerLogs [2022-02-12T02:10:33.862Z] --- PASS: TestContainerLogs (0.15s) [2022-02-12T02:10:33.862Z] === RUN TestContainerPauseError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerPauseError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerPause [2022-02-12T02:10:33.862Z] --- PASS: TestContainerPause (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainersPruneError [2022-02-12T02:10:33.862Z] --- PASS: TestContainersPruneError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainersPrune [2022-02-12T02:10:33.862Z] --- PASS: TestContainersPrune (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerRemoveError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerRemoveError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerRemoveNotFoundError [2022-02-12T02:10:33.862Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-02-12T02:10:33.862Z] === RUN TestContainerRemove [2022-02-12T02:10:33.863Z] --- PASS: TestContainerRemove (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerRenameError [2022-02-12T02:10:33.863Z] --- PASS: TestContainerRenameError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerRename [2022-02-12T02:10:33.863Z] --- PASS: TestContainerRename (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerResizeError [2022-02-12T02:10:33.863Z] --- PASS: TestContainerResizeError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerExecResizeError [2022-02-12T02:10:33.863Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerResize [2022-02-12T02:10:33.863Z] --- PASS: TestContainerResize (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerExecResize [2022-02-12T02:10:33.863Z] --- PASS: TestContainerExecResize (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerRestartError [2022-02-12T02:10:33.863Z] --- PASS: TestContainerRestartError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerRestart [2022-02-12T02:10:33.863Z] --- PASS: TestContainerRestart (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerStartError [2022-02-12T02:10:33.863Z] --- PASS: TestContainerStartError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerStart [2022-02-12T02:10:33.863Z] --- PASS: TestContainerStart (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerStatsError [2022-02-12T02:10:33.863Z] --- PASS: TestContainerStatsError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerStats [2022-02-12T02:10:33.863Z] --- PASS: TestContainerStats (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerStopError [2022-02-12T02:10:33.863Z] --- PASS: TestContainerStopError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerStop [2022-02-12T02:10:33.863Z] --- PASS: TestContainerStop (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerTopError [2022-02-12T02:10:33.863Z] --- PASS: TestContainerTopError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerTop [2022-02-12T02:10:33.863Z] --- PASS: TestContainerTop (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerUnpauseError [2022-02-12T02:10:33.863Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerUnpause [2022-02-12T02:10:33.863Z] --- PASS: TestContainerUnpause (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerUpdateError [2022-02-12T02:10:33.863Z] --- PASS: TestContainerUpdateError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerUpdate [2022-02-12T02:10:33.863Z] --- PASS: TestContainerUpdate (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerWaitError [2022-02-12T02:10:33.863Z] --- PASS: TestContainerWaitError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestContainerWait [2022-02-12T02:10:33.863Z] --- PASS: TestContainerWait (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestDiskUsageError [2022-02-12T02:10:33.863Z] --- PASS: TestDiskUsageError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestDiskUsage [2022-02-12T02:10:33.863Z] --- PASS: TestDiskUsage (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestDistributionInspectUnsupported [2022-02-12T02:10:33.863Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestDistributionInspectWithEmptyID [2022-02-12T02:10:33.863Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestEventsErrorInOptions [2022-02-12T02:10:33.863Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestEventsErrorFromServer [2022-02-12T02:10:33.863Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestEvents [2022-02-12T02:10:33.863Z] --- PASS: TestEvents (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestTLSCloseWriter [2022-02-12T02:10:33.863Z] === PAUSE TestTLSCloseWriter [2022-02-12T02:10:33.863Z] === RUN TestImageBuildError [2022-02-12T02:10:33.863Z] --- PASS: TestImageBuildError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageBuild [2022-02-12T02:10:33.863Z] --- PASS: TestImageBuild (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestGetDockerOS [2022-02-12T02:10:33.863Z] --- PASS: TestGetDockerOS (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageCreateError [2022-02-12T02:10:33.863Z] --- PASS: TestImageCreateError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageCreate [2022-02-12T02:10:33.863Z] --- PASS: TestImageCreate (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageHistoryError [2022-02-12T02:10:33.863Z] --- PASS: TestImageHistoryError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageHistory [2022-02-12T02:10:33.863Z] --- PASS: TestImageHistory (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageImportError [2022-02-12T02:10:33.863Z] --- PASS: TestImageImportError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageImport [2022-02-12T02:10:33.863Z] --- PASS: TestImageImport (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageInspectError [2022-02-12T02:10:33.863Z] --- PASS: TestImageInspectError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageInspectImageNotFound [2022-02-12T02:10:33.863Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageInspectWithEmptyID [2022-02-12T02:10:33.863Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageInspect [2022-02-12T02:10:33.863Z] --- PASS: TestImageInspect (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageListError [2022-02-12T02:10:33.863Z] --- PASS: TestImageListError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageList [2022-02-12T02:10:33.863Z] --- PASS: TestImageList (0.02s) [2022-02-12T02:10:33.863Z] === RUN TestImageListApiBefore125 [2022-02-12T02:10:33.863Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageLoadError [2022-02-12T02:10:33.863Z] --- PASS: TestImageLoadError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageLoad [2022-02-12T02:10:33.863Z] --- PASS: TestImageLoad (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagesPruneError [2022-02-12T02:10:33.863Z] --- PASS: TestImagesPruneError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagesPrune [2022-02-12T02:10:33.863Z] --- PASS: TestImagesPrune (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagePullReferenceParseError [2022-02-12T02:10:33.863Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagePullAnyError [2022-02-12T02:10:33.863Z] --- PASS: TestImagePullAnyError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagePullStatusUnauthorizedError [2022-02-12T02:10:33.863Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-12T02:10:33.863Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-12T02:10:33.863Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-02-12T02:10:33.863Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagePullWithoutErrors [2022-02-12T02:10:33.863Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagePushReferenceError [2022-02-12T02:10:33.863Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagePushAnyError [2022-02-12T02:10:33.863Z] --- PASS: TestImagePushAnyError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagePushStatusUnauthorizedError [2022-02-12T02:10:33.863Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-12T02:10:33.863Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-12T02:10:33.863Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-02-12T02:10:33.863Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImagePushWithoutErrors [2022-02-12T02:10:33.863Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-02-12T02:10:33.863Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-02-12T02:10:33.863Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-02-12T02:10:33.863Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-02-12T02:10:33.863Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-02-12T02:10:33.863Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-02-12T02:10:33.863Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-02-12T02:10:33.863Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-02-12T02:10:33.863Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageRemoveError [2022-02-12T02:10:33.863Z] --- PASS: TestImageRemoveError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageRemoveImageNotFound [2022-02-12T02:10:33.863Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageRemove [2022-02-12T02:10:33.863Z] --- PASS: TestImageRemove (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageSaveError [2022-02-12T02:10:33.863Z] --- PASS: TestImageSaveError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageSave [2022-02-12T02:10:33.863Z] --- PASS: TestImageSave (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageSearchAnyError [2022-02-12T02:10:33.863Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageSearchStatusUnauthorizedError [2022-02-12T02:10:33.863Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-12T02:10:33.863Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-12T02:10:33.863Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-02-12T02:10:33.863Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageSearchWithoutErrors [2022-02-12T02:10:33.863Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageTagError [2022-02-12T02:10:33.863Z] --- PASS: TestImageTagError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageTagInvalidReference [2022-02-12T02:10:33.863Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageTagInvalidSourceImageName [2022-02-12T02:10:33.863Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageTagHexSource [2022-02-12T02:10:33.863Z] --- PASS: TestImageTagHexSource (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestImageTag [2022-02-12T02:10:33.863Z] --- PASS: TestImageTag (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestInfoServerError [2022-02-12T02:10:33.863Z] --- PASS: TestInfoServerError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestInfoInvalidResponseJSONError [2022-02-12T02:10:33.863Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestInfo [2022-02-12T02:10:33.863Z] --- PASS: TestInfo (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNetworkConnectError [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkConnectError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNetworkConnect [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkConnect (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNetworkCreateError [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkCreateError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNetworkCreate [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkCreate (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNetworkDisconnectError [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNetworkDisconnect [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNetworkInspect [2022-02-12T02:10:33.863Z] === RUN TestNetworkInspect/empty_ID [2022-02-12T02:10:33.863Z] === RUN TestNetworkInspect/no_options [2022-02-12T02:10:33.863Z] === RUN TestNetworkInspect/verbose [2022-02-12T02:10:33.863Z] === RUN TestNetworkInspect/global_scope [2022-02-12T02:10:33.863Z] === RUN TestNetworkInspect/unknown_network [2022-02-12T02:10:33.863Z] === RUN TestNetworkInspect/server_error [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkInspect (0.00s) [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNetworkListError [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkListError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNetworkList [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkList (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNetworksPruneError [2022-02-12T02:10:33.863Z] --- PASS: TestNetworksPruneError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNetworksPrune [2022-02-12T02:10:33.863Z] --- PASS: TestNetworksPrune (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNetworkRemoveError [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkRemoveError (0.02s) [2022-02-12T02:10:33.863Z] === RUN TestNetworkRemove [2022-02-12T02:10:33.863Z] --- PASS: TestNetworkRemove (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNodeInspectError [2022-02-12T02:10:33.863Z] --- PASS: TestNodeInspectError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNodeInspectNodeNotFound [2022-02-12T02:10:33.863Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNodeInspectWithEmptyID [2022-02-12T02:10:33.863Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNodeInspect [2022-02-12T02:10:33.863Z] --- PASS: TestNodeInspect (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNodeListError [2022-02-12T02:10:33.863Z] --- PASS: TestNodeListError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNodeList [2022-02-12T02:10:33.863Z] --- PASS: TestNodeList (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNodeRemoveError [2022-02-12T02:10:33.863Z] --- PASS: TestNodeRemoveError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNodeRemove [2022-02-12T02:10:33.863Z] --- PASS: TestNodeRemove (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNodeUpdateError [2022-02-12T02:10:33.863Z] --- PASS: TestNodeUpdateError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestNodeUpdate [2022-02-12T02:10:33.863Z] --- PASS: TestNodeUpdate (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestOptionWithHostFromEnv [2022-02-12T02:10:33.863Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestOptionWithTimeout [2022-02-12T02:10:33.863Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestOptionWithVersionFromEnv [2022-02-12T02:10:33.863Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPingFail [2022-02-12T02:10:33.863Z] --- PASS: TestPingFail (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPingWithError [2022-02-12T02:10:33.863Z] 2022/02/12 02:10:32 RoundTripper returned a response & error; ignoring response [2022-02-12T02:10:33.863Z] 2022/02/12 02:10:32 RoundTripper returned a response & error; ignoring response [2022-02-12T02:10:33.863Z] --- PASS: TestPingWithError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPingSuccess [2022-02-12T02:10:33.863Z] --- PASS: TestPingSuccess (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPingHeadFallback [2022-02-12T02:10:33.863Z] === RUN TestPingHeadFallback/OK [2022-02-12T02:10:33.863Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-02-12T02:10:33.863Z] === RUN TestPingHeadFallback/Not_Found [2022-02-12T02:10:33.863Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-02-12T02:10:33.863Z] --- PASS: TestPingHeadFallback (0.00s) [2022-02-12T02:10:33.863Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-02-12T02:10:33.863Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-02-12T02:10:33.863Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-02-12T02:10:33.863Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginDisableError [2022-02-12T02:10:33.863Z] --- PASS: TestPluginDisableError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginDisable [2022-02-12T02:10:33.863Z] --- PASS: TestPluginDisable (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginEnableError [2022-02-12T02:10:33.863Z] --- PASS: TestPluginEnableError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginEnable [2022-02-12T02:10:33.863Z] --- PASS: TestPluginEnable (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginInspectError [2022-02-12T02:10:33.863Z] --- PASS: TestPluginInspectError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginInspectWithEmptyID [2022-02-12T02:10:33.863Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginInspect [2022-02-12T02:10:33.863Z] --- PASS: TestPluginInspect (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginListError [2022-02-12T02:10:33.863Z] --- PASS: TestPluginListError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginList [2022-02-12T02:10:33.863Z] --- PASS: TestPluginList (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginPushError [2022-02-12T02:10:33.863Z] --- PASS: TestPluginPushError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginPush [2022-02-12T02:10:33.863Z] --- PASS: TestPluginPush (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginRemoveError [2022-02-12T02:10:33.863Z] --- PASS: TestPluginRemoveError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginRemove [2022-02-12T02:10:33.863Z] --- PASS: TestPluginRemove (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginSetError [2022-02-12T02:10:33.863Z] --- PASS: TestPluginSetError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPluginSet [2022-02-12T02:10:33.863Z] --- PASS: TestPluginSet (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestSetHostHeader [2022-02-12T02:10:33.863Z] --- PASS: TestSetHostHeader (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestPlainTextError [2022-02-12T02:10:33.863Z] --- PASS: TestPlainTextError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestInfiniteError [2022-02-12T02:10:33.863Z] --- PASS: TestInfiniteError (0.04s) [2022-02-12T02:10:33.863Z] === RUN TestCanceledContext [2022-02-12T02:10:33.863Z] 2022/02/12 02:10:32 RoundTripper returned a response & error; ignoring response [2022-02-12T02:10:33.863Z] --- PASS: TestCanceledContext (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestDeadlineExceededContext [2022-02-12T02:10:33.863Z] 2022/02/12 02:10:32 RoundTripper returned a response & error; ignoring response [2022-02-12T02:10:33.863Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestSecretCreateUnsupported [2022-02-12T02:10:33.863Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestSecretCreateError [2022-02-12T02:10:33.863Z] --- PASS: TestSecretCreateError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestSecretCreate [2022-02-12T02:10:33.863Z] --- PASS: TestSecretCreate (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestSecretInspectUnsupported [2022-02-12T02:10:33.863Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestSecretInspectError [2022-02-12T02:10:33.863Z] --- PASS: TestSecretInspectError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestSecretInspectSecretNotFound [2022-02-12T02:10:33.863Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestSecretInspectWithEmptyID [2022-02-12T02:10:33.863Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestSecretInspect [2022-02-12T02:10:33.863Z] --- PASS: TestSecretInspect (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestSecretListUnsupported [2022-02-12T02:10:33.863Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestSecretListError [2022-02-12T02:10:33.863Z] --- PASS: TestSecretListError (0.00s) [2022-02-12T02:10:33.863Z] === RUN TestSecretList [2022-02-12T02:10:33.863Z] --- PASS: TestSecretList (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSecretRemoveUnsupported [2022-02-12T02:10:33.864Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSecretRemoveError [2022-02-12T02:10:33.864Z] --- PASS: TestSecretRemoveError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSecretRemove [2022-02-12T02:10:33.864Z] --- PASS: TestSecretRemove (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSecretUpdateUnsupported [2022-02-12T02:10:33.864Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSecretUpdateError [2022-02-12T02:10:33.864Z] --- PASS: TestSecretUpdateError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSecretUpdate [2022-02-12T02:10:33.864Z] --- PASS: TestSecretUpdate (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceCreateError [2022-02-12T02:10:33.864Z] --- PASS: TestServiceCreateError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceCreate [2022-02-12T02:10:33.864Z] --- PASS: TestServiceCreate (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceCreateCompatiblePlatforms [2022-02-12T02:10:33.864Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceCreateDigestPinning [2022-02-12T02:10:33.864Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceInspectError [2022-02-12T02:10:33.864Z] --- PASS: TestServiceInspectError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceInspectServiceNotFound [2022-02-12T02:10:33.864Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceInspectWithEmptyID [2022-02-12T02:10:33.864Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceInspect [2022-02-12T02:10:33.864Z] --- PASS: TestServiceInspect (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceListError [2022-02-12T02:10:33.864Z] --- PASS: TestServiceListError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceList [2022-02-12T02:10:33.864Z] --- PASS: TestServiceList (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceLogsError [2022-02-12T02:10:33.864Z] --- PASS: TestServiceLogsError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceLogs [2022-02-12T02:10:33.864Z] --- PASS: TestServiceLogs (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceRemoveError [2022-02-12T02:10:33.864Z] --- PASS: TestServiceRemoveError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceRemoveNotFoundError [2022-02-12T02:10:33.864Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceRemove [2022-02-12T02:10:33.864Z] --- PASS: TestServiceRemove (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceUpdateError [2022-02-12T02:10:33.864Z] --- PASS: TestServiceUpdateError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestServiceUpdate [2022-02-12T02:10:33.864Z] --- PASS: TestServiceUpdate (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSwarmGetUnlockKeyError [2022-02-12T02:10:33.864Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSwarmGetUnlockKey [2022-02-12T02:10:33.864Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSwarmInitError [2022-02-12T02:10:33.864Z] --- PASS: TestSwarmInitError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSwarmInit [2022-02-12T02:10:33.864Z] --- PASS: TestSwarmInit (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSwarmInspectError [2022-02-12T02:10:33.864Z] --- PASS: TestSwarmInspectError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSwarmInspect [2022-02-12T02:10:33.864Z] --- PASS: TestSwarmInspect (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSwarmJoinError [2022-02-12T02:10:33.864Z] --- PASS: TestSwarmJoinError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSwarmJoin [2022-02-12T02:10:33.864Z] --- PASS: TestSwarmJoin (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSwarmLeaveError [2022-02-12T02:10:33.864Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSwarmLeave [2022-02-12T02:10:33.864Z] --- PASS: TestSwarmLeave (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSwarmUnlockError [2022-02-12T02:10:33.864Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSwarmUnlock [2022-02-12T02:10:33.864Z] --- PASS: TestSwarmUnlock (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSwarmUpdateError [2022-02-12T02:10:33.864Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestSwarmUpdate [2022-02-12T02:10:33.864Z] --- PASS: TestSwarmUpdate (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestTaskInspectError [2022-02-12T02:10:33.864Z] --- PASS: TestTaskInspectError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestTaskInspectWithEmptyID [2022-02-12T02:10:33.864Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestTaskInspect [2022-02-12T02:10:33.864Z] --- PASS: TestTaskInspect (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestTaskListError [2022-02-12T02:10:33.864Z] --- PASS: TestTaskListError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestTaskList [2022-02-12T02:10:33.864Z] --- PASS: TestTaskList (0.01s) [2022-02-12T02:10:33.864Z] === RUN TestVolumeCreateError [2022-02-12T02:10:33.864Z] --- PASS: TestVolumeCreateError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestVolumeCreate [2022-02-12T02:10:33.864Z] --- PASS: TestVolumeCreate (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestVolumeInspectError [2022-02-12T02:10:33.864Z] --- PASS: TestVolumeInspectError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestVolumeInspectNotFound [2022-02-12T02:10:33.864Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestVolumeInspectWithEmptyID [2022-02-12T02:10:33.864Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestVolumeInspect [2022-02-12T02:10:33.864Z] --- PASS: TestVolumeInspect (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestVolumeListError [2022-02-12T02:10:33.864Z] --- PASS: TestVolumeListError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestVolumeList [2022-02-12T02:10:33.864Z] --- PASS: TestVolumeList (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestVolumeRemoveError [2022-02-12T02:10:33.864Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-02-12T02:10:33.864Z] === RUN TestVolumeRemove [2022-02-12T02:10:33.864Z] --- PASS: TestVolumeRemove (0.00s) [2022-02-12T02:10:33.864Z] === CONT TestTLSCloseWriter [2022-02-12T02:10:33.864Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-02-12T02:10:33.864Z] PASS [2022-02-12T02:10:33.864Z] coverage: 75.3% of statements [2022-02-12T02:10:33.864Z] ok github.com/docker/docker/client 0.385s coverage: 75.3% of statements [2022-02-12T02:10:33.983Z] ? github.com/docker/docker/cli [no test files] [2022-02-12T02:10:33.983Z] ? github.com/docker/docker/cli/config [no test files] [2022-02-12T02:10:34.052Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-02-12T02:10:34.625Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-02-12T02:10:35.567Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-02-12T02:10:35.672Z] --- PASS: TestServiceUpdateNetwork (12.08s) [2022-02-12T02:10:35.672Z] === RUN TestServiceUpdatePidsLimit [2022-02-12T02:10:35.930Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-02-12T02:10:36.306Z] --- PASS: TestDaemonDNSFallback (6.22s) [2022-02-12T02:10:36.306Z] === RUN TestInspectNetwork [2022-02-12T02:10:36.496Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-02-12T02:10:37.483Z] --- PASS: TestDaemonDNSFallback (6.61s) [2022-02-12T02:10:37.483Z] === RUN TestInspectNetwork [2022-02-12T02:10:38.054Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-02-12T02:10:38.827Z] === RUN TestInspectNetwork/full_network_id [2022-02-12T02:10:38.827Z] === RUN TestInspectNetwork/partial_network_id [2022-02-12T02:10:38.827Z] === RUN TestInspectNetwork/network_name [2022-02-12T02:10:38.827Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-02-12T02:10:39.000Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-02-12T02:10:39.758Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-02-12T02:10:39.758Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-02-12T02:10:39.758Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-02-12T02:10:39.758Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-02-12T02:10:39.758Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-02-12T02:10:39.758Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-02-12T02:10:39.758Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-02-12T02:10:39.758Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-02-12T02:10:39.758Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-02-12T02:10:39.758Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-02-12T02:10:39.758Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-02-12T02:10:39.758Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-02-12T02:10:39.758Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-02-12T02:10:39.758Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-02-12T02:10:39.758Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-02-12T02:10:39.758Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-02-12T02:10:39.758Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-02-12T02:10:39.758Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-02-12T02:10:39.758Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-02-12T02:10:39.758Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-02-12T02:10:39.758Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-02-12T02:10:39.758Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-02-12T02:10:39.758Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-02-12T02:10:39.758Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.01s) [2022-02-12T02:10:39.758Z] === RUN TestConfigureDaemonLogs [2022-02-12T02:10:39.758Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-02-12T02:10:39.758Z] === RUN TestCommonOptionsInstallFlags [2022-02-12T02:10:39.758Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-02-12T02:10:39.758Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-02-12T02:10:39.758Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-02-12T02:10:39.758Z] PASS [2022-02-12T02:10:39.758Z] coverage: 18.6% of statements [2022-02-12T02:10:39.758Z] ok github.com/docker/docker/cmd/dockerd 0.220s coverage: 18.6% of statements [2022-02-12T02:10:39.758Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-02-12T02:10:39.758Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-02-12T02:10:40.721Z] === RUN TestContainerStopSignal [2022-02-12T02:10:40.721Z] --- PASS: TestContainerStopSignal (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestContainerStopTimeout [2022-02-12T02:10:40.721Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestContainerSecretReferenceDestTarget [2022-02-12T02:10:40.721Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-02-12T02:10:40.721Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestContainerLogPathSetForRingLogger [2022-02-12T02:10:40.721Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestReplaceAndAppendEnvVars [2022-02-12T02:10:40.721Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-02-12T02:10:40.721Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestNewMemoryStore [2022-02-12T02:10:40.721Z] --- PASS: TestNewMemoryStore (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestAddContainers [2022-02-12T02:10:40.721Z] --- PASS: TestAddContainers (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestGetContainer [2022-02-12T02:10:40.721Z] --- PASS: TestGetContainer (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestDeleteContainer [2022-02-12T02:10:40.721Z] --- PASS: TestDeleteContainer (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestListContainers [2022-02-12T02:10:40.721Z] --- PASS: TestListContainers (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestFirstContainer [2022-02-12T02:10:40.721Z] --- PASS: TestFirstContainer (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestApplyAllContainer [2022-02-12T02:10:40.721Z] --- PASS: TestApplyAllContainer (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestIsValidHealthString [2022-02-12T02:10:40.721Z] --- PASS: TestIsValidHealthString (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestStateRunStop [2022-02-12T02:10:40.721Z] --- PASS: TestStateRunStop (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestStateTimeoutWait [2022-02-12T02:10:40.721Z] state_test.go:141: Stop callback fired [2022-02-12T02:10:40.721Z] state_test.go:165: Stop callback fired [2022-02-12T02:10:40.721Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-02-12T02:10:40.721Z] === RUN TestIsValidStateString [2022-02-12T02:10:40.721Z] --- PASS: TestIsValidStateString (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestViewSaveDelete [2022-02-12T02:10:40.721Z] --- PASS: TestViewSaveDelete (0.01s) [2022-02-12T02:10:40.721Z] === RUN TestViewAll [2022-02-12T02:10:40.721Z] --- PASS: TestViewAll (0.02s) [2022-02-12T02:10:40.721Z] === RUN TestViewGet [2022-02-12T02:10:40.721Z] --- PASS: TestViewGet (0.01s) [2022-02-12T02:10:40.721Z] === RUN TestNames [2022-02-12T02:10:40.721Z] --- PASS: TestNames (0.00s) [2022-02-12T02:10:40.721Z] === RUN TestViewWithHealthCheck [2022-02-12T02:10:40.721Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-02-12T02:10:40.721Z] PASS [2022-02-12T02:10:40.721Z] coverage: 41.7% of statements [2022-02-12T02:10:40.721Z] ok github.com/docker/docker/container 0.248s coverage: 41.7% of statements [2022-02-12T02:10:40.721Z] ? github.com/docker/docker/container/stream [no test files] [2022-02-12T02:10:40.721Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-02-12T02:10:40.721Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-02-12T02:10:40.721Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-02-12T02:10:40.916Z] === RUN TestInspectNetwork/full_network_id [2022-02-12T02:10:40.916Z] === RUN TestInspectNetwork/partial_network_id [2022-02-12T02:10:40.916Z] === RUN TestInspectNetwork/network_name [2022-02-12T02:10:40.916Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-02-12T02:10:40.916Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-02-12T02:10:40.916Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-02-12T02:10:40.916Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-02-12T02:10:42.248Z] === RUN TestPrepare [2022-02-12T02:10:42.248Z] --- PASS: TestPrepare (0.00s) [2022-02-12T02:10:42.248Z] === RUN TestStart [2022-02-12T02:10:42.248Z] --- PASS: TestStart (0.00s) [2022-02-12T02:10:42.248Z] === RUN TestWaitCancel [2022-02-12T02:10:42.248Z] --- PASS: TestWaitCancel (0.00s) [2022-02-12T02:10:42.248Z] === RUN TestWaitDisabled [2022-02-12T02:10:42.248Z] --- PASS: TestWaitDisabled (0.00s) [2022-02-12T02:10:42.248Z] === RUN TestWaitEnabled [2022-02-12T02:10:42.248Z] --- PASS: TestWaitEnabled (0.00s) [2022-02-12T02:10:42.248Z] === RUN TestRemove [2022-02-12T02:10:42.248Z] --- PASS: TestRemove (0.00s) [2022-02-12T02:10:42.248Z] PASS [2022-02-12T02:10:42.248Z] coverage: 65.3% of statements [2022-02-12T02:10:42.248Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.073s coverage: 65.3% of statements [2022-02-12T02:10:43.060Z] --- PASS: TestInspectNetwork (7.11s) [2022-02-12T02:10:43.060Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-02-12T02:10:43.060Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-02-12T02:10:43.060Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-02-12T02:10:43.060Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-02-12T02:10:43.060Z] === RUN TestRunContainerWithBridgeNone [2022-02-12T02:10:43.464Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-02-12T02:10:43.783Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-02-12T02:10:43.783Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.22s) [2022-02-12T02:10:43.784Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-02-12T02:10:44.036Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCIsolation [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertFromGRPCIsolation [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-02-12T02:10:44.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-02-12T02:10:44.240Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-02-12T02:10:44.435Z] --- PASS: TestRunContainerWithBridgeNone (1.43s) [2022-02-12T02:10:44.435Z] === RUN TestNetworkInvalidJSON [2022-02-12T02:10:44.435Z] === RUN TestNetworkInvalidJSON//networks/create [2022-02-12T02:10:44.435Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-02-12T02:10:44.435Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:10:44.435Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:10:44.436Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:10:44.436Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:10:44.436Z] === CONT TestNetworkInvalidJSON//networks/create [2022-02-12T02:10:44.436Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:10:44.436Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:10:44.436Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-02-12T02:10:44.436Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-02-12T02:10:44.436Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-02-12T02:10:44.436Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-02-12T02:10:44.436Z] === RUN TestNetworkList [2022-02-12T02:10:44.436Z] === RUN TestNetworkList//networks [2022-02-12T02:10:44.436Z] === PAUSE TestNetworkList//networks [2022-02-12T02:10:44.436Z] === RUN TestNetworkList//networks/ [2022-02-12T02:10:44.436Z] === PAUSE TestNetworkList//networks/ [2022-02-12T02:10:44.436Z] === CONT TestNetworkList//networks [2022-02-12T02:10:44.436Z] === CONT TestNetworkList//networks/ [2022-02-12T02:10:44.436Z] --- PASS: TestNetworkList (0.01s) [2022-02-12T02:10:44.436Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-02-12T02:10:44.436Z] --- PASS: TestNetworkList//networks (0.00s) [2022-02-12T02:10:44.436Z] === RUN TestHostIPv4BridgeLabel [2022-02-12T02:10:44.601Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-02-12T02:10:44.696Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-02-12T02:10:44.696Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-02-12T02:10:44.696Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-02-12T02:10:44.696Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-02-12T02:10:44.696Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-02-12T02:10:44.696Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-02-12T02:10:44.696Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-02-12T02:10:44.696Z] === RUN TestServiceConvertFromGRPCConfigs [2022-02-12T02:10:44.696Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-02-12T02:10:44.696Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-02-12T02:10:44.696Z] === RUN TestServiceConvertToGRPCConfigs [2022-02-12T02:10:44.696Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-02-12T02:10:44.696Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-02-12T02:10:44.696Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-02-12T02:10:44.696Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-02-12T02:10:44.696Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-02-12T02:10:44.696Z] PASS [2022-02-12T02:10:44.696Z] coverage: 35.9% of statements [2022-02-12T02:10:44.696Z] ok github.com/docker/docker/daemon/cluster/convert 0.530s coverage: 35.9% of statements [2022-02-12T02:10:44.696Z] === RUN TestNewListSecretsFilters [2022-02-12T02:10:44.696Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-02-12T02:10:44.696Z] === RUN TestNewListConfigsFilters [2022-02-12T02:10:44.696Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-02-12T02:10:44.696Z] PASS [2022-02-12T02:10:44.696Z] coverage: 0.5% of statements [2022-02-12T02:10:44.696Z] ok github.com/docker/docker/daemon/cluster 1.133s coverage: 0.5% of statements [2022-02-12T02:10:44.998Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-02-12T02:10:44.998Z] === RUN TestDaemonRestartWithLiveRestore [2022-02-12T02:10:45.432Z] --- PASS: TestInspectNetwork (7.94s) [2022-02-12T02:10:45.432Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-02-12T02:10:45.432Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-02-12T02:10:45.432Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-02-12T02:10:45.432Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-02-12T02:10:45.432Z] === RUN TestRunContainerWithBridgeNone [2022-02-12T02:10:45.432Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-02-12T02:10:45.693Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-02-12T02:10:45.927Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-02-12T02:10:45.928Z] === RUN TestDaemonDefaultNetworkPools [2022-02-12T02:10:46.857Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-02-12T02:10:46.857Z] === RUN TestDaemonRestartWithExistingNetwork [2022-02-12T02:10:47.121Z] --- PASS: TestRunContainerWithBridgeNone (2.02s) [2022-02-12T02:10:47.121Z] === RUN TestNetworkInvalidJSON [2022-02-12T02:10:47.121Z] === RUN TestNetworkInvalidJSON//networks/create [2022-02-12T02:10:47.121Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-02-12T02:10:47.121Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:10:47.121Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:10:47.121Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:10:47.121Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:10:47.121Z] === CONT TestNetworkInvalidJSON//networks/create [2022-02-12T02:10:47.121Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:10:47.121Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:10:47.121Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-02-12T02:10:47.121Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-02-12T02:10:47.121Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-02-12T02:10:47.121Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-02-12T02:10:47.121Z] === RUN TestNetworkList [2022-02-12T02:10:47.121Z] === RUN TestNetworkList//networks [2022-02-12T02:10:47.121Z] === PAUSE TestNetworkList//networks [2022-02-12T02:10:47.121Z] === RUN TestNetworkList//networks/ [2022-02-12T02:10:47.121Z] === PAUSE TestNetworkList//networks/ [2022-02-12T02:10:47.121Z] === CONT TestNetworkList//networks [2022-02-12T02:10:47.121Z] === CONT TestNetworkList//networks/ [2022-02-12T02:10:47.121Z] --- PASS: TestNetworkList (0.02s) [2022-02-12T02:10:47.121Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-02-12T02:10:47.121Z] --- PASS: TestNetworkList//networks (0.00s) [2022-02-12T02:10:47.121Z] === RUN TestHostIPv4BridgeLabel [2022-02-12T02:10:47.396Z] === RUN TestDockerSuite/TestBuildNetNone [2022-02-12T02:10:47.590Z] === RUN TestBuilderGC [2022-02-12T02:10:47.590Z] --- PASS: TestBuilderGC (0.00s) [2022-02-12T02:10:47.590Z] === RUN TestDaemonConfigurationNotFound [2022-02-12T02:10:47.590Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestDaemonBrokenConfiguration [2022-02-12T02:10:47.591Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestFindConfigurationConflicts [2022-02-12T02:10:47.591Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-02-12T02:10:47.591Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestDaemonConfigurationMergeConflicts [2022-02-12T02:10:47.591Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-02-12T02:10:47.591Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-02-12T02:10:47.591Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-02-12T02:10:47.591Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-02-12T02:10:47.591Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-02-12T02:10:47.591Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-02-12T02:10:47.591Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-02-12T02:10:47.591Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-02-12T02:10:47.591Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-02-12T02:10:47.591Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-02-12T02:10:47.591Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestValidateConfigurationErrors [2022-02-12T02:10:47.591Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-02-12T02:10:47.591Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-02-12T02:10:47.591Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-02-12T02:10:47.591Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-02-12T02:10:47.591Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-02-12T02:10:47.591Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-02-12T02:10:47.591Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-02-12T02:10:47.591Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-02-12T02:10:47.591Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-02-12T02:10:47.591Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-02-12T02:10:47.591Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-02-12T02:10:47.591Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestValidateConfiguration [2022-02-12T02:10:47.591Z] === RUN TestValidateConfiguration/with_label [2022-02-12T02:10:47.591Z] === RUN TestValidateConfiguration/with_dns [2022-02-12T02:10:47.591Z] === RUN TestValidateConfiguration/with_dns-search [2022-02-12T02:10:47.591Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-02-12T02:10:47.591Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-02-12T02:10:47.591Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-02-12T02:10:47.591Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-02-12T02:10:47.591Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfiguration (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-02-12T02:10:47.591Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestReloadSetConfigFileNotExist [2022-02-12T02:10:47.591Z] time="2022-02-12T02:10:47Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-02-12T02:10:47.591Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s) [2022-02-12T02:10:47.591Z] === RUN TestReloadDefaultConfigNotExist [2022-02-12T02:10:47.591Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:10:47.591Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestReloadBadDefaultConfig [2022-02-12T02:10:47.591Z] time="2022-02-12T02:10:47Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2358256545" [2022-02-12T02:10:47.591Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestReloadWithConflictingLabels [2022-02-12T02:10:47.591Z] time="2022-02-12T02:10:47Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-387013651" [2022-02-12T02:10:47.591Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestReloadWithDuplicateLabels [2022-02-12T02:10:47.591Z] time="2022-02-12T02:10:47Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-452420288" [2022-02-12T02:10:47.591Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestMaskURLCredentials [2022-02-12T02:10:47.591Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-02-12T02:10:47.591Z] === RUN TestDaemonConfigurationMerge [2022-02-12T02:10:47.591Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-02-12T02:10:47.591Z] PASS [2022-02-12T02:10:47.591Z] coverage: 79.2% of statements [2022-02-12T02:10:47.658Z] === RUN TestDockerSuite/TestBuildNoContext [2022-02-12T02:10:47.787Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-02-12T02:10:47.787Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-02-12T02:10:47.919Z] --- PASS: TestHostIPv4BridgeLabel (0.62s) [2022-02-12T02:10:47.919Z] === RUN TestDaemonRestartWithLiveRestore [2022-02-12T02:10:47.930Z] --- PASS: TestCheckoutGit (37.61s) [2022-02-12T02:10:47.930Z] === RUN TestValidGitTransport [2022-02-12T02:10:47.930Z] --- PASS: TestValidGitTransport (0.00s) [2022-02-12T02:10:47.930Z] === RUN TestGitInvalidRef [2022-02-12T02:10:47.930Z] --- PASS: TestGitInvalidRef (0.35s) [2022-02-12T02:10:47.930Z] PASS [2022-02-12T02:10:47.930Z] coverage: 86.3% of statements [2022-02-12T02:10:47.930Z] ok github.com/docker/docker/builder/remotecontext/git 38.031s coverage: 86.3% of statements [2022-02-12T02:10:48.047Z] ok github.com/docker/docker/daemon/config 0.337s coverage: 79.2% of statements [2022-02-12T02:10:48.491Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-02-12T02:10:48.506Z] === RUN TestEventsLog [2022-02-12T02:10:48.506Z] --- PASS: TestEventsLog (0.00s) [2022-02-12T02:10:48.506Z] === RUN TestEventsLogTimeout [2022-02-12T02:10:48.506Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-02-12T02:10:48.506Z] === RUN TestLogEvents [2022-02-12T02:10:48.924Z] ? github.com/docker/docker/cli [no test files] [2022-02-12T02:10:48.924Z] ? github.com/docker/docker/cli/config [no test files] [2022-02-12T02:10:48.963Z] --- PASS: TestLogEvents (0.07s) [2022-02-12T02:10:48.963Z] === RUN TestLoadBufferedEvents [2022-02-12T02:10:48.963Z] --- PASS: TestLoadBufferedEvents (0.20s) [2022-02-12T02:10:48.963Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-02-12T02:10:48.963Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-02-12T02:10:48.963Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-02-12T02:10:48.963Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-02-12T02:10:48.963Z] PASS [2022-02-12T02:10:48.963Z] coverage: 50.0% of statements [2022-02-12T02:10:48.963Z] ok github.com/docker/docker/daemon/events 0.330s coverage: 50.0% of statements [2022-02-12T02:10:48.963Z] === RUN TestWaitNodeAttachment [2022-02-12T02:10:49.063Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-02-12T02:10:49.063Z] === RUN TestDaemonDefaultNetworkPools [2022-02-12T02:10:49.155Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-02-12T02:10:49.155Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-02-12T02:10:49.324Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-02-12T02:10:49.419Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-02-12T02:10:49.419Z] === RUN TestIsolationConversion [2022-02-12T02:10:49.419Z] === RUN TestIsolationConversion/default [2022-02-12T02:10:49.419Z] === RUN TestIsolationConversion/process [2022-02-12T02:10:49.419Z] === RUN TestIsolationConversion/hyperv [2022-02-12T02:10:49.419Z] --- PASS: TestIsolationConversion (0.00s) [2022-02-12T02:10:49.419Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-02-12T02:10:49.419Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-02-12T02:10:49.419Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-02-12T02:10:49.419Z] === RUN TestContainerLabels [2022-02-12T02:10:49.419Z] --- PASS: TestContainerLabels (0.00s) [2022-02-12T02:10:49.419Z] === RUN TestCredentialSpecConversion [2022-02-12T02:10:49.419Z] === RUN TestCredentialSpecConversion/none [2022-02-12T02:10:49.419Z] === RUN TestCredentialSpecConversion/config [2022-02-12T02:10:49.419Z] === RUN TestCredentialSpecConversion/file [2022-02-12T02:10:49.419Z] === RUN TestCredentialSpecConversion/registry [2022-02-12T02:10:49.419Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-02-12T02:10:49.419Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-02-12T02:10:49.419Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-02-12T02:10:49.419Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-02-12T02:10:49.419Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-02-12T02:10:49.419Z] === RUN TestControllerValidateMountBind [2022-02-12T02:10:49.419Z] --- PASS: TestControllerValidateMountBind (0.01s) [2022-02-12T02:10:49.419Z] === RUN TestControllerValidateMountVolume [2022-02-12T02:10:49.419Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-02-12T02:10:49.419Z] === RUN TestControllerValidateMountTarget [2022-02-12T02:10:49.419Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-02-12T02:10:49.419Z] === RUN TestControllerValidateMountTmpfs [2022-02-12T02:10:49.419Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-02-12T02:10:49.419Z] === RUN TestControllerValidateMountInvalidType [2022-02-12T02:10:49.419Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-02-12T02:10:49.419Z] === RUN TestControllerValidateMountNamedPipe [2022-02-12T02:10:49.419Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-02-12T02:10:49.419Z] PASS [2022-02-12T02:10:49.419Z] coverage: 11.0% of statements [2022-02-12T02:10:49.419Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.754s coverage: 11.0% of statements [2022-02-12T02:10:49.586Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2022-02-12T02:10:49.586Z] === RUN TestDaemonRestartWithExistingNetwork [2022-02-12T02:10:49.717Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-02-12T02:10:49.717Z] === RUN TestServiceWithPredefinedNetwork [2022-02-12T02:10:49.876Z] === RUN TestIsEmptyDir [2022-02-12T02:10:49.876Z] --- PASS: TestIsEmptyDir (0.01s) [2022-02-12T02:10:49.876Z] PASS [2022-02-12T02:10:49.876Z] coverage: 2.3% of statements [2022-02-12T02:10:49.876Z] ok github.com/docker/docker/daemon/graphdriver 0.073s coverage: 2.3% of statements [2022-02-12T02:10:50.528Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-02-12T02:10:50.790Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-02-12T02:10:50.790Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-02-12T02:10:50.790Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2022-02-12T02:10:50.790Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-02-12T02:10:50.838Z] === RUN TestVerifyNetworkingConfig [2022-02-12T02:10:50.838Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestGetContainer [2022-02-12T02:10:50.838Z] --- PASS: TestGetContainer (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestValidContainerNames [2022-02-12T02:10:50.838Z] --- PASS: TestValidContainerNames (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestContainerInitDNS [2022-02-12T02:10:50.838Z] daemon_test.go:145: root required [2022-02-12T02:10:50.838Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestMerge [2022-02-12T02:10:50.838Z] --- PASS: TestMerge (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestValidateContainerIsolation [2022-02-12T02:10:50.838Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestFindNetworkErrorType [2022-02-12T02:10:50.838Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestEnsureServicesExist [2022-02-12T02:10:50.838Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestEnsureServicesExistErrors [2022-02-12T02:10:50.838Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-02-12T02:10:50.838Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-02-12T02:10:50.838Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-02-12T02:10:50.838Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-02-12T02:10:50.838Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-02-12T02:10:50.838Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-02-12T02:10:50.838Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestContainerDelete [2022-02-12T02:10:50.838Z] --- PASS: TestContainerDelete (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestContainerDoubleDelete [2022-02-12T02:10:50.838Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestLogContainerEventCopyLabels [2022-02-12T02:10:50.838Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestLogContainerEventWithAttributes [2022-02-12T02:10:50.838Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestNoneHealthcheck [2022-02-12T02:10:50.838Z] --- PASS: TestNoneHealthcheck (0.01s) [2022-02-12T02:10:50.838Z] === RUN TestHealthStates [2022-02-12T02:10:50.838Z] === RUN TestLinkNaming [2022-02-12T02:10:50.838Z] --- PASS: TestLinkNaming (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestLinkNew [2022-02-12T02:10:50.838Z] --- PASS: TestLinkNew (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestLinkEnv [2022-02-12T02:10:50.838Z] --- PASS: TestLinkEnv (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestLinkMultipleEnv [2022-02-12T02:10:50.838Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestLinkPortRangeEnv [2022-02-12T02:10:50.838Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-02-12T02:10:50.838Z] PASS [2022-02-12T02:10:50.838Z] coverage: 93.0% of statements [2022-02-12T02:10:50.838Z] ok github.com/docker/docker/daemon/links 0.048s coverage: 93.0% of statements [2022-02-12T02:10:50.838Z] time="2022-02-12T02:10:50Z" 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-02-12T02:10:50.838Z] time="2022-02-12T02:10:50Z" 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-02-12T02:10:50.838Z] time="2022-02-12T02:10:50Z" 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-02-12T02:10:50.838Z] time="2022-02-12T02:10:50Z" 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-02-12T02:10:50.838Z] time="2022-02-12T02:10:50Z" 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-02-12T02:10:50.838Z] time="2022-02-12T02:10:50Z" 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-02-12T02:10:50.838Z] time="2022-02-12T02:10:50Z" 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-02-12T02:10:50.838Z] time="2022-02-12T02:10:50Z" 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-02-12T02:10:50.838Z] time="2022-02-12T02:10:50Z" 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-02-12T02:10:50.838Z] time="2022-02-12T02:10:50Z" 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-02-12T02:10:50.838Z] --- PASS: TestHealthStates (0.21s) [2022-02-12T02:10:50.838Z] === RUN TestGetInspectData [2022-02-12T02:10:50.838Z] --- PASS: TestGetInspectData (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestFillLicense [2022-02-12T02:10:50.838Z] --- PASS: TestFillLicense (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestListInvalidFilter [2022-02-12T02:10:50.838Z] --- PASS: TestListInvalidFilter (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestNameFilter [2022-02-12T02:10:50.838Z] --- PASS: TestNameFilter (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-02-12T02:10:50.838Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-02-12T02:10:50.838Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-02-12T02:10:50.838Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-02-12T02:10:50.838Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-02-12T02:10:50.838Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-02-12T02:10:50.838Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-02-12T02:10:50.838Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-02-12T02:10:50.838Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-02-12T02:10:50.839Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-02-12T02:10:50.839Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-02-12T02:10:50.839Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-02-12T02:10:50.839Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-02-12T02:10:50.839Z] === 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-02-12T02:10:50.839Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-02-12T02:10:50.839Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-02-12T02:10:50.839Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-02-12T02:10:50.839Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-02-12T02:10:50.839Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-02-12T02:10:50.839Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-02-12T02:10:50.839Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-02-12T02:10:50.839Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-02-12T02:10:50.839Z] --- 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-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-02-12T02:10:50.839Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-02-12T02:10:50.839Z] === RUN TestDaemonReloadLabels [2022-02-12T02:10:50.839Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-02-12T02:10:50.839Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-02-12T02:10:50.839Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-02-12T02:10:50.839Z] === RUN TestDaemonReloadMirrors [2022-02-12T02:10:50.839Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-02-12T02:10:50.839Z] === RUN TestDaemonReloadInsecureRegistries [2022-02-12T02:10:50.839Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-02-12T02:10:50.839Z] === RUN TestDaemonReloadNotAffectOthers [2022-02-12T02:10:50.839Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-02-12T02:10:50.839Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-02-12T02:10:50.839Z] reload_test.go:342: root required [2022-02-12T02:10:50.839Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-02-12T02:10:50.839Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-02-12T02:10:50.839Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-02-12T02:10:50.839Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-02-12T02:10:50.839Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-02-12T02:10:50.839Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-02-12T02:10:50.839Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-02-12T02:10:50.839Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-02-12T02:10:50.839Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-02-12T02:10:50.839Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-02-12T02:10:50.839Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-02-12T02:10:50.839Z] === RUN TestParseVolumesFrom [2022-02-12T02:10:50.839Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-02-12T02:10:50.839Z] PASS [2022-02-12T02:10:50.839Z] coverage: 8.6% of statements [2022-02-12T02:10:50.839Z] ok github.com/docker/docker/daemon 0.447s coverage: 8.6% of statements [2022-02-12T02:10:50.839Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-02-12T02:10:50.839Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-02-12T02:10:50.839Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-02-12T02:10:50.839Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-02-12T02:10:50.839Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-02-12T02:10:50.839Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-02-12T02:10:50.839Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-02-12T02:10:50.839Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-02-12T02:10:50.839Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-02-12T02:10:50.839Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-02-12T02:10:50.839Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-02-12T02:10:50.839Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-02-12T02:10:50.839Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-02-12T02:10:50.839Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-02-12T02:10:51.051Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-02-12T02:10:51.153Z] --- PASS: TestServiceUpdatePidsLimit (16.12s) [2022-02-12T02:10:51.153Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-02-12T02:10:51.153Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-02-12T02:10:51.153Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-02-12T02:10:51.153Z] PASS [2022-02-12T02:10:51.153Z] [2022-02-12T02:10:51.153Z] === Skipped [2022-02-12T02:10:51.153Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-02-12T02:10:51.153Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-12T02:10:51.153Z] [2022-02-12T02:10:51.153Z] DONE 27 tests, 1 skipped in 181.753s [2022-02-12T02:10:51.153Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-02-12T02:10:51.153Z] INFO: Testing against a local daemon [2022-02-12T02:10:51.153Z] === RUN TestSessionCreate [2022-02-12T02:10:51.153Z] --- PASS: TestSessionCreate (0.02s) [2022-02-12T02:10:51.153Z] === RUN TestSessionCreateWithBadUpgrade [2022-02-12T02:10:51.153Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-02-12T02:10:51.153Z] PASS [2022-02-12T02:10:51.153Z] [2022-02-12T02:10:51.153Z] DONE 2 tests in 0.069s [2022-02-12T02:10:51.153Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-02-12T02:10:51.153Z] INFO: Testing against a local daemon [2022-02-12T02:10:51.153Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-02-12T02:10:51.153Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-02-12T02:10:51.153Z] === RUN TestDiskUsage [2022-02-12T02:10:51.153Z] === PAUSE TestDiskUsage [2022-02-12T02:10:51.153Z] === RUN TestEventsExecDie [2022-02-12T02:10:51.312Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-02-12T02:10:51.411Z] --- PASS: TestEventsExecDie (0.56s) [2022-02-12T02:10:51.411Z] === RUN TestEventsBackwardsCompatible [2022-02-12T02:10:51.411Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-02-12T02:10:51.411Z] === RUN TestEventsVolumeCreate [2022-02-12T02:10:51.575Z] --- PASS: TestCheckoutGit (30.02s) [2022-02-12T02:10:51.575Z] === RUN TestValidGitTransport [2022-02-12T02:10:51.575Z] --- PASS: TestValidGitTransport (0.00s) [2022-02-12T02:10:51.575Z] === RUN TestGitInvalidRef [2022-02-12T02:10:51.575Z] --- PASS: TestGitInvalidRef (0.20s) [2022-02-12T02:10:51.575Z] PASS [2022-02-12T02:10:51.575Z] coverage: 86.3% of statements [2022-02-12T02:10:51.575Z] ok github.com/docker/docker/builder/remotecontext/git 30.272s coverage: 86.3% of statements [2022-02-12T02:10:51.575Z] ? github.com/docker/docker/cli [no test files] [2022-02-12T02:10:51.575Z] ? github.com/docker/docker/cli/config [no test files] [2022-02-12T02:10:51.669Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-02-12T02:10:51.669Z] === RUN TestInfoBinaryCommits [2022-02-12T02:10:51.669Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-02-12T02:10:51.669Z] === RUN TestInfoAPIVersioned [2022-02-12T02:10:51.669Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-02-12T02:10:51.669Z] === RUN TestInfoAPI [2022-02-12T02:10:51.669Z] --- PASS: TestInfoAPI (0.02s) [2022-02-12T02:10:51.669Z] === RUN TestInfoAPIWarnings [2022-02-12T02:10:51.885Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-02-12T02:10:52.150Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s) [2022-02-12T02:10:52.150Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-02-12T02:10:52.236Z] --- PASS: TestServiceWithPredefinedNetwork (2.19s) [2022-02-12T02:10:52.236Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-02-12T02:10:52.236Z] service_test.go:243: FLAKY_TEST [2022-02-12T02:10:52.236Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-12T02:10:52.236Z] === RUN TestServiceWithDataPathPortInit [2022-02-12T02:10:52.725Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2022-02-12T02:10:52.725Z] === RUN TestServiceWithPredefinedNetwork [2022-02-12T02:10:53.014Z] === RUN TestAdapterReadLogs [2022-02-12T02:10:53.014Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-02-12T02:10:53.014Z] === RUN TestCopier [2022-02-12T02:10:53.014Z] --- PASS: TestCopier (0.00s) [2022-02-12T02:10:53.014Z] === RUN TestCopierLongLines [2022-02-12T02:10:53.014Z] --- PASS: TestCopierLongLines (0.00s) [2022-02-12T02:10:53.014Z] === RUN TestCopierSlow [2022-02-12T02:10:53.014Z] --- PASS: TestCopierSlow (0.21s) [2022-02-12T02:10:53.014Z] === RUN TestCopierWithSized [2022-02-12T02:10:53.014Z] === RUN TestCopierWithSized/as_is [2022-02-12T02:10:53.014Z] === RUN TestCopierWithSized/With_RingLogger [2022-02-12T02:10:53.014Z] --- PASS: TestCopierWithSized (0.08s) [2022-02-12T02:10:53.014Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-02-12T02:10:53.014Z] --- PASS: TestCopierWithSized/With_RingLogger (0.07s) [2022-02-12T02:10:53.014Z] === RUN TestCopierWithPartial [2022-02-12T02:10:53.014Z] --- PASS: TestCopierWithPartial (0.02s) [2022-02-12T02:10:53.014Z] === RUN TestRingLogger [2022-02-12T02:10:53.014Z] --- PASS: TestRingLogger (0.00s) [2022-02-12T02:10:53.014Z] === RUN TestRingCap [2022-02-12T02:10:53.014Z] --- PASS: TestRingCap (0.00s) [2022-02-12T02:10:53.014Z] === RUN TestRingClose [2022-02-12T02:10:53.014Z] --- PASS: TestRingClose (0.00s) [2022-02-12T02:10:53.014Z] === RUN TestRingDrain [2022-02-12T02:10:53.014Z] --- PASS: TestRingDrain (0.00s) [2022-02-12T02:10:53.014Z] PASS [2022-02-12T02:10:53.014Z] coverage: 44.0% of statements [2022-02-12T02:10:53.014Z] ok github.com/docker/docker/daemon/logger 0.371s coverage: 44.0% of statements [2022-02-12T02:10:53.297Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-02-12T02:10:53.471Z] === RUN TestNewStreamConfig [2022-02-12T02:10:53.471Z] === RUN TestNewStreamConfig/defaults [2022-02-12T02:10:53.471Z] === RUN TestNewStreamConfig/invalid_create_group [2022-02-12T02:10:53.471Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-02-12T02:10:53.471Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-02-12T02:10:53.471Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-02-12T02:10:53.471Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-02-12T02:10:53.471Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-02-12T02:10:53.471Z] --- PASS: TestNewStreamConfig (0.00s) [2022-02-12T02:10:53.471Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-02-12T02:10:53.471Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-02-12T02:10:53.471Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-02-12T02:10:53.471Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-02-12T02:10:53.471Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-02-12T02:10:53.471Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-02-12T02:10:53.471Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-02-12T02:10:53.471Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-02-12T02:10:53.471Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-02-12T02:10:53.471Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-02-12T02:10:53.471Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-02-12T02:10:53.471Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-02-12T02:10:53.471Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-02-12T02:10:53.471Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-02-12T02:10:53.471Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-02-12T02:10:53.471Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-02-12T02:10:53.471Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-02-12T02:10:53.471Z] === RUN TestNewAWSLogsClientRegionDetect [2022-02-12T02:10:53.691Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-02-12T02:10:53.691Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-02-12T02:10:53.691Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-02-12T02:10:53.691Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-02-12T02:10:53.691Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-02-12T02:10:53.691Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-02-12T02:10:53.691Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-02-12T02:10:53.691Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-02-12T02:10:53.691Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-02-12T02:10:53.691Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-02-12T02:10:53.691Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-02-12T02:10:53.691Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-02-12T02:10:53.691Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-02-12T02:10:53.691Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-02-12T02:10:53.691Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-02-12T02:10:53.691Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-02-12T02:10:53.691Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-02-12T02:10:53.691Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-02-12T02:10:53.691Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-02-12T02:10:53.691Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-02-12T02:10:53.691Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-02-12T02:10:53.691Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-02-12T02:10:53.691Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-02-12T02:10:53.691Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-02-12T02:10:53.691Z] === RUN TestConfigureDaemonLogs [2022-02-12T02:10:53.691Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-02-12T02:10:53.691Z] === RUN TestCommonOptionsInstallFlags [2022-02-12T02:10:53.691Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-02-12T02:10:53.691Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-02-12T02:10:53.691Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-02-12T02:10:53.691Z] PASS [2022-02-12T02:10:53.691Z] coverage: 18.6% of statements [2022-02-12T02:10:53.691Z] ok github.com/docker/docker/cmd/dockerd 0.232s coverage: 18.6% of statements [2022-02-12T02:10:53.691Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-02-12T02:10:53.691Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-02-12T02:10:53.868Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-02-12T02:10:53.927Z] time="2022-02-12T02:10:53Z" level=info msg="Trying to get region from EC2 Metadata" [2022-02-12T02:10:53.927Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.19s) [2022-02-12T02:10:53.927Z] === RUN TestCreateSuccess [2022-02-12T02:10:53.927Z] --- PASS: TestCreateSuccess (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestCreateStreamSkipped [2022-02-12T02:10:53.927Z] time="2022-02-12T02:10:53Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-02-12T02:10:53.927Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestCreateLogGroupSuccess [2022-02-12T02:10:53.927Z] time="2022-02-12T02:10:53Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-02-12T02:10:53.927Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestCreateError [2022-02-12T02:10:53.927Z] --- PASS: TestCreateError (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestCreateAlreadyExists [2022-02-12T02:10:53.927Z] time="2022-02-12T02:10:53Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-02-12T02:10:53.927Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestLogClosed [2022-02-12T02:10:53.927Z] --- PASS: TestLogClosed (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestLogBlocking [2022-02-12T02:10:53.927Z] --- PASS: TestLogBlocking (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestLogNonBlockingBufferEmpty [2022-02-12T02:10:53.927Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestLogNonBlockingBufferFull [2022-02-12T02:10:53.927Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestPublishBatchSuccess [2022-02-12T02:10:53.927Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestPublishBatchError [2022-02-12T02:10:53.927Z] time="2022-02-12T02:10:53Z" level=error msg=error [2022-02-12T02:10:53.927Z] --- PASS: TestPublishBatchError (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-02-12T02:10:53.927Z] time="2022-02-12T02:10:53Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-02-12T02:10:53.927Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestPublishBatchAlreadyAccepted [2022-02-12T02:10:53.927Z] time="2022-02-12T02:10:53Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-02-12T02:10:53.927Z] time="2022-02-12T02:10:53Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-02-12T02:10:53.927Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestCollectBatchSimple [2022-02-12T02:10:53.927Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestCollectBatchTicker [2022-02-12T02:10:53.927Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestCollectBatchMultilinePattern [2022-02-12T02:10:53.927Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-02-12T02:10:53.927Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-02-12T02:10:53.927Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-02-12T02:10:53.927Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.03s) [2022-02-12T02:10:53.927Z] === RUN TestCollectBatchClose [2022-02-12T02:10:53.927Z] --- PASS: TestCollectBatchClose (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestEffectiveLen [2022-02-12T02:10:53.927Z] === RUN TestEffectiveLen/0/Hello [2022-02-12T02:10:53.927Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-02-12T02:10:53.927Z] === RUN TestEffectiveLen/2/🙃 [2022-02-12T02:10:53.927Z] === RUN TestEffectiveLen/3/���� [2022-02-12T02:10:53.927Z] === RUN TestEffectiveLen/4/He��o [2022-02-12T02:10:53.927Z] === RUN TestEffectiveLen/5/ [2022-02-12T02:10:53.927Z] --- PASS: TestEffectiveLen (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestFindValidSplit [2022-02-12T02:10:53.927Z] === RUN TestFindValidSplit/0/ [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1076: [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1077: [2022-02-12T02:10:53.927Z] === RUN TestFindValidSplit/1/Hello [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1076: Hello [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1077: [2022-02-12T02:10:53.927Z] === RUN TestFindValidSplit/2/Hello [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1076: He [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1077: llo [2022-02-12T02:10:53.927Z] === RUN TestFindValidSplit/3/Hello [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1076: [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1077: Hello [2022-02-12T02:10:53.927Z] === RUN TestFindValidSplit/4/🙃 [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1076: [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1077: 🙃 [2022-02-12T02:10:53.927Z] === RUN TestFindValidSplit/5/🙃 [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1076: 🙃 [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1077: [2022-02-12T02:10:53.927Z] === RUN TestFindValidSplit/6/a� [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1076: a [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1077: � [2022-02-12T02:10:53.927Z] === RUN TestFindValidSplit/7/a� [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1076: a� [2022-02-12T02:10:53.927Z] cloudwatchlogs_test.go:1077: [2022-02-12T02:10:53.927Z] --- PASS: TestFindValidSplit (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestProcessEventEmoji [2022-02-12T02:10:53.927Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-02-12T02:10:53.927Z] === RUN TestCollectBatchLineSplit [2022-02-12T02:10:53.927Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestCollectBatchLineSplitWithBinary [2022-02-12T02:10:53.927Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-02-12T02:10:53.927Z] === RUN TestCollectBatchMaxEvents [2022-02-12T02:10:53.927Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2022-02-12T02:10:53.927Z] === RUN TestCollectBatchMaxTotalBytes [2022-02-12T02:10:53.927Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-02-12T02:10:53.927Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-02-12T02:10:53.927Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-02-12T02:10:53.927Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-02-12T02:10:53.927Z] === RUN TestValidateLogOptReconnectInterval [2022-02-12T02:10:53.927Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-02-12T02:10:53.927Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-02-12T02:10:53.927Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-02-12T02:10:53.927Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-02-12T02:10:53.927Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-02-12T02:10:53.927Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-02-12T02:10:53.927Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-02-12T02:10:53.927Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-02-12T02:10:53.927Z] PASS [2022-02-12T02:10:53.927Z] coverage: 33.6% of statements [2022-02-12T02:10:53.927Z] ok github.com/docker/docker/daemon/logger/fluentd 0.058s coverage: 33.6% of statements [2022-02-12T02:10:53.927Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-02-12T02:10:53.927Z] === RUN TestParseLogOptionsMultilinePattern [2022-02-12T02:10:53.927Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-02-12T02:10:53.927Z] === RUN TestParseLogOptionsDatetimeFormat [2022-02-12T02:10:53.927Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-02-12T02:10:53.927Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-02-12T02:10:53.927Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-02-12T02:10:53.927Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-02-12T02:10:53.927Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-02-12T02:10:53.927Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-02-12T02:10:53.927Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-02-12T02:10:53.927Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-02-12T02:10:53.927Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsFormat [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsFormat/1/random [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsFormat/2/ [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-02-12T02:10:53.928Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-02-12T02:10:53.928Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-02-12T02:10:53.928Z] === RUN TestCreateTagSuccess [2022-02-12T02:10:53.928Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-02-12T02:10:53.928Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-02-12T02:10:53.928Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-02-12T02:10:53.928Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-02-12T02:10:53.928Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-02-12T02:10:53.928Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-02-12T02:10:53.928Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-02-12T02:10:53.928Z] PASS [2022-02-12T02:10:53.928Z] coverage: 80.2% of statements [2022-02-12T02:10:53.928Z] ok github.com/docker/docker/daemon/logger/awslogs 0.560s coverage: 80.2% of statements [2022-02-12T02:10:53.928Z] === RUN TestSearchRegistryForImagesErrors [2022-02-12T02:10:53.928Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-02-12T02:10:53.928Z] === RUN TestSearchRegistryForImages [2022-02-12T02:10:53.928Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-02-12T02:10:53.928Z] === RUN TestOnlyPlatformWithFallback [2022-02-12T02:10:53.928Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-02-12T02:10:53.928Z] === RUN TestImageDelete [2022-02-12T02:10:53.928Z] === RUN TestImageDelete/no_lease [2022-02-12T02:10:53.928Z] === RUN TestImageDelete/lease_exists [2022-02-12T02:10:53.928Z] --- PASS: TestImageDelete (0.04s) [2022-02-12T02:10:53.928Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-02-12T02:10:53.928Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-02-12T02:10:53.928Z] === RUN TestContentStoreForPull [2022-02-12T02:10:54.385Z] --- PASS: TestContentStoreForPull (0.25s) [2022-02-12T02:10:54.385Z] PASS [2022-02-12T02:10:54.385Z] coverage: 6.6% of statements [2022-02-12T02:10:54.385Z] ok github.com/docker/docker/daemon/images 0.464s coverage: 6.6% of statements [2022-02-12T02:10:54.385Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-02-12T02:10:54.385Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-02-12T02:10:54.385Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-02-12T02:10:54.385Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-02-12T02:10:54.385Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-02-12T02:10:54.385Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-02-12T02:10:54.842Z] === RUN TestJSONLogsMarshalJSONBuf [2022-02-12T02:10:54.842Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-02-12T02:10:54.842Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-02-12T02:10:55.255Z] --- PASS: TestServiceWithPredefinedNetwork (2.55s) [2022-02-12T02:10:55.255Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-02-12T02:10:55.255Z] service_test.go:243: FLAKY_TEST [2022-02-12T02:10:55.255Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-12T02:10:55.255Z] === RUN TestServiceWithDataPathPortInit [2022-02-12T02:10:55.264Z] === RUN TestContainerStopSignal [2022-02-12T02:10:55.264Z] --- PASS: TestContainerStopSignal (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestContainerStopTimeout [2022-02-12T02:10:55.264Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestContainerSecretReferenceDestTarget [2022-02-12T02:10:55.264Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-02-12T02:10:55.264Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestContainerLogPathSetForRingLogger [2022-02-12T02:10:55.264Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestReplaceAndAppendEnvVars [2022-02-12T02:10:55.264Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-02-12T02:10:55.264Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestNewMemoryStore [2022-02-12T02:10:55.264Z] --- PASS: TestNewMemoryStore (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestAddContainers [2022-02-12T02:10:55.264Z] --- PASS: TestAddContainers (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestGetContainer [2022-02-12T02:10:55.264Z] --- PASS: TestGetContainer (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestDeleteContainer [2022-02-12T02:10:55.264Z] --- PASS: TestDeleteContainer (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestListContainers [2022-02-12T02:10:55.264Z] --- PASS: TestListContainers (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestFirstContainer [2022-02-12T02:10:55.264Z] --- PASS: TestFirstContainer (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestApplyAllContainer [2022-02-12T02:10:55.264Z] --- PASS: TestApplyAllContainer (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestIsValidHealthString [2022-02-12T02:10:55.264Z] --- PASS: TestIsValidHealthString (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestStateRunStop [2022-02-12T02:10:55.264Z] --- PASS: TestStateRunStop (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestStateTimeoutWait [2022-02-12T02:10:55.264Z] state_test.go:141: Stop callback fired [2022-02-12T02:10:55.264Z] state_test.go:165: Stop callback fired [2022-02-12T02:10:55.264Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-02-12T02:10:55.264Z] === RUN TestIsValidStateString [2022-02-12T02:10:55.264Z] --- PASS: TestIsValidStateString (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestViewSaveDelete [2022-02-12T02:10:55.264Z] --- PASS: TestViewSaveDelete (0.02s) [2022-02-12T02:10:55.264Z] === RUN TestViewAll [2022-02-12T02:10:55.264Z] --- PASS: TestViewAll (0.01s) [2022-02-12T02:10:55.264Z] === RUN TestViewGet [2022-02-12T02:10:55.264Z] --- PASS: TestViewGet (0.01s) [2022-02-12T02:10:55.264Z] === RUN TestNames [2022-02-12T02:10:55.264Z] --- PASS: TestNames (0.00s) [2022-02-12T02:10:55.264Z] === RUN TestViewWithHealthCheck [2022-02-12T02:10:55.264Z] --- PASS: TestViewWithHealthCheck (0.02s) [2022-02-12T02:10:55.264Z] PASS [2022-02-12T02:10:55.264Z] coverage: 41.5% of statements [2022-02-12T02:10:55.264Z] ok github.com/docker/docker/container 0.269s coverage: 41.5% of statements [2022-02-12T02:10:55.264Z] ? github.com/docker/docker/container/stream [no test files] [2022-02-12T02:10:55.264Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-02-12T02:10:55.264Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-02-12T02:10:55.264Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-02-12T02:10:55.298Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2022-02-12T02:10:55.298Z] === RUN TestFastTimeMarshalJSON [2022-02-12T02:10:55.298Z] --- PASS: TestFastTimeMarshalJSON (0.05s) [2022-02-12T02:10:55.298Z] PASS [2022-02-12T02:10:55.298Z] coverage: 87.2% of statements [2022-02-12T02:10:55.298Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.329s coverage: 87.2% of statements [2022-02-12T02:10:55.516Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-02-12T02:10:55.761Z] === RUN TestJSONFileLogger [2022-02-12T02:10:55.761Z] --- PASS: TestJSONFileLogger (0.00s) [2022-02-12T02:10:55.761Z] === RUN TestJSONFileLoggerWithTags [2022-02-12T02:10:55.761Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-02-12T02:10:55.761Z] === RUN TestJSONFileLoggerWithOpts [2022-02-12T02:10:56.217Z] --- PASS: TestJSONFileLoggerWithOpts (0.03s) [2022-02-12T02:10:56.217Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-02-12T02:10:56.217Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2022-02-12T02:10:56.217Z] === RUN TestEncodeDecode [2022-02-12T02:10:56.217Z] === PAUSE TestEncodeDecode [2022-02-12T02:10:56.217Z] === RUN TestUnexpectedEOF [2022-02-12T02:10:56.217Z] === RUN TestWriteLog [2022-02-12T02:10:56.217Z] === PAUSE TestWriteLog [2022-02-12T02:10:56.217Z] === RUN TestReadLog [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Tail [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Tail [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/TailEmpty [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/TailEmpty [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Follow [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Follow [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/Tail [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/Tail [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/TailEmpty [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/TailEmpty [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Live/Tail [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/Tail [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/TailEmpty [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Tail/Exact [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Tail/Exact [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Tail/LessThanAvailable [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Tail/LessThanAvailable [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Tail/MoreThanAvailable [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Tail/MoreThanAvailable [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Tail/All [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Tail/All [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Tail/Since [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Tail/Since [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Tail/MoreThanSince [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Tail/MoreThanSince [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Tail/LessThanSince [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Tail/LessThanSince [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Tail/Until [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Tail/Until [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Tail/SinceAndUntil [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Tail/SinceAndUntil [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/TailEmpty/Zero [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/Tail/Exact [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/Tail/Exact [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/Tail/LessThanAvailable [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/Tail/LessThanAvailable [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/Tail/MoreThanAvailable [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/TailEmpty/Zero [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/Tail/MoreThanAvailable [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/TailEmpty/All [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/Tail/All [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/TailEmpty/All [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/Tail/All [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/TailEmpty/Tail [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/Tail/Since [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/TailEmpty/Tail [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/TailEmpty/Since [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/TailEmpty/Since [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/TailEmpty/Until [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/TailEmpty/Until [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/TailEmpty/Zero [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Live/Follow [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Follow/FromEmptyLog [2022-02-12T02:10:56.217Z] time="2022-02-12T02:10:55Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Follow/FromEmptyLog [2022-02-12T02:10:56.217Z] time="2022-02-12T02:10:55Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Follow/AttachMidStream [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Follow/AttachMidStream [2022-02-12T02:10:56.217Z] --- PASS: TestUnexpectedEOF (0.21s) [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Follow/Since [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Follow/Since [2022-02-12T02:10:56.217Z] === RUN TestReadLogs [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Tail [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Tail [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Follow/Until [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Follow/Until [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Follow/SinceAndUntil [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Follow/SinceAndUntil [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Follow/Tail=0 [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Follow/Tail=0 [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Follow/Tail>0 [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Follow/Tail>0 [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/Follow/MultipleStarts [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/Follow/MultipleStarts [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Live/Follow/FromEmptyLog [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Live/Follow/MultipleStarts [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/Tail/Since [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/Tail/MoreThanSince [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/Tail/MoreThanSince [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/Tail/LessThanSince [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/Tail/LessThanSince [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/Tail/Until [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/Tail/Until [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Stopped/Tail/SinceAndUntil [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Stopped/Tail/SinceAndUntil [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/TailEmpty [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/TailEmpty [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Follow [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Follow [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Stopped/Tail [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Stopped/Tail [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Stopped/TailEmpty [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Stopped/TailEmpty [2022-02-12T02:10:56.217Z] === CONT TestReadLogs/Live/Tail [2022-02-12T02:10:56.217Z] === CONT TestReadLogs/Stopped/Tail [2022-02-12T02:10:56.217Z] === CONT TestReadLogs/Live/Follow [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Follow/FromEmptyLog [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Follow/FromEmptyLog [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Follow/AttachMidStream [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Follow/AttachMidStream [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Follow/Since [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Follow/Since [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Follow/Until [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Follow/Until [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Follow/SinceAndUntil [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Follow/SinceAndUntil [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Follow/Tail=0 [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Follow/Tail=0 [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Live/Follow/Tail>0 [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Live/Follow/Tail=0 [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Live/Follow/SinceAndUntil [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Live/Follow/Until [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Live/Follow/Since [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Live/Follow/AttachMidStream [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/TailEmpty/Until [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/TailEmpty/Since [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/TailEmpty/Tail [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/TailEmpty/All [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/Tail/Exact [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/Tail/SinceAndUntil [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/Tail/LessThanSince [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/Tail/MoreThanSince [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/Tail/Since [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/Tail/Until [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/Tail/All [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/Tail/MoreThanAvailable [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Stopped/Tail/LessThanAvailable [2022-02-12T02:10:56.217Z] === CONT TestReadLog/Live/TailEmpty [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/TailEmpty/Zero [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/TailEmpty/Zero [2022-02-12T02:10:56.217Z] === RUN TestReadLog/Live/TailEmpty/All [2022-02-12T02:10:56.217Z] === PAUSE TestReadLog/Live/TailEmpty/All [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Follow/Tail>0 [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Follow/Tail>0 [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Follow/MultipleStarts [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Follow/MultipleStarts [2022-02-12T02:10:56.217Z] === CONT TestReadLogs/Live/Follow/FromEmptyLog [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Tail/Exact [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Tail/Exact [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Tail/LessThanAvailable [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Tail/LessThanAvailable [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Tail/MoreThanAvailable [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Tail/MoreThanAvailable [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Tail/All [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Tail/All [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Tail/Since [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Tail/Since [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Tail/MoreThanSince [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Tail/MoreThanSince [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Tail/LessThanSince [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Tail/LessThanSince [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Tail/Until [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Tail/Until [2022-02-12T02:10:56.217Z] === RUN TestReadLogs/Live/Tail/SinceAndUntil [2022-02-12T02:10:56.217Z] === PAUSE TestReadLogs/Live/Tail/SinceAndUntil [2022-02-12T02:10:56.217Z] === CONT TestReadLogs/Live/Tail/Exact [2022-02-12T02:10:56.217Z] === CONT TestReadLogs/Live/TailEmpty [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Tail/SinceAndUntil [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/Tail/Exact [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/Tail/Exact [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/Tail/LessThanAvailable [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/Tail/LessThanAvailable [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/Tail/MoreThanAvailable [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/Tail/MoreThanAvailable [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/Tail/All [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/TailEmpty [2022-02-12T02:10:56.218Z] === RUN TestReadLog/Live/TailEmpty/Tail [2022-02-12T02:10:56.218Z] === PAUSE TestReadLog/Live/TailEmpty/Tail [2022-02-12T02:10:56.218Z] === RUN TestReadLog/Live/TailEmpty/Since [2022-02-12T02:10:56.218Z] === PAUSE TestReadLog/Live/TailEmpty/Since [2022-02-12T02:10:56.218Z] === RUN TestReadLog/Live/TailEmpty/Until [2022-02-12T02:10:56.218Z] === PAUSE TestReadLog/Live/TailEmpty/Until [2022-02-12T02:10:56.218Z] === RUN TestReadLog/Live/TailEmpty/SinceAndUntil [2022-02-12T02:10:56.218Z] === PAUSE TestReadLog/Live/TailEmpty/SinceAndUntil [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/Tail/Exact [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/Tail/SinceAndUntil [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/Tail/Until [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/Tail/LessThanSince [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/Tail/MoreThanSince [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/Tail/Since [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/Tail/All [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/Tail/MoreThanAvailable [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/Tail/LessThanAvailable [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/TailEmpty/Zero [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/TailEmpty/SinceAndUntil [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/Tail/All [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/Tail/Since [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/Tail/Since [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/Tail/MoreThanSince [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/Tail/MoreThanSince [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/Tail/LessThanSince [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/Tail/LessThanSince [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/Tail/Until [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/Tail/Until [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/Tail/SinceAndUntil [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/Tail/SinceAndUntil [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Tail/Since [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Tail/Until [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Tail/LessThanSince [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Live/TailEmpty/Zero [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Live/TailEmpty/Zero [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Tail/MoreThanSince [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Follow/SinceAndUntil [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Live/TailEmpty/All [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Live/TailEmpty/All [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Live/TailEmpty/Tail [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Live/TailEmpty/Tail [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Live/TailEmpty/Since [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Live/TailEmpty/Since [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Live/TailEmpty/Until [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Live/TailEmpty/Until [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/TailEmpty/Until [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/TailEmpty/Since [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/TailEmpty/Tail [2022-02-12T02:10:56.218Z] === CONT TestReadLog/Live/TailEmpty/All [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Live/TailEmpty/SinceAndUntil [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Live/TailEmpty/SinceAndUntil [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Follow/MultipleStarts [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/TailEmpty/Zero [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/TailEmpty/Zero [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/TailEmpty/All [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/TailEmpty/All [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/TailEmpty/Tail [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/TailEmpty/Tail [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/TailEmpty/Since [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/TailEmpty/Since [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/TailEmpty/Until [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/TailEmpty/Until [2022-02-12T02:10:56.218Z] === RUN TestReadLogs/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:10:56.218Z] === PAUSE TestReadLogs/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Follow/Tail>0 [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Follow/Tail=0 [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/TailEmpty (0.04s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/TailEmpty/Zero (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/TailEmpty/SinceAndUntil (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/TailEmpty/Since (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/TailEmpty/Tail (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/TailEmpty/All (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/TailEmpty/Until (0.01s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Follow (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Follow/Tail>0 (0.01s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Follow/Tail=0 (0.01s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Follow/SinceAndUntil (0.01s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Follow/FromEmptyLog (0.04s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Follow/Until (0.02s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Follow/MultipleStarts (0.04s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Follow/Since (0.09s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Follow/AttachMidStream (0.09s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/Tail (0.11s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/Tail/Exact (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/Tail/SinceAndUntil (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/Tail/LessThanSince (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/Tail/MoreThanSince (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/Tail/Since (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/Tail/Until (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/Tail/MoreThanAvailable (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/Tail/LessThanAvailable (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Stopped/Tail/All (0.02s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Tail (0.12s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Tail/Exact (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Tail/SinceAndUntil (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Tail/Until (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Tail/MoreThanSince (0.01s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Tail/Since (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Tail/All (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Tail/MoreThanAvailable (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Tail/LessThanSince (0.03s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/Tail/LessThanAvailable (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/TailEmpty (0.09s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/TailEmpty/Zero (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/TailEmpty/SinceAndUntil (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/TailEmpty/Until (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/TailEmpty/Since (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/TailEmpty/Tail (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLog/Live/TailEmpty/All (0.00s) [2022-02-12T02:10:56.218Z] === RUN TestDecode [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Tail/MoreThanAvailable [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Tail/All [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Tail/LessThanAvailable [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Follow/Since [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Follow/Until [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/Follow/AttachMidStream [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/Tail/Exact [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/Tail/All [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/Tail/SinceAndUntil [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/Tail/Until [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/Tail/LessThanSince [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/Tail/MoreThanSince [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/Tail/Since [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/Tail/MoreThanAvailable [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/Tail/LessThanAvailable [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/TailEmpty/Zero [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/TailEmpty/Since [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/TailEmpty/SinceAndUntil [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/TailEmpty/Until [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/TailEmpty/Tail [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Live/TailEmpty/All [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/TailEmpty/Zero [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/TailEmpty/Since [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/TailEmpty/Until [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/TailEmpty/Tail [2022-02-12T02:10:56.218Z] === CONT TestReadLogs/Stopped/TailEmpty/All [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Tail (0.02s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Tail/Exact (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Tail/SinceAndUntil (0.01s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Tail/Since (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Tail/Until (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Tail/LessThanSince (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Tail/MoreThanSince (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Tail/MoreThanAvailable (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Tail/All (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Tail/LessThanAvailable (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/Tail (0.05s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/Tail/Exact (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/Tail/All (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/Tail/SinceAndUntil (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/Tail/Until (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/Tail/LessThanSince (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/Tail/MoreThanSince (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/Tail/Since (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/Tail/MoreThanAvailable (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/Tail/LessThanAvailable (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Follow (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Follow/FromEmptyLog (0.11s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Follow/MultipleStarts (0.12s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Follow/SinceAndUntil (0.12s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Follow/Tail>0 (0.11s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Follow/Tail=0 (0.06s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Follow/Since (0.05s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Follow/Until (0.05s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/Follow/AttachMidStream (0.06s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/TailEmpty (0.06s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/TailEmpty/Zero (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/TailEmpty/Since (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/TailEmpty/SinceAndUntil (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/TailEmpty/Until (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/TailEmpty/Tail (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Live/TailEmpty/All (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/TailEmpty (0.06s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/TailEmpty/Zero (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/TailEmpty/Since (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/TailEmpty/SinceAndUntil (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/TailEmpty/Until (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/TailEmpty/Tail (0.00s) [2022-02-12T02:10:56.218Z] --- PASS: TestReadLogs/Stopped/TailEmpty/All (0.00s) [2022-02-12T02:10:56.218Z] === CONT TestEncodeDecode [2022-02-12T02:10:56.218Z] --- PASS: TestEncodeDecode (0.00s) [2022-02-12T02:10:56.218Z] PASS [2022-02-12T02:10:56.218Z] coverage: 80.5% of statements [2022-02-12T02:10:56.218Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.681s coverage: 80.5% of statements [2022-02-12T02:10:56.675Z] --- PASS: TestDecode (0.17s) [2022-02-12T02:10:56.675Z] === CONT TestWriteLog [2022-02-12T02:10:56.675Z] --- PASS: TestWriteLog (0.04s) [2022-02-12T02:10:56.675Z] PASS [2022-02-12T02:10:56.675Z] coverage: 79.5% of statements [2022-02-12T02:10:56.675Z] ok github.com/docker/docker/daemon/logger/local 0.569s coverage: 79.5% of statements [2022-02-12T02:10:56.675Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-02-12T02:10:56.675Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-02-12T02:10:56.675Z] === RUN TestOpenFileDelete [2022-02-12T02:10:56.675Z] --- PASS: TestOpenFileDelete (0.00s) [2022-02-12T02:10:56.675Z] === RUN TestOpenFileRename [2022-02-12T02:10:56.675Z] --- PASS: TestOpenFileRename (0.00s) [2022-02-12T02:10:56.675Z] === RUN TestHandleDecoderErr [2022-02-12T02:10:56.675Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-02-12T02:10:56.675Z] === RUN TestParseLogTagDefaultTag [2022-02-12T02:10:56.675Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-02-12T02:10:56.675Z] === RUN TestParseLogTag [2022-02-12T02:10:56.675Z] --- PASS: TestParseLogTag (0.00s) [2022-02-12T02:10:56.675Z] === RUN TestParseLogTagEmptyTag [2022-02-12T02:10:56.675Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-02-12T02:10:56.675Z] === RUN TestTailFiles [2022-02-12T02:10:56.675Z] --- PASS: TestTailFiles (0.00s) [2022-02-12T02:10:56.675Z] === RUN TestFollowLogsConsumerGone [2022-02-12T02:10:56.675Z] --- PASS: TestFollowLogsConsumerGone (0.01s) [2022-02-12T02:10:56.675Z] === RUN TestFollowLogsProducerGone [2022-02-12T02:10:56.675Z] logfile_test.go:180: logDecode() closed after sending 1618 messages [2022-02-12T02:10:56.675Z] logfile_test.go:233: messages sent: 1618, received: 1618 [2022-02-12T02:10:56.675Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-02-12T02:10:56.675Z] === RUN TestCheckCapacityAndRotate [2022-02-12T02:10:56.675Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-02-12T02:10:56.675Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-02-12T02:10:56.675Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-02-12T02:10:56.675Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-02-12T02:10:56.675Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2022-02-12T02:10:56.675Z] PASS [2022-02-12T02:10:56.675Z] coverage: 55.6% of statements [2022-02-12T02:10:56.675Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.129s coverage: 55.6% of statements [2022-02-12T02:10:56.832Z] === RUN TestPrepare [2022-02-12T02:10:56.832Z] --- PASS: TestPrepare (0.00s) [2022-02-12T02:10:56.832Z] === RUN TestStart [2022-02-12T02:10:56.832Z] --- PASS: TestStart (0.00s) [2022-02-12T02:10:56.832Z] === RUN TestWaitCancel [2022-02-12T02:10:56.832Z] --- PASS: TestWaitCancel (0.00s) [2022-02-12T02:10:56.832Z] === RUN TestWaitDisabled [2022-02-12T02:10:56.832Z] --- PASS: TestWaitDisabled (0.00s) [2022-02-12T02:10:56.832Z] === RUN TestWaitEnabled [2022-02-12T02:10:56.832Z] --- PASS: TestWaitEnabled (0.00s) [2022-02-12T02:10:56.832Z] === RUN TestRemove [2022-02-12T02:10:56.832Z] --- PASS: TestRemove (0.00s) [2022-02-12T02:10:56.832Z] PASS [2022-02-12T02:10:56.832Z] coverage: 65.3% of statements [2022-02-12T02:10:56.832Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.069s coverage: 65.3% of statements [2022-02-12T02:10:56.902Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-02-12T02:10:57.382Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-02-12T02:10:57.382Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-02-12T02:10:57.382Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-02-12T02:10:57.382Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-02-12T02:10:57.382Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-02-12T02:10:57.382Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-02-12T02:10:57.382Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-02-12T02:10:57.382Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-02-12T02:10:57.382Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-02-12T02:10:57.382Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-02-12T02:10:57.382Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-02-12T02:10:57.382Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-02-12T02:10:57.382Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-02-12T02:10:57.382Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-02-12T02:10:57.382Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-02-12T02:10:57.382Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-02-12T02:10:57.382Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-02-12T02:10:57.382Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-02-12T02:10:57.382Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-02-12T02:10:57.382Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.01s) [2022-02-12T02:10:57.382Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-02-12T02:10:57.382Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-02-12T02:10:57.382Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-02-12T02:10:57.382Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-02-12T02:10:57.382Z] === RUN TestConfigureDaemonLogs [2022-02-12T02:10:57.382Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-02-12T02:10:57.382Z] === RUN TestCommonOptionsInstallFlags [2022-02-12T02:10:57.382Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-02-12T02:10:57.382Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-02-12T02:10:57.382Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-02-12T02:10:57.382Z] PASS [2022-02-12T02:10:57.382Z] coverage: 18.6% of statements [2022-02-12T02:10:57.382Z] ok github.com/docker/docker/cmd/dockerd 0.347s coverage: 18.6% of statements [2022-02-12T02:10:57.382Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-02-12T02:10:57.382Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-02-12T02:10:58.206Z] === RUN TestLog [2022-02-12T02:10:58.206Z] --- PASS: TestLog (0.01s) [2022-02-12T02:10:58.206Z] PASS [2022-02-12T02:10:58.206Z] coverage: 31.5% of statements [2022-02-12T02:10:58.206Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.082s coverage: 31.5% of statements [2022-02-12T02:10:58.206Z] === RUN TestNewParse [2022-02-12T02:10:58.206Z] --- PASS: TestNewParse (0.00s) [2022-02-12T02:10:58.206Z] PASS [2022-02-12T02:10:58.206Z] coverage: 8.3% of statements [2022-02-12T02:10:58.206Z] ok github.com/docker/docker/daemon/logger/templates 0.044s coverage: 8.3% of statements [2022-02-12T02:10:58.206Z] === RUN TestParseLogFormat [2022-02-12T02:10:58.206Z] --- PASS: TestParseLogFormat (0.00s) [2022-02-12T02:10:58.206Z] === RUN TestValidateLogOptEmpty [2022-02-12T02:10:58.206Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-02-12T02:10:58.206Z] === RUN TestValidateSyslogAddress [2022-02-12T02:10:58.206Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-02-12T02:10:58.206Z] === RUN TestParseAddressDefaultPort [2022-02-12T02:10:58.206Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-02-12T02:10:58.206Z] === RUN TestValidateSyslogFacility [2022-02-12T02:10:58.290Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-02-12T02:10:58.357Z] === RUN TestContainerStopSignal [2022-02-12T02:10:58.357Z] --- PASS: TestContainerStopSignal (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestContainerStopTimeout [2022-02-12T02:10:58.357Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestContainerSecretReferenceDestTarget [2022-02-12T02:10:58.357Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-02-12T02:10:58.357Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestContainerLogPathSetForRingLogger [2022-02-12T02:10:58.357Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestReplaceAndAppendEnvVars [2022-02-12T02:10:58.357Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-02-12T02:10:58.357Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestNewMemoryStore [2022-02-12T02:10:58.357Z] --- PASS: TestNewMemoryStore (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestAddContainers [2022-02-12T02:10:58.357Z] --- PASS: TestAddContainers (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestGetContainer [2022-02-12T02:10:58.357Z] --- PASS: TestGetContainer (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestDeleteContainer [2022-02-12T02:10:58.357Z] --- PASS: TestDeleteContainer (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestListContainers [2022-02-12T02:10:58.357Z] --- PASS: TestListContainers (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestFirstContainer [2022-02-12T02:10:58.357Z] --- PASS: TestFirstContainer (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestApplyAllContainer [2022-02-12T02:10:58.357Z] --- PASS: TestApplyAllContainer (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestIsValidHealthString [2022-02-12T02:10:58.357Z] --- PASS: TestIsValidHealthString (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestStateRunStop [2022-02-12T02:10:58.357Z] --- PASS: TestStateRunStop (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestStateTimeoutWait [2022-02-12T02:10:58.357Z] state_test.go:141: Stop callback fired [2022-02-12T02:10:58.357Z] state_test.go:165: Stop callback fired [2022-02-12T02:10:58.357Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-02-12T02:10:58.357Z] === RUN TestIsValidStateString [2022-02-12T02:10:58.357Z] --- PASS: TestIsValidStateString (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestViewSaveDelete [2022-02-12T02:10:58.357Z] --- PASS: TestViewSaveDelete (0.02s) [2022-02-12T02:10:58.357Z] === RUN TestViewAll [2022-02-12T02:10:58.357Z] --- PASS: TestViewAll (0.02s) [2022-02-12T02:10:58.357Z] === RUN TestViewGet [2022-02-12T02:10:58.357Z] --- PASS: TestViewGet (0.01s) [2022-02-12T02:10:58.357Z] === RUN TestNames [2022-02-12T02:10:58.357Z] --- PASS: TestNames (0.00s) [2022-02-12T02:10:58.357Z] === RUN TestViewWithHealthCheck [2022-02-12T02:10:58.357Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-02-12T02:10:58.357Z] PASS [2022-02-12T02:10:58.357Z] coverage: 41.7% of statements [2022-02-12T02:10:58.357Z] ok github.com/docker/docker/container 0.238s coverage: 41.7% of statements [2022-02-12T02:10:58.357Z] ? github.com/docker/docker/container/stream [no test files] [2022-02-12T02:10:58.357Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-02-12T02:10:58.357Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-02-12T02:10:58.357Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-02-12T02:10:58.399Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-02-12T02:10:58.399Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.25s) [2022-02-12T02:10:58.399Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-02-12T02:10:58.399Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-02-12T02:10:58.399Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-02-12T02:10:58.399Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-02-12T02:10:58.399Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-02-12T02:10:58.399Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-02-12T02:10:58.399Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-02-12T02:10:58.399Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-02-12T02:10:58.399Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-02-12T02:10:58.399Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-02-12T02:10:58.399Z] === RUN TestServiceConvertToGRPCIsolation [2022-02-12T02:10:58.399Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-02-12T02:10:58.399Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-02-12T02:10:58.666Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-02-12T02:10:58.666Z] === RUN TestValidateLogOptSyslogFormat [2022-02-12T02:10:58.666Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-02-12T02:10:58.666Z] === RUN TestValidateLogOpt [2022-02-12T02:10:58.666Z] --- PASS: TestValidateLogOpt (0.00s) [2022-02-12T02:10:58.666Z] PASS [2022-02-12T02:10:58.666Z] coverage: 46.8% of statements [2022-02-12T02:10:58.666Z] ok github.com/docker/docker/daemon/logger/syslog 0.100s coverage: 46.8% of statements [2022-02-12T02:10:58.666Z] === RUN TestValidateLogOpt [2022-02-12T02:10:58.666Z] --- PASS: TestValidateLogOpt (0.00s) [2022-02-12T02:10:58.666Z] === RUN TestNewMissedConfig [2022-02-12T02:10:58.666Z] --- PASS: TestNewMissedConfig (0.00s) [2022-02-12T02:10:58.666Z] === RUN TestNewMissedUrl [2022-02-12T02:10:58.666Z] --- PASS: TestNewMissedUrl (0.00s) [2022-02-12T02:10:58.666Z] === RUN TestNewMissedToken [2022-02-12T02:10:58.666Z] --- PASS: TestNewMissedToken (0.00s) [2022-02-12T02:10:58.666Z] === RUN TestNewWithProxy [2022-02-12T02:10:58.666Z] --- PASS: TestNewWithProxy (0.00s) [2022-02-12T02:10:58.666Z] === RUN TestDefault [2022-02-12T02:10:58.666Z] --- PASS: TestDefault (0.01s) [2022-02-12T02:10:58.666Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-02-12T02:10:58.666Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-02-12T02:10:58.666Z] === RUN TestJsonFormat [2022-02-12T02:10:58.666Z] --- PASS: TestJsonFormat (0.01s) [2022-02-12T02:10:58.666Z] === RUN TestRawFormat [2022-02-12T02:10:58.666Z] --- PASS: TestRawFormat (0.00s) [2022-02-12T02:10:58.666Z] === RUN TestRawFormatWithLabels [2022-02-12T02:10:58.666Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-02-12T02:10:58.666Z] === RUN TestRawFormatWithoutTag [2022-02-12T02:10:58.666Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-02-12T02:10:58.666Z] === RUN TestBatching [2022-02-12T02:10:58.666Z] --- PASS: TestBatching (0.25s) [2022-02-12T02:10:58.666Z] === RUN TestFrequency [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertFromGRPCIsolation [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-02-12T02:10:58.867Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-02-12T02:10:58.867Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-02-12T02:10:58.868Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-02-12T02:10:58.868Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-02-12T02:10:58.868Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-02-12T02:10:58.868Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-02-12T02:10:58.868Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-02-12T02:10:58.868Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-02-12T02:10:59.121Z] --- PASS: TestFrequency (0.41s) [2022-02-12T02:10:59.121Z] === RUN TestOneMessagePerRequest [2022-02-12T02:10:59.121Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-02-12T02:10:59.121Z] === RUN TestVerify [2022-02-12T02:10:59.121Z] --- PASS: TestVerify (0.00s) [2022-02-12T02:10:59.121Z] === RUN TestSkipVerify [2022-02-12T02:10:59.238Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-02-12T02:10:59.336Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-02-12T02:10:59.336Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-02-12T02:10:59.336Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-02-12T02:10:59.336Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-02-12T02:10:59.336Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-02-12T02:10:59.336Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-02-12T02:10:59.336Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-02-12T02:10:59.336Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-02-12T02:10:59.336Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-02-12T02:10:59.336Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-02-12T02:10:59.336Z] === RUN TestServiceConvertFromGRPCConfigs [2022-02-12T02:10:59.336Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-02-12T02:10:59.336Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-02-12T02:10:59.336Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-02-12T02:10:59.336Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-02-12T02:10:59.336Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-02-12T02:10:59.336Z] === RUN TestServiceConvertToGRPCConfigs [2022-02-12T02:10:59.336Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-02-12T02:10:59.336Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-02-12T02:10:59.336Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-02-12T02:10:59.336Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-02-12T02:10:59.336Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-02-12T02:10:59.336Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-02-12T02:10:59.336Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-02-12T02:10:59.336Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-02-12T02:10:59.336Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-02-12T02:10:59.336Z] PASS [2022-02-12T02:10:59.336Z] coverage: 35.9% of statements [2022-02-12T02:10:59.336Z] ok github.com/docker/docker/daemon/cluster/convert 0.448s coverage: 35.9% of statements [2022-02-12T02:10:59.336Z] === RUN TestNewListSecretsFilters [2022-02-12T02:10:59.336Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-02-12T02:10:59.336Z] === RUN TestNewListConfigsFilters [2022-02-12T02:10:59.336Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-02-12T02:10:59.336Z] PASS [2022-02-12T02:10:59.336Z] coverage: 0.5% of statements [2022-02-12T02:10:59.336Z] ok github.com/docker/docker/daemon/cluster 1.199s coverage: 0.5% of statements [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:10:59.579Z] === RUN TestV1IDService [2022-02-12T02:10:59.579Z] --- PASS: TestV1IDService (0.02s) [2022-02-12T02:10:59.579Z] === RUN TestV2MetadataService [2022-02-12T02:10:59.579Z] --- PASS: TestSkipVerify (0.57s) [2022-02-12T02:10:59.579Z] === RUN TestBufferMaximum [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631859.450949\",\"host\":\"404d5730792a\"}'" [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631859.450949\",\"host\":\"404d5730792a\"}'" [2022-02-12T02:10:59.579Z] --- PASS: TestBufferMaximum (0.00s) [2022-02-12T02:10:59.579Z] === RUN TestServerAlwaysDown [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631859.455489\",\"host\":\"404d5730792a\"}'" [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631859.455489\",\"host\":\"404d5730792a\"}'" [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631859.455489\",\"host\":\"404d5730792a\"}'" [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631859.457488\",\"host\":\"404d5730792a\"}'" [2022-02-12T02:10:59.579Z] time="2022-02-12T02:10:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631859.457488\",\"host\":\"404d5730792a\"}'" [2022-02-12T02:10:59.579Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-02-12T02:10:59.579Z] === RUN TestCannotSendAfterClose [2022-02-12T02:10:59.579Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-02-12T02:10:59.579Z] === RUN TestDeadlockOnBlockedEndpoint [2022-02-12T02:10:59.809Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-02-12T02:10:59.902Z] === RUN TestPrepare [2022-02-12T02:10:59.902Z] --- PASS: TestPrepare (0.00s) [2022-02-12T02:10:59.902Z] === RUN TestStart [2022-02-12T02:10:59.902Z] --- PASS: TestStart (0.00s) [2022-02-12T02:10:59.902Z] === RUN TestWaitCancel [2022-02-12T02:10:59.902Z] --- PASS: TestWaitCancel (0.00s) [2022-02-12T02:10:59.902Z] === RUN TestWaitDisabled [2022-02-12T02:10:59.902Z] --- PASS: TestWaitDisabled (0.00s) [2022-02-12T02:10:59.902Z] === RUN TestWaitEnabled [2022-02-12T02:10:59.902Z] --- PASS: TestWaitEnabled (0.00s) [2022-02-12T02:10:59.902Z] === RUN TestRemove [2022-02-12T02:10:59.902Z] --- PASS: TestRemove (0.00s) [2022-02-12T02:10:59.902Z] PASS [2022-02-12T02:10:59.902Z] coverage: 65.3% of statements [2022-02-12T02:10:59.902Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.062s coverage: 65.3% of statements [2022-02-12T02:11:00.070Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-02-12T02:11:00.541Z] --- PASS: TestV2MetadataService (0.86s) [2022-02-12T02:11:00.541Z] PASS [2022-02-12T02:11:00.541Z] coverage: 48.2% of statements [2022-02-12T02:11:00.541Z] ok github.com/docker/docker/distribution/metadata 0.971s coverage: 48.2% of statements [2022-02-12T02:11:00.541Z] time="2022-02-12T02:11:00Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-02-12T02:11:00.541Z] time="2022-02-12T02:11:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"404d5730792a\"}'" [2022-02-12T02:11:00.541Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2022-02-12T02:11:00.541Z] PASS [2022-02-12T02:11:00.541Z] coverage: 82.5% of statements [2022-02-12T02:11:00.873Z] === RUN TestNewListSecretsFilters [2022-02-12T02:11:00.873Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-02-12T02:11:00.873Z] === RUN TestNewListConfigsFilters [2022-02-12T02:11:00.873Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-02-12T02:11:00.873Z] PASS [2022-02-12T02:11:00.873Z] coverage: 0.5% of statements [2022-02-12T02:11:00.873Z] ok github.com/docker/docker/daemon/cluster 0.161s coverage: 0.5% of statements [2022-02-12T02:11:00.873Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-02-12T02:11:00.873Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.14s) [2022-02-12T02:11:00.997Z] ok github.com/docker/docker/daemon/logger/splunk 2.356s coverage: 82.5% of statements [2022-02-12T02:11:00.997Z] ? github.com/docker/docker/daemon/names [no test files] [2022-02-12T02:11:00.997Z] ? github.com/docker/docker/daemon/network [no test files] [2022-02-12T02:11:00.997Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-02-12T02:11:00.997Z] === RUN TestSuccessfulDownload [2022-02-12T02:11:00.997Z] download_test.go:267: Needs fixing on Windows [2022-02-12T02:11:00.997Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-02-12T02:11:00.997Z] === RUN TestCancelledDownload [2022-02-12T02:11:00.997Z] --- PASS: TestCancelledDownload (0.00s) [2022-02-12T02:11:00.997Z] === RUN TestMaxDownloadAttempts [2022-02-12T02:11:00.997Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-12T02:11:00.997Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-12T02:11:00.997Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-12T02:11:00.997Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-12T02:11:00.997Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-12T02:11:00.997Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-12T02:11:00.997Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-12T02:11:00.997Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-12T02:11:00.997Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-12T02:11:00.997Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-12T02:11:00.997Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-12T02:11:00.997Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-12T02:11:00.997Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-02-12T02:11:00.997Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-02-12T02:11:00.997Z] === RUN TestContinueOnError_MirrorEndpoint [2022-02-12T02:11:00.997Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-02-12T02:11:00.997Z] === RUN TestContinueOnError_NeverContinue [2022-02-12T02:11:00.997Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-02-12T02:11:00.997Z] === RUN TestManifestStore [2022-02-12T02:11:00.997Z] === RUN TestManifestStore/no_remote_or_local [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertToGRPCIsolation [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertFromGRPCIsolation [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-02-12T02:11:01.333Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-02-12T02:11:01.333Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-02-12T02:11:01.453Z] time="2022-02-12T02:11:01Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1328034225\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-02-12T02:11:01.454Z] === RUN TestManifestStore/no_local_cache [2022-02-12T02:11:01.454Z] === RUN TestManifestStore/with_local_cache [2022-02-12T02:11:01.454Z] === RUN TestManifestStore/unknown_media_type [2022-02-12T02:11:01.454Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-02-12T02:11:01.454Z] time="2022-02-12T02:11:01Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:01.454Z] time="2022-02-12T02:11:01Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:01.454Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-02-12T02:11:01.454Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-02-12T02:11:01.454Z] time="2022-02-12T02:11:01Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:01.454Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-02-12T02:11:01.454Z] time="2022-02-12T02:11:01Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:01.454Z] time="2022-02-12T02:11:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-12T02:11:01.454Z] time="2022-02-12T02:11:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-12T02:11:01.454Z] time="2022-02-12T02:11:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-12T02:11:01.454Z] time="2022-02-12T02:11:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-12T02:11:01.454Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.51s) [2022-02-12T02:11:01.454Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.51s) [2022-02-12T02:11:01.454Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.51s) [2022-02-12T02:11:01.454Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.51s) [2022-02-12T02:11:01.454Z] === RUN TestTransfer [2022-02-12T02:11:01.454Z] time="2022-02-12T02:11:01Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:01.454Z] === RUN TestManifestStore/error_persisting_manifest [2022-02-12T02:11:01.454Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-02-12T02:11:01.454Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-02-12T02:11:01.454Z] time="2022-02-12T02:11:01Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-02-12T02:11:01.454Z] --- PASS: TestManifestStore (0.49s) [2022-02-12T02:11:01.454Z] --- PASS: TestManifestStore/no_remote_or_local (0.26s) [2022-02-12T02:11:01.454Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-02-12T02:11:01.454Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2022-02-12T02:11:01.454Z] --- PASS: TestManifestStore/unknown_media_type (0.15s) [2022-02-12T02:11:01.454Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.04s) [2022-02-12T02:11:01.454Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.12s) [2022-02-12T02:11:01.454Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.09s) [2022-02-12T02:11:01.454Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2022-02-12T02:11:01.454Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-02-12T02:11:01.454Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaType [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-02-12T02:11:01.454Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-02-12T02:11:01.454Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-02-12T02:11:01.454Z] === RUN TestFixManifestLayers [2022-02-12T02:11:01.454Z] --- PASS: TestFixManifestLayers (0.00s) [2022-02-12T02:11:01.454Z] === RUN TestFixManifestLayersBaseLayerParent [2022-02-12T02:11:01.454Z] pull_v2_test.go:73: Needs fixing on Windows [2022-02-12T02:11:01.454Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-02-12T02:11:01.454Z] === RUN TestFixManifestLayersBadParent [2022-02-12T02:11:01.454Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-02-12T02:11:01.454Z] === RUN TestValidateManifest [2022-02-12T02:11:01.454Z] pull_v2_test.go:118: Needs fixing on Windows [2022-02-12T02:11:01.454Z] --- SKIP: TestValidateManifest (0.00s) [2022-02-12T02:11:01.454Z] === RUN TestFormatPlatform [2022-02-12T02:11:01.454Z] --- PASS: TestFormatPlatform (0.00s) [2022-02-12T02:11:01.454Z] === RUN TestGetRepositoryMountCandidates [2022-02-12T02:11:01.454Z] --- PASS: TestGetRepositoryMountCandidates (0.01s) [2022-02-12T02:11:01.454Z] === RUN TestLayerAlreadyExists [2022-02-12T02:11:01.454Z] 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-02-12T02:11:01.454Z] 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-02-12T02:11:01.454Z] 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-02-12T02:11:01.454Z] 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-02-12T02:11:01.454Z] 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-02-12T02:11:01.454Z] 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-02-12T02:11:01.454Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-02-12T02:11:01.454Z] === RUN TestWhenEmptyAuthConfig [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-02-12T02:11:01.795Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-02-12T02:11:01.795Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertFromGRPCConfigs [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCConfigs [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-02-12T02:11:01.795Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-02-12T02:11:01.795Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-02-12T02:11:01.795Z] PASS [2022-02-12T02:11:01.795Z] coverage: 35.9% of statements [2022-02-12T02:11:01.795Z] ok github.com/docker/docker/daemon/cluster/convert 0.416s coverage: 35.9% of statements [2022-02-12T02:11:01.910Z] --- PASS: TestTransfer (0.12s) [2022-02-12T02:11:01.910Z] === RUN TestConcurrencyLimit [2022-02-12T02:11:01.910Z] --- PASS: TestConcurrencyLimit (0.37s) [2022-02-12T02:11:01.910Z] === RUN TestInactiveJobs [2022-02-12T02:11:02.292Z] === RUN TestBuilderGC [2022-02-12T02:11:02.292Z] --- PASS: TestBuilderGC (0.00s) [2022-02-12T02:11:02.292Z] === RUN TestDaemonConfigurationNotFound [2022-02-12T02:11:02.292Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-02-12T02:11:02.292Z] === RUN TestDaemonBrokenConfiguration [2022-02-12T02:11:02.292Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-02-12T02:11:02.292Z] === RUN TestFindConfigurationConflicts [2022-02-12T02:11:02.292Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-02-12T02:11:02.292Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-02-12T02:11:02.292Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-02-12T02:11:02.292Z] === RUN TestDaemonConfigurationMergeConflicts [2022-02-12T02:11:02.292Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-02-12T02:11:02.292Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-02-12T02:11:02.292Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-02-12T02:11:02.292Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-02-12T02:11:02.292Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-02-12T02:11:02.292Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-02-12T02:11:02.292Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-02-12T02:11:02.292Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-02-12T02:11:02.292Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-02-12T02:11:02.292Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-02-12T02:11:02.292Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-02-12T02:11:02.292Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-02-12T02:11:02.292Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-02-12T02:11:02.292Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-02-12T02:11:02.292Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-02-12T02:11:02.292Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-02-12T02:11:02.292Z] === RUN TestValidateConfigurationErrors [2022-02-12T02:11:02.292Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-02-12T02:11:02.292Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-02-12T02:11:02.292Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-02-12T02:11:02.292Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-02-12T02:11:02.292Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-02-12T02:11:02.292Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-02-12T02:11:02.292Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-02-12T02:11:02.292Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-02-12T02:11:02.292Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-02-12T02:11:02.292Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-02-12T02:11:02.292Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-02-12T02:11:02.292Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-02-12T02:11:02.292Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-02-12T02:11:02.292Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-02-12T02:11:02.292Z] === RUN TestValidateConfiguration [2022-02-12T02:11:02.292Z] === RUN TestValidateConfiguration/with_label [2022-02-12T02:11:02.292Z] === RUN TestValidateConfiguration/with_dns [2022-02-12T02:11:02.292Z] === RUN TestValidateConfiguration/with_dns-search [2022-02-12T02:11:02.292Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-02-12T02:11:02.366Z] === RUN TestNotFound [2022-02-12T02:11:02.366Z] --- PASS: TestNotFound (0.00s) [2022-02-12T02:11:02.366Z] === RUN TestConflict [2022-02-12T02:11:02.366Z] --- PASS: TestConflict (0.00s) [2022-02-12T02:11:02.366Z] === RUN TestForbidden [2022-02-12T02:11:02.366Z] --- PASS: TestForbidden (0.00s) [2022-02-12T02:11:02.366Z] === RUN TestInvalidParameter [2022-02-12T02:11:02.366Z] --- PASS: TestInvalidParameter (0.00s) [2022-02-12T02:11:02.366Z] === RUN TestNotImplemented [2022-02-12T02:11:02.366Z] --- PASS: TestNotImplemented (0.00s) [2022-02-12T02:11:02.366Z] === RUN TestNotModified [2022-02-12T02:11:02.366Z] --- PASS: TestNotModified (0.00s) [2022-02-12T02:11:02.366Z] === RUN TestUnauthorized [2022-02-12T02:11:02.366Z] --- PASS: TestUnauthorized (0.00s) [2022-02-12T02:11:02.366Z] === RUN TestUnknown [2022-02-12T02:11:02.366Z] --- PASS: TestUnknown (0.00s) [2022-02-12T02:11:02.366Z] === RUN TestCancelled [2022-02-12T02:11:02.366Z] --- PASS: TestCancelled (0.00s) [2022-02-12T02:11:02.366Z] === RUN TestDeadline [2022-02-12T02:11:02.366Z] --- PASS: TestDeadline (0.00s) [2022-02-12T02:11:02.367Z] === RUN TestDataLoss [2022-02-12T02:11:02.367Z] --- PASS: TestDataLoss (0.00s) [2022-02-12T02:11:02.367Z] === RUN TestUnavailable [2022-02-12T02:11:02.367Z] --- PASS: TestUnavailable (0.00s) [2022-02-12T02:11:02.367Z] === RUN TestSystem [2022-02-12T02:11:02.367Z] --- PASS: TestSystem (0.00s) [2022-02-12T02:11:02.367Z] === RUN TestFromStatusCode [2022-02-12T02:11:02.367Z] === RUN TestFromStatusCode/Not_Found [2022-02-12T02:11:02.367Z] === RUN TestFromStatusCode/Bad_Request [2022-02-12T02:11:02.367Z] === RUN TestFromStatusCode/Conflict [2022-02-12T02:11:02.367Z] === RUN TestFromStatusCode/Unauthorized [2022-02-12T02:11:02.367Z] === RUN TestFromStatusCode/Service_Unavailable [2022-02-12T02:11:02.367Z] === RUN TestFromStatusCode/Forbidden [2022-02-12T02:11:02.367Z] === RUN TestFromStatusCode/Not_Modified [2022-02-12T02:11:02.367Z] === RUN TestFromStatusCode/Not_Implemented [2022-02-12T02:11:02.367Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-02-12T02:11:02.367Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-02-12T02:11:02.367Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-02-12T02:11:02.367Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-02-12T02:11:02.367Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-02-12T02:11:02.367Z] --- PASS: TestFromStatusCode (0.00s) [2022-02-12T02:11:02.367Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-02-12T02:11:02.367Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-02-12T02:11:02.367Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-02-12T02:11:02.367Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-02-12T02:11:02.367Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-02-12T02:11:02.367Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-02-12T02:11:02.367Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-02-12T02:11:02.367Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-02-12T02:11:02.367Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-02-12T02:11:02.367Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-02-12T02:11:02.367Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-02-12T02:11:02.367Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-02-12T02:11:02.367Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-02-12T02:11:02.367Z] PASS [2022-02-12T02:11:02.367Z] coverage: 53.1% of statements [2022-02-12T02:11:02.367Z] ok github.com/docker/docker/errdefs 0.050s coverage: 53.1% of statements [2022-02-12T02:11:02.367Z] --- PASS: TestInactiveJobs (0.46s) [2022-02-12T02:11:02.367Z] === RUN TestWatchRelease [2022-02-12T02:11:02.367Z] --- PASS: TestWatchRelease (0.04s) [2022-02-12T02:11:02.367Z] === RUN TestWatchFinishedTransfer [2022-02-12T02:11:02.367Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-02-12T02:11:02.367Z] === RUN TestDuplicateTransfer [2022-02-12T02:11:02.621Z] === RUN TestDockerSuite/TestBuildPATH [2022-02-12T02:11:02.760Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-02-12T02:11:02.760Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-02-12T02:11:02.760Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-02-12T02:11:02.761Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-02-12T02:11:02.761Z] --- PASS: TestValidateConfiguration (0.01s) [2022-02-12T02:11:02.761Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-02-12T02:11:02.761Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-02-12T02:11:02.761Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-02-12T02:11:02.761Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-02-12T02:11:02.761Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-02-12T02:11:02.761Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-02-12T02:11:02.761Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-02-12T02:11:02.761Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-02-12T02:11:02.761Z] === RUN TestReloadSetConfigFileNotExist [2022-02-12T02:11:02.761Z] time="2022-02-12T02:11:01Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-02-12T02:11:02.761Z] --- PASS: TestReloadSetConfigFileNotExist (0.25s) [2022-02-12T02:11:02.761Z] === RUN TestReloadDefaultConfigNotExist [2022-02-12T02:11:02.761Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:02.761Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-02-12T02:11:02.761Z] === RUN TestReloadBadDefaultConfig [2022-02-12T02:11:02.761Z] time="2022-02-12T02:11:02Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1150474218" [2022-02-12T02:11:02.761Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-02-12T02:11:02.761Z] === RUN TestReloadWithConflictingLabels [2022-02-12T02:11:02.761Z] time="2022-02-12T02:11:02Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2043324337" [2022-02-12T02:11:02.761Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-02-12T02:11:02.761Z] === RUN TestReloadWithDuplicateLabels [2022-02-12T02:11:02.761Z] time="2022-02-12T02:11:02Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2823577363" [2022-02-12T02:11:02.761Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-02-12T02:11:02.761Z] === RUN TestMaskURLCredentials [2022-02-12T02:11:02.761Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-02-12T02:11:02.761Z] === RUN TestDaemonConfigurationMerge [2022-02-12T02:11:02.761Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-02-12T02:11:02.761Z] PASS [2022-02-12T02:11:02.761Z] coverage: 79.2% of statements [2022-02-12T02:11:02.761Z] ok github.com/docker/docker/daemon/config 0.459s coverage: 79.2% of statements [2022-02-12T02:11:02.823Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-02-12T02:11:02.823Z] === RUN TestSuccessfulUpload [2022-02-12T02:11:02.823Z] === RUN TestFSGetInvalidData [2022-02-12T02:11:02.823Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-02-12T02:11:02.823Z] === RUN TestFSInvalidSet [2022-02-12T02:11:02.823Z] --- PASS: TestFSInvalidSet (0.01s) [2022-02-12T02:11:02.823Z] === RUN TestFSInvalidRoot [2022-02-12T02:11:02.823Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-02-12T02:11:02.823Z] === RUN TestFSMetadataGetSet [2022-02-12T02:11:02.823Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-02-12T02:11:02.823Z] === RUN TestFSInvalidWalker [2022-02-12T02:11:02.823Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-02-12T02:11:02.823Z] === RUN TestFSGetSet [2022-02-12T02:11:02.823Z] --- PASS: TestFSGetSet (0.02s) [2022-02-12T02:11:02.823Z] === RUN TestFSGetUnsetKey [2022-02-12T02:11:02.823Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-02-12T02:11:02.823Z] === RUN TestFSGetEmptyData [2022-02-12T02:11:02.823Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-02-12T02:11:02.823Z] === RUN TestFSDelete [2022-02-12T02:11:02.823Z] --- PASS: TestFSDelete (0.01s) [2022-02-12T02:11:02.823Z] === RUN TestFSWalker [2022-02-12T02:11:02.823Z] time="2022-02-12T02:11:02Z" level=error msg="Upload failed, retrying: simulating retry" [2022-02-12T02:11:02.823Z] --- PASS: TestWhenEmptyAuthConfig (1.24s) [2022-02-12T02:11:02.823Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-02-12T02:11:02.823Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-02-12T02:11:02.823Z] === RUN TestTokenPassThru [2022-02-12T02:11:02.823Z] --- PASS: TestTokenPassThru (0.01s) [2022-02-12T02:11:02.823Z] === RUN TestTokenPassThruDifferentHost [2022-02-12T02:11:02.823Z] --- PASS: TestFSWalker (0.02s) [2022-02-12T02:11:02.823Z] === RUN TestFSWalkerStopOnError [2022-02-12T02:11:02.823Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-02-12T02:11:02.823Z] PASS [2022-02-12T02:11:02.823Z] coverage: 24.6% of statements [2022-02-12T02:11:02.823Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-02-12T02:11:02.823Z] === RUN TestNewFromJSON [2022-02-12T02:11:02.823Z] --- PASS: TestNewFromJSON (0.00s) [2022-02-12T02:11:02.823Z] === RUN TestNewFromJSONWithInvalidJSON [2022-02-12T02:11:02.823Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-02-12T02:11:02.823Z] === RUN TestMarshalKeyOrder [2022-02-12T02:11:02.823Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-02-12T02:11:02.823Z] === RUN TestHistoryEqual [2022-02-12T02:11:02.823Z] ok github.com/docker/docker/distribution 1.842s coverage: 24.6% of statements [2022-02-12T02:11:02.823Z] --- PASS: TestSuccessfulUpload (0.41s) [2022-02-12T02:11:02.823Z] === RUN TestCancelledUpload [2022-02-12T02:11:02.823Z] --- PASS: TestCancelledUpload (0.00s) [2022-02-12T02:11:02.823Z] PASS [2022-02-12T02:11:02.823Z] coverage: 77.1% of statements [2022-02-12T02:11:03.229Z] === RUN TestWaitNodeAttachment [2022-02-12T02:11:03.278Z] ok github.com/docker/docker/distribution/xfer 2.040s coverage: 77.1% of statements [2022-02-12T02:11:03.278Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-02-12T02:11:03.278Z] ? github.com/docker/docker/dockerversion [no test files] [2022-02-12T02:11:03.278Z] --- PASS: TestHistoryEqual (0.20s) [2022-02-12T02:11:03.278Z] === RUN TestImage [2022-02-12T02:11:03.278Z] --- PASS: TestImage (0.00s) [2022-02-12T02:11:03.278Z] === RUN TestImageOSNotEmpty [2022-02-12T02:11:03.278Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-02-12T02:11:03.278Z] === RUN TestNewChildImageFromImageWithRootFS [2022-02-12T02:11:03.278Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-02-12T02:11:03.278Z] === RUN TestCreate [2022-02-12T02:11:03.278Z] --- PASS: TestCreate (0.01s) [2022-02-12T02:11:03.278Z] === RUN TestRestore [2022-02-12T02:11:03.278Z] time="2022-02-12T02:11:02Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-02-12T02:11:03.278Z] --- PASS: TestRestore (0.04s) [2022-02-12T02:11:03.278Z] === RUN TestAddDelete [2022-02-12T02:11:03.278Z] --- PASS: TestAddDelete (0.03s) [2022-02-12T02:11:03.278Z] === RUN TestSearchAfterDelete [2022-02-12T02:11:03.278Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-02-12T02:11:03.278Z] === RUN TestParentReset [2022-02-12T02:11:03.278Z] --- PASS: TestParentReset (0.03s) [2022-02-12T02:11:03.278Z] === RUN TestGetAndSetLastUpdated [2022-02-12T02:11:03.278Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-02-12T02:11:03.278Z] === RUN TestStoreLen [2022-02-12T02:11:03.278Z] --- PASS: TestStoreLen (0.14s) [2022-02-12T02:11:03.278Z] PASS [2022-02-12T02:11:03.278Z] coverage: 86.6% of statements [2022-02-12T02:11:03.278Z] ok github.com/docker/docker/image 0.757s coverage: 86.6% of statements [2022-02-12T02:11:03.701Z] === RUN TestEventsLog [2022-02-12T02:11:03.701Z] --- PASS: TestEventsLog (0.00s) [2022-02-12T02:11:03.701Z] === RUN TestEventsLogTimeout [2022-02-12T02:11:03.701Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-02-12T02:11:03.701Z] === RUN TestLogEvents [2022-02-12T02:11:03.701Z] --- PASS: TestLogEvents (0.05s) [2022-02-12T02:11:03.701Z] === RUN TestLoadBufferedEvents [2022-02-12T02:11:03.701Z] --- PASS: TestLoadBufferedEvents (0.20s) [2022-02-12T02:11:03.701Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-02-12T02:11:03.701Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-02-12T02:11:03.701Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-02-12T02:11:03.701Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-02-12T02:11:03.701Z] PASS [2022-02-12T02:11:03.701Z] coverage: 50.0% of statements [2022-02-12T02:11:03.701Z] ok github.com/docker/docker/daemon/events 0.312s coverage: 50.0% of statements [2022-02-12T02:11:03.701Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-02-12T02:11:03.701Z] === RUN TestIsolationConversion [2022-02-12T02:11:03.701Z] === RUN TestIsolationConversion/default [2022-02-12T02:11:03.701Z] === RUN TestIsolationConversion/process [2022-02-12T02:11:03.701Z] === RUN TestIsolationConversion/hyperv [2022-02-12T02:11:03.701Z] --- PASS: TestIsolationConversion (0.00s) [2022-02-12T02:11:03.701Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-02-12T02:11:03.701Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-02-12T02:11:03.701Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-02-12T02:11:03.701Z] === RUN TestContainerLabels [2022-02-12T02:11:03.701Z] --- PASS: TestContainerLabels (0.00s) [2022-02-12T02:11:03.701Z] === RUN TestCredentialSpecConversion [2022-02-12T02:11:03.701Z] === RUN TestCredentialSpecConversion/none [2022-02-12T02:11:03.701Z] === RUN TestCredentialSpecConversion/config [2022-02-12T02:11:03.701Z] === RUN TestCredentialSpecConversion/file [2022-02-12T02:11:03.701Z] === RUN TestCredentialSpecConversion/registry [2022-02-12T02:11:03.701Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-02-12T02:11:03.701Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-02-12T02:11:03.701Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-02-12T02:11:03.701Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-02-12T02:11:03.701Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-02-12T02:11:03.701Z] === RUN TestControllerValidateMountBind [2022-02-12T02:11:03.701Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-02-12T02:11:03.701Z] === RUN TestControllerValidateMountVolume [2022-02-12T02:11:03.701Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-02-12T02:11:03.701Z] === RUN TestControllerValidateMountTarget [2022-02-12T02:11:03.701Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-02-12T02:11:03.701Z] === RUN TestControllerValidateMountTmpfs [2022-02-12T02:11:03.701Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-02-12T02:11:03.701Z] === RUN TestControllerValidateMountInvalidType [2022-02-12T02:11:03.701Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-02-12T02:11:03.701Z] === RUN TestControllerValidateMountNamedPipe [2022-02-12T02:11:03.701Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-02-12T02:11:03.701Z] PASS [2022-02-12T02:11:03.701Z] coverage: 11.0% of statements [2022-02-12T02:11:03.701Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.683s coverage: 11.0% of statements [2022-02-12T02:11:03.735Z] === RUN TestCompare [2022-02-12T02:11:03.735Z] --- PASS: TestCompare (0.00s) [2022-02-12T02:11:03.735Z] PASS [2022-02-12T02:11:03.735Z] coverage: 19.2% of statements [2022-02-12T02:11:03.735Z] ok github.com/docker/docker/image/cache 0.080s coverage: 19.2% of statements [2022-02-12T02:11:03.978Z] === RUN TestBuilderGC [2022-02-12T02:11:03.978Z] --- PASS: TestBuilderGC (0.00s) [2022-02-12T02:11:03.978Z] === RUN TestDaemonConfigurationNotFound [2022-02-12T02:11:03.978Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-02-12T02:11:03.978Z] === RUN TestDaemonBrokenConfiguration [2022-02-12T02:11:03.978Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-02-12T02:11:03.978Z] === RUN TestFindConfigurationConflicts [2022-02-12T02:11:03.978Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-02-12T02:11:03.978Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-02-12T02:11:03.978Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-02-12T02:11:03.978Z] === RUN TestDaemonConfigurationMergeConflicts [2022-02-12T02:11:03.978Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-02-12T02:11:03.978Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-02-12T02:11:03.978Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-02-12T02:11:03.978Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-02-12T02:11:03.978Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-02-12T02:11:03.978Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-02-12T02:11:03.978Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-02-12T02:11:03.978Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-02-12T02:11:03.978Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-02-12T02:11:03.978Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-02-12T02:11:03.978Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-02-12T02:11:03.978Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-02-12T02:11:04.008Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-02-12T02:11:04.196Z] === RUN TestMakeV1ConfigFromConfig [2022-02-12T02:11:04.196Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-02-12T02:11:04.196Z] PASS [2022-02-12T02:11:04.196Z] coverage: 25.0% of statements [2022-02-12T02:11:04.196Z] ok github.com/docker/docker/image/v1 0.097s coverage: 25.0% of statements [2022-02-12T02:11:04.269Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-02-12T02:11:04.440Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-02-12T02:11:04.440Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-02-12T02:11:04.440Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-02-12T02:11:04.440Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-02-12T02:11:04.440Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-02-12T02:11:04.440Z] === RUN TestValidateConfigurationErrors [2022-02-12T02:11:04.440Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-02-12T02:11:04.440Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-02-12T02:11:04.440Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-02-12T02:11:04.440Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-02-12T02:11:04.440Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-02-12T02:11:04.440Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-02-12T02:11:04.440Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-02-12T02:11:04.440Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-02-12T02:11:04.440Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-02-12T02:11:04.440Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-02-12T02:11:04.440Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-02-12T02:11:04.440Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-02-12T02:11:04.440Z] === RUN TestValidateConfiguration [2022-02-12T02:11:04.440Z] === RUN TestValidateConfiguration/with_label [2022-02-12T02:11:04.440Z] === RUN TestValidateConfiguration/with_dns [2022-02-12T02:11:04.440Z] === RUN TestValidateConfiguration/with_dns-search [2022-02-12T02:11:04.440Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-02-12T02:11:04.440Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-02-12T02:11:04.440Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-02-12T02:11:04.440Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-02-12T02:11:04.440Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfiguration (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-02-12T02:11:04.440Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-02-12T02:11:04.440Z] === RUN TestReloadSetConfigFileNotExist [2022-02-12T02:11:04.440Z] time="2022-02-12T02:11:03Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-02-12T02:11:04.440Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s) [2022-02-12T02:11:04.440Z] === RUN TestReloadDefaultConfigNotExist [2022-02-12T02:11:04.440Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:04.440Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-02-12T02:11:04.440Z] === RUN TestReloadBadDefaultConfig [2022-02-12T02:11:04.440Z] time="2022-02-12T02:11:04Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2213808860" [2022-02-12T02:11:04.440Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-02-12T02:11:04.440Z] === RUN TestReloadWithConflictingLabels [2022-02-12T02:11:04.440Z] time="2022-02-12T02:11:04Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1772000300" [2022-02-12T02:11:04.440Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-02-12T02:11:04.440Z] === RUN TestReloadWithDuplicateLabels [2022-02-12T02:11:04.440Z] time="2022-02-12T02:11:04Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2127027074" [2022-02-12T02:11:04.440Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-02-12T02:11:04.440Z] === RUN TestMaskURLCredentials [2022-02-12T02:11:04.440Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-02-12T02:11:04.440Z] === RUN TestDaemonConfigurationMerge [2022-02-12T02:11:04.653Z] === RUN TestValidateManifest [2022-02-12T02:11:04.653Z] === RUN TestValidateManifest/nil [2022-02-12T02:11:04.653Z] === RUN TestValidateManifest/non-nil [2022-02-12T02:11:04.653Z] --- PASS: TestValidateManifest (0.00s) [2022-02-12T02:11:04.653Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-02-12T02:11:04.653Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-02-12T02:11:04.653Z] PASS [2022-02-12T02:11:04.653Z] coverage: 0.7% of statements [2022-02-12T02:11:04.653Z] ok github.com/docker/docker/image/tarexport 0.113s coverage: 0.7% of statements [2022-02-12T02:11:04.653Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-02-12T02:11:04.689Z] === RUN TestIsEmptyDir [2022-02-12T02:11:04.689Z] --- PASS: TestIsEmptyDir (0.01s) [2022-02-12T02:11:04.689Z] PASS [2022-02-12T02:11:04.689Z] coverage: 2.3% of statements [2022-02-12T02:11:04.689Z] ok github.com/docker/docker/daemon/graphdriver 0.148s coverage: 2.3% of statements [2022-02-12T02:11:04.902Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-02-12T02:11:04.902Z] PASS [2022-02-12T02:11:04.902Z] coverage: 79.2% of statements [2022-02-12T02:11:04.902Z] ok github.com/docker/docker/daemon/config 0.307s coverage: 79.2% of statements [2022-02-12T02:11:04.902Z] === RUN TestEventsLog [2022-02-12T02:11:04.902Z] --- PASS: TestEventsLog (0.00s) [2022-02-12T02:11:04.902Z] === RUN TestEventsLogTimeout [2022-02-12T02:11:04.902Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-02-12T02:11:04.902Z] === RUN TestLogEvents [2022-02-12T02:11:04.902Z] --- PASS: TestLogEvents (0.05s) [2022-02-12T02:11:04.902Z] === RUN TestLoadBufferedEvents [2022-02-12T02:11:04.902Z] --- PASS: TestLoadBufferedEvents (0.15s) [2022-02-12T02:11:04.902Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-02-12T02:11:04.902Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-02-12T02:11:04.902Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-02-12T02:11:04.902Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-02-12T02:11:04.902Z] PASS [2022-02-12T02:11:04.902Z] coverage: 50.0% of statements [2022-02-12T02:11:04.902Z] ok github.com/docker/docker/daemon/events 0.488s coverage: 50.0% of statements [2022-02-12T02:11:05.111Z] === RUN TestSerialization [2022-02-12T02:11:05.112Z] --- PASS: TestSerialization (0.02s) [2022-02-12T02:11:05.112Z] PASS [2022-02-12T02:11:05.112Z] coverage: 100.0% of statements [2022-02-12T02:11:05.112Z] ok github.com/docker/docker/libcontainerd/queue 0.165s coverage: 100.0% of statements [2022-02-12T02:11:05.158Z] === RUN TestLinkNaming [2022-02-12T02:11:05.158Z] --- PASS: TestLinkNaming (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestLinkNew [2022-02-12T02:11:05.158Z] --- PASS: TestLinkNew (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestLinkEnv [2022-02-12T02:11:05.158Z] --- PASS: TestLinkEnv (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestLinkMultipleEnv [2022-02-12T02:11:05.158Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestLinkPortRangeEnv [2022-02-12T02:11:05.158Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-02-12T02:11:05.158Z] PASS [2022-02-12T02:11:05.158Z] coverage: 93.0% of statements [2022-02-12T02:11:05.158Z] ok github.com/docker/docker/daemon/links 0.045s coverage: 93.0% of statements [2022-02-12T02:11:05.158Z] === RUN TestVerifyNetworkingConfig [2022-02-12T02:11:05.158Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestGetContainer [2022-02-12T02:11:05.158Z] --- PASS: TestGetContainer (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestValidContainerNames [2022-02-12T02:11:05.158Z] --- PASS: TestValidContainerNames (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestContainerInitDNS [2022-02-12T02:11:05.158Z] daemon_test.go:145: root required [2022-02-12T02:11:05.158Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestMerge [2022-02-12T02:11:05.158Z] --- PASS: TestMerge (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestValidateContainerIsolation [2022-02-12T02:11:05.158Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestFindNetworkErrorType [2022-02-12T02:11:05.158Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestEnsureServicesExist [2022-02-12T02:11:05.158Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestEnsureServicesExistErrors [2022-02-12T02:11:05.158Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-02-12T02:11:05.158Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-02-12T02:11:05.158Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-02-12T02:11:05.158Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-02-12T02:11:05.158Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-02-12T02:11:05.158Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-02-12T02:11:05.158Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestContainerDelete [2022-02-12T02:11:05.158Z] --- PASS: TestContainerDelete (0.01s) [2022-02-12T02:11:05.158Z] === RUN TestContainerDoubleDelete [2022-02-12T02:11:05.158Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestLogContainerEventCopyLabels [2022-02-12T02:11:05.158Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestLogContainerEventWithAttributes [2022-02-12T02:11:05.158Z] --- PASS: TestLogContainerEventWithAttributes (0.01s) [2022-02-12T02:11:05.158Z] === RUN TestNoneHealthcheck [2022-02-12T02:11:05.158Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-02-12T02:11:05.158Z] === RUN TestHealthStates [2022-02-12T02:11:05.214Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-02-12T02:11:05.628Z] time="2022-02-12T02:11:05Z" 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-02-12T02:11:05.628Z] time="2022-02-12T02:11:05Z" 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-02-12T02:11:05.628Z] time="2022-02-12T02:11:05Z" 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-02-12T02:11:05.628Z] time="2022-02-12T02:11:05Z" 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-02-12T02:11:05.628Z] time="2022-02-12T02:11:05Z" 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-02-12T02:11:05.628Z] time="2022-02-12T02:11:05Z" 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-02-12T02:11:05.628Z] time="2022-02-12T02:11:05Z" 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-02-12T02:11:05.628Z] time="2022-02-12T02:11:05Z" 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-02-12T02:11:05.628Z] time="2022-02-12T02:11:05Z" 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-02-12T02:11:05.628Z] time="2022-02-12T02:11:05Z" 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-02-12T02:11:05.628Z] --- PASS: TestHealthStates (0.23s) [2022-02-12T02:11:05.628Z] === RUN TestGetInspectData [2022-02-12T02:11:05.628Z] --- PASS: TestGetInspectData (0.00s) [2022-02-12T02:11:05.628Z] === RUN TestFillLicense [2022-02-12T02:11:05.628Z] --- PASS: TestFillLicense (0.00s) [2022-02-12T02:11:05.628Z] === RUN TestListInvalidFilter [2022-02-12T02:11:05.628Z] --- PASS: TestListInvalidFilter (0.00s) [2022-02-12T02:11:05.628Z] === RUN TestNameFilter [2022-02-12T02:11:05.628Z] --- PASS: TestNameFilter (0.00s) [2022-02-12T02:11:05.628Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-02-12T02:11:05.628Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-02-12T02:11:05.628Z] === 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-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-02-12T02:11:05.628Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-02-12T02:11:05.628Z] --- 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-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-02-12T02:11:05.628Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-02-12T02:11:05.628Z] === RUN TestDaemonReloadLabels [2022-02-12T02:11:05.628Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-02-12T02:11:05.628Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-02-12T02:11:05.628Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-02-12T02:11:05.628Z] === RUN TestDaemonReloadMirrors [2022-02-12T02:11:05.628Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-02-12T02:11:05.628Z] === RUN TestDaemonReloadInsecureRegistries [2022-02-12T02:11:05.628Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-02-12T02:11:05.628Z] === RUN TestDaemonReloadNotAffectOthers [2022-02-12T02:11:05.628Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-02-12T02:11:05.628Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-02-12T02:11:05.628Z] reload_test.go:342: root required [2022-02-12T02:11:05.628Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-02-12T02:11:05.628Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-02-12T02:11:05.628Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-02-12T02:11:05.628Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-02-12T02:11:05.628Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.07s) [2022-02-12T02:11:05.628Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-02-12T02:11:05.628Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-02-12T02:11:05.628Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-02-12T02:11:05.628Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.05s) [2022-02-12T02:11:05.628Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-02-12T02:11:05.628Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.03s) [2022-02-12T02:11:05.628Z] === RUN TestParseVolumesFrom [2022-02-12T02:11:05.628Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-02-12T02:11:05.628Z] PASS [2022-02-12T02:11:05.628Z] coverage: 8.6% of statements [2022-02-12T02:11:05.629Z] ok github.com/docker/docker/daemon 0.618s coverage: 8.6% of statements [2022-02-12T02:11:05.874Z] === RUN TestWaitNodeAttachment [2022-02-12T02:11:05.874Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-02-12T02:11:05.874Z] === RUN TestIsolationConversion [2022-02-12T02:11:05.874Z] === RUN TestIsolationConversion/default [2022-02-12T02:11:05.874Z] === RUN TestIsolationConversion/process [2022-02-12T02:11:05.874Z] === RUN TestIsolationConversion/hyperv [2022-02-12T02:11:05.874Z] --- PASS: TestIsolationConversion (0.00s) [2022-02-12T02:11:05.874Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-02-12T02:11:05.874Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-02-12T02:11:05.874Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-02-12T02:11:05.874Z] === RUN TestContainerLabels [2022-02-12T02:11:05.874Z] --- PASS: TestContainerLabels (0.00s) [2022-02-12T02:11:05.874Z] === RUN TestCredentialSpecConversion [2022-02-12T02:11:05.874Z] === RUN TestCredentialSpecConversion/none [2022-02-12T02:11:05.874Z] === RUN TestCredentialSpecConversion/config [2022-02-12T02:11:05.874Z] === RUN TestCredentialSpecConversion/file [2022-02-12T02:11:05.874Z] === RUN TestCredentialSpecConversion/registry [2022-02-12T02:11:05.874Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-02-12T02:11:05.874Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-02-12T02:11:05.874Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-02-12T02:11:05.874Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-02-12T02:11:05.874Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-02-12T02:11:05.874Z] === RUN TestControllerValidateMountBind [2022-02-12T02:11:05.874Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-02-12T02:11:05.874Z] === RUN TestControllerValidateMountVolume [2022-02-12T02:11:05.874Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-02-12T02:11:05.874Z] === RUN TestControllerValidateMountTarget [2022-02-12T02:11:05.874Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-02-12T02:11:05.874Z] === RUN TestControllerValidateMountTmpfs [2022-02-12T02:11:05.874Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-02-12T02:11:05.874Z] === RUN TestControllerValidateMountInvalidType [2022-02-12T02:11:05.874Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-02-12T02:11:05.874Z] === RUN TestControllerValidateMountNamedPipe [2022-02-12T02:11:05.874Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-02-12T02:11:05.874Z] PASS [2022-02-12T02:11:05.874Z] coverage: 11.0% of statements [2022-02-12T02:11:05.874Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.600s coverage: 11.0% of statements [2022-02-12T02:11:06.076Z] === RUN TestEnvironmentParsing [2022-02-12T02:11:06.076Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-02-12T02:11:06.076Z] PASS [2022-02-12T02:11:06.076Z] coverage: 1.2% of statements [2022-02-12T02:11:06.076Z] ok github.com/docker/docker/libcontainerd/local 0.084s coverage: 1.2% of statements [2022-02-12T02:11:06.098Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-02-12T02:11:06.098Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-02-12T02:11:06.098Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-02-12T02:11:06.098Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-02-12T02:11:06.098Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-02-12T02:11:06.098Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-02-12T02:11:06.098Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-02-12T02:11:06.098Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-02-12T02:11:06.098Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-02-12T02:11:06.098Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-02-12T02:11:06.098Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-02-12T02:11:06.098Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-02-12T02:11:06.098Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-02-12T02:11:06.098Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-02-12T02:11:06.336Z] === RUN TestIsEmptyDir [2022-02-12T02:11:06.336Z] --- PASS: TestIsEmptyDir (0.01s) [2022-02-12T02:11:06.336Z] PASS [2022-02-12T02:11:06.336Z] coverage: 2.3% of statements [2022-02-12T02:11:06.336Z] ok github.com/docker/docker/daemon/graphdriver 0.173s coverage: 2.3% of statements [2022-02-12T02:11:06.533Z] === RUN TestEmptyLayer [2022-02-12T02:11:06.533Z] --- PASS: TestEmptyLayer (0.00s) [2022-02-12T02:11:06.533Z] === RUN TestCommitFailure [2022-02-12T02:11:06.533Z] --- PASS: TestCommitFailure (0.01s) [2022-02-12T02:11:06.533Z] === RUN TestStartTransactionFailure [2022-02-12T02:11:06.533Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-02-12T02:11:06.533Z] === RUN TestGetOrphan [2022-02-12T02:11:06.533Z] --- PASS: TestGetOrphan (0.01s) [2022-02-12T02:11:06.533Z] === RUN TestMountAndRegister [2022-02-12T02:11:06.533Z] layer_test.go:270: Layer size: 14 [2022-02-12T02:11:06.796Z] === RUN TestLinkNaming [2022-02-12T02:11:06.796Z] --- PASS: TestLinkNaming (0.00s) [2022-02-12T02:11:06.796Z] === RUN TestLinkNew [2022-02-12T02:11:06.796Z] --- PASS: TestLinkNew (0.00s) [2022-02-12T02:11:06.796Z] === RUN TestLinkEnv [2022-02-12T02:11:06.796Z] --- PASS: TestLinkEnv (0.00s) [2022-02-12T02:11:06.796Z] === RUN TestLinkMultipleEnv [2022-02-12T02:11:06.796Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-02-12T02:11:06.796Z] === RUN TestLinkPortRangeEnv [2022-02-12T02:11:06.796Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-02-12T02:11:06.796Z] PASS [2022-02-12T02:11:06.796Z] coverage: 93.0% of statements [2022-02-12T02:11:06.796Z] ok github.com/docker/docker/daemon/links 0.038s coverage: 93.0% of statements [2022-02-12T02:11:06.989Z] --- PASS: TestMountAndRegister (0.07s) [2022-02-12T02:11:06.989Z] === RUN TestLayerRelease [2022-02-12T02:11:06.989Z] layer_test.go:303: Failing on Windows [2022-02-12T02:11:06.989Z] --- SKIP: TestLayerRelease (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestStoreRestore [2022-02-12T02:11:06.989Z] layer_test.go:352: Failing on Windows [2022-02-12T02:11:06.989Z] --- SKIP: TestStoreRestore (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestTarStreamStability [2022-02-12T02:11:06.989Z] layer_test.go:467: Failing on Windows [2022-02-12T02:11:06.989Z] --- SKIP: TestTarStreamStability (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestRegisterExistingLayer [2022-02-12T02:11:06.989Z] === RUN TestSequenceGetAvailableBit [2022-02-12T02:11:06.989Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestSequenceEqual [2022-02-12T02:11:06.989Z] --- PASS: TestSequenceEqual (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestSequenceCopy [2022-02-12T02:11:06.989Z] --- PASS: TestSequenceCopy (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestGetFirstAvailable [2022-02-12T02:11:06.989Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestFindSequence [2022-02-12T02:11:06.989Z] --- PASS: TestFindSequence (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestCheckIfAvailable [2022-02-12T02:11:06.989Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestMergeSequences [2022-02-12T02:11:06.989Z] --- PASS: TestMergeSequences (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestPushReservation [2022-02-12T02:11:06.989Z] --- PASS: TestPushReservation (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestSerializeDeserialize [2022-02-12T02:11:06.989Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestSet [2022-02-12T02:11:06.989Z] --- PASS: TestSet (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestSetUnset [2022-02-12T02:11:06.989Z] --- PASS: TestSetUnset (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestOffsetSetUnset [2022-02-12T02:11:06.989Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestSetInRange [2022-02-12T02:11:06.989Z] --- PASS: TestSetInRange (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestSetAnyInRange [2022-02-12T02:11:06.989Z] --- PASS: TestSetAnyInRange (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestMethods [2022-02-12T02:11:06.989Z] --- PASS: TestMethods (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestRandomAllocateDeallocate [2022-02-12T02:11:06.989Z] --- PASS: TestRegisterExistingLayer (0.17s) [2022-02-12T02:11:06.989Z] === RUN TestTarStreamVerification [2022-02-12T02:11:06.989Z] layer_test.go:696: Failing on Windows [2022-02-12T02:11:06.989Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestLayerMigration [2022-02-12T02:11:06.989Z] migration_test.go:45: Failing on Windows [2022-02-12T02:11:06.989Z] --- SKIP: TestLayerMigration (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestLayerMigrationNoTarsplit [2022-02-12T02:11:06.989Z] migration_test.go:181: Failing on Windows [2022-02-12T02:11:06.989Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestMountInit [2022-02-12T02:11:06.989Z] mount_test.go:17: Failing on Windows [2022-02-12T02:11:06.989Z] --- SKIP: TestMountInit (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestMountSize [2022-02-12T02:11:06.989Z] mount_test.go:76: Failing on Windows [2022-02-12T02:11:06.989Z] --- SKIP: TestMountSize (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestMountChanges [2022-02-12T02:11:06.989Z] mount_test.go:125: Failing on Windows [2022-02-12T02:11:06.989Z] --- SKIP: TestMountChanges (0.00s) [2022-02-12T02:11:06.989Z] === RUN TestMountApply [2022-02-12T02:11:06.989Z] mount_test.go:212: Failing on Windows [2022-02-12T02:11:06.989Z] --- SKIP: TestMountApply (0.00s) [2022-02-12T02:11:06.989Z] PASS [2022-02-12T02:11:06.989Z] coverage: 30.1% of statements [2022-02-12T02:11:06.989Z] ok github.com/docker/docker/layer 0.367s coverage: 30.1% of statements [2022-02-12T02:11:07.081Z] --- PASS: TestServiceWithDataPathPortInit (12.83s) [2022-02-12T02:11:07.081Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-02-12T02:11:07.081Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:uxeeq74tll92geof95irobbz5 Created:2022-02-12 02:11:05.981813839 +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[b486d5001cf63aaafaf7d2b48ba35586d4e9a7e39848d2217354b886a0f67041:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.6vgffklt9szvjysinyn544ayu EndpointID:e3d5bca24c914482271d228ef320f4201ccf79958ebcfe89aea00f5c4f0d944f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:962918afd705fdd6c6188e37e36cb6a62ccfec5afbe0187ca267921738a597c9 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:7e4288ce93bf IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.6vgffklt9szvjysinyn544ayu EndpointID:e3d5bca24c914482271d228ef320f4201ccf79958ebcfe89aea00f5c4f0d944f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-02-12T02:11:07.451Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-02-12T02:11:07.451Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-02-12T02:11:07.451Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-02-12T02:11:07.451Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-02-12T02:11:07.665Z] === RUN TestAdapterReadLogs [2022-02-12T02:11:07.665Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-02-12T02:11:07.665Z] === RUN TestCopier [2022-02-12T02:11:07.665Z] --- PASS: TestCopier (0.00s) [2022-02-12T02:11:07.665Z] === RUN TestCopierLongLines [2022-02-12T02:11:07.665Z] --- PASS: TestCopierLongLines (0.00s) [2022-02-12T02:11:07.665Z] === RUN TestCopierSlow [2022-02-12T02:11:07.665Z] --- PASS: TestCopierSlow (0.20s) [2022-02-12T02:11:07.665Z] === RUN TestCopierWithSized [2022-02-12T02:11:07.665Z] === RUN TestCopierWithSized/as_is [2022-02-12T02:11:07.665Z] === RUN TestCopierWithSized/With_RingLogger [2022-02-12T02:11:07.665Z] --- PASS: TestCopierWithSized (0.01s) [2022-02-12T02:11:07.665Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-02-12T02:11:07.665Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-02-12T02:11:07.665Z] === RUN TestCopierWithPartial [2022-02-12T02:11:07.665Z] --- PASS: TestCopierWithPartial (0.00s) [2022-02-12T02:11:07.665Z] === RUN TestRingLogger [2022-02-12T02:11:07.665Z] --- PASS: TestRingLogger (0.00s) [2022-02-12T02:11:07.665Z] === RUN TestRingCap [2022-02-12T02:11:07.665Z] --- PASS: TestRingCap (0.00s) [2022-02-12T02:11:07.665Z] === RUN TestRingClose [2022-02-12T02:11:07.665Z] --- PASS: TestRingClose (0.00s) [2022-02-12T02:11:07.665Z] === RUN TestRingDrain [2022-02-12T02:11:07.665Z] --- PASS: TestRingDrain (0.00s) [2022-02-12T02:11:07.665Z] PASS [2022-02-12T02:11:07.665Z] coverage: 44.0% of statements [2022-02-12T02:11:07.665Z] ok github.com/docker/docker/daemon/logger 0.276s coverage: 44.0% of statements [2022-02-12T02:11:07.766Z] === RUN TestVerifyNetworkingConfig [2022-02-12T02:11:07.766Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestGetContainer [2022-02-12T02:11:07.766Z] --- PASS: TestGetContainer (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestValidContainerNames [2022-02-12T02:11:07.766Z] --- PASS: TestValidContainerNames (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestContainerInitDNS [2022-02-12T02:11:07.766Z] daemon_test.go:145: root required [2022-02-12T02:11:07.766Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestMerge [2022-02-12T02:11:07.766Z] --- PASS: TestMerge (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestValidateContainerIsolation [2022-02-12T02:11:07.766Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestFindNetworkErrorType [2022-02-12T02:11:07.766Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestEnsureServicesExist [2022-02-12T02:11:07.766Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestEnsureServicesExistErrors [2022-02-12T02:11:07.766Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-02-12T02:11:07.766Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-02-12T02:11:07.766Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-02-12T02:11:07.766Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-02-12T02:11:07.766Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-02-12T02:11:07.766Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-02-12T02:11:07.766Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestContainerDelete [2022-02-12T02:11:07.766Z] --- PASS: TestContainerDelete (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestContainerDoubleDelete [2022-02-12T02:11:07.766Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestLogContainerEventCopyLabels [2022-02-12T02:11:07.766Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestLogContainerEventWithAttributes [2022-02-12T02:11:07.766Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestNoneHealthcheck [2022-02-12T02:11:07.766Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestHealthStates [2022-02-12T02:11:07.766Z] time="2022-02-12T02:11:07Z" 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-02-12T02:11:07.766Z] time="2022-02-12T02:11:07Z" 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-02-12T02:11:07.766Z] time="2022-02-12T02:11:07Z" 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-02-12T02:11:07.766Z] time="2022-02-12T02:11:07Z" 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-02-12T02:11:07.766Z] time="2022-02-12T02:11:07Z" 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-02-12T02:11:07.766Z] time="2022-02-12T02:11:07Z" 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-02-12T02:11:07.766Z] time="2022-02-12T02:11:07Z" 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-02-12T02:11:07.766Z] time="2022-02-12T02:11:07Z" 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-02-12T02:11:07.766Z] time="2022-02-12T02:11:07Z" 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-02-12T02:11:07.766Z] time="2022-02-12T02:11:07Z" 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-02-12T02:11:07.766Z] --- PASS: TestHealthStates (0.18s) [2022-02-12T02:11:07.766Z] === RUN TestGetInspectData [2022-02-12T02:11:07.766Z] --- PASS: TestGetInspectData (0.00s) [2022-02-12T02:11:07.766Z] === RUN TestFillLicense [2022-02-12T02:11:07.766Z] --- PASS: TestFillLicense (0.00s) [2022-02-12T02:11:07.767Z] === RUN TestListInvalidFilter [2022-02-12T02:11:07.767Z] --- PASS: TestListInvalidFilter (0.00s) [2022-02-12T02:11:07.767Z] === RUN TestNameFilter [2022-02-12T02:11:07.767Z] --- PASS: TestNameFilter (0.01s) [2022-02-12T02:11:07.767Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-02-12T02:11:07.767Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-02-12T02:11:07.767Z] === 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-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-02-12T02:11:07.767Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-02-12T02:11:07.767Z] --- 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-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-02-12T02:11:07.767Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-02-12T02:11:07.767Z] === RUN TestDaemonReloadLabels [2022-02-12T02:11:07.767Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-02-12T02:11:07.767Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-02-12T02:11:07.767Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-02-12T02:11:07.767Z] === RUN TestDaemonReloadMirrors [2022-02-12T02:11:07.767Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-02-12T02:11:07.767Z] === RUN TestDaemonReloadInsecureRegistries [2022-02-12T02:11:07.767Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-02-12T02:11:07.767Z] === RUN TestDaemonReloadNotAffectOthers [2022-02-12T02:11:07.767Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-02-12T02:11:07.767Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-02-12T02:11:07.767Z] reload_test.go:342: root required [2022-02-12T02:11:07.767Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-02-12T02:11:07.767Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-02-12T02:11:07.767Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-02-12T02:11:07.767Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-02-12T02:11:07.767Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2022-02-12T02:11:07.767Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-02-12T02:11:07.767Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-02-12T02:11:07.767Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-02-12T02:11:07.767Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-02-12T02:11:07.767Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-02-12T02:11:07.767Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-02-12T02:11:07.767Z] === RUN TestParseVolumesFrom [2022-02-12T02:11:07.767Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-02-12T02:11:07.767Z] PASS [2022-02-12T02:11:07.767Z] coverage: 8.6% of statements [2022-02-12T02:11:07.767Z] ok github.com/docker/docker/daemon 0.662s coverage: 8.6% of statements [2022-02-12T02:11:07.767Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-02-12T02:11:07.767Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-02-12T02:11:07.767Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-02-12T02:11:07.767Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-02-12T02:11:07.767Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-02-12T02:11:07.767Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-02-12T02:11:07.767Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-02-12T02:11:07.767Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-02-12T02:11:07.767Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-02-12T02:11:07.767Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-02-12T02:11:07.767Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-02-12T02:11:07.767Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-02-12T02:11:07.767Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-02-12T02:11:07.767Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-02-12T02:11:08.134Z] === RUN TestNewStreamConfig [2022-02-12T02:11:08.134Z] === RUN TestNewStreamConfig/defaults [2022-02-12T02:11:08.134Z] === RUN TestNewStreamConfig/invalid_create_group [2022-02-12T02:11:08.134Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-02-12T02:11:08.134Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-02-12T02:11:08.134Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-02-12T02:11:08.134Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-02-12T02:11:08.134Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-02-12T02:11:08.134Z] --- PASS: TestNewStreamConfig (0.00s) [2022-02-12T02:11:08.134Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-02-12T02:11:08.134Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-02-12T02:11:08.134Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-02-12T02:11:08.134Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-02-12T02:11:08.134Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-02-12T02:11:08.134Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-02-12T02:11:08.134Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-02-12T02:11:08.134Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-02-12T02:11:08.134Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-02-12T02:11:08.134Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-02-12T02:11:08.134Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-02-12T02:11:08.134Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-02-12T02:11:08.134Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-02-12T02:11:08.134Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-02-12T02:11:08.134Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-02-12T02:11:08.134Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-02-12T02:11:08.134Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-02-12T02:11:08.134Z] === RUN TestNewAWSLogsClientRegionDetect [2022-02-12T02:11:08.134Z] time="2022-02-12T02:11:07Z" level=info msg="Trying to get region from EC2 Metadata" [2022-02-12T02:11:08.134Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s) [2022-02-12T02:11:08.134Z] === RUN TestCreateSuccess [2022-02-12T02:11:08.134Z] --- PASS: TestCreateSuccess (0.00s) [2022-02-12T02:11:08.134Z] === RUN TestCreateStreamSkipped [2022-02-12T02:11:08.134Z] time="2022-02-12T02:11:07Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-02-12T02:11:08.134Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-02-12T02:11:08.134Z] === RUN TestCreateLogGroupSuccess [2022-02-12T02:11:08.134Z] time="2022-02-12T02:11:07Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-02-12T02:11:08.134Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-02-12T02:11:08.134Z] === RUN TestCreateError [2022-02-12T02:11:08.134Z] --- PASS: TestCreateError (0.00s) [2022-02-12T02:11:08.134Z] === RUN TestCreateAlreadyExists [2022-02-12T02:11:08.134Z] time="2022-02-12T02:11:07Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-02-12T02:11:08.134Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-02-12T02:11:08.134Z] === RUN TestLogClosed [2022-02-12T02:11:08.134Z] --- PASS: TestLogClosed (0.00s) [2022-02-12T02:11:08.134Z] === RUN TestLogBlocking [2022-02-12T02:11:08.134Z] --- PASS: TestLogBlocking (0.00s) [2022-02-12T02:11:08.134Z] === RUN TestLogNonBlockingBufferEmpty [2022-02-12T02:11:08.134Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-02-12T02:11:08.134Z] === RUN TestLogNonBlockingBufferFull [2022-02-12T02:11:08.134Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-02-12T02:11:08.134Z] === RUN TestPublishBatchSuccess [2022-02-12T02:11:08.134Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-02-12T02:11:08.134Z] === RUN TestPublishBatchError [2022-02-12T02:11:08.134Z] time="2022-02-12T02:11:07Z" level=error msg=error [2022-02-12T02:11:08.134Z] --- PASS: TestPublishBatchError (0.00s) [2022-02-12T02:11:08.603Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-02-12T02:11:08.603Z] time="2022-02-12T02:11:07Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-02-12T02:11:08.603Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-02-12T02:11:08.603Z] === RUN TestPublishBatchAlreadyAccepted [2022-02-12T02:11:08.603Z] time="2022-02-12T02:11:07Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-02-12T02:11:08.603Z] time="2022-02-12T02:11:07Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-02-12T02:11:08.603Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-02-12T02:11:08.603Z] === RUN TestCollectBatchSimple [2022-02-12T02:11:08.603Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-02-12T02:11:08.603Z] === RUN TestCollectBatchTicker [2022-02-12T02:11:08.603Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-02-12T02:11:08.603Z] === RUN TestCollectBatchMultilinePattern [2022-02-12T02:11:08.603Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-02-12T02:11:08.603Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-02-12T02:11:08.603Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-02-12T02:11:08.603Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-02-12T02:11:08.603Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-02-12T02:11:08.603Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-02-12T02:11:08.603Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.04s) [2022-02-12T02:11:08.603Z] === RUN TestCollectBatchClose [2022-02-12T02:11:08.603Z] --- PASS: TestCollectBatchClose (0.00s) [2022-02-12T02:11:08.603Z] === RUN TestEffectiveLen [2022-02-12T02:11:08.603Z] === RUN TestEffectiveLen/0/Hello [2022-02-12T02:11:08.603Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-02-12T02:11:08.603Z] === RUN TestEffectiveLen/2/🙃 [2022-02-12T02:11:08.603Z] === RUN TestEffectiveLen/3/���� [2022-02-12T02:11:08.603Z] === RUN TestEffectiveLen/4/He��o [2022-02-12T02:11:08.603Z] === RUN TestEffectiveLen/5/ [2022-02-12T02:11:08.603Z] --- PASS: TestEffectiveLen (0.00s) [2022-02-12T02:11:08.603Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-02-12T02:11:08.603Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-02-12T02:11:08.603Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-02-12T02:11:08.603Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-02-12T02:11:08.603Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-02-12T02:11:08.603Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-02-12T02:11:08.603Z] === RUN TestFindValidSplit [2022-02-12T02:11:08.603Z] === RUN TestFindValidSplit/0/ [2022-02-12T02:11:08.603Z] cloudwatchlogs_test.go:1076: [2022-02-12T02:11:08.603Z] cloudwatchlogs_test.go:1077: [2022-02-12T02:11:08.603Z] === RUN TestFindValidSplit/1/Hello [2022-02-12T02:11:08.603Z] cloudwatchlogs_test.go:1076: Hello [2022-02-12T02:11:08.603Z] cloudwatchlogs_test.go:1077: [2022-02-12T02:11:08.603Z] === RUN TestFindValidSplit/2/Hello [2022-02-12T02:11:08.603Z] cloudwatchlogs_test.go:1076: He [2022-02-12T02:11:08.603Z] cloudwatchlogs_test.go:1077: llo [2022-02-12T02:11:08.603Z] === RUN TestFindValidSplit/3/Hello [2022-02-12T02:11:08.603Z] cloudwatchlogs_test.go:1076: [2022-02-12T02:11:08.603Z] cloudwatchlogs_test.go:1077: Hello [2022-02-12T02:11:08.603Z] === RUN TestFindValidSplit/4/🙃 [2022-02-12T02:11:08.603Z] cloudwatchlogs_test.go:1076: [2022-02-12T02:11:08.603Z] cloudwatchlogs_test.go:1077: 🙃 [2022-02-12T02:11:08.603Z] === RUN TestFindValidSplit/5/🙃 [2022-02-12T02:11:08.603Z] cloudwatchlogs_test.go:1076: 🙃 [2022-02-12T02:11:08.603Z] cloudwatchlogs_test.go:1077: [2022-02-12T02:11:08.603Z] === RUN TestFindValidSplit/6/a� [2022-02-12T02:11:08.603Z] cloudwatchlogs_test.go:1076: a [2022-02-12T02:11:08.603Z] cloudwatchlogs_test.go:1077: � [2022-02-12T02:11:08.604Z] === RUN TestFindValidSplit/7/a� [2022-02-12T02:11:08.604Z] cloudwatchlogs_test.go:1076: a� [2022-02-12T02:11:08.604Z] cloudwatchlogs_test.go:1077: [2022-02-12T02:11:08.604Z] --- PASS: TestFindValidSplit (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-02-12T02:11:08.604Z] === RUN TestProcessEventEmoji [2022-02-12T02:11:08.604Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-02-12T02:11:08.604Z] === RUN TestCollectBatchLineSplit [2022-02-12T02:11:08.604Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-02-12T02:11:08.604Z] === RUN TestCollectBatchLineSplitWithBinary [2022-02-12T02:11:08.604Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-02-12T02:11:08.604Z] === RUN TestCollectBatchMaxEvents [2022-02-12T02:11:08.604Z] --- PASS: TestCollectBatchMaxEvents (0.10s) [2022-02-12T02:11:08.604Z] === RUN TestCollectBatchMaxTotalBytes [2022-02-12T02:11:08.604Z] --- PASS: TestCollectBatchMaxTotalBytes (0.08s) [2022-02-12T02:11:08.604Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-02-12T02:11:08.604Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-02-12T02:11:08.604Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-02-12T02:11:08.604Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-02-12T02:11:08.604Z] === RUN TestParseLogOptionsMultilinePattern [2022-02-12T02:11:08.604Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-02-12T02:11:08.604Z] === RUN TestParseLogOptionsDatetimeFormat [2022-02-12T02:11:08.604Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-02-12T02:11:08.604Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-02-12T02:11:08.604Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-02-12T02:11:08.604Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-02-12T02:11:08.604Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-02-12T02:11:08.604Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-02-12T02:11:08.604Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-02-12T02:11:08.604Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsFormat [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsFormat/1/random [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsFormat/2/ [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-02-12T02:11:08.604Z] === RUN TestCreateTagSuccess [2022-02-12T02:11:08.604Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-02-12T02:11:08.604Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-02-12T02:11:08.604Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-02-12T02:11:08.604Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-02-12T02:11:08.604Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-02-12T02:11:08.604Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-02-12T02:11:08.604Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-02-12T02:11:08.604Z] PASS [2022-02-12T02:11:08.604Z] coverage: 80.2% of statements [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptReconnectInterval [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-02-12T02:11:08.604Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-02-12T02:11:08.604Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-02-12T02:11:08.604Z] PASS [2022-02-12T02:11:08.604Z] coverage: 33.6% of statements [2022-02-12T02:11:08.604Z] ok github.com/docker/docker/daemon/logger/awslogs 0.629s coverage: 80.2% of statements [2022-02-12T02:11:08.604Z] ok github.com/docker/docker/daemon/logger/fluentd 0.065s coverage: 33.6% of statements [2022-02-12T02:11:08.604Z] === RUN TestSearchRegistryForImagesErrors [2022-02-12T02:11:08.604Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-02-12T02:11:08.604Z] === RUN TestSearchRegistryForImages [2022-02-12T02:11:08.604Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-02-12T02:11:08.604Z] === RUN TestOnlyPlatformWithFallback [2022-02-12T02:11:08.604Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-02-12T02:11:08.604Z] === RUN TestImageDelete [2022-02-12T02:11:08.604Z] === RUN TestImageDelete/no_lease [2022-02-12T02:11:09.073Z] === RUN TestImageDelete/lease_exists [2022-02-12T02:11:09.073Z] --- PASS: TestImageDelete (0.08s) [2022-02-12T02:11:09.073Z] --- PASS: TestImageDelete/no_lease (0.03s) [2022-02-12T02:11:09.073Z] --- PASS: TestImageDelete/lease_exists (0.03s) [2022-02-12T02:11:09.073Z] === RUN TestContentStoreForPull [2022-02-12T02:11:09.073Z] --- PASS: TestContentStoreForPull (0.26s) [2022-02-12T02:11:09.073Z] PASS [2022-02-12T02:11:09.073Z] coverage: 6.6% of statements [2022-02-12T02:11:09.073Z] ok github.com/docker/docker/daemon/images 0.492s coverage: 6.6% of statements [2022-02-12T02:11:09.073Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-02-12T02:11:09.073Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-02-12T02:11:09.073Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-02-12T02:11:09.073Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-02-12T02:11:09.073Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-02-12T02:11:09.073Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-02-12T02:11:09.307Z] === RUN TestAdapterReadLogs [2022-02-12T02:11:09.307Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestCopier [2022-02-12T02:11:09.307Z] --- PASS: TestCopier (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestCopierLongLines [2022-02-12T02:11:09.307Z] --- PASS: TestCopierLongLines (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestCopierSlow [2022-02-12T02:11:09.307Z] === RUN TestNewStreamConfig [2022-02-12T02:11:09.307Z] === RUN TestNewStreamConfig/defaults [2022-02-12T02:11:09.307Z] === RUN TestNewStreamConfig/invalid_create_group [2022-02-12T02:11:09.307Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-02-12T02:11:09.307Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-02-12T02:11:09.307Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-02-12T02:11:09.307Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-02-12T02:11:09.307Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-02-12T02:11:09.307Z] --- PASS: TestNewStreamConfig (0.00s) [2022-02-12T02:11:09.307Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-02-12T02:11:09.307Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-02-12T02:11:09.307Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-02-12T02:11:09.307Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-02-12T02:11:09.307Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-02-12T02:11:09.307Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-02-12T02:11:09.307Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-02-12T02:11:09.307Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-02-12T02:11:09.307Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-02-12T02:11:09.307Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-02-12T02:11:09.307Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-02-12T02:11:09.307Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-02-12T02:11:09.307Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-02-12T02:11:09.307Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestNewAWSLogsClientRegionDetect [2022-02-12T02:11:09.307Z] --- PASS: TestCopierSlow (0.20s) [2022-02-12T02:11:09.307Z] === RUN TestCopierWithSized [2022-02-12T02:11:09.307Z] === RUN TestCopierWithSized/as_is [2022-02-12T02:11:09.307Z] === RUN TestCopierWithSized/With_RingLogger [2022-02-12T02:11:09.307Z] time="2022-02-12T02:11:08Z" level=info msg="Trying to get region from EC2 Metadata" [2022-02-12T02:11:09.307Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.15s) [2022-02-12T02:11:09.307Z] === RUN TestCreateSuccess [2022-02-12T02:11:09.307Z] --- PASS: TestCreateSuccess (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestCreateStreamSkipped [2022-02-12T02:11:09.307Z] time="2022-02-12T02:11:09Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-02-12T02:11:09.307Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestCreateLogGroupSuccess [2022-02-12T02:11:09.307Z] time="2022-02-12T02:11:09Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-02-12T02:11:09.307Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestCreateError [2022-02-12T02:11:09.307Z] --- PASS: TestCreateError (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestCreateAlreadyExists [2022-02-12T02:11:09.307Z] time="2022-02-12T02:11:09Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-02-12T02:11:09.307Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestLogClosed [2022-02-12T02:11:09.307Z] --- PASS: TestLogClosed (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestLogBlocking [2022-02-12T02:11:09.307Z] --- PASS: TestLogBlocking (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestLogNonBlockingBufferEmpty [2022-02-12T02:11:09.307Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestLogNonBlockingBufferFull [2022-02-12T02:11:09.307Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestPublishBatchSuccess [2022-02-12T02:11:09.307Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestPublishBatchError [2022-02-12T02:11:09.307Z] time="2022-02-12T02:11:09Z" level=error msg=error [2022-02-12T02:11:09.307Z] --- PASS: TestPublishBatchError (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-02-12T02:11:09.307Z] time="2022-02-12T02:11:09Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-02-12T02:11:09.307Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestPublishBatchAlreadyAccepted [2022-02-12T02:11:09.307Z] time="2022-02-12T02:11:09Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-02-12T02:11:09.307Z] time="2022-02-12T02:11:09Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-02-12T02:11:09.307Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestCollectBatchSimple [2022-02-12T02:11:09.307Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestCollectBatchTicker [2022-02-12T02:11:09.307Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestCollectBatchMultilinePattern [2022-02-12T02:11:09.307Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-02-12T02:11:09.307Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-02-12T02:11:09.307Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-02-12T02:11:09.307Z] --- PASS: TestCopierWithSized (0.10s) [2022-02-12T02:11:09.307Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-02-12T02:11:09.307Z] --- PASS: TestCopierWithSized/With_RingLogger (0.10s) [2022-02-12T02:11:09.307Z] === RUN TestCopierWithPartial [2022-02-12T02:11:09.307Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.05s) [2022-02-12T02:11:09.307Z] === RUN TestCollectBatchClose [2022-02-12T02:11:09.307Z] --- PASS: TestCollectBatchClose (0.00s) [2022-02-12T02:11:09.307Z] === RUN TestEffectiveLen [2022-02-12T02:11:09.307Z] === RUN TestEffectiveLen/0/Hello [2022-02-12T02:11:09.307Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-02-12T02:11:09.307Z] === RUN TestEffectiveLen/2/🙃 [2022-02-12T02:11:09.307Z] === RUN TestEffectiveLen/3/���� [2022-02-12T02:11:09.307Z] === RUN TestEffectiveLen/4/He��o [2022-02-12T02:11:09.307Z] === RUN TestEffectiveLen/5/ [2022-02-12T02:11:09.307Z] --- PASS: TestEffectiveLen (0.00s) [2022-02-12T02:11:09.307Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestFindValidSplit [2022-02-12T02:11:09.308Z] === RUN TestFindValidSplit/0/ [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1076: [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1077: [2022-02-12T02:11:09.308Z] === RUN TestFindValidSplit/1/Hello [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1076: Hello [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1077: [2022-02-12T02:11:09.308Z] === RUN TestFindValidSplit/2/Hello [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1076: He [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1077: llo [2022-02-12T02:11:09.308Z] === RUN TestFindValidSplit/3/Hello [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1076: [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1077: Hello [2022-02-12T02:11:09.308Z] === RUN TestFindValidSplit/4/🙃 [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1076: [2022-02-12T02:11:09.308Z] --- PASS: TestCopierWithPartial (0.01s) [2022-02-12T02:11:09.308Z] === RUN TestRingLogger [2022-02-12T02:11:09.308Z] --- PASS: TestRingLogger (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestRingCap [2022-02-12T02:11:09.308Z] --- PASS: TestRingCap (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestRingClose [2022-02-12T02:11:09.308Z] --- PASS: TestRingClose (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestRingDrain [2022-02-12T02:11:09.308Z] --- PASS: TestRingDrain (0.00s) [2022-02-12T02:11:09.308Z] PASS [2022-02-12T02:11:09.308Z] coverage: 44.0% of statements [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1077: 🙃 [2022-02-12T02:11:09.308Z] === RUN TestFindValidSplit/5/🙃 [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1076: 🙃 [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1077: [2022-02-12T02:11:09.308Z] === RUN TestFindValidSplit/6/a� [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1076: a [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1077: � [2022-02-12T02:11:09.308Z] === RUN TestFindValidSplit/7/a� [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1076: a� [2022-02-12T02:11:09.308Z] cloudwatchlogs_test.go:1077: [2022-02-12T02:11:09.308Z] --- PASS: TestFindValidSplit (0.01s) [2022-02-12T02:11:09.308Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestFindValidSplit/4/🙃 (0.01s) [2022-02-12T02:11:09.308Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestProcessEventEmoji [2022-02-12T02:11:09.308Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestCollectBatchLineSplit [2022-02-12T02:11:09.308Z] ok github.com/docker/docker/daemon/logger 0.368s coverage: 44.0% of statements [2022-02-12T02:11:09.308Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-02-12T02:11:09.308Z] === RUN TestCollectBatchLineSplitWithBinary [2022-02-12T02:11:09.308Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestCollectBatchMaxEvents [2022-02-12T02:11:09.308Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2022-02-12T02:11:09.308Z] === RUN TestCollectBatchMaxTotalBytes [2022-02-12T02:11:09.308Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-02-12T02:11:09.308Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-02-12T02:11:09.308Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-02-12T02:11:09.308Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-02-12T02:11:09.308Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-02-12T02:11:09.308Z] === RUN TestParseLogOptionsMultilinePattern [2022-02-12T02:11:09.308Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestParseLogOptionsDatetimeFormat [2022-02-12T02:11:09.308Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-02-12T02:11:09.308Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-02-12T02:11:09.308Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-02-12T02:11:09.308Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-02-12T02:11:09.308Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-02-12T02:11:09.308Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-02-12T02:11:09.308Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-02-12T02:11:09.308Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsFormat [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsFormat/1/random [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsFormat/2/ [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-02-12T02:11:09.308Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-02-12T02:11:09.308Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestCreateTagSuccess [2022-02-12T02:11:09.308Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-02-12T02:11:09.308Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-02-12T02:11:09.308Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-02-12T02:11:09.308Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-02-12T02:11:09.308Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-02-12T02:11:09.308Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-02-12T02:11:09.308Z] PASS [2022-02-12T02:11:09.308Z] coverage: 80.2% of statements [2022-02-12T02:11:09.308Z] ok github.com/docker/docker/daemon/logger/awslogs 0.409s coverage: 80.2% of statements [2022-02-12T02:11:09.542Z] === RUN TestJSONLogsMarshalJSONBuf [2022-02-12T02:11:09.542Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-02-12T02:11:09.542Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-02-12T02:11:09.619Z] === RUN TestInvalidConfig [2022-02-12T02:11:09.619Z] --- PASS: TestInvalidConfig (0.00s) [2022-02-12T02:11:09.619Z] === RUN TestConfig [2022-02-12T02:11:09.619Z] --- PASS: TestConfig (0.00s) [2022-02-12T02:11:09.619Z] === RUN TestOptionsLabels [2022-02-12T02:11:09.619Z] --- PASS: TestOptionsLabels (0.00s) [2022-02-12T02:11:09.619Z] === RUN TestValidName [2022-02-12T02:11:09.619Z] --- PASS: TestValidName (0.00s) [2022-02-12T02:11:09.619Z] PASS [2022-02-12T02:11:09.619Z] coverage: 19.7% of statements [2022-02-12T02:11:09.619Z] ok github.com/docker/docker/libnetwork/config 0.093s coverage: 19.7% of statements [2022-02-12T02:11:09.735Z] --- PASS: TestInfoAPIWarnings (16.24s) [2022-02-12T02:11:09.735Z] === RUN TestInfoDebug [2022-02-12T02:11:09.735Z] --- PASS: TestInfoDebug (0.52s) [2022-02-12T02:11:09.735Z] === RUN TestInfoInsecureRegistries [2022-02-12T02:11:09.735Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-02-12T02:11:09.735Z] === RUN TestInfoRegistryMirrors [2022-02-12T02:11:09.735Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-02-12T02:11:09.735Z] === RUN TestLoginFailsWithBadCredentials [2022-02-12T02:11:09.735Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-02-12T02:11:09.735Z] === RUN TestPingCacheHeaders [2022-02-12T02:11:09.735Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-02-12T02:11:09.735Z] === RUN TestPingGet [2022-02-12T02:11:09.735Z] --- PASS: TestPingGet (0.02s) [2022-02-12T02:11:09.735Z] === RUN TestPingHead [2022-02-12T02:11:09.735Z] --- PASS: TestPingHead (0.02s) [2022-02-12T02:11:09.735Z] === RUN TestVersion [2022-02-12T02:11:09.735Z] --- PASS: TestVersion (0.01s) [2022-02-12T02:11:09.735Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-02-12T02:11:09.735Z] === CONT TestDiskUsage [2022-02-12T02:11:09.768Z] === RUN TestSearchRegistryForImagesErrors [2022-02-12T02:11:09.768Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-02-12T02:11:09.768Z] === RUN TestSearchRegistryForImages [2022-02-12T02:11:09.768Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-02-12T02:11:09.768Z] === RUN TestOnlyPlatformWithFallback [2022-02-12T02:11:09.768Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-02-12T02:11:09.768Z] === RUN TestImageDelete [2022-02-12T02:11:09.768Z] === RUN TestImageDelete/no_lease [2022-02-12T02:11:09.768Z] === RUN TestImageDelete/lease_exists [2022-02-12T02:11:09.768Z] --- PASS: TestImageDelete (0.04s) [2022-02-12T02:11:09.768Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-02-12T02:11:09.768Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-02-12T02:11:09.768Z] === RUN TestContentStoreForPull [2022-02-12T02:11:09.768Z] --- PASS: TestContentStoreForPull (0.18s) [2022-02-12T02:11:09.768Z] PASS [2022-02-12T02:11:09.768Z] coverage: 6.6% of statements [2022-02-12T02:11:09.768Z] ok github.com/docker/docker/daemon/images 0.303s coverage: 6.6% of statements [2022-02-12T02:11:09.995Z] === RUN TestDiskUsage/empty [2022-02-12T02:11:09.995Z] === RUN TestDiskUsage/empty/container_types [2022-02-12T02:11:09.995Z] === RUN TestDiskUsage/empty/image_types [2022-02-12T02:11:09.995Z] === RUN TestDiskUsage/empty/volume_types [2022-02-12T02:11:09.995Z] === RUN TestDiskUsage/empty/build-cache_types [2022-02-12T02:11:09.995Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-02-12T02:11:09.995Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-02-12T02:11:09.995Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-02-12T02:11:09.995Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-02-12T02:11:09.995Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-02-12T02:11:09.995Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-02-12T02:11:10.011Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.22s) [2022-02-12T02:11:10.011Z] === RUN TestFastTimeMarshalJSON [2022-02-12T02:11:10.011Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-02-12T02:11:10.011Z] PASS [2022-02-12T02:11:10.011Z] coverage: 87.2% of statements [2022-02-12T02:11:10.011Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.270s coverage: 87.2% of statements [2022-02-12T02:11:10.011Z] === RUN TestJSONFileLogger [2022-02-12T02:11:10.011Z] --- PASS: TestJSONFileLogger (0.00s) [2022-02-12T02:11:10.011Z] === RUN TestJSONFileLoggerWithTags [2022-02-12T02:11:10.011Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-02-12T02:11:10.011Z] === RUN TestJSONFileLoggerWithOpts [2022-02-12T02:11:10.011Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-02-12T02:11:10.011Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-02-12T02:11:10.076Z] === RUN TestKey [2022-02-12T02:11:10.076Z] --- PASS: TestKey (0.00s) [2022-02-12T02:11:10.076Z] === RUN TestParseKey [2022-02-12T02:11:10.076Z] --- PASS: TestParseKey (0.00s) [2022-02-12T02:11:10.076Z] === RUN TestInvalidDataStore [2022-02-12T02:11:10.076Z] --- PASS: TestInvalidDataStore (0.00s) [2022-02-12T02:11:10.076Z] === RUN TestKVObjectFlatKey [2022-02-12T02:11:10.076Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-02-12T02:11:10.076Z] === RUN TestAtomicKVObjectFlatKey [2022-02-12T02:11:10.076Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-02-12T02:11:10.076Z] PASS [2022-02-12T02:11:10.076Z] coverage: 21.9% of statements [2022-02-12T02:11:10.076Z] ok github.com/docker/docker/libnetwork/datastore 0.048s coverage: 21.9% of statements [2022-02-12T02:11:10.228Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-02-12T02:11:10.228Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-02-12T02:11:10.228Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-02-12T02:11:10.228Z] === RUN TestValidateLogOptReconnectInterval [2022-02-12T02:11:10.228Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-02-12T02:11:10.228Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-02-12T02:11:10.228Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-02-12T02:11:10.228Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-02-12T02:11:10.228Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-02-12T02:11:10.229Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-02-12T02:11:10.229Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-02-12T02:11:10.229Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-02-12T02:11:10.229Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-02-12T02:11:10.229Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-02-12T02:11:10.229Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-02-12T02:11:10.229Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-02-12T02:11:10.229Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-02-12T02:11:10.229Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-02-12T02:11:10.229Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-02-12T02:11:10.229Z] PASS [2022-02-12T02:11:10.229Z] coverage: 33.6% of statements [2022-02-12T02:11:10.229Z] ok github.com/docker/docker/daemon/logger/fluentd 0.054s coverage: 33.6% of statements [2022-02-12T02:11:10.229Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-02-12T02:11:10.229Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-02-12T02:11:10.229Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-02-12T02:11:10.253Z] === RUN TestDiskUsage/after_LoadBusybox [2022-02-12T02:11:10.479Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.03s) [2022-02-12T02:11:10.479Z] === RUN TestEncodeDecode [2022-02-12T02:11:10.479Z] === PAUSE TestEncodeDecode [2022-02-12T02:11:10.479Z] === RUN TestUnexpectedEOF [2022-02-12T02:11:10.479Z] time="2022-02-12T02:11:10Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-02-12T02:11:10.479Z] time="2022-02-12T02:11:10Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-02-12T02:11:10.479Z] --- PASS: TestUnexpectedEOF (0.23s) [2022-02-12T02:11:10.479Z] === RUN TestReadLogs [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Tail [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Tail [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/TailEmpty [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/TailEmpty [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Follow [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Follow [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/Tail [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/Tail [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/TailEmpty [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/TailEmpty [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Live/Tail [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Stopped/Tail [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Stopped/TailEmpty [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Live/Follow [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Follow/FromEmptyLog [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Follow/FromEmptyLog [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Follow/AttachMidStream [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Follow/AttachMidStream [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Follow/Since [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Follow/Since [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Follow/Until [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Follow/Until [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Follow/SinceAndUntil [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Follow/SinceAndUntil [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Follow/Tail=0 [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Follow/Tail=0 [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Follow/Tail>0 [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Follow/Tail>0 [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Follow/MultipleStarts [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Follow/MultipleStarts [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Live/Follow/FromEmptyLog [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/TailEmpty/Zero [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/TailEmpty/Zero [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/TailEmpty/All [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/TailEmpty/All [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/TailEmpty/Tail [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/TailEmpty/Tail [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/TailEmpty/Since [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/TailEmpty/Since [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/TailEmpty/Until [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/TailEmpty/Until [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Stopped/TailEmpty/Zero [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Live/Follow/MultipleStarts [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/Tail/Exact [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/Tail/Exact [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/Tail/LessThanAvailable [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/Tail/LessThanAvailable [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/Tail/MoreThanAvailable [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/Tail/MoreThanAvailable [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/Tail/All [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Tail/Exact [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Tail/Exact [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Tail/LessThanAvailable [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/Tail/All [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/Tail/Since [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/Tail/Since [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/Tail/MoreThanSince [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/Tail/MoreThanSince [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/Tail/LessThanSince [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/Tail/LessThanSince [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/Tail/Until [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/Tail/Until [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Stopped/Tail/SinceAndUntil [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Stopped/Tail/SinceAndUntil [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Live/Follow/Tail>0 [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Tail/LessThanAvailable [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Tail/MoreThanAvailable [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Tail/MoreThanAvailable [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Tail/All [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Tail/All [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Tail/Since [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Tail/Since [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Tail/MoreThanSince [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Tail/MoreThanSince [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Tail/LessThanSince [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Tail/LessThanSince [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Tail/Until [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Tail/Until [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/Tail/SinceAndUntil [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/Tail/SinceAndUntil [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Live/Follow/Tail=0 [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Live/Follow/SinceAndUntil [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Live/Follow/Until [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Live/Follow/Since [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Live/Follow/AttachMidStream [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Stopped/TailEmpty/Until [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Stopped/TailEmpty/Since [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Stopped/TailEmpty/Tail [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Stopped/TailEmpty/All [2022-02-12T02:11:10.479Z] === CONT TestReadLogs/Live/TailEmpty [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/TailEmpty/Zero [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/TailEmpty/Zero [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/TailEmpty/All [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/TailEmpty/All [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/TailEmpty/Tail [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/TailEmpty/Tail [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/TailEmpty/Since [2022-02-12T02:11:10.479Z] === PAUSE TestReadLogs/Live/TailEmpty/Since [2022-02-12T02:11:10.479Z] === RUN TestReadLogs/Live/TailEmpty/Until [2022-02-12T02:11:10.480Z] === PAUSE TestReadLogs/Live/TailEmpty/Until [2022-02-12T02:11:10.480Z] === RUN TestReadLogs/Live/TailEmpty/SinceAndUntil [2022-02-12T02:11:10.480Z] === PAUSE TestReadLogs/Live/TailEmpty/SinceAndUntil [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Stopped/Tail/Exact [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Stopped/Tail/SinceAndUntil [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Stopped/Tail/Until [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Stopped/Tail/LessThanSince [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Stopped/Tail/MoreThanSince [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Stopped/Tail/Since [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Stopped/Tail/All [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Stopped/Tail/MoreThanAvailable [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Stopped/Tail/LessThanAvailable [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/Tail/Exact [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/Tail/SinceAndUntil [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/Tail/Until [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/Tail/LessThanSince [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/Tail/MoreThanSince [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/Tail/Since [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/Tail/All [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/Tail/MoreThanAvailable [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/Tail/LessThanAvailable [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/TailEmpty/Zero [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/TailEmpty/Since [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/TailEmpty/SinceAndUntil [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/TailEmpty/Until [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/TailEmpty/All [2022-02-12T02:11:10.480Z] === CONT TestReadLogs/Live/TailEmpty/Tail [2022-02-12T02:11:10.480Z] === RUN TestWriteLog [2022-02-12T02:11:10.480Z] === PAUSE TestWriteLog [2022-02-12T02:11:10.480Z] === RUN TestReadLog [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Tail [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Tail [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/TailEmpty [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/TailEmpty [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Follow [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Follow [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/Tail [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/Tail [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/TailEmpty [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/TailEmpty [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Tail [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/Tail [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/TailEmpty [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Follow [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Follow/FromEmptyLog [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Follow/FromEmptyLog [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Follow/AttachMidStream [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Follow/AttachMidStream [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Follow/Since [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Follow/Since [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Follow/Until [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Follow/Until [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Follow/SinceAndUntil [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Follow/SinceAndUntil [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Follow/Tail=0 [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Follow/Tail=0 [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Follow/Tail>0 [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Follow/Tail>0 [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Follow/MultipleStarts [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Follow/MultipleStarts [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Follow/FromEmptyLog [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/TailEmpty/Zero [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/TailEmpty/Zero [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/TailEmpty/All [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/TailEmpty/All [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/TailEmpty/Tail [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/TailEmpty/Tail [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/TailEmpty/Since [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/TailEmpty/Since [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/TailEmpty/Until [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/TailEmpty/Until [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/TailEmpty [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Tail/Exact [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Tail/Exact [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Tail/LessThanAvailable [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Tail/LessThanAvailable [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Tail/MoreThanAvailable [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Tail/MoreThanAvailable [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Tail/All [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Tail/All [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Tail/Since [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Tail/Since [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Tail/MoreThanSince [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Tail/MoreThanSince [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Tail/LessThanSince [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Tail/LessThanSince [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/TailEmpty (0.05s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/TailEmpty/Zero (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/TailEmpty/SinceAndUntil (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/TailEmpty/Until (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/TailEmpty/Since (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/TailEmpty/Tail (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/TailEmpty/All (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/Tail (0.08s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/Tail/Exact (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/Tail/SinceAndUntil (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/Tail/Until (0.00s) [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Tail/Until [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Tail/Until [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/Tail/SinceAndUntil [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/Tail/SinceAndUntil [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Follow/SinceAndUntil [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/Tail/Exact [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/Tail/Exact [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/Tail/LessThanAvailable [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/Tail/LessThanAvailable [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/Tail/MoreThanAvailable [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/Tail/MoreThanAvailable [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/Tail/All [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/Tail/All [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/Tail/Since [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/Tail/Since [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/Tail/MoreThanSince [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/Tail/MoreThanSince [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/Tail/LessThanSince [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/Tail/LessThanSince [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/Tail/Until [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/Tail/Until [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Stopped/Tail/SinceAndUntil [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Stopped/Tail/SinceAndUntil [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Follow/MultipleStarts [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/Tail/LessThanSince (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/Tail/MoreThanSince (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/Tail/Since (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/Tail/All (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/Tail/MoreThanAvailable (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Stopped/Tail/LessThanAvailable (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Follow (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Follow/FromEmptyLog (0.04s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Follow/MultipleStarts (0.05s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Follow/SinceAndUntil (0.03s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Follow/Tail=0 (0.04s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Follow/Tail>0 (0.05s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Follow/Until (0.07s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Follow/AttachMidStream (0.08s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Follow/Since (0.09s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Tail (0.09s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Tail/Exact (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Tail/SinceAndUntil (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Tail/Until (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Tail/LessThanSince (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Tail/MoreThanSince (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Tail/Since (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Tail/All (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Tail/MoreThanAvailable (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/Tail/LessThanAvailable (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/TailEmpty (0.05s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/TailEmpty/Zero (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/TailEmpty/Since (0.01s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/TailEmpty/SinceAndUntil (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/TailEmpty/Until (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/TailEmpty/Tail (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLogs/Live/TailEmpty/All (0.00s) [2022-02-12T02:11:10.480Z] === CONT TestEncodeDecode [2022-02-12T02:11:10.480Z] --- PASS: TestEncodeDecode (0.00s) [2022-02-12T02:11:10.480Z] PASS [2022-02-12T02:11:10.480Z] coverage: 80.5% of statements [2022-02-12T02:11:10.480Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.507s coverage: 80.5% of statements [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/TailEmpty/Zero [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/TailEmpty/Zero [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/TailEmpty/All [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/TailEmpty/All [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/TailEmpty/Tail [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/TailEmpty/Tail [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/TailEmpty/Since [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/TailEmpty/Since [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/TailEmpty/Until [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/TailEmpty/Until [2022-02-12T02:11:10.480Z] === RUN TestReadLog/Live/TailEmpty/SinceAndUntil [2022-02-12T02:11:10.480Z] === PAUSE TestReadLog/Live/TailEmpty/SinceAndUntil [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Follow/Tail>0 [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Follow/Tail=0 [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Follow/Since [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Follow/Until [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Follow/AttachMidStream [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/TailEmpty/Zero [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/TailEmpty/Since [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/TailEmpty/Until [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/TailEmpty/Tail [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/TailEmpty/All [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Tail/Exact [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Tail/MoreThanSince [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Tail/SinceAndUntil [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Tail/Until [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Tail/LessThanSince [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Tail/All [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Tail/Since [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Tail/MoreThanAvailable [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/Tail/LessThanAvailable [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/Tail/Exact [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/Tail/MoreThanSince [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/Tail/SinceAndUntil [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/Tail/Until [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/Tail/LessThanSince [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/Tail/All [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/Tail/Since [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/Tail/MoreThanAvailable [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Stopped/Tail/LessThanAvailable [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/TailEmpty/Zero [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/TailEmpty/Since [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/TailEmpty/SinceAndUntil [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/TailEmpty/Until [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/TailEmpty/Tail [2022-02-12T02:11:10.480Z] === CONT TestReadLog/Live/TailEmpty/All [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Follow (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Follow/FromEmptyLog (0.07s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Follow/SinceAndUntil (0.06s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Follow/MultipleStarts (0.06s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Follow/Tail>0 (0.05s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Follow/Tail=0 (0.03s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Follow/Since (0.04s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Follow/Until (0.05s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Follow/AttachMidStream (0.06s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/TailEmpty (0.07s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/TailEmpty/Zero (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/TailEmpty/Since (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/TailEmpty/SinceAndUntil (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/TailEmpty/Until (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/TailEmpty/Tail (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/TailEmpty/All (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Tail (0.06s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Tail/Exact (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Tail/MoreThanSince (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Tail/SinceAndUntil (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Tail/Until (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Tail/LessThanSince (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Tail/All (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Tail/Since (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Tail/MoreThanAvailable (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/Tail/LessThanAvailable (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/TailEmpty (0.03s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/TailEmpty/Zero (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/TailEmpty/Since (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/TailEmpty/SinceAndUntil (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/TailEmpty/Until (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/TailEmpty/Tail (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Live/TailEmpty/All (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/Tail (0.04s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/Tail/Exact (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/Tail/MoreThanSince (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/Tail/Until (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/Tail/LessThanSince (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/Tail/All (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/Tail/Since (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/Tail/MoreThanAvailable (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/Tail/LessThanAvailable (0.00s) [2022-02-12T02:11:10.480Z] --- PASS: TestReadLog/Stopped/Tail/SinceAndUntil (0.02s) [2022-02-12T02:11:10.480Z] === RUN TestDecode [2022-02-12T02:11:10.511Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-02-12T02:11:10.511Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-02-12T02:11:10.511Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-02-12T02:11:10.511Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-02-12T02:11:10.511Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-02-12T02:11:10.511Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-02-12T02:11:10.511Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-02-12T02:11:10.511Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-02-12T02:11:10.511Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-02-12T02:11:10.511Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-02-12T02:11:10.511Z] === RUN TestDiskUsage/after_container.Run [2022-02-12T02:11:10.689Z] === RUN TestJSONLogsMarshalJSONBuf [2022-02-12T02:11:10.689Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-02-12T02:11:10.689Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-02-12T02:11:10.689Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.14s) [2022-02-12T02:11:10.689Z] === RUN TestFastTimeMarshalJSON [2022-02-12T02:11:10.689Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2022-02-12T02:11:10.689Z] PASS [2022-02-12T02:11:10.689Z] coverage: 87.2% of statements [2022-02-12T02:11:10.689Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.194s coverage: 87.2% of statements [2022-02-12T02:11:10.770Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-02-12T02:11:10.770Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-02-12T02:11:10.770Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-02-12T02:11:10.770Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-02-12T02:11:10.770Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-02-12T02:11:10.770Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-02-12T02:11:10.770Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-02-12T02:11:10.770Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-02-12T02:11:10.770Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-02-12T02:11:10.770Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-02-12T02:11:10.949Z] --- PASS: TestDecode (0.05s) [2022-02-12T02:11:10.949Z] === CONT TestWriteLog [2022-02-12T02:11:10.949Z] --- PASS: TestWriteLog (0.00s) [2022-02-12T02:11:10.949Z] PASS [2022-02-12T02:11:10.949Z] coverage: 79.5% of statements [2022-02-12T02:11:10.949Z] ok github.com/docker/docker/daemon/logger/local 0.276s coverage: 79.5% of statements [2022-02-12T02:11:10.949Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-02-12T02:11:10.949Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-02-12T02:11:11.028Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.51s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage (1.53s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.28s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_container.Run (0.49s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-02-12T02:11:11.028Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-02-12T02:11:11.028Z] PASS [2022-02-12T02:11:11.028Z] [2022-02-12T02:11:11.028Z] DONE 50 tests in 20.257s [2022-02-12T02:11:11.028Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-02-12T02:11:11.038Z] === RUN TestErrorInterfaces [2022-02-12T02:11:11.038Z] --- PASS: TestErrorInterfaces (0.00s) [2022-02-12T02:11:11.038Z] === RUN TestNetworkMarshalling [2022-02-12T02:11:11.038Z] === RUN TestIPDataMarshalling [2022-02-12T02:11:11.038Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-02-12T02:11:11.038Z] === RUN TestValidateAndIsV6 [2022-02-12T02:11:11.038Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-02-12T02:11:11.038Z] PASS [2022-02-12T02:11:11.038Z] coverage: 68.9% of statements [2022-02-12T02:11:11.038Z] ok github.com/docker/docker/libnetwork/driverapi 0.050s coverage: 68.9% of statements [2022-02-12T02:11:11.038Z] --- PASS: TestNetworkMarshalling (0.22s) [2022-02-12T02:11:11.038Z] === RUN TestEndpointMarshalling [2022-02-12T02:11:11.038Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-02-12T02:11:11.038Z] === RUN TestAuxAddresses [2022-02-12T02:11:11.038Z] time="2022-02-12T02:11:10Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-12T02:11:11.038Z] --- PASS: TestAuxAddresses (0.02s) [2022-02-12T02:11:11.038Z] === RUN TestSRVServiceQuery [2022-02-12T02:11:11.038Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:11.038Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-02-12T02:11:11.038Z] === RUN TestServiceVIPReuse [2022-02-12T02:11:11.038Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:11.038Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-02-12T02:11:11.038Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-02-12T02:11:11.038Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:11.038Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-02-12T02:11:11.038Z] === RUN TestDNSIPQuery [2022-02-12T02:11:11.038Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:11.038Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-02-12T02:11:11.038Z] === RUN TestDNSProxyServFail [2022-02-12T02:11:11.038Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:11.038Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-02-12T02:11:11.038Z] === RUN TestSandboxAddEmpty [2022-02-12T02:11:11.038Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:11.038Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-02-12T02:11:11.038Z] === RUN TestSandboxAddMultiPrio [2022-02-12T02:11:11.038Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:11.038Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-02-12T02:11:11.038Z] === RUN TestSandboxAddSamePrio [2022-02-12T02:11:11.038Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:11.038Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-02-12T02:11:11.038Z] === RUN TestCleanupServiceDiscovery [2022-02-12T02:11:11.038Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:11.038Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-02-12T02:11:11.038Z] === RUN TestDNSOptions [2022-02-12T02:11:11.038Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:11.038Z] --- SKIP: TestDNSOptions (0.00s) [2022-02-12T02:11:11.038Z] === RUN TestMultipleControllersWithSameStore [2022-02-12T02:11:11.038Z] time="2022-02-12T02:11:10Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-12T02:11:11.038Z] time="2022-02-12T02:11:10Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-12T02:11:11.038Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-02-12T02:11:11.038Z] PASS [2022-02-12T02:11:11.038Z] coverage: 8.5% of statements [2022-02-12T02:11:11.038Z] ok github.com/docker/docker/libnetwork 0.403s coverage: 8.5% of statements [2022-02-12T02:11:11.286Z] INFO: Testing against a local daemon [2022-02-12T02:11:11.286Z] === RUN TestVolumesCreateAndList [2022-02-12T02:11:11.286Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-02-12T02:11:11.286Z] === RUN TestVolumesRemove [2022-02-12T02:11:11.286Z] --- PASS: TestVolumesRemove (0.08s) [2022-02-12T02:11:11.286Z] === RUN TestVolumesInspect [2022-02-12T02:11:11.286Z] --- PASS: TestVolumesInspect (0.01s) [2022-02-12T02:11:11.286Z] === RUN TestVolumesInvalidJSON [2022-02-12T02:11:11.286Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-02-12T02:11:11.286Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-02-12T02:11:11.286Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-02-12T02:11:11.286Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-02-12T02:11:11.286Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-02-12T02:11:11.286Z] PASS [2022-02-12T02:11:11.286Z] [2022-02-12T02:11:11.286Z] DONE 5 tests in 0.166s [2022-02-12T02:11:11.286Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-02-12T02:11:11.494Z] === RUN TestDriver [2022-02-12T02:11:11.494Z] --- PASS: TestDriver (0.00s) [2022-02-12T02:11:11.494Z] PASS [2022-02-12T02:11:11.494Z] coverage: 34.8% of statements [2022-02-12T02:11:11.494Z] ok github.com/docker/docker/libnetwork/drivers/host 0.051s coverage: 34.8% of statements [2022-02-12T02:11:11.659Z] === RUN TestJSONFileLogger [2022-02-12T02:11:11.659Z] --- PASS: TestJSONFileLogger (0.00s) [2022-02-12T02:11:11.659Z] === RUN TestJSONFileLoggerWithTags [2022-02-12T02:11:11.659Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-02-12T02:11:11.659Z] === RUN TestJSONFileLoggerWithOpts [2022-02-12T02:11:11.659Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-02-12T02:11:11.659Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-02-12T02:11:11.659Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-02-12T02:11:11.659Z] === RUN TestEncodeDecode [2022-02-12T02:11:11.659Z] === PAUSE TestEncodeDecode [2022-02-12T02:11:11.659Z] === RUN TestUnexpectedEOF [2022-02-12T02:11:11.659Z] time="2022-02-12T02:11:11Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-02-12T02:11:11.659Z] time="2022-02-12T02:11:11Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-02-12T02:11:11.659Z] --- PASS: TestUnexpectedEOF (0.13s) [2022-02-12T02:11:11.659Z] === RUN TestReadLogs [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Live/Tail [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Live/Tail [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Live/TailEmpty [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Live/TailEmpty [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Live/Follow [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Live/Follow [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/Tail [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/Tail [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/TailEmpty [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/TailEmpty [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Live/Tail [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Live/Tail/Exact [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Live/Tail/Exact [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Live/Tail/LessThanAvailable [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Live/Tail/LessThanAvailable [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Live/Tail/MoreThanAvailable [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Live/Tail/MoreThanAvailable [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Live/Tail/All [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Live/Tail/All [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Live/Tail/Since [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Live/Tail/Since [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Live/Tail/MoreThanSince [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Live/Tail/MoreThanSince [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Live/Tail/LessThanSince [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Live/Tail/LessThanSince [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Live/Tail/Until [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Live/Tail/Until [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Live/Tail/SinceAndUntil [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Live/Tail/SinceAndUntil [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Live/Tail/Exact [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Live/Tail/SinceAndUntil [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Live/Tail/Until [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Live/Tail/LessThanSince [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Live/Tail/MoreThanSince [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Live/Tail/Since [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Live/Tail/All [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Live/Tail/MoreThanAvailable [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Live/Tail/LessThanAvailable [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Stopped/Tail [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/Tail/Exact [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/Tail/Exact [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/Tail/LessThanAvailable [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/Tail/LessThanAvailable [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/Tail/MoreThanAvailable [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/Tail/MoreThanAvailable [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/Tail/All [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/Tail/All [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/Tail/Since [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/Tail/Since [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/Tail/MoreThanSince [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/Tail/MoreThanSince [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/Tail/LessThanSince [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/Tail/LessThanSince [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/Tail/Until [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/Tail/Until [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/Tail/SinceAndUntil [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/Tail/SinceAndUntil [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Stopped/Tail/Exact [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Stopped/TailEmpty [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/TailEmpty/Zero [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/TailEmpty/Zero [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/TailEmpty/All [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/TailEmpty/All [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/TailEmpty/Tail [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/TailEmpty/Tail [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/TailEmpty/Since [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/TailEmpty/Since [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/TailEmpty/Until [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/TailEmpty/Until [2022-02-12T02:11:11.659Z] === RUN TestReadLogs/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:11:11.659Z] === PAUSE TestReadLogs/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Stopped/TailEmpty/Zero [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Stopped/Tail/SinceAndUntil [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Stopped/Tail/Until [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Stopped/Tail/LessThanSince [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:11:11.659Z] === CONT TestReadLogs/Stopped/Tail/MoreThanSince [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Stopped/Tail/Since [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Stopped/Tail/All [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Stopped/Tail/MoreThanAvailable [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Stopped/Tail/LessThanAvailable [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/TailEmpty [2022-02-12T02:11:11.660Z] === RUN TestReadLogs/Live/TailEmpty/Zero [2022-02-12T02:11:11.660Z] === PAUSE TestReadLogs/Live/TailEmpty/Zero [2022-02-12T02:11:11.660Z] === RUN TestReadLogs/Live/TailEmpty/All [2022-02-12T02:11:11.660Z] === PAUSE TestReadLogs/Live/TailEmpty/All [2022-02-12T02:11:11.660Z] === RUN TestReadLogs/Live/TailEmpty/Tail [2022-02-12T02:11:11.660Z] === PAUSE TestReadLogs/Live/TailEmpty/Tail [2022-02-12T02:11:11.660Z] === RUN TestReadLogs/Live/TailEmpty/Since [2022-02-12T02:11:11.660Z] === PAUSE TestReadLogs/Live/TailEmpty/Since [2022-02-12T02:11:11.660Z] === RUN TestReadLogs/Live/TailEmpty/Until [2022-02-12T02:11:11.660Z] === PAUSE TestReadLogs/Live/TailEmpty/Until [2022-02-12T02:11:11.660Z] === RUN TestReadLogs/Live/TailEmpty/SinceAndUntil [2022-02-12T02:11:11.660Z] === PAUSE TestReadLogs/Live/TailEmpty/SinceAndUntil [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/Follow [2022-02-12T02:11:11.660Z] === RUN TestReadLogs/Live/Follow/FromEmptyLog [2022-02-12T02:11:11.660Z] === PAUSE TestReadLogs/Live/Follow/FromEmptyLog [2022-02-12T02:11:11.660Z] === RUN TestReadLogs/Live/Follow/AttachMidStream [2022-02-12T02:11:11.660Z] === PAUSE TestReadLogs/Live/Follow/AttachMidStream [2022-02-12T02:11:11.660Z] === RUN TestReadLogs/Live/Follow/Since [2022-02-12T02:11:11.660Z] === PAUSE TestReadLogs/Live/Follow/Since [2022-02-12T02:11:11.660Z] === RUN TestReadLogs/Live/Follow/Until [2022-02-12T02:11:11.660Z] === PAUSE TestReadLogs/Live/Follow/Until [2022-02-12T02:11:11.660Z] === RUN TestReadLogs/Live/Follow/SinceAndUntil [2022-02-12T02:11:11.660Z] === PAUSE TestReadLogs/Live/Follow/SinceAndUntil [2022-02-12T02:11:11.660Z] === RUN TestReadLogs/Live/Follow/Tail=0 [2022-02-12T02:11:11.660Z] === PAUSE TestReadLogs/Live/Follow/Tail=0 [2022-02-12T02:11:11.660Z] === RUN TestReadLogs/Live/Follow/Tail>0 [2022-02-12T02:11:11.660Z] === PAUSE TestReadLogs/Live/Follow/Tail>0 [2022-02-12T02:11:11.660Z] === RUN TestReadLogs/Live/Follow/MultipleStarts [2022-02-12T02:11:11.660Z] === PAUSE TestReadLogs/Live/Follow/MultipleStarts [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Stopped/TailEmpty/Tail [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Stopped/TailEmpty/Since [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Stopped/TailEmpty/All [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Stopped/TailEmpty/Until [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/Follow/FromEmptyLog [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/TailEmpty/Zero [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/TailEmpty/Since [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/TailEmpty/Tail [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/TailEmpty/All [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/Follow/Since [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/TailEmpty/SinceAndUntil [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/TailEmpty/Until [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/Follow/MultipleStarts [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/Follow/Tail>0 [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/Follow/Tail=0 [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/Follow/SinceAndUntil [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/Follow/Until [2022-02-12T02:11:11.660Z] === CONT TestReadLogs/Live/Follow/AttachMidStream [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Tail (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Tail/Exact (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Tail/SinceAndUntil (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Tail/Until (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Tail/LessThanSince (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Tail/MoreThanSince (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Tail/Since (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Tail/All (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Tail/MoreThanAvailable (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Tail/LessThanAvailable (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/TailEmpty (0.05s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/TailEmpty/Zero (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/TailEmpty/SinceAndUntil (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/TailEmpty/Tail (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/TailEmpty/Since (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/TailEmpty/All (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/TailEmpty/Until (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/Tail (0.10s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/Tail/Exact (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/Tail/SinceAndUntil (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/Tail/Until (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/Tail/All (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/Tail/MoreThanAvailable (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/Tail/LessThanAvailable (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/Tail/MoreThanSince (0.01s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/Tail/Since (0.01s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Stopped/Tail/LessThanSince (0.02s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/TailEmpty (0.10s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/TailEmpty/Zero (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/TailEmpty/Since (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/TailEmpty/Tail (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/TailEmpty/All (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/TailEmpty/SinceAndUntil (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/TailEmpty/Until (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Follow (0.00s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Follow/FromEmptyLog (0.10s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Follow/Since (0.11s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Follow/MultipleStarts (0.11s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Follow/Tail>0 (0.10s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Follow/Tail=0 (0.03s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Follow/SinceAndUntil (0.02s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Follow/Until (0.02s) [2022-02-12T02:11:11.660Z] --- PASS: TestReadLogs/Live/Follow/AttachMidStream (0.02s) [2022-02-12T02:11:11.660Z] === CONT TestEncodeDecode [2022-02-12T02:11:11.660Z] --- PASS: TestEncodeDecode (0.00s) [2022-02-12T02:11:11.660Z] PASS [2022-02-12T02:11:11.660Z] coverage: 80.5% of statements [2022-02-12T02:11:11.660Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.353s coverage: 80.5% of statements [2022-02-12T02:11:11.660Z] === RUN TestWriteLog [2022-02-12T02:11:11.660Z] === PAUSE TestWriteLog [2022-02-12T02:11:11.660Z] === RUN TestReadLog [2022-02-12T02:11:11.660Z] === RUN TestReadLog/Live/Tail [2022-02-12T02:11:11.660Z] === PAUSE TestReadLog/Live/Tail [2022-02-12T02:11:11.660Z] === RUN TestReadLog/Live/TailEmpty [2022-02-12T02:11:11.660Z] === PAUSE TestReadLog/Live/TailEmpty [2022-02-12T02:11:11.660Z] === RUN TestReadLog/Live/Follow [2022-02-12T02:11:11.660Z] === PAUSE TestReadLog/Live/Follow [2022-02-12T02:11:11.660Z] === RUN TestReadLog/Stopped/Tail [2022-02-12T02:11:11.660Z] === PAUSE TestReadLog/Stopped/Tail [2022-02-12T02:11:11.660Z] === RUN TestReadLog/Stopped/TailEmpty [2022-02-12T02:11:11.660Z] === PAUSE TestReadLog/Stopped/TailEmpty [2022-02-12T02:11:11.660Z] === CONT TestReadLog/Live/Tail [2022-02-12T02:11:11.660Z] === CONT TestReadLog/Stopped/Tail [2022-02-12T02:11:11.660Z] === CONT TestReadLog/Stopped/TailEmpty [2022-02-12T02:11:11.801Z] --- PASS: TestServiceWithDataPathPortInit (15.38s) [2022-02-12T02:11:11.801Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-02-12T02:11:11.801Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-02-12T02:11:11.852Z] Stopping apparmor (via systemctl): apparmor.service. [2022-02-12T02:11:11.852Z] Removing test suite binaries [2022-02-12T02:11:11.852Z] exiting test-integration [2022-02-12T02:11:11.852Z] ++ exit 0 [2022-02-12T02:11:11.852Z] [2022-02-12T02:11:11.936Z] === RUN TestOpenFileDelete [2022-02-12T02:11:11.936Z] --- PASS: TestOpenFileDelete (0.00s) [2022-02-12T02:11:11.936Z] === RUN TestOpenFileRename [2022-02-12T02:11:11.936Z] --- PASS: TestOpenFileRename (0.00s) [2022-02-12T02:11:11.936Z] === RUN TestHandleDecoderErr [2022-02-12T02:11:11.936Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-02-12T02:11:11.936Z] === RUN TestParseLogTagDefaultTag [2022-02-12T02:11:11.936Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-02-12T02:11:11.936Z] === RUN TestParseLogTag [2022-02-12T02:11:11.936Z] --- PASS: TestParseLogTag (0.00s) [2022-02-12T02:11:11.936Z] === RUN TestParseLogTagEmptyTag [2022-02-12T02:11:11.936Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-02-12T02:11:11.936Z] === RUN TestTailFiles [2022-02-12T02:11:11.936Z] --- PASS: TestTailFiles (0.00s) [2022-02-12T02:11:11.936Z] === RUN TestFollowLogsConsumerGone [2022-02-12T02:11:11.936Z] --- PASS: TestFollowLogsConsumerGone (0.01s) [2022-02-12T02:11:11.936Z] === RUN TestFollowLogsProducerGone [2022-02-12T02:11:11.936Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-02-12T02:11:11.936Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-02-12T02:11:11.936Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-02-12T02:11:11.936Z] === RUN TestCheckCapacityAndRotate [2022-02-12T02:11:11.936Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-02-12T02:11:11.936Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-02-12T02:11:11.936Z] --- PASS: TestCheckCapacityAndRotate (0.07s) [2022-02-12T02:11:11.936Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-02-12T02:11:11.936Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-02-12T02:11:11.936Z] PASS [2022-02-12T02:11:11.936Z] coverage: 55.6% of statements [2022-02-12T02:11:11.936Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.228s coverage: 55.6% of statements [2022-02-12T02:11:11.936Z] === RUN TestLog [2022-02-12T02:11:11.936Z] --- PASS: TestLog (0.01s) [2022-02-12T02:11:11.936Z] PASS [2022-02-12T02:11:11.936Z] coverage: 31.5% of statements [2022-02-12T02:11:11.936Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.079s coverage: 31.5% of statements [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Tail/Exact [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Tail/Exact [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Tail/LessThanAvailable [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Tail/LessThanAvailable [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Tail/MoreThanAvailable [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Tail/MoreThanAvailable [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Tail/All [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Tail/All [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Tail/Since [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Tail/Since [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Tail/MoreThanSince [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Tail/MoreThanSince [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Tail/LessThanSince [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Tail/LessThanSince [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Tail/Until [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Tail/Until [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Tail/SinceAndUntil [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Tail/SinceAndUntil [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Tail/Exact [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Tail/LessThanSince [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/TailEmpty/Zero [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/TailEmpty/Zero [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/TailEmpty/All [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/TailEmpty/All [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/TailEmpty/Tail [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/TailEmpty/Tail [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/TailEmpty/Since [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/TailEmpty/Since [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/TailEmpty/Until [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/TailEmpty/Until [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Follow [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/Tail/Exact [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/Tail/Exact [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/Tail/LessThanAvailable [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/Tail/LessThanAvailable [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/Tail/MoreThanAvailable [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/Tail/MoreThanAvailable [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/Tail/All [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/Tail/All [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/Tail/Since [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/Tail/Since [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/Tail/MoreThanSince [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/Tail/MoreThanSince [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/Tail/LessThanSince [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/Tail/LessThanSince [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/Tail/Until [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/Tail/Until [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Stopped/Tail/SinceAndUntil [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Stopped/Tail/SinceAndUntil [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Follow/FromEmptyLog [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Follow/FromEmptyLog [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Follow/AttachMidStream [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Follow/AttachMidStream [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Follow/Since [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Follow/Since [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Follow/Until [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Follow/Until [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Follow/SinceAndUntil [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Follow/SinceAndUntil [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Follow/Tail=0 [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Follow/Tail=0 [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Follow/Tail>0 [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Follow/Tail>0 [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/Follow/MultipleStarts [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/Follow/MultipleStarts [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/TailEmpty [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Tail/Until [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Tail/All [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Tail/MoreThanSince [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Tail/SinceAndUntil [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Tail/Since [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Tail/MoreThanAvailable [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Tail/LessThanAvailable [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/TailEmpty/Zero [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/TailEmpty/SinceAndUntil [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/TailEmpty/Until [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/TailEmpty/Since [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/TailEmpty/Zero [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/TailEmpty/Zero [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/TailEmpty/All [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/TailEmpty/All [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/TailEmpty/Tail [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/TailEmpty/Tail [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/TailEmpty/Since [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/TailEmpty/Since [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/TailEmpty/Until [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/TailEmpty/Until [2022-02-12T02:11:12.122Z] === RUN TestReadLog/Live/TailEmpty/SinceAndUntil [2022-02-12T02:11:12.122Z] === PAUSE TestReadLog/Live/TailEmpty/SinceAndUntil [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/TailEmpty/Tail [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/TailEmpty/All [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/Tail/Exact [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/Tail/LessThanAvailable [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/Tail/SinceAndUntil [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/Tail/Until [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/Tail/LessThanSince [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/Tail/MoreThanSince [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/Tail/Since [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/Tail/All [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Follow/FromEmptyLog [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Stopped/Tail/MoreThanAvailable [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Follow/Tail=0 [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Follow/Since [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Follow/Until [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Follow/SinceAndUntil [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Follow/AttachMidStream [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Follow/MultipleStarts [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/Follow/Tail>0 [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/TailEmpty/Zero [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/TailEmpty/Since [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/TailEmpty/SinceAndUntil [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/TailEmpty/Until [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/TailEmpty/All [2022-02-12T02:11:12.122Z] === CONT TestReadLog/Live/TailEmpty/Tail [2022-02-12T02:11:12.122Z] === RUN TestOpenFileDelete [2022-02-12T02:11:12.122Z] --- PASS: TestOpenFileDelete (0.00s) [2022-02-12T02:11:12.122Z] === RUN TestOpenFileRename [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Tail (0.01s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Tail/Exact (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Tail/LessThanSince (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Tail/Until (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Tail/SinceAndUntil (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Tail/MoreThanSince (0.01s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Tail/MoreThanAvailable (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Tail/LessThanAvailable (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Tail/All (0.01s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Tail/Since (0.02s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/Tail (0.01s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/Tail/Exact (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/Tail/LessThanAvailable (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/Tail/SinceAndUntil (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/Tail/Until (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/Tail/LessThanSince (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/Tail/MoreThanSince (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/Tail/Since (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/Tail/MoreThanAvailable (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/Tail/All (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/TailEmpty (0.04s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/TailEmpty/Zero (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/TailEmpty/SinceAndUntil (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/TailEmpty/Until (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/TailEmpty/Tail (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/TailEmpty/Since (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Stopped/TailEmpty/All (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/TailEmpty (0.02s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/TailEmpty/Zero (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/TailEmpty/Since (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/TailEmpty/SinceAndUntil (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/TailEmpty/Until (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/TailEmpty/All (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/TailEmpty/Tail (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Follow (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Follow/FromEmptyLog (0.01s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Follow/Since (0.00s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Follow/SinceAndUntil (0.02s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Follow/Until (0.06s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Follow/Tail=0 (0.09s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Follow/AttachMidStream (0.08s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Follow/MultipleStarts (0.07s) [2022-02-12T02:11:12.122Z] --- PASS: TestReadLog/Live/Follow/Tail>0 (0.03s) [2022-02-12T02:11:12.122Z] --- PASS: TestOpenFileRename (0.00s) [2022-02-12T02:11:12.122Z] === RUN TestHandleDecoderErr [2022-02-12T02:11:12.122Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-02-12T02:11:12.122Z] === RUN TestParseLogTagDefaultTag [2022-02-12T02:11:12.122Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-02-12T02:11:12.122Z] === RUN TestParseLogTag [2022-02-12T02:11:12.122Z] --- PASS: TestParseLogTag (0.00s) [2022-02-12T02:11:12.122Z] === RUN TestParseLogTagEmptyTag [2022-02-12T02:11:12.122Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-02-12T02:11:12.122Z] === RUN TestTailFiles [2022-02-12T02:11:12.122Z] --- PASS: TestTailFiles (0.00s) [2022-02-12T02:11:12.122Z] === RUN TestFollowLogsConsumerGone [2022-02-12T02:11:12.122Z] === RUN TestDecode [2022-02-12T02:11:12.122Z] --- PASS: TestFollowLogsConsumerGone (0.01s) [2022-02-12T02:11:12.122Z] === RUN TestFollowLogsProducerGone [2022-02-12T02:11:12.122Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-02-12T02:11:12.122Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-02-12T02:11:12.122Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-02-12T02:11:12.122Z] === RUN TestCheckCapacityAndRotate [2022-02-12T02:11:12.122Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-02-12T02:11:12.122Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-02-12T02:11:12.122Z] --- PASS: TestDecode (0.04s) [2022-02-12T02:11:12.122Z] === CONT TestWriteLog [2022-02-12T02:11:12.122Z] --- PASS: TestWriteLog (0.00s) [2022-02-12T02:11:12.122Z] PASS [2022-02-12T02:11:12.122Z] coverage: 79.5% of statements [2022-02-12T02:11:12.122Z] ok github.com/docker/docker/daemon/logger/local 0.224s coverage: 79.5% of statements [2022-02-12T02:11:12.122Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-02-12T02:11:12.122Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-02-12T02:11:12.122Z] --- PASS: TestCheckCapacityAndRotate (0.15s) [2022-02-12T02:11:12.122Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-02-12T02:11:12.123Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2022-02-12T02:11:12.123Z] PASS [2022-02-12T02:11:12.123Z] coverage: 57.1% of statements [2022-02-12T02:11:12.123Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.248s coverage: 57.1% of statements [2022-02-12T02:11:12.328Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.88s) [2022-02-12T02:11:12.328Z] PASS [2022-02-12T02:11:12.328Z] [2022-02-12T02:11:12.328Z] === Skipped [2022-02-12T02:11:12.328Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-12T02:11:12.328Z] service_test.go:243: FLAKY_TEST [2022-02-12T02:11:12.328Z] [2022-02-12T02:11:12.328Z] DONE 26 tests, 1 skipped in 42.482s [2022-02-12T02:11:12.328Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-02-12T02:11:12.328Z] ++ 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-02-12T02:11:12.328Z] ++ set -e [2022-02-12T02:11:12.328Z] ++ '[' -n 0 ']' [2022-02-12T02:11:12.328Z] ++ set -x [2022-02-12T02:11:12.328Z] ++ 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-02-12T02:11:12.328Z] INFO: Testing against a local daemon [2022-02-12T02:11:12.328Z] === RUN TestDockerNetworkIpvlanPersistance [2022-02-12T02:11:12.328Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:11:12.328Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-12T02:11:12.328Z] === RUN TestDockerNetworkIpvlan [2022-02-12T02:11:12.328Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:11:12.328Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-02-12T02:11:12.328Z] PASS [2022-02-12T02:11:12.328Z] [2022-02-12T02:11:12.328Z] === Skipped [2022-02-12T02:11:12.328Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-12T02:11:12.328Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:11:12.328Z] [2022-02-12T02:11:12.328Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-02-12T02:11:12.328Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:11:12.328Z] [2022-02-12T02:11:12.328Z] DONE 2 tests, 2 skipped in 0.110s [2022-02-12T02:11:12.328Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-02-12T02:11:12.328Z] ++ 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-02-12T02:11:12.328Z] ++ set -e [2022-02-12T02:11:12.328Z] ++ '[' -n 0 ']' [2022-02-12T02:11:12.328Z] ++ set -x [2022-02-12T02:11:12.328Z] ++ 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-02-12T02:11:12.328Z] INFO: Testing against a local daemon [2022-02-12T02:11:12.328Z] === RUN TestDockerNetworkMacvlanPersistance [2022-02-12T02:11:12.405Z] === RUN TestParseLogFormat [2022-02-12T02:11:12.405Z] --- PASS: TestParseLogFormat (0.00s) [2022-02-12T02:11:12.459Z] === RUN TestDriver [2022-02-12T02:11:12.459Z] --- PASS: TestDriver (0.00s) [2022-02-12T02:11:12.459Z] PASS [2022-02-12T02:11:12.459Z] coverage: 34.8% of statements [2022-02-12T02:11:12.459Z] ok github.com/docker/docker/libnetwork/drivers/null 0.046s coverage: 34.8% of statements [2022-02-12T02:11:12.583Z] === RUN TestLog [2022-02-12T02:11:12.583Z] --- PASS: TestLog (0.00s) [2022-02-12T02:11:12.583Z] PASS [2022-02-12T02:11:12.583Z] coverage: 31.5% of statements [2022-02-12T02:11:12.874Z] === RUN TestValidateLogOptEmpty [2022-02-12T02:11:12.874Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-02-12T02:11:12.874Z] === RUN TestValidateSyslogAddress [2022-02-12T02:11:12.874Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-02-12T02:11:12.874Z] === RUN TestParseAddressDefaultPort [2022-02-12T02:11:12.874Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-02-12T02:11:12.874Z] === RUN TestValidateSyslogFacility [2022-02-12T02:11:12.874Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-02-12T02:11:12.874Z] === RUN TestValidateLogOptSyslogFormat [2022-02-12T02:11:12.874Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-02-12T02:11:12.874Z] === RUN TestValidateLogOpt [2022-02-12T02:11:12.874Z] --- PASS: TestValidateLogOpt (0.00s) [2022-02-12T02:11:12.874Z] PASS [2022-02-12T02:11:12.874Z] coverage: 46.8% of statements [2022-02-12T02:11:12.874Z] ok github.com/docker/docker/daemon/logger/syslog 0.094s coverage: 46.8% of statements [2022-02-12T02:11:12.874Z] === RUN TestValidateLogOpt [2022-02-12T02:11:12.874Z] --- PASS: TestValidateLogOpt (0.00s) [2022-02-12T02:11:12.874Z] === RUN TestNewMissedConfig [2022-02-12T02:11:12.874Z] --- PASS: TestNewMissedConfig (0.00s) [2022-02-12T02:11:12.874Z] === RUN TestNewMissedUrl [2022-02-12T02:11:12.874Z] --- PASS: TestNewMissedUrl (0.00s) [2022-02-12T02:11:12.874Z] === RUN TestNewMissedToken [2022-02-12T02:11:12.874Z] --- PASS: TestNewMissedToken (0.00s) [2022-02-12T02:11:12.874Z] === RUN TestNewWithProxy [2022-02-12T02:11:12.874Z] --- PASS: TestNewWithProxy (0.00s) [2022-02-12T02:11:12.874Z] === RUN TestDefault [2022-02-12T02:11:12.874Z] --- PASS: TestDefault (0.01s) [2022-02-12T02:11:12.874Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-02-12T02:11:12.874Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-02-12T02:11:12.874Z] === RUN TestJsonFormat [2022-02-12T02:11:12.874Z] --- PASS: TestJsonFormat (0.03s) [2022-02-12T02:11:12.874Z] === RUN TestRawFormat [2022-02-12T02:11:12.874Z] --- PASS: TestRawFormat (0.00s) [2022-02-12T02:11:12.874Z] === RUN TestRawFormatWithLabels [2022-02-12T02:11:12.874Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-02-12T02:11:12.874Z] === RUN TestRawFormatWithoutTag [2022-02-12T02:11:12.874Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-02-12T02:11:12.874Z] === RUN TestBatching [2022-02-12T02:11:12.874Z] === RUN TestNewParse [2022-02-12T02:11:12.874Z] --- PASS: TestNewParse (0.00s) [2022-02-12T02:11:12.874Z] PASS [2022-02-12T02:11:12.874Z] coverage: 8.3% of statements [2022-02-12T02:11:12.874Z] ok github.com/docker/docker/daemon/logger/templates 0.059s coverage: 8.3% of statements [2022-02-12T02:11:12.915Z] === RUN TestNetworkAllocateFree [2022-02-12T02:11:12.915Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-02-12T02:11:12.915Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-02-12T02:11:12.915Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-02-12T02:11:12.915Z] PASS [2022-02-12T02:11:12.915Z] coverage: 63.6% of statements [2022-02-12T02:11:12.915Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.050s coverage: 63.6% of statements [2022-02-12T02:11:12.915Z] === RUN TestGetEmptyCapabilities [2022-02-12T02:11:12.915Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-02-12T02:11:12.915Z] === RUN TestGetExtraCapabilities [2022-02-12T02:11:12.915Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-02-12T02:11:12.915Z] === RUN TestGetInvalidCapabilities [2022-02-12T02:11:12.915Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-02-12T02:11:12.915Z] === RUN TestRemoteDriver [2022-02-12T02:11:12.915Z] --- PASS: TestRemoteDriver (0.01s) [2022-02-12T02:11:12.915Z] === RUN TestDriverError [2022-02-12T02:11:12.915Z] --- PASS: TestDriverError (0.02s) [2022-02-12T02:11:12.915Z] === RUN TestMissingValues [2022-02-12T02:11:12.915Z] --- PASS: TestMissingValues (0.01s) [2022-02-12T02:11:12.915Z] === RUN TestRollback [2022-02-12T02:11:12.915Z] --- PASS: TestRollback (0.01s) [2022-02-12T02:11:12.915Z] PASS [2022-02-12T02:11:12.915Z] coverage: 57.4% of statements [2022-02-12T02:11:12.915Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.159s coverage: 57.4% of statements [2022-02-12T02:11:13.043Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.057s coverage: 31.5% of statements Post stage [Pipeline] junit [2022-02-12T02:11:13.238Z] Recording test results [2022-02-12T02:11:13.257Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2022-02-12T02:11:13.257Z] === RUN TestDockerNetworkMacvlan [2022-02-12T02:11:13.342Z] --- PASS: TestBatching (0.47s) [2022-02-12T02:11:13.343Z] === RUN TestFrequency [2022-02-12T02:11:13.503Z] === RUN TestNewParse [2022-02-12T02:11:13.503Z] --- PASS: TestNewParse (0.00s) [2022-02-12T02:11:13.503Z] PASS [2022-02-12T02:11:13.503Z] coverage: 8.3% of statements [2022-02-12T02:11:13.503Z] ok github.com/docker/docker/daemon/logger/templates 0.059s coverage: 8.3% of statements [2022-02-12T02:11:13.503Z] === RUN TestParseLogFormat [2022-02-12T02:11:13.503Z] --- PASS: TestParseLogFormat (0.00s) [2022-02-12T02:11:13.503Z] === RUN TestValidateLogOptEmpty [2022-02-12T02:11:13.503Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-02-12T02:11:13.503Z] === RUN TestValidateSyslogAddress [2022-02-12T02:11:13.503Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-02-12T02:11:13.503Z] === RUN TestParseAddressDefaultPort [2022-02-12T02:11:13.503Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-02-12T02:11:13.503Z] === RUN TestValidateSyslogFacility [2022-02-12T02:11:13.503Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-02-12T02:11:13.503Z] === RUN TestValidateLogOptSyslogFormat [2022-02-12T02:11:13.503Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-02-12T02:11:13.503Z] === RUN TestValidateLogOpt [2022-02-12T02:11:13.503Z] --- PASS: TestValidateLogOpt (0.00s) [2022-02-12T02:11:13.503Z] PASS [2022-02-12T02:11:13.503Z] coverage: 46.8% of statements [2022-02-12T02:11:13.503Z] ok github.com/docker/docker/daemon/logger/syslog 0.043s coverage: 46.8% of statements [2022-02-12T02:11:13.503Z] === RUN TestValidateLogOpt [2022-02-12T02:11:13.503Z] --- PASS: TestValidateLogOpt (0.00s) [2022-02-12T02:11:13.503Z] === RUN TestNewMissedConfig [2022-02-12T02:11:13.503Z] --- PASS: TestNewMissedConfig (0.00s) [2022-02-12T02:11:13.503Z] === RUN TestNewMissedUrl [2022-02-12T02:11:13.504Z] --- PASS: TestNewMissedUrl (0.00s) [2022-02-12T02:11:13.504Z] === RUN TestNewMissedToken [2022-02-12T02:11:13.504Z] --- PASS: TestNewMissedToken (0.00s) [2022-02-12T02:11:13.504Z] === RUN TestNewWithProxy [2022-02-12T02:11:13.504Z] --- PASS: TestNewWithProxy (0.00s) [2022-02-12T02:11:13.504Z] === RUN TestDefault [2022-02-12T02:11:13.504Z] --- PASS: TestDefault (0.01s) [2022-02-12T02:11:13.504Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-02-12T02:11:13.504Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-02-12T02:11:13.504Z] === RUN TestJsonFormat [2022-02-12T02:11:13.504Z] --- PASS: TestJsonFormat (0.01s) [2022-02-12T02:11:13.504Z] === RUN TestRawFormat [2022-02-12T02:11:13.504Z] --- PASS: TestRawFormat (0.00s) [2022-02-12T02:11:13.504Z] === RUN TestRawFormatWithLabels [2022-02-12T02:11:13.504Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-02-12T02:11:13.504Z] === RUN TestRawFormatWithoutTag [2022-02-12T02:11:13.504Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-02-12T02:11:13.504Z] === RUN TestBatching [2022-02-12T02:11:13.716Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-02-12T02:11:13.811Z] --- PASS: TestFrequency (0.24s) [2022-02-12T02:11:13.811Z] === RUN TestOneMessagePerRequest [2022-02-12T02:11:13.811Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-02-12T02:11:13.811Z] === RUN TestVerify [2022-02-12T02:11:13.811Z] --- PASS: TestVerify (0.00s) [2022-02-12T02:11:13.811Z] === RUN TestSkipVerify [2022-02-12T02:11:13.811Z] time="2022-02-12T02:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:13.811Z] time="2022-02-12T02:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:13.811Z] time="2022-02-12T02:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:13.819Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-02-12T02:11:13.877Z] --- PASS: TestRandomAllocateDeallocate (6.84s) [2022-02-12T02:11:13.877Z] === RUN TestAllocateRandomDeallocate [2022-02-12T02:11:13.877Z] === RUN TestNew [2022-02-12T02:11:13.877Z] --- PASS: TestNew (0.00s) [2022-02-12T02:11:13.877Z] === RUN TestAddDriver [2022-02-12T02:11:13.877Z] --- PASS: TestAddDriver (0.00s) [2022-02-12T02:11:13.877Z] === RUN TestAddDuplicateDriver [2022-02-12T02:11:13.877Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-02-12T02:11:13.877Z] === RUN TestIPAMDefaultAddressSpaces [2022-02-12T02:11:13.877Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-02-12T02:11:13.877Z] === RUN TestDriver [2022-02-12T02:11:13.877Z] --- PASS: TestDriver (0.00s) [2022-02-12T02:11:13.877Z] === RUN TestIPAM [2022-02-12T02:11:13.877Z] --- PASS: TestIPAM (0.00s) [2022-02-12T02:11:13.877Z] === RUN TestWalkIPAMs [2022-02-12T02:11:13.877Z] --- PASS: TestWalkIPAMs (0.00s) [2022-02-12T02:11:13.877Z] === RUN TestWalkDrivers [2022-02-12T02:11:13.877Z] --- PASS: TestWalkDrivers (0.00s) [2022-02-12T02:11:13.877Z] PASS [2022-02-12T02:11:13.877Z] coverage: 82.4% of statements [2022-02-12T02:11:13.877Z] ok github.com/docker/docker/libnetwork/drvregistry 0.083s coverage: 82.4% of statements [2022-02-12T02:11:13.877Z] === RUN TestNAT [2022-02-12T02:11:13.877Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-02-12T02:11:13.877Z] --- SKIP: TestNAT (0.00s) [2022-02-12T02:11:13.877Z] === RUN TestTransparent [2022-02-12T02:11:13.877Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-02-12T02:11:13.877Z] --- SKIP: TestTransparent (0.00s) [2022-02-12T02:11:13.877Z] PASS [2022-02-12T02:11:13.877Z] coverage: 0.0% of statements [2022-02-12T02:11:13.877Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.057s coverage: 0.0% of statements [2022-02-12T02:11:13.963Z] --- PASS: TestBatching (0.42s) [2022-02-12T02:11:13.963Z] === RUN TestFrequency [2022-02-12T02:11:13.978Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:lw0fk0bmq0wsqgl8ix2w8xsb2 Created:2022-02-12 02:11:12.128488739 +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[2f1c74f237dd820021e2f6b4329fcb72a2d978a929f123959fea8a111dc50ec8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uj62ifx7d14vug60fv5ok5zsj EndpointID:22d98367717fe715c61b35dc57c90f4e89b647573c0ac471eec1ff2c1ba449b1 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3aae910706bdaa6cd4e5d58397987d835fd11ff811c4be8469ccefcf04083aa7 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:a9bec11995bf IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uj62ifx7d14vug60fv5ok5zsj EndpointID:22d98367717fe715c61b35dc57c90f4e89b647573c0ac471eec1ff2c1ba449b1 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-02-12T02:11:14.283Z] --- PASS: TestSkipVerify (0.45s) [2022-02-12T02:11:14.283Z] === RUN TestBufferMaximum [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631873.820439\",\"host\":\"3cb6df4edf73\"}'" [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631873.820439\",\"host\":\"3cb6df4edf73\"}'" [2022-02-12T02:11:14.283Z] --- PASS: TestBufferMaximum (0.00s) [2022-02-12T02:11:14.283Z] === RUN TestServerAlwaysDown [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631873.823438\",\"host\":\"3cb6df4edf73\"}'" [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631873.823438\",\"host\":\"3cb6df4edf73\"}'" [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631873.823438\",\"host\":\"3cb6df4edf73\"}'" [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631873.824439\",\"host\":\"3cb6df4edf73\"}'" [2022-02-12T02:11:14.283Z] time="2022-02-12T02:11:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631873.824439\",\"host\":\"3cb6df4edf73\"}'" [2022-02-12T02:11:14.283Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-02-12T02:11:14.283Z] === RUN TestCannotSendAfterClose [2022-02-12T02:11:14.283Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-02-12T02:11:14.283Z] === RUN TestDeadlockOnBlockedEndpoint [2022-02-12T02:11:14.283Z] === RUN TestV1IDService [2022-02-12T02:11:14.283Z] --- PASS: TestV1IDService (0.03s) [2022-02-12T02:11:14.283Z] === RUN TestV2MetadataService [2022-02-12T02:11:14.334Z] === RUN TestBuildDefault [2022-02-12T02:11:14.334Z] --- PASS: TestBuildDefault (0.00s) [2022-02-12T02:11:14.334Z] === RUN TestBuildHostnameDomainname [2022-02-12T02:11:14.334Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-02-12T02:11:14.334Z] === RUN TestBuildHostname [2022-02-12T02:11:14.334Z] --- PASS: TestBuildHostname (0.00s) [2022-02-12T02:11:14.334Z] === RUN TestBuildHostnameFQDN [2022-02-12T02:11:14.334Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-02-12T02:11:14.334Z] === RUN TestBuildNoIP [2022-02-12T02:11:14.334Z] --- PASS: TestBuildNoIP (0.00s) [2022-02-12T02:11:14.334Z] === RUN TestUpdate [2022-02-12T02:11:14.334Z] --- PASS: TestUpdate (0.00s) [2022-02-12T02:11:14.334Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-02-12T02:11:14.334Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-02-12T02:11:14.334Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-02-12T02:11:14.334Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-02-12T02:11:14.334Z] === RUN TestAddEmpty [2022-02-12T02:11:14.334Z] --- PASS: TestAddEmpty (0.00s) [2022-02-12T02:11:14.334Z] === RUN TestAdd [2022-02-12T02:11:14.334Z] --- PASS: TestAdd (0.00s) [2022-02-12T02:11:14.334Z] === RUN TestDeleteEmpty [2022-02-12T02:11:14.334Z] --- PASS: TestDeleteEmpty (0.00s) [2022-02-12T02:11:14.334Z] === RUN TestDeleteNewline [2022-02-12T02:11:14.334Z] --- PASS: TestDeleteNewline (0.00s) [2022-02-12T02:11:14.334Z] === RUN TestDelete [2022-02-12T02:11:14.334Z] --- PASS: TestDelete (0.00s) [2022-02-12T02:11:14.334Z] === RUN TestConcurrentWrites [2022-02-12T02:11:14.334Z] --- PASS: TestConcurrentWrites (0.28s) [2022-02-12T02:11:14.334Z] PASS [2022-02-12T02:11:14.334Z] coverage: 81.2% of statements [2022-02-12T02:11:14.334Z] ok github.com/docker/docker/libnetwork/etchosts 0.355s coverage: 81.2% of statements [2022-02-12T02:11:14.423Z] --- PASS: TestFrequency (0.28s) [2022-02-12T02:11:14.423Z] === RUN TestOneMessagePerRequest [2022-02-12T02:11:14.423Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-02-12T02:11:14.423Z] === RUN TestVerify [2022-02-12T02:11:14.423Z] --- PASS: TestVerify (0.00s) [2022-02-12T02:11:14.423Z] === RUN TestSkipVerify [2022-02-12T02:11:14.423Z] time="2022-02-12T02:11:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.423Z] time="2022-02-12T02:11:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.423Z] time="2022-02-12T02:11:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.748Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-02-12T02:11:14.790Z] === RUN TestCaller [2022-02-12T02:11:14.791Z] --- PASS: TestCaller (0.00s) [2022-02-12T02:11:14.791Z] PASS [2022-02-12T02:11:14.791Z] === RUN TestNew [2022-02-12T02:11:14.791Z] --- PASS: TestNew (0.00s) [2022-02-12T02:11:14.791Z] === RUN TestAllocate [2022-02-12T02:11:14.791Z] --- PASS: TestAllocate (0.00s) [2022-02-12T02:11:14.791Z] === RUN TestUninitialized [2022-02-12T02:11:14.791Z] --- PASS: TestUninitialized (0.00s) [2022-02-12T02:11:14.791Z] === RUN TestAllocateInRange [2022-02-12T02:11:14.791Z] --- PASS: TestAllocateInRange (0.00s) [2022-02-12T02:11:14.791Z] === RUN TestAllocateSerial [2022-02-12T02:11:14.791Z] --- PASS: TestAllocateSerial (0.00s) [2022-02-12T02:11:14.791Z] PASS [2022-02-12T02:11:14.791Z] coverage: 100.0% of statements [2022-02-12T02:11:14.791Z] coverage: 87.5% of statements [2022-02-12T02:11:14.791Z] ok github.com/docker/docker/libnetwork/idm 0.044s coverage: 87.5% of statements [2022-02-12T02:11:14.791Z] ok github.com/docker/docker/libnetwork/internal/caller 0.045s coverage: 100.0% of statements [2022-02-12T02:11:14.791Z] --- PASS: TestAllocateRandomDeallocate (1.26s) [2022-02-12T02:11:14.791Z] === RUN TestAllocateRandomDeallocateSerialize [2022-02-12T02:11:14.884Z] --- PASS: TestSkipVerify (0.41s) [2022-02-12T02:11:14.884Z] === RUN TestBufferMaximum [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631874.490000\",\"host\":\"a598b3a214fe\"}'" [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631874.490640\",\"host\":\"a598b3a214fe\"}'" [2022-02-12T02:11:14.884Z] --- PASS: TestBufferMaximum (0.00s) [2022-02-12T02:11:14.884Z] === RUN TestServerAlwaysDown [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631874.492640\",\"host\":\"a598b3a214fe\"}'" [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631874.492640\",\"host\":\"a598b3a214fe\"}'" [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631874.492640\",\"host\":\"a598b3a214fe\"}'" [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631874.493640\",\"host\":\"a598b3a214fe\"}'" [2022-02-12T02:11:14.884Z] time="2022-02-12T02:11:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644631874.493640\",\"host\":\"a598b3a214fe\"}'" [2022-02-12T02:11:14.884Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-02-12T02:11:14.884Z] === RUN TestCannotSendAfterClose [2022-02-12T02:11:14.884Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-02-12T02:11:14.884Z] === RUN TestDeadlockOnBlockedEndpoint [2022-02-12T02:11:14.884Z] === RUN TestV1IDService [2022-02-12T02:11:14.884Z] --- PASS: TestV1IDService (0.02s) [2022-02-12T02:11:14.884Z] === RUN TestV2MetadataService [2022-02-12T02:11:14.925Z] === RUN TestDockerSuite/TestBuildRm [2022-02-12T02:11:15.045Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-02-12T02:11:15.270Z] time="2022-02-12T02:11:14Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-02-12T02:11:15.270Z] time="2022-02-12T02:11:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"3cb6df4edf73\"}'" [2022-02-12T02:11:15.270Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-02-12T02:11:15.270Z] PASS [2022-02-12T02:11:15.270Z] coverage: 82.5% of statements [2022-02-12T02:11:15.270Z] ok github.com/docker/docker/daemon/logger/splunk 2.272s coverage: 82.5% of statements [2022-02-12T02:11:15.270Z] ? github.com/docker/docker/daemon/names [no test files] [2022-02-12T02:11:15.270Z] ? github.com/docker/docker/daemon/network [no test files] [2022-02-12T02:11:15.270Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-02-12T02:11:15.270Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-02-12T02:11:15.270Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-02-12T02:11:15.270Z] === RUN TestContinueOnError_MirrorEndpoint [2022-02-12T02:11:15.270Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-02-12T02:11:15.270Z] === RUN TestContinueOnError_NeverContinue [2022-02-12T02:11:15.270Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-02-12T02:11:15.270Z] === RUN TestManifestStore [2022-02-12T02:11:15.270Z] === RUN TestManifestStore/no_remote_or_local [2022-02-12T02:11:15.270Z] === RUN TestSuccessfulDownload [2022-02-12T02:11:15.270Z] download_test.go:267: Needs fixing on Windows [2022-02-12T02:11:15.270Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-02-12T02:11:15.270Z] === RUN TestCancelledDownload [2022-02-12T02:11:15.270Z] --- PASS: TestCancelledDownload (0.00s) [2022-02-12T02:11:15.270Z] === RUN TestMaxDownloadAttempts [2022-02-12T02:11:15.270Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-12T02:11:15.270Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-12T02:11:15.270Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-12T02:11:15.270Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-12T02:11:15.270Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-12T02:11:15.270Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-12T02:11:15.270Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-12T02:11:15.270Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-12T02:11:15.270Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-12T02:11:15.270Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-12T02:11:15.270Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-12T02:11:15.270Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-12T02:11:15.270Z] --- PASS: TestV2MetadataService (0.94s) [2022-02-12T02:11:15.270Z] PASS [2022-02-12T02:11:15.270Z] coverage: 48.2% of statements [2022-02-12T02:11:15.270Z] ok github.com/docker/docker/distribution/metadata 1.044s coverage: 48.2% of statements [2022-02-12T02:11:15.312Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-02-12T02:11:15.381Z] + echo Ensuring container killed. [2022-02-12T02:11:15.381Z] Ensuring container killed. [2022-02-12T02:11:15.381Z] + docker rm -vf docker-pr1 [2022-02-12T02:11:15.381Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-02-12T02:11:15.664Z] + echo Chowning /workspace to jenkins user [2022-02-12T02:11:15.665Z] Chowning /workspace to jenkins user [2022-02-12T02:11:15.665Z] + id -u [2022-02-12T02:11:15.665Z] + id -g [2022-02-12T02:11:15.665Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43231:/workspace busybox chown -R 1000:1000 /workspace [2022-02-12T02:11:15.665Z] Unable to find image 'busybox:latest' locally [2022-02-12T02:11:15.665Z] latest: Pulling from library/busybox [2022-02-12T02:11:15.738Z] time="2022-02-12T02:11:15Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2523962725\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-02-12T02:11:15.738Z] === RUN TestManifestStore/no_local_cache [2022-02-12T02:11:15.738Z] === RUN TestManifestStore/with_local_cache [2022-02-12T02:11:15.738Z] === RUN TestManifestStore/unknown_media_type [2022-02-12T02:11:15.738Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-02-12T02:11:15.738Z] time="2022-02-12T02:11:15Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:15.738Z] time="2022-02-12T02:11:15Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:15.738Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-02-12T02:11:15.738Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-02-12T02:11:15.738Z] time="2022-02-12T02:11:15Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:15.738Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-02-12T02:11:15.738Z] time="2022-02-12T02:11:15Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:15.738Z] time="2022-02-12T02:11:15Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:15.738Z] === RUN TestManifestStore/error_persisting_manifest [2022-02-12T02:11:15.738Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-02-12T02:11:15.738Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-02-12T02:11:15.738Z] time="2022-02-12T02:11:15Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-02-12T02:11:15.738Z] --- PASS: TestManifestStore (0.40s) [2022-02-12T02:11:15.738Z] --- PASS: TestManifestStore/no_remote_or_local (0.27s) [2022-02-12T02:11:15.738Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-02-12T02:11:15.738Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2022-02-12T02:11:15.738Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-02-12T02:11:15.738Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-02-12T02:11:15.738Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-02-12T02:11:15.738Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-02-12T02:11:15.738Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-02-12T02:11:15.738Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-02-12T02:11:15.738Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaType [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-02-12T02:11:15.738Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-02-12T02:11:15.738Z] === RUN TestFixManifestLayers [2022-02-12T02:11:15.738Z] --- PASS: TestFixManifestLayers (0.00s) [2022-02-12T02:11:15.738Z] === RUN TestFixManifestLayersBaseLayerParent [2022-02-12T02:11:15.738Z] pull_v2_test.go:73: Needs fixing on Windows [2022-02-12T02:11:15.738Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-02-12T02:11:15.738Z] === RUN TestFixManifestLayersBadParent [2022-02-12T02:11:15.738Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-02-12T02:11:15.738Z] === RUN TestValidateManifest [2022-02-12T02:11:15.738Z] pull_v2_test.go:118: Needs fixing on Windows [2022-02-12T02:11:15.738Z] --- SKIP: TestValidateManifest (0.00s) [2022-02-12T02:11:15.738Z] === RUN TestFormatPlatform [2022-02-12T02:11:15.738Z] --- PASS: TestFormatPlatform (0.00s) [2022-02-12T02:11:15.738Z] === RUN TestGetRepositoryMountCandidates [2022-02-12T02:11:15.738Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-02-12T02:11:15.738Z] === RUN TestLayerAlreadyExists [2022-02-12T02:11:15.738Z] 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-02-12T02:11:15.738Z] 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-02-12T02:11:15.738Z] 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-02-12T02:11:15.738Z] 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-02-12T02:11:15.738Z] 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-02-12T02:11:15.738Z] 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-02-12T02:11:15.738Z] --- PASS: TestLayerAlreadyExists (0.01s) [2022-02-12T02:11:15.738Z] === RUN TestWhenEmptyAuthConfig [2022-02-12T02:11:15.738Z] time="2022-02-12T02:11:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-12T02:11:15.738Z] time="2022-02-12T02:11:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-12T02:11:15.738Z] time="2022-02-12T02:11:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-12T02:11:15.738Z] time="2022-02-12T02:11:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-12T02:11:15.738Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-02-12T02:11:15.738Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.48s) [2022-02-12T02:11:15.738Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.48s) [2022-02-12T02:11:15.738Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.48s) [2022-02-12T02:11:15.738Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.48s) [2022-02-12T02:11:15.738Z] === RUN TestTransfer [2022-02-12T02:11:15.738Z] --- PASS: TestTransfer (0.12s) [2022-02-12T02:11:15.738Z] === RUN TestConcurrencyLimit [2022-02-12T02:11:15.753Z] === RUN TestSetSerialInsertDelete [2022-02-12T02:11:15.753Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-02-12T02:11:15.753Z] === RUN TestSetParallelInsertDelete [2022-02-12T02:11:15.855Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-02-12T02:11:15.855Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-02-12T02:11:15.855Z] === RUN TestContinueOnError_MirrorEndpoint [2022-02-12T02:11:15.855Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-02-12T02:11:15.855Z] === RUN TestContinueOnError_NeverContinue [2022-02-12T02:11:15.855Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-02-12T02:11:15.855Z] === RUN TestManifestStore [2022-02-12T02:11:15.855Z] === RUN TestManifestStore/no_remote_or_local [2022-02-12T02:11:15.855Z] time="2022-02-12T02:11:15Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1749592272\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-02-12T02:11:15.855Z] time="2022-02-12T02:11:15Z" 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-02-12T02:11:15.855Z] time="2022-02-12T02:11:15Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"a598b3a214fe\"}'" [2022-02-12T02:11:15.855Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-02-12T02:11:15.855Z] PASS [2022-02-12T02:11:15.855Z] coverage: 82.5% of statements [2022-02-12T02:11:15.855Z] === RUN TestManifestStore/no_local_cache [2022-02-12T02:11:15.855Z] ok github.com/docker/docker/daemon/logger/splunk 2.209s coverage: 82.5% of statements [2022-02-12T02:11:15.855Z] ? github.com/docker/docker/daemon/names [no test files] [2022-02-12T02:11:15.855Z] ? github.com/docker/docker/daemon/network [no test files] [2022-02-12T02:11:15.855Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-02-12T02:11:15.855Z] === RUN TestManifestStore/with_local_cache [2022-02-12T02:11:15.855Z] === RUN TestManifestStore/unknown_media_type [2022-02-12T02:11:15.855Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-02-12T02:11:15.855Z] time="2022-02-12T02:11:15Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:15.855Z] time="2022-02-12T02:11:15Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:15.855Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-02-12T02:11:15.855Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-02-12T02:11:15.855Z] time="2022-02-12T02:11:15Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:15.855Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-02-12T02:11:15.855Z] time="2022-02-12T02:11:15Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:15.855Z] === RUN TestSuccessfulDownload [2022-02-12T02:11:15.855Z] download_test.go:267: Needs fixing on Windows [2022-02-12T02:11:15.855Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-02-12T02:11:15.855Z] === RUN TestCancelledDownload [2022-02-12T02:11:15.855Z] --- PASS: TestCancelledDownload (0.00s) [2022-02-12T02:11:15.855Z] === RUN TestMaxDownloadAttempts [2022-02-12T02:11:15.855Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-12T02:11:15.855Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-12T02:11:15.855Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-12T02:11:15.855Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-12T02:11:15.855Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-12T02:11:15.855Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-12T02:11:15.855Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-12T02:11:15.855Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-12T02:11:15.855Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-12T02:11:15.856Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-12T02:11:15.856Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-12T02:11:15.856Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-12T02:11:15.856Z] --- PASS: TestV2MetadataService (0.90s) [2022-02-12T02:11:15.856Z] PASS [2022-02-12T02:11:15.856Z] coverage: 48.2% of statements [2022-02-12T02:11:15.856Z] time="2022-02-12T02:11:15Z" level=warning msg="reference for unknown type: " [2022-02-12T02:11:15.856Z] === RUN TestManifestStore/error_persisting_manifest [2022-02-12T02:11:15.856Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-02-12T02:11:15.856Z] ok github.com/docker/docker/distribution/metadata 0.988s coverage: 48.2% of statements [2022-02-12T02:11:15.856Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-02-12T02:11:15.856Z] time="2022-02-12T02:11:15Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-02-12T02:11:15.856Z] --- PASS: TestManifestStore (0.30s) [2022-02-12T02:11:15.856Z] --- PASS: TestManifestStore/no_remote_or_local (0.18s) [2022-02-12T02:11:15.856Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-02-12T02:11:15.856Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-02-12T02:11:15.856Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-02-12T02:11:15.856Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-02-12T02:11:15.856Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-02-12T02:11:15.856Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-02-12T02:11:15.856Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-02-12T02:11:15.856Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-02-12T02:11:15.856Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaType [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-02-12T02:11:15.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-02-12T02:11:15.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-02-12T02:11:15.856Z] === RUN TestFixManifestLayers [2022-02-12T02:11:15.856Z] --- PASS: TestFixManifestLayers (0.01s) [2022-02-12T02:11:15.856Z] === RUN TestFixManifestLayersBaseLayerParent [2022-02-12T02:11:15.856Z] pull_v2_test.go:73: Needs fixing on Windows [2022-02-12T02:11:15.856Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-02-12T02:11:15.856Z] === RUN TestFixManifestLayersBadParent [2022-02-12T02:11:15.856Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-02-12T02:11:15.856Z] === RUN TestValidateManifest [2022-02-12T02:11:15.856Z] pull_v2_test.go:118: Needs fixing on Windows [2022-02-12T02:11:15.856Z] --- SKIP: TestValidateManifest (0.00s) [2022-02-12T02:11:15.856Z] === RUN TestFormatPlatform [2022-02-12T02:11:15.856Z] --- PASS: TestFormatPlatform (0.00s) [2022-02-12T02:11:15.856Z] === RUN TestGetRepositoryMountCandidates [2022-02-12T02:11:15.856Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-02-12T02:11:15.856Z] === RUN TestLayerAlreadyExists [2022-02-12T02:11:15.856Z] 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-02-12T02:11:15.856Z] 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-02-12T02:11:15.856Z] 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-02-12T02:11:15.856Z] 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-02-12T02:11:15.856Z] 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-02-12T02:11:15.856Z] 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-02-12T02:11:15.856Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-02-12T02:11:15.856Z] === RUN TestWhenEmptyAuthConfig [2022-02-12T02:11:15.923Z] 009932687766: Pulling fs layer [2022-02-12T02:11:15.923Z] 009932687766: Verifying Checksum [2022-02-12T02:11:15.923Z] 009932687766: Download complete [2022-02-12T02:11:15.923Z] 009932687766: Pull complete [2022-02-12T02:11:15.923Z] Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb [2022-02-12T02:11:15.923Z] Status: Downloaded newer image for busybox:latest [2022-02-12T02:11:16.207Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-02-12T02:11:16.207Z] === RUN TestInactiveJobs [2022-02-12T02:11:16.207Z] === RUN TestNotFound [2022-02-12T02:11:16.207Z] --- PASS: TestNotFound (0.00s) [2022-02-12T02:11:16.207Z] === RUN TestConflict [2022-02-12T02:11:16.207Z] --- PASS: TestConflict (0.00s) [2022-02-12T02:11:16.207Z] === RUN TestForbidden [2022-02-12T02:11:16.207Z] --- PASS: TestForbidden (0.00s) [2022-02-12T02:11:16.207Z] === RUN TestInvalidParameter [2022-02-12T02:11:16.207Z] --- PASS: TestInvalidParameter (0.00s) [2022-02-12T02:11:16.207Z] === RUN TestNotImplemented [2022-02-12T02:11:16.207Z] --- PASS: TestNotImplemented (0.00s) [2022-02-12T02:11:16.207Z] === RUN TestNotModified [2022-02-12T02:11:16.207Z] --- PASS: TestNotModified (0.00s) [2022-02-12T02:11:16.207Z] === RUN TestUnauthorized [2022-02-12T02:11:16.207Z] --- PASS: TestUnauthorized (0.00s) [2022-02-12T02:11:16.207Z] === RUN TestUnknown [2022-02-12T02:11:16.207Z] --- PASS: TestUnknown (0.00s) [2022-02-12T02:11:16.207Z] === RUN TestCancelled [2022-02-12T02:11:16.207Z] --- PASS: TestCancelled (0.00s) [2022-02-12T02:11:16.207Z] === RUN TestDeadline [2022-02-12T02:11:16.207Z] --- PASS: TestDeadline (0.00s) [2022-02-12T02:11:16.207Z] === RUN TestDataLoss [2022-02-12T02:11:16.207Z] --- PASS: TestDataLoss (0.00s) [2022-02-12T02:11:16.207Z] === RUN TestUnavailable [2022-02-12T02:11:16.207Z] --- PASS: TestUnavailable (0.00s) [2022-02-12T02:11:16.207Z] === RUN TestSystem [2022-02-12T02:11:16.207Z] --- PASS: TestSystem (0.00s) [2022-02-12T02:11:16.207Z] === RUN TestFromStatusCode [2022-02-12T02:11:16.207Z] === RUN TestFromStatusCode/Not_Found [2022-02-12T02:11:16.207Z] === RUN TestFromStatusCode/Bad_Request [2022-02-12T02:11:16.207Z] === RUN TestFromStatusCode/Conflict [2022-02-12T02:11:16.207Z] === RUN TestFromStatusCode/Unauthorized [2022-02-12T02:11:16.207Z] === RUN TestFromStatusCode/Service_Unavailable [2022-02-12T02:11:16.207Z] === RUN TestFromStatusCode/Forbidden [2022-02-12T02:11:16.207Z] === RUN TestFromStatusCode/Not_Modified [2022-02-12T02:11:16.207Z] === RUN TestFromStatusCode/Not_Implemented [2022-02-12T02:11:16.207Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-02-12T02:11:16.207Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-02-12T02:11:16.207Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-02-12T02:11:16.207Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-02-12T02:11:16.207Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-02-12T02:11:16.207Z] --- PASS: TestFromStatusCode (0.00s) [2022-02-12T02:11:16.207Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-02-12T02:11:16.207Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-02-12T02:11:16.207Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-02-12T02:11:16.207Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-02-12T02:11:16.207Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-02-12T02:11:16.207Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-02-12T02:11:16.207Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-02-12T02:11:16.207Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-02-12T02:11:16.207Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-02-12T02:11:16.207Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-02-12T02:11:16.207Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-02-12T02:11:16.207Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-02-12T02:11:16.207Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-02-12T02:11:16.207Z] PASS [2022-02-12T02:11:16.207Z] coverage: 53.1% of statements [2022-02-12T02:11:16.207Z] ok github.com/docker/docker/errdefs 0.044s coverage: 53.1% of statements [2022-02-12T02:11:16.316Z] time="2022-02-12T02:11:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-12T02:11:16.316Z] time="2022-02-12T02:11:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-12T02:11:16.316Z] time="2022-02-12T02:11:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-12T02:11:16.316Z] time="2022-02-12T02:11:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-12T02:11:16.316Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-02-12T02:11:16.316Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.41s) [2022-02-12T02:11:16.316Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.41s) [2022-02-12T02:11:16.316Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.41s) [2022-02-12T02:11:16.316Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.41s) [2022-02-12T02:11:16.316Z] === RUN TestTransfer [2022-02-12T02:11:16.316Z] --- PASS: TestTransfer (0.12s) [2022-02-12T02:11:16.316Z] === RUN TestConcurrencyLimit [2022-02-12T02:11:16.681Z] --- PASS: TestInactiveJobs (0.38s) [2022-02-12T02:11:16.681Z] === RUN TestWatchRelease [2022-02-12T02:11:16.681Z] --- PASS: TestWatchRelease (0.04s) [2022-02-12T02:11:16.681Z] === RUN TestWatchFinishedTransfer [2022-02-12T02:11:16.681Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-02-12T02:11:16.681Z] === RUN TestDuplicateTransfer [2022-02-12T02:11:16.681Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-02-12T02:11:16.681Z] === RUN TestSuccessfulUpload [2022-02-12T02:11:16.716Z] === RUN TestInt2IP2IntConversion [2022-02-12T02:11:16.716Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.66s) [2022-02-12T02:11:16.716Z] === RUN TestRetrieveFromStore [2022-02-12T02:11:16.776Z] --- PASS: TestConcurrencyLimit (0.40s) [2022-02-12T02:11:16.776Z] === RUN TestInactiveJobs [2022-02-12T02:11:16.776Z] === RUN TestNotFound [2022-02-12T02:11:16.776Z] --- PASS: TestNotFound (0.00s) [2022-02-12T02:11:16.776Z] === RUN TestConflict [2022-02-12T02:11:16.776Z] --- PASS: TestConflict (0.00s) [2022-02-12T02:11:16.776Z] === RUN TestForbidden [2022-02-12T02:11:16.776Z] --- PASS: TestForbidden (0.00s) [2022-02-12T02:11:16.776Z] === RUN TestInvalidParameter [2022-02-12T02:11:16.776Z] --- PASS: TestInvalidParameter (0.00s) [2022-02-12T02:11:16.776Z] === RUN TestNotImplemented [2022-02-12T02:11:16.776Z] --- PASS: TestNotImplemented (0.00s) [2022-02-12T02:11:16.776Z] === RUN TestNotModified [2022-02-12T02:11:16.776Z] --- PASS: TestNotModified (0.00s) [2022-02-12T02:11:16.776Z] === RUN TestUnauthorized [2022-02-12T02:11:16.776Z] --- PASS: TestUnauthorized (0.00s) [2022-02-12T02:11:16.776Z] === RUN TestUnknown [2022-02-12T02:11:16.776Z] --- PASS: TestUnknown (0.00s) [2022-02-12T02:11:16.776Z] === RUN TestCancelled [2022-02-12T02:11:16.776Z] --- PASS: TestCancelled (0.00s) [2022-02-12T02:11:16.776Z] === RUN TestDeadline [2022-02-12T02:11:16.776Z] --- PASS: TestDeadline (0.00s) [2022-02-12T02:11:16.776Z] === RUN TestDataLoss [2022-02-12T02:11:16.776Z] --- PASS: TestDataLoss (0.00s) [2022-02-12T02:11:16.776Z] === RUN TestUnavailable [2022-02-12T02:11:16.776Z] --- PASS: TestUnavailable (0.00s) [2022-02-12T02:11:16.776Z] === RUN TestSystem [2022-02-12T02:11:16.776Z] --- PASS: TestSystem (0.00s) [2022-02-12T02:11:16.776Z] === RUN TestFromStatusCode [2022-02-12T02:11:16.776Z] === RUN TestFromStatusCode/Not_Found [2022-02-12T02:11:16.776Z] === RUN TestFromStatusCode/Bad_Request [2022-02-12T02:11:16.776Z] === RUN TestFromStatusCode/Conflict [2022-02-12T02:11:16.776Z] === RUN TestFromStatusCode/Unauthorized [2022-02-12T02:11:16.776Z] === RUN TestFromStatusCode/Service_Unavailable [2022-02-12T02:11:16.776Z] === RUN TestFromStatusCode/Forbidden [2022-02-12T02:11:16.776Z] === RUN TestFromStatusCode/Not_Modified [2022-02-12T02:11:16.776Z] === RUN TestFromStatusCode/Not_Implemented [2022-02-12T02:11:16.776Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-02-12T02:11:16.776Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-02-12T02:11:16.776Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-02-12T02:11:16.776Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-02-12T02:11:16.776Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-02-12T02:11:16.776Z] --- PASS: TestFromStatusCode (0.00s) [2022-02-12T02:11:16.776Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-02-12T02:11:16.776Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-02-12T02:11:16.776Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-02-12T02:11:16.776Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-02-12T02:11:16.776Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-02-12T02:11:16.776Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-02-12T02:11:16.776Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-02-12T02:11:16.776Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-02-12T02:11:16.776Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-02-12T02:11:16.776Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-02-12T02:11:16.776Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-02-12T02:11:16.776Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-02-12T02:11:16.776Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-02-12T02:11:16.776Z] PASS [2022-02-12T02:11:16.776Z] coverage: 53.1% of statements [2022-02-12T02:11:16.776Z] ok github.com/docker/docker/errdefs 0.062s coverage: 53.1% of statements [2022-02-12T02:11:16.839Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-02-12T02:11:17.150Z] --- PASS: TestWhenEmptyAuthConfig (1.25s) [2022-02-12T02:11:17.150Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-02-12T02:11:17.150Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-02-12T02:11:17.150Z] === RUN TestTokenPassThru [2022-02-12T02:11:17.150Z] --- PASS: TestTokenPassThru (0.01s) [2022-02-12T02:11:17.150Z] === RUN TestTokenPassThruDifferentHost [2022-02-12T02:11:17.150Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-02-12T02:11:17.150Z] PASS [2022-02-12T02:11:17.150Z] coverage: 24.6% of statements [2022-02-12T02:11:17.150Z] ok github.com/docker/docker/distribution 1.770s coverage: 24.6% of statements [2022-02-12T02:11:17.150Z] time="2022-02-12T02:11:16Z" level=error msg="Upload failed, retrying: simulating retry" [2022-02-12T02:11:17.150Z] --- PASS: TestSuccessfulUpload (0.35s) [2022-02-12T02:11:17.150Z] === RUN TestCancelledUpload [2022-02-12T02:11:17.150Z] --- PASS: TestCancelledUpload (0.00s) [2022-02-12T02:11:17.150Z] PASS [2022-02-12T02:11:17.150Z] coverage: 77.1% of statements [2022-02-12T02:11:17.150Z] ok github.com/docker/docker/distribution/xfer 1.845s coverage: 77.1% of statements [2022-02-12T02:11:17.150Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-02-12T02:11:17.150Z] ? github.com/docker/docker/dockerversion [no test files] [2022-02-12T02:11:17.172Z] --- PASS: TestRetrieveFromStore (0.48s) [2022-02-12T02:11:17.172Z] === RUN TestIsCorrupted [2022-02-12T02:11:17.172Z] --- PASS: TestInt2IP2IntConversion (0.53s) [2022-02-12T02:11:17.172Z] === RUN TestGetAddressVersion [2022-02-12T02:11:17.172Z] --- PASS: TestGetAddressVersion (0.00s) [2022-02-12T02:11:17.172Z] === RUN TestKeyString [2022-02-12T02:11:17.172Z] --- PASS: TestKeyString (0.00s) [2022-02-12T02:11:17.172Z] === RUN TestPoolDataMarshal [2022-02-12T02:11:17.172Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-02-12T02:11:17.172Z] === RUN TestSubnetsMarshal [2022-02-12T02:11:17.172Z] --- PASS: TestIsCorrupted (0.02s) [2022-02-12T02:11:17.172Z] === RUN TestSetRollover [2022-02-12T02:11:17.172Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-02-12T02:11:17.172Z] === RUN TestAddSubnets [2022-02-12T02:11:17.172Z] --- PASS: TestAddSubnets (0.07s) [2022-02-12T02:11:17.172Z] === RUN TestDoublePoolRelease [2022-02-12T02:11:17.172Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-02-12T02:11:17.172Z] === RUN TestAddReleasePoolID [2022-02-12T02:11:17.172Z] --- PASS: TestAddReleasePoolID (0.08s) [2022-02-12T02:11:17.172Z] === RUN TestPredefinedPool [2022-02-12T02:11:17.172Z] --- PASS: TestPredefinedPool (0.03s) [2022-02-12T02:11:17.172Z] === RUN TestRemoveSubnet [2022-02-12T02:11:17.204Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-02-12T02:11:17.236Z] --- PASS: TestWhenEmptyAuthConfig (1.12s) [2022-02-12T02:11:17.236Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-02-12T02:11:17.236Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-02-12T02:11:17.236Z] === RUN TestTokenPassThru [2022-02-12T02:11:17.236Z] --- PASS: TestTokenPassThru (0.01s) [2022-02-12T02:11:17.236Z] === RUN TestTokenPassThruDifferentHost [2022-02-12T02:11:17.236Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-02-12T02:11:17.236Z] PASS [2022-02-12T02:11:17.236Z] coverage: 24.6% of statements [2022-02-12T02:11:17.236Z] ok github.com/docker/docker/distribution 1.525s coverage: 24.6% of statements [2022-02-12T02:11:17.236Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-02-12T02:11:17.236Z] --- PASS: TestInactiveJobs (0.38s) [2022-02-12T02:11:17.236Z] === RUN TestWatchRelease [2022-02-12T02:11:17.236Z] --- PASS: TestWatchRelease (0.04s) [2022-02-12T02:11:17.236Z] === RUN TestWatchFinishedTransfer [2022-02-12T02:11:17.236Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-02-12T02:11:17.236Z] === RUN TestDuplicateTransfer [2022-02-12T02:11:17.236Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-02-12T02:11:17.236Z] === RUN TestSuccessfulUpload [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-02-12T02:11:17.593Z] + bundleName=amd64-cgroup2 [2022-02-12T02:11:17.594Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-02-12T02:11:17.594Z] Creating amd64-cgroup2-bundles.tar.gz [2022-02-12T02:11:17.594Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-02-12T02:11:17.594Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-02-12T02:11:17.619Z] === RUN TestFSGetInvalidData [2022-02-12T02:11:17.619Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-02-12T02:11:17.619Z] === RUN TestFSInvalidSet [2022-02-12T02:11:17.619Z] === RUN TestCompare [2022-02-12T02:11:17.619Z] --- PASS: TestCompare (0.00s) [2022-02-12T02:11:17.619Z] PASS [2022-02-12T02:11:17.619Z] coverage: 19.2% of statements [2022-02-12T02:11:17.619Z] --- PASS: TestFSInvalidSet (0.02s) [2022-02-12T02:11:17.619Z] === RUN TestFSInvalidRoot [2022-02-12T02:11:17.619Z] ok github.com/docker/docker/image/cache 0.106s coverage: 19.2% of statements [2022-02-12T02:11:17.619Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-02-12T02:11:17.619Z] === RUN TestFSMetadataGetSet [2022-02-12T02:11:17.619Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-02-12T02:11:17.619Z] === RUN TestFSInvalidWalker [2022-02-12T02:11:17.619Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-02-12T02:11:17.619Z] === RUN TestFSGetSet [2022-02-12T02:11:17.619Z] --- PASS: TestFSGetSet (0.03s) [2022-02-12T02:11:17.619Z] === RUN TestFSGetUnsetKey [2022-02-12T02:11:17.619Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-02-12T02:11:17.620Z] === RUN TestFSGetEmptyData [2022-02-12T02:11:17.620Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-02-12T02:11:17.620Z] === RUN TestFSDelete [2022-02-12T02:11:17.620Z] --- PASS: TestFSDelete (0.02s) [2022-02-12T02:11:17.620Z] === RUN TestFSWalker [2022-02-12T02:11:17.620Z] --- PASS: TestFSWalker (0.02s) [2022-02-12T02:11:17.620Z] === RUN TestFSWalkerStopOnError [2022-02-12T02:11:17.631Z] === RUN TestPoolRequest [2022-02-12T02:11:17.631Z] --- PASS: TestPoolRequest (0.00s) [2022-02-12T02:11:17.631Z] === RUN TestOtherRequests [2022-02-12T02:11:17.631Z] --- PASS: TestOtherRequests (0.00s) [2022-02-12T02:11:17.631Z] PASS [2022-02-12T02:11:17.631Z] coverage: 57.1% of statements [2022-02-12T02:11:17.631Z] ok github.com/docker/docker/libnetwork/ipams/null 0.050s coverage: 57.1% of statements [2022-02-12T02:11:17.631Z] --- PASS: TestRemoveSubnet (0.21s) [2022-02-12T02:11:17.631Z] === RUN TestGetSameAddress [2022-02-12T02:11:17.631Z] --- PASS: TestGetSameAddress (0.03s) [2022-02-12T02:11:17.631Z] === RUN TestPoolAllocationReuse [2022-02-12T02:11:17.696Z] time="2022-02-12T02:11:17Z" level=error msg="Upload failed, retrying: simulating retry" [2022-02-12T02:11:17.696Z] === RUN TestFSGetInvalidData [2022-02-12T02:11:17.696Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-02-12T02:11:17.696Z] === RUN TestFSInvalidSet [2022-02-12T02:11:17.696Z] --- PASS: TestFSInvalidSet (0.01s) [2022-02-12T02:11:17.696Z] === RUN TestFSInvalidRoot [2022-02-12T02:11:17.696Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-02-12T02:11:17.696Z] === RUN TestFSMetadataGetSet [2022-02-12T02:11:17.696Z] --- PASS: TestSuccessfulUpload (0.45s) [2022-02-12T02:11:17.696Z] === RUN TestCancelledUpload [2022-02-12T02:11:17.696Z] --- PASS: TestCancelledUpload (0.00s) [2022-02-12T02:11:17.696Z] PASS [2022-02-12T02:11:17.696Z] coverage: 77.6% of statements [2022-02-12T02:11:17.696Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-02-12T02:11:17.696Z] === RUN TestFSInvalidWalker [2022-02-12T02:11:17.696Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-02-12T02:11:17.696Z] === RUN TestFSGetSet [2022-02-12T02:11:17.696Z] ok github.com/docker/docker/distribution/xfer 1.922s coverage: 77.6% of statements [2022-02-12T02:11:17.696Z] ? github.com/docker/docker/dockerversion [no test files] [2022-02-12T02:11:17.696Z] --- PASS: TestFSGetSet (0.02s) [2022-02-12T02:11:17.696Z] === RUN TestFSGetUnsetKey [2022-02-12T02:11:17.696Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-02-12T02:11:17.696Z] === RUN TestFSGetEmptyData [2022-02-12T02:11:17.696Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-02-12T02:11:17.696Z] === RUN TestFSDelete [2022-02-12T02:11:17.696Z] --- PASS: TestFSDelete (0.02s) [2022-02-12T02:11:17.696Z] === RUN TestFSWalker [2022-02-12T02:11:17.696Z] --- PASS: TestFSWalker (0.04s) [2022-02-12T02:11:17.696Z] === RUN TestFSWalkerStopOnError [2022-02-12T02:11:17.696Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-02-12T02:11:17.696Z] === RUN TestNewFromJSON [2022-02-12T02:11:17.696Z] --- PASS: TestNewFromJSON (0.00s) [2022-02-12T02:11:17.696Z] === RUN TestNewFromJSONWithInvalidJSON [2022-02-12T02:11:17.696Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-02-12T02:11:17.696Z] === RUN TestMarshalKeyOrder [2022-02-12T02:11:17.696Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-02-12T02:11:17.696Z] === RUN TestHistoryEqual [2022-02-12T02:11:17.782Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [Pipeline] archiveArtifacts [2022-02-12T02:11:17.862Z] Archiving artifacts [2022-02-12T02:11:18.088Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-02-12T02:11:18.088Z] === RUN TestNewFromJSON [2022-02-12T02:11:18.088Z] --- PASS: TestNewFromJSON (0.00s) [2022-02-12T02:11:18.088Z] === RUN TestNewFromJSONWithInvalidJSON [2022-02-12T02:11:18.088Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-02-12T02:11:18.088Z] === RUN TestMarshalKeyOrder [2022-02-12T02:11:18.088Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-02-12T02:11:18.088Z] === RUN TestHistoryEqual [2022-02-12T02:11:18.088Z] --- PASS: TestHistoryEqual (0.21s) [2022-02-12T02:11:18.088Z] === RUN TestImage [2022-02-12T02:11:18.088Z] --- PASS: TestImage (0.00s) [2022-02-12T02:11:18.088Z] === RUN TestImageOSNotEmpty [2022-02-12T02:11:18.088Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-02-12T02:11:18.088Z] === RUN TestNewChildImageFromImageWithRootFS [2022-02-12T02:11:18.088Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-02-12T02:11:18.088Z] === RUN TestCreate [2022-02-12T02:11:18.088Z] --- PASS: TestCreate (0.01s) [2022-02-12T02:11:18.088Z] === RUN TestRestore [2022-02-12T02:11:18.088Z] time="2022-02-12T02:11:17Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-02-12T02:11:18.088Z] --- PASS: TestRestore (0.04s) [2022-02-12T02:11:18.088Z] === RUN TestAddDelete [2022-02-12T02:11:18.088Z] --- PASS: TestAddDelete (0.03s) [2022-02-12T02:11:18.088Z] === RUN TestSearchAfterDelete [2022-02-12T02:11:18.088Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-02-12T02:11:18.088Z] === RUN TestParentReset [2022-02-12T02:11:18.088Z] --- PASS: TestParentReset (0.07s) [2022-02-12T02:11:18.088Z] === RUN TestGetAndSetLastUpdated [2022-02-12T02:11:18.088Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-02-12T02:11:18.088Z] === RUN TestStoreLen [2022-02-12T02:11:18.157Z] --- PASS: TestHistoryEqual (0.13s) [2022-02-12T02:11:18.157Z] === RUN TestImage [2022-02-12T02:11:18.157Z] --- PASS: TestImage (0.00s) [2022-02-12T02:11:18.157Z] === RUN TestImageOSNotEmpty [2022-02-12T02:11:18.157Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-02-12T02:11:18.157Z] === RUN TestNewChildImageFromImageWithRootFS [2022-02-12T02:11:18.157Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-02-12T02:11:18.157Z] === RUN TestCreate [2022-02-12T02:11:18.157Z] --- PASS: TestCreate (0.01s) [2022-02-12T02:11:18.157Z] === RUN TestRestore [2022-02-12T02:11:18.157Z] time="2022-02-12T02:11:17Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-02-12T02:11:18.157Z] --- PASS: TestRestore (0.03s) [2022-02-12T02:11:18.157Z] === RUN TestAddDelete [2022-02-12T02:11:18.157Z] --- PASS: TestAddDelete (0.03s) [2022-02-12T02:11:18.157Z] === RUN TestSearchAfterDelete [2022-02-12T02:11:18.157Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-02-12T02:11:18.157Z] === RUN TestParentReset [2022-02-12T02:11:18.157Z] --- PASS: TestParentReset (0.04s) [2022-02-12T02:11:18.157Z] === RUN TestGetAndSetLastUpdated [2022-02-12T02:11:18.157Z] === RUN TestCompare [2022-02-12T02:11:18.157Z] --- PASS: TestCompare (0.00s) [2022-02-12T02:11:18.157Z] PASS [2022-02-12T02:11:18.157Z] coverage: 19.2% of statements [2022-02-12T02:11:18.157Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-02-12T02:11:18.157Z] === RUN TestStoreLen [2022-02-12T02:11:18.157Z] ok github.com/docker/docker/image/cache 0.080s coverage: 19.2% of statements [2022-02-12T02:11:18.157Z] --- PASS: TestStoreLen (0.06s) [2022-02-12T02:11:18.157Z] PASS [2022-02-12T02:11:18.157Z] coverage: 86.6% of statements [2022-02-12T02:11:18.157Z] ok github.com/docker/docker/image 0.538s coverage: 86.6% of statements [2022-02-12T02:11:18.355Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-02-12T02:11:18.355Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.71s) [2022-02-12T02:11:18.355Z] PASS [2022-02-12T02:11:18.355Z] [2022-02-12T02:11:18.355Z] === Skipped [2022-02-12T02:11:18.355Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-12T02:11:18.355Z] service_test.go:243: FLAKY_TEST [2022-02-12T02:11:18.355Z] [2022-02-12T02:11:18.355Z] DONE 26 tests, 1 skipped in 48.563s [2022-02-12T02:11:18.355Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-02-12T02:11:18.355Z] ++ 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-02-12T02:11:18.355Z] ++ set -e [2022-02-12T02:11:18.355Z] ++ '[' -n 0 ']' [2022-02-12T02:11:18.355Z] ++ set -x [2022-02-12T02:11:18.355Z] ++ 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-02-12T02:11:18.557Z] --- PASS: TestStoreLen (0.07s) [2022-02-12T02:11:18.557Z] PASS [2022-02-12T02:11:18.557Z] coverage: 86.6% of statements [2022-02-12T02:11:18.557Z] ok github.com/docker/docker/image 0.808s coverage: 86.6% of statements [2022-02-12T02:11:18.557Z] === RUN TestMakeV1ConfigFromConfig [2022-02-12T02:11:18.557Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-02-12T02:11:18.557Z] PASS [2022-02-12T02:11:18.557Z] coverage: 25.0% of statements [2022-02-12T02:11:18.557Z] ok github.com/docker/docker/image/v1 0.079s coverage: 25.0% of statements [2022-02-12T02:11:18.557Z] === RUN TestValidateManifest [2022-02-12T02:11:18.557Z] === RUN TestValidateManifest/nil [2022-02-12T02:11:18.557Z] === RUN TestValidateManifest/non-nil [2022-02-12T02:11:18.557Z] --- PASS: TestValidateManifest (0.00s) [2022-02-12T02:11:18.557Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-02-12T02:11:18.557Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-02-12T02:11:18.557Z] PASS [2022-02-12T02:11:18.557Z] coverage: 0.7% of statements [2022-02-12T02:11:18.557Z] ok github.com/docker/docker/image/tarexport 0.081s coverage: 0.7% of statements [2022-02-12T02:11:18.572Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-02-12T02:11:18.593Z] === RUN TestGetCapabilities [2022-02-12T02:11:18.593Z] --- PASS: TestGetCapabilities (0.01s) [2022-02-12T02:11:18.593Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-02-12T02:11:18.593Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-02-12T02:11:18.593Z] === RUN TestGetDefaultAddressSpaces [2022-02-12T02:11:18.593Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-02-12T02:11:18.593Z] === RUN TestRemoteDriver [2022-02-12T02:11:18.593Z] --- PASS: TestSetRollover (1.59s) [2022-02-12T02:11:18.593Z] === RUN TestSetRolloverSerial [2022-02-12T02:11:18.593Z] --- PASS: TestRemoteDriver (0.01s) [2022-02-12T02:11:18.593Z] PASS [2022-02-12T02:11:18.593Z] coverage: 47.4% of statements [2022-02-12T02:11:18.593Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.077s coverage: 47.4% of statements [2022-02-12T02:11:18.617Z] === RUN TestValidateManifest [2022-02-12T02:11:18.617Z] === RUN TestValidateManifest/non-nil [2022-02-12T02:11:18.617Z] === RUN TestValidateManifest/nil [2022-02-12T02:11:18.617Z] --- PASS: TestValidateManifest (0.00s) [2022-02-12T02:11:18.617Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-02-12T02:11:18.617Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-02-12T02:11:18.617Z] PASS [2022-02-12T02:11:18.617Z] coverage: 0.7% of statements [2022-02-12T02:11:18.617Z] ok github.com/docker/docker/image/tarexport 0.063s coverage: 0.7% of statements [2022-02-12T02:11:18.617Z] INFO: Testing against a local daemon [2022-02-12T02:11:18.617Z] === RUN TestDockerNetworkIpvlanPersistance [2022-02-12T02:11:18.617Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:11:18.617Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-12T02:11:18.617Z] === RUN TestDockerNetworkIpvlan [2022-02-12T02:11:18.617Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:11:18.617Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-02-12T02:11:18.617Z] PASS [2022-02-12T02:11:18.617Z] [2022-02-12T02:11:18.617Z] === Skipped [2022-02-12T02:11:18.617Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-12T02:11:18.617Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:11:18.617Z] [2022-02-12T02:11:18.617Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-02-12T02:11:18.617Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-12T02:11:18.617Z] [2022-02-12T02:11:18.617Z] DONE 2 tests, 2 skipped in 0.111s [2022-02-12T02:11:18.617Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-02-12T02:11:18.617Z] ++ 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-02-12T02:11:18.617Z] ++ set -e [2022-02-12T02:11:18.617Z] ++ '[' -n 0 ']' [2022-02-12T02:11:18.617Z] ++ set -x [2022-02-12T02:11:18.618Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-12T02:11:18.618Z] INFO: Testing against a local daemon [2022-02-12T02:11:18.618Z] === RUN TestDockerNetworkMacvlanPersistance [2022-02-12T02:11:18.618Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-02-12T02:11:19.025Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-02-12T02:11:19.077Z] === RUN TestMakeV1ConfigFromConfig [2022-02-12T02:11:19.077Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-02-12T02:11:19.077Z] PASS [2022-02-12T02:11:19.077Z] coverage: 25.0% of statements [2022-02-12T02:11:19.077Z] ok github.com/docker/docker/image/v1 0.079s coverage: 25.0% of statements [2022-02-12T02:11:19.077Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-02-12T02:11:19.189Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-02-12T02:11:19.494Z] === RUN TestSerialization [2022-02-12T02:11:19.494Z] --- PASS: TestSerialization (0.02s) [2022-02-12T02:11:19.494Z] PASS [2022-02-12T02:11:19.494Z] coverage: 100.0% of statements [2022-02-12T02:11:19.494Z] ok github.com/docker/docker/libcontainerd/queue 0.068s coverage: 100.0% of statements [2022-02-12T02:11:19.537Z] === RUN TestSerialization [2022-02-12T02:11:19.537Z] --- PASS: TestSerialization (0.02s) [2022-02-12T02:11:19.537Z] PASS [2022-02-12T02:11:19.537Z] coverage: 100.0% of statements [2022-02-12T02:11:19.537Z] ok github.com/docker/docker/libcontainerd/queue 0.071s coverage: 100.0% of statements [2022-02-12T02:11:19.553Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43231/1/artifacts/ [Pipeline] } [2022-02-12T02:11:19.555Z] --- PASS: TestPoolAllocationReuse (1.68s) [2022-02-12T02:11:19.555Z] === RUN TestGetAddressSubPoolEqualPool [2022-02-12T02:11:19.555Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-02-12T02:11:19.555Z] === RUN TestRequestReleaseAddressFromSubPool [2022-02-12T02:11:19.555Z] === RUN TestWindowsIPAM [2022-02-12T02:11:19.555Z] --- PASS: TestWindowsIPAM (0.00s) [2022-02-12T02:11:19.555Z] PASS [2022-02-12T02:11:19.555Z] coverage: 71.4% of statements [2022-02-12T02:11:19.555Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.048s coverage: 71.4% of statements [Pipeline] // catchError [Pipeline] sh [2022-02-12T02:11:19.868Z] + make clean [2022-02-12T02:11:19.997Z] === RUN TestEnvironmentParsing [2022-02-12T02:11:19.997Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-02-12T02:11:19.997Z] PASS [2022-02-12T02:11:19.997Z] coverage: 1.2% of statements [2022-02-12T02:11:19.997Z] ok github.com/docker/docker/libcontainerd/local 0.082s coverage: 1.2% of statements [2022-02-12T02:11:20.012Z] --- PASS: TestSetRolloverSerial (1.52s) [2022-02-12T02:11:20.012Z] === RUN TestGetFirstAvailableFromCurrent [2022-02-12T02:11:20.012Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-02-12T02:11:20.012Z] PASS [2022-02-12T02:11:20.126Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-12T02:11:20.126Z] docker-dev-cache [2022-02-12T02:11:20.126Z] docker-mod-cache [Pipeline] deleteDir [2022-02-12T02:11:20.133Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-02-12T02:11:20.133Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.45s) [2022-02-12T02:11:20.133Z] === RUN TestDockerNetworkMacvlan [2022-02-12T02:11:20.457Z] === RUN TestEmptyLayer [2022-02-12T02:11:20.457Z] --- PASS: TestEmptyLayer (0.00s) [2022-02-12T02:11:20.457Z] === RUN TestCommitFailure [2022-02-12T02:11:20.457Z] --- PASS: TestCommitFailure (0.02s) [2022-02-12T02:11:20.457Z] === RUN TestStartTransactionFailure [2022-02-12T02:11:20.457Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-02-12T02:11:20.457Z] === RUN TestGetOrphan [2022-02-12T02:11:20.457Z] --- PASS: TestGetOrphan (0.01s) [2022-02-12T02:11:20.457Z] === RUN TestMountAndRegister [2022-02-12T02:11:20.457Z] layer_test.go:270: Layer size: 14 [2022-02-12T02:11:20.468Z] coverage: 84.4% of statements [2022-02-12T02:11:20.468Z] ok github.com/docker/docker/libnetwork/bitseq 13.405s coverage: 84.4% of statements [2022-02-12T02:11:20.468Z] === RUN TestDefaultNetwork [2022-02-12T02:11:20.919Z] --- PASS: TestMountAndRegister (0.04s) [2022-02-12T02:11:20.919Z] === RUN TestLayerRelease [2022-02-12T02:11:20.919Z] layer_test.go:303: Failing on Windows [2022-02-12T02:11:20.919Z] --- SKIP: TestLayerRelease (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestStoreRestore [2022-02-12T02:11:20.919Z] layer_test.go:352: Failing on Windows [2022-02-12T02:11:20.919Z] --- SKIP: TestStoreRestore (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestTarStreamStability [2022-02-12T02:11:20.919Z] layer_test.go:467: Failing on Windows [2022-02-12T02:11:20.919Z] --- SKIP: TestTarStreamStability (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestRegisterExistingLayer [2022-02-12T02:11:20.919Z] --- PASS: TestRegisterExistingLayer (0.12s) [2022-02-12T02:11:20.919Z] === RUN TestTarStreamVerification [2022-02-12T02:11:20.919Z] layer_test.go:696: Failing on Windows [2022-02-12T02:11:20.919Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestLayerMigration [2022-02-12T02:11:20.919Z] migration_test.go:45: Failing on Windows [2022-02-12T02:11:20.919Z] --- SKIP: TestLayerMigration (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestLayerMigrationNoTarsplit [2022-02-12T02:11:20.919Z] migration_test.go:181: Failing on Windows [2022-02-12T02:11:20.919Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestMountInit [2022-02-12T02:11:20.919Z] mount_test.go:17: Failing on Windows [2022-02-12T02:11:20.919Z] --- SKIP: TestMountInit (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestMountSize [2022-02-12T02:11:20.919Z] mount_test.go:76: Failing on Windows [2022-02-12T02:11:20.919Z] --- SKIP: TestMountSize (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestMountChanges [2022-02-12T02:11:20.919Z] mount_test.go:125: Failing on Windows [2022-02-12T02:11:20.919Z] --- SKIP: TestMountChanges (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestMountApply [2022-02-12T02:11:20.919Z] mount_test.go:212: Failing on Windows [2022-02-12T02:11:20.919Z] --- SKIP: TestMountApply (0.00s) [2022-02-12T02:11:20.919Z] PASS [2022-02-12T02:11:20.919Z] coverage: 30.1% of statements [2022-02-12T02:11:20.919Z] ok github.com/docker/docker/layer 0.281s coverage: 30.1% of statements [2022-02-12T02:11:20.919Z] === RUN TestSequenceGetAvailableBit [2022-02-12T02:11:20.919Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestSequenceEqual [2022-02-12T02:11:20.919Z] --- PASS: TestSequenceEqual (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestSequenceCopy [2022-02-12T02:11:20.919Z] --- PASS: TestSequenceCopy (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestGetFirstAvailable [2022-02-12T02:11:20.919Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestFindSequence [2022-02-12T02:11:20.919Z] --- PASS: TestFindSequence (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestCheckIfAvailable [2022-02-12T02:11:20.919Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestMergeSequences [2022-02-12T02:11:20.919Z] --- PASS: TestMergeSequences (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestPushReservation [2022-02-12T02:11:20.919Z] --- PASS: TestPushReservation (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestSerializeDeserialize [2022-02-12T02:11:20.919Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestSet [2022-02-12T02:11:20.919Z] --- PASS: TestSet (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestSetUnset [2022-02-12T02:11:20.919Z] --- PASS: TestSetUnset (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestOffsetSetUnset [2022-02-12T02:11:20.919Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestSetInRange [2022-02-12T02:11:20.919Z] --- PASS: TestSetInRange (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestSetAnyInRange [2022-02-12T02:11:20.919Z] --- PASS: TestSetAnyInRange (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestMethods [2022-02-12T02:11:20.919Z] --- PASS: TestMethods (0.00s) [2022-02-12T02:11:20.919Z] === RUN TestRandomAllocateDeallocate [2022-02-12T02:11:20.919Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-02-12T02:11:20.920Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-02-12T02:11:20.920Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-02-12T02:11:20.920Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-02-12T02:11:20.925Z] --- PASS: TestDefaultNetwork (0.30s) [2022-02-12T02:11:20.926Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-02-12T02:11:20.926Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.30s) [2022-02-12T02:11:20.926Z] === RUN TestInitAddressPools [2022-02-12T02:11:20.926Z] --- PASS: TestInitAddressPools (0.00s) [2022-02-12T02:11:20.926Z] PASS [2022-02-12T02:11:20.926Z] coverage: 74.0% of statements [2022-02-12T02:11:20.926Z] ok github.com/docker/docker/libnetwork/ipamutils 0.683s coverage: 74.0% of statements [2022-02-12T02:11:21.063Z] === RUN TestEmptyLayer [2022-02-12T02:11:21.063Z] --- PASS: TestEmptyLayer (0.00s) [2022-02-12T02:11:21.063Z] === RUN TestCommitFailure [2022-02-12T02:11:21.063Z] --- PASS: TestCommitFailure (0.01s) [2022-02-12T02:11:21.063Z] === RUN TestStartTransactionFailure [2022-02-12T02:11:21.063Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-02-12T02:11:21.063Z] === RUN TestGetOrphan [2022-02-12T02:11:21.063Z] --- PASS: TestGetOrphan (0.01s) [2022-02-12T02:11:21.063Z] === RUN TestMountAndRegister [2022-02-12T02:11:21.063Z] layer_test.go:270: Layer size: 14 [2022-02-12T02:11:21.063Z] --- PASS: TestMountAndRegister (0.06s) [2022-02-12T02:11:21.063Z] === RUN TestLayerRelease [2022-02-12T02:11:21.063Z] layer_test.go:303: Failing on Windows [2022-02-12T02:11:21.063Z] --- SKIP: TestLayerRelease (0.00s) [2022-02-12T02:11:21.063Z] === RUN TestStoreRestore [2022-02-12T02:11:21.063Z] layer_test.go:352: Failing on Windows [2022-02-12T02:11:21.063Z] --- SKIP: TestStoreRestore (0.00s) [2022-02-12T02:11:21.063Z] === RUN TestTarStreamStability [2022-02-12T02:11:21.063Z] layer_test.go:467: Failing on Windows [2022-02-12T02:11:21.063Z] --- SKIP: TestTarStreamStability (0.00s) [2022-02-12T02:11:21.063Z] === RUN TestRegisterExistingLayer [2022-02-12T02:11:21.063Z] === RUN TestEnvironmentParsing [2022-02-12T02:11:21.063Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-02-12T02:11:21.063Z] PASS [2022-02-12T02:11:21.063Z] coverage: 1.2% of statements [2022-02-12T02:11:21.063Z] ok github.com/docker/docker/libcontainerd/local 0.069s coverage: 1.2% of statements [2022-02-12T02:11:21.063Z] --- PASS: TestRegisterExistingLayer (0.14s) [2022-02-12T02:11:21.063Z] === RUN TestTarStreamVerification [2022-02-12T02:11:21.063Z] layer_test.go:696: Failing on Windows [2022-02-12T02:11:21.063Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-02-12T02:11:21.063Z] === RUN TestLayerMigration [2022-02-12T02:11:21.063Z] migration_test.go:45: Failing on Windows [2022-02-12T02:11:21.063Z] --- SKIP: TestLayerMigration (0.00s) [2022-02-12T02:11:21.063Z] === RUN TestLayerMigrationNoTarsplit [2022-02-12T02:11:21.063Z] migration_test.go:181: Failing on Windows [2022-02-12T02:11:21.063Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-02-12T02:11:21.063Z] === RUN TestMountInit [2022-02-12T02:11:21.063Z] mount_test.go:17: Failing on Windows [2022-02-12T02:11:21.063Z] --- SKIP: TestMountInit (0.00s) [2022-02-12T02:11:21.063Z] === RUN TestMountSize [2022-02-12T02:11:21.063Z] mount_test.go:76: Failing on Windows [2022-02-12T02:11:21.063Z] --- SKIP: TestMountSize (0.00s) [2022-02-12T02:11:21.063Z] === RUN TestMountChanges [2022-02-12T02:11:21.063Z] mount_test.go:125: Failing on Windows [2022-02-12T02:11:21.063Z] --- SKIP: TestMountChanges (0.00s) [2022-02-12T02:11:21.063Z] === RUN TestMountApply [2022-02-12T02:11:21.063Z] mount_test.go:212: Failing on Windows [2022-02-12T02:11:21.063Z] --- SKIP: TestMountApply (0.00s) [2022-02-12T02:11:21.063Z] PASS [2022-02-12T02:11:21.063Z] coverage: 30.1% of statements [2022-02-12T02:11:21.063Z] ok github.com/docker/docker/layer 0.307s coverage: 30.1% of statements [2022-02-12T02:11:21.063Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-02-12T02:11:21.063Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-02-12T02:11:21.063Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-02-12T02:11:21.063Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-02-12T02:11:21.077Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-02-12T02:11:21.077Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-02-12T02:11:21.532Z] === RUN TestSequenceGetAvailableBit [2022-02-12T02:11:21.532Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestSequenceEqual [2022-02-12T02:11:21.532Z] --- PASS: TestSequenceEqual (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestSequenceCopy [2022-02-12T02:11:21.532Z] --- PASS: TestSequenceCopy (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestGetFirstAvailable [2022-02-12T02:11:21.532Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestFindSequence [2022-02-12T02:11:21.532Z] --- PASS: TestFindSequence (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestCheckIfAvailable [2022-02-12T02:11:21.532Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestMergeSequences [2022-02-12T02:11:21.532Z] --- PASS: TestMergeSequences (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestPushReservation [2022-02-12T02:11:21.532Z] --- PASS: TestPushReservation (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestSerializeDeserialize [2022-02-12T02:11:21.532Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestSet [2022-02-12T02:11:21.532Z] --- PASS: TestSet (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestSetUnset [2022-02-12T02:11:21.532Z] --- PASS: TestSetUnset (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestOffsetSetUnset [2022-02-12T02:11:21.532Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestSetInRange [2022-02-12T02:11:21.532Z] --- PASS: TestSetInRange (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestSetAnyInRange [2022-02-12T02:11:21.532Z] --- PASS: TestSetAnyInRange (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestMethods [2022-02-12T02:11:21.532Z] --- PASS: TestMethods (0.00s) [2022-02-12T02:11:21.532Z] === RUN TestRandomAllocateDeallocate [2022-02-12T02:11:21.650Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-02-12T02:11:21.843Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-02-12T02:11:21.887Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.43s) [2022-02-12T02:11:21.887Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-02-12T02:11:21.887Z] === RUN TestKeyValue [2022-02-12T02:11:21.887Z] --- PASS: TestKeyValue (0.00s) [2022-02-12T02:11:21.887Z] PASS [2022-02-12T02:11:21.887Z] coverage: 60.0% of statements [2022-02-12T02:11:21.887Z] ok github.com/docker/docker/libnetwork/netlabel 0.045s coverage: 60.0% of statements [2022-02-12T02:11:21.911Z] === RUN TestDockerSuite/TestBuildShellMultiple [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-12T02:11:22.406Z] --- PASS: TestDockerNetworkMacvlan (9.00s) [2022-02-12T02:11:22.406Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-02-12T02:11:22.406Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-02-12T02:11:22.406Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.79s) [2022-02-12T02:11:22.406Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.77s) [2022-02-12T02:11:22.406Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.87s) [2022-02-12T02:11:22.406Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.53s) [2022-02-12T02:11:22.406Z] PASS [2022-02-12T02:11:22.406Z] [2022-02-12T02:11:22.406Z] DONE 8 tests in 10.501s [2022-02-12T02:11:22.406Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-02-12T02:11:22.406Z] ++ 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-02-12T02:11:22.406Z] ++ set -e [2022-02-12T02:11:22.406Z] ++ '[' -n 0 ']' [2022-02-12T02:11:22.406Z] ++ set -x [2022-02-12T02:11:22.406Z] ++ 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-02-12T02:11:22.406Z] testing: warning: no tests to run [2022-02-12T02:11:22.406Z] PASS [2022-02-12T02:11:22.406Z] [2022-02-12T02:11:22.406Z] DONE 0 tests in 0.021s [2022-02-12T02:11:22.406Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-02-12T02:11:22.406Z] ++ 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-02-12T02:11:22.406Z] ++ set -e [2022-02-12T02:11:22.406Z] ++ '[' -n 0 ']' [2022-02-12T02:11:22.406Z] ++ set -x [2022-02-12T02:11:22.406Z] ++ 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-02-12T02:11:22.406Z] INFO: Testing against a local daemon [2022-02-12T02:11:22.406Z] === RUN TestAuthZPluginAllowRequest [2022-02-12T02:11:22.482Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-02-12T02:11:22.744Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-02-12T02:11:23.101Z] === RUN TestInvalidConfig [2022-02-12T02:11:23.101Z] --- PASS: TestInvalidConfig (0.00s) [2022-02-12T02:11:23.101Z] === RUN TestConfig [2022-02-12T02:11:23.101Z] --- PASS: TestConfig (0.00s) [2022-02-12T02:11:23.101Z] === RUN TestOptionsLabels [2022-02-12T02:11:23.101Z] --- PASS: TestOptionsLabels (0.00s) [2022-02-12T02:11:23.101Z] === RUN TestValidName [2022-02-12T02:11:23.101Z] --- PASS: TestValidName (0.00s) [2022-02-12T02:11:23.101Z] PASS [2022-02-12T02:11:23.101Z] coverage: 19.7% of statements [2022-02-12T02:11:23.101Z] ok github.com/docker/docker/libnetwork/config 0.070s coverage: 19.7% of statements [2022-02-12T02:11:23.562Z] === RUN TestKey [2022-02-12T02:11:23.562Z] --- PASS: TestKey (0.00s) [2022-02-12T02:11:23.562Z] === RUN TestParseKey [2022-02-12T02:11:23.562Z] --- PASS: TestParseKey (0.00s) [2022-02-12T02:11:23.562Z] === RUN TestInvalidDataStore [2022-02-12T02:11:23.562Z] --- PASS: TestInvalidDataStore (0.00s) [2022-02-12T02:11:23.562Z] === RUN TestKVObjectFlatKey [2022-02-12T02:11:23.562Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-02-12T02:11:23.562Z] === RUN TestAtomicKVObjectFlatKey [2022-02-12T02:11:23.562Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-02-12T02:11:23.562Z] PASS [2022-02-12T02:11:23.562Z] coverage: 21.9% of statements [2022-02-12T02:11:23.562Z] ok github.com/docker/docker/libnetwork/datastore 0.041s coverage: 21.9% of statements [2022-02-12T02:11:23.749Z] === RUN TestInvalidConfig [2022-02-12T02:11:23.749Z] --- PASS: TestInvalidConfig (0.00s) [2022-02-12T02:11:23.749Z] === RUN TestConfig [2022-02-12T02:11:23.749Z] --- PASS: TestConfig (0.00s) [2022-02-12T02:11:23.749Z] === RUN TestOptionsLabels [2022-02-12T02:11:23.749Z] --- PASS: TestOptionsLabels (0.00s) [2022-02-12T02:11:23.749Z] === RUN TestValidName [2022-02-12T02:11:23.749Z] --- PASS: TestValidName (0.00s) [2022-02-12T02:11:23.749Z] PASS [2022-02-12T02:11:23.749Z] coverage: 19.7% of statements [2022-02-12T02:11:23.749Z] ok github.com/docker/docker/libnetwork/config 0.093s coverage: 19.7% of statements [2022-02-12T02:11:23.774Z] --- PASS: TestAuthZPluginAllowRequest (1.09s) [2022-02-12T02:11:23.774Z] === RUN TestAuthZPluginTLS [2022-02-12T02:11:24.030Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-02-12T02:11:24.030Z] === RUN TestAuthZPluginDenyRequest [2022-02-12T02:11:24.533Z] === RUN TestErrorInterfaces [2022-02-12T02:11:24.533Z] --- PASS: TestErrorInterfaces (0.00s) [2022-02-12T02:11:24.533Z] === RUN TestNetworkMarshalling [2022-02-12T02:11:24.533Z] === RUN TestIPDataMarshalling [2022-02-12T02:11:24.533Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-02-12T02:11:24.533Z] === RUN TestValidateAndIsV6 [2022-02-12T02:11:24.533Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-02-12T02:11:24.533Z] PASS [2022-02-12T02:11:24.533Z] coverage: 68.9% of statements [2022-02-12T02:11:24.533Z] ok github.com/docker/docker/libnetwork/driverapi 0.045s coverage: 68.9% of statements [2022-02-12T02:11:24.533Z] --- PASS: TestNetworkMarshalling (0.17s) [2022-02-12T02:11:24.533Z] === RUN TestEndpointMarshalling [2022-02-12T02:11:24.533Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-02-12T02:11:24.533Z] === RUN TestAuxAddresses [2022-02-12T02:11:24.533Z] time="2022-02-12T02:11:24Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-12T02:11:24.533Z] --- PASS: TestAuxAddresses (0.01s) [2022-02-12T02:11:24.533Z] === RUN TestSRVServiceQuery [2022-02-12T02:11:24.533Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:24.533Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-02-12T02:11:24.533Z] === RUN TestServiceVIPReuse [2022-02-12T02:11:24.533Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:24.533Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-02-12T02:11:24.533Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-02-12T02:11:24.533Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:24.533Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-02-12T02:11:24.533Z] === RUN TestDNSIPQuery [2022-02-12T02:11:24.533Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:24.533Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-02-12T02:11:24.533Z] === RUN TestDNSProxyServFail [2022-02-12T02:11:24.533Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:24.533Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-02-12T02:11:24.533Z] === RUN TestSandboxAddEmpty [2022-02-12T02:11:24.533Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:24.533Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-02-12T02:11:24.533Z] === RUN TestSandboxAddMultiPrio [2022-02-12T02:11:24.533Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:24.533Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-02-12T02:11:24.533Z] === RUN TestSandboxAddSamePrio [2022-02-12T02:11:24.533Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:24.533Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-02-12T02:11:24.533Z] === RUN TestCleanupServiceDiscovery [2022-02-12T02:11:24.533Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:24.533Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-02-12T02:11:24.533Z] === RUN TestDNSOptions [2022-02-12T02:11:24.533Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:24.533Z] --- SKIP: TestDNSOptions (0.00s) [2022-02-12T02:11:24.533Z] === RUN TestMultipleControllersWithSameStore [2022-02-12T02:11:24.533Z] time="2022-02-12T02:11:24Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-12T02:11:24.533Z] time="2022-02-12T02:11:24Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-12T02:11:24.533Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-02-12T02:11:24.533Z] PASS [2022-02-12T02:11:24.533Z] coverage: 8.5% of statements [2022-02-12T02:11:24.533Z] ok github.com/docker/docker/libnetwork 0.320s coverage: 8.5% of statements [2022-02-12T02:11:24.594Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-02-12T02:11:24.594Z] === RUN TestAuthZPluginAPIDenyResponse [2022-02-12T02:11:24.737Z] === RUN TestKey [2022-02-12T02:11:24.737Z] --- PASS: TestKey (0.00s) [2022-02-12T02:11:24.737Z] === RUN TestParseKey [2022-02-12T02:11:24.737Z] --- PASS: TestParseKey (0.00s) [2022-02-12T02:11:24.737Z] === RUN TestInvalidDataStore [2022-02-12T02:11:24.737Z] --- PASS: TestInvalidDataStore (0.00s) [2022-02-12T02:11:24.737Z] === RUN TestKVObjectFlatKey [2022-02-12T02:11:24.737Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-02-12T02:11:24.737Z] === RUN TestAtomicKVObjectFlatKey [2022-02-12T02:11:24.737Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-02-12T02:11:24.737Z] PASS [2022-02-12T02:11:24.737Z] coverage: 21.9% of statements [2022-02-12T02:11:24.737Z] ok github.com/docker/docker/libnetwork/datastore 0.049s coverage: 21.9% of statements [2022-02-12T02:11:24.782Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.87s) [2022-02-12T02:11:24.782Z] === RUN TestGetAddress [2022-02-12T02:11:24.994Z] === RUN TestDriver [2022-02-12T02:11:24.994Z] --- PASS: TestDriver (0.00s) [2022-02-12T02:11:24.994Z] PASS [2022-02-12T02:11:24.994Z] coverage: 34.8% of statements [2022-02-12T02:11:24.994Z] ok github.com/docker/docker/libnetwork/drivers/host 0.049s coverage: 34.8% of statements [2022-02-12T02:11:25.157Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-02-12T02:11:25.157Z] === RUN TestAuthZPluginDenyResponse [2022-02-12T02:11:25.206Z] === RUN TestErrorInterfaces [2022-02-12T02:11:25.206Z] --- PASS: TestErrorInterfaces (0.00s) [2022-02-12T02:11:25.206Z] === RUN TestNetworkMarshalling [2022-02-12T02:11:25.206Z] --- PASS: TestNetworkMarshalling (0.22s) [2022-02-12T02:11:25.206Z] === RUN TestEndpointMarshalling [2022-02-12T02:11:25.206Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-02-12T02:11:25.206Z] === RUN TestAuxAddresses [2022-02-12T02:11:25.206Z] time="2022-02-12T02:11:25Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-12T02:11:25.206Z] === RUN TestIPDataMarshalling [2022-02-12T02:11:25.206Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-02-12T02:11:25.206Z] === RUN TestValidateAndIsV6 [2022-02-12T02:11:25.206Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-02-12T02:11:25.206Z] PASS [2022-02-12T02:11:25.206Z] coverage: 68.9% of statements [2022-02-12T02:11:25.206Z] ok github.com/docker/docker/libnetwork/driverapi 0.060s coverage: 68.9% of statements [2022-02-12T02:11:25.206Z] --- PASS: TestAuxAddresses (0.02s) [2022-02-12T02:11:25.206Z] === RUN TestSRVServiceQuery [2022-02-12T02:11:25.206Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:25.206Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-02-12T02:11:25.206Z] === RUN TestServiceVIPReuse [2022-02-12T02:11:25.206Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:25.206Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-02-12T02:11:25.206Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-02-12T02:11:25.206Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:25.206Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-02-12T02:11:25.206Z] === RUN TestDNSIPQuery [2022-02-12T02:11:25.206Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:25.206Z] --- SKIP: TestDNSIPQuery (0.01s) [2022-02-12T02:11:25.206Z] === RUN TestDNSProxyServFail [2022-02-12T02:11:25.206Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:25.206Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-02-12T02:11:25.206Z] === RUN TestSandboxAddEmpty [2022-02-12T02:11:25.206Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:25.206Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-02-12T02:11:25.206Z] === RUN TestSandboxAddMultiPrio [2022-02-12T02:11:25.206Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:25.206Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-02-12T02:11:25.206Z] === RUN TestSandboxAddSamePrio [2022-02-12T02:11:25.206Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:25.206Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-02-12T02:11:25.206Z] === RUN TestCleanupServiceDiscovery [2022-02-12T02:11:25.206Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:25.206Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-02-12T02:11:25.206Z] === RUN TestDNSOptions [2022-02-12T02:11:25.206Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:11:25.206Z] --- SKIP: TestDNSOptions (0.00s) [2022-02-12T02:11:25.206Z] === RUN TestMultipleControllersWithSameStore [2022-02-12T02:11:25.206Z] time="2022-02-12T02:11:25Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-12T02:11:25.206Z] time="2022-02-12T02:11:25Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-12T02:11:25.206Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-02-12T02:11:25.206Z] PASS [2022-02-12T02:11:25.206Z] coverage: 8.5% of statements [2022-02-12T02:11:25.237Z] === RUN TestNetworkDBSimple [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-02-12T02:11:25.237Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-02-12T02:11:25.293Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-02-12T02:11:25.293Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-02-12T02:11:25.293Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-02-12T02:11:25.293Z] docker_api_swarm_test.go:304: [d5323ae102f61] joining swarm manager [db9ab30808030]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:11:25.454Z] === RUN TestDriver [2022-02-12T02:11:25.454Z] --- PASS: TestDriver (0.00s) [2022-02-12T02:11:25.454Z] PASS [2022-02-12T02:11:25.454Z] coverage: 34.8% of statements [2022-02-12T02:11:25.454Z] ok github.com/docker/docker/libnetwork/drivers/null 0.043s coverage: 34.8% of statements [2022-02-12T02:11:25.556Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-02-12T02:11:25.556Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-02-12T02:11:25.556Z] === RUN TestDockerSuite/TestBuildSpaces [2022-02-12T02:11:25.675Z] ok github.com/docker/docker/libnetwork 0.412s coverage: 8.5% of statements [2022-02-12T02:11:25.675Z] === RUN TestDriver [2022-02-12T02:11:25.675Z] --- PASS: TestDriver (0.00s) [2022-02-12T02:11:25.675Z] PASS [2022-02-12T02:11:25.675Z] coverage: 34.8% of statements [2022-02-12T02:11:25.675Z] ok github.com/docker/docker/libnetwork/drivers/host 0.045s coverage: 34.8% of statements [2022-02-12T02:11:25.694Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-02-12T02:11:25.694Z] PASS [2022-02-12T02:11:25.694Z] coverage: 100.0% of statements [2022-02-12T02:11:25.694Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.051s coverage: 100.0% of statements [2022-02-12T02:11:25.719Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-02-12T02:11:25.719Z] === RUN TestAuthZPluginAllowEventStream [2022-02-12T02:11:25.914Z] === RUN TestNetworkAllocateFree [2022-02-12T02:11:25.914Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-02-12T02:11:25.914Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-02-12T02:11:25.914Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-02-12T02:11:25.914Z] PASS [2022-02-12T02:11:25.914Z] coverage: 63.6% of statements [2022-02-12T02:11:25.914Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.046s coverage: 63.6% of statements [2022-02-12T02:11:26.129Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-02-12T02:11:26.150Z] === RUN TestGenerate [2022-02-12T02:11:26.150Z] --- PASS: TestGenerate (0.00s) [2022-02-12T02:11:26.150Z] === RUN TestGeneratePtr [2022-02-12T02:11:26.150Z] --- PASS: TestGeneratePtr (0.00s) [2022-02-12T02:11:26.150Z] === RUN TestGenerateMissingField [2022-02-12T02:11:26.150Z] --- PASS: TestGenerateMissingField (0.00s) [2022-02-12T02:11:26.150Z] === RUN TestFieldCannotBeSet [2022-02-12T02:11:26.150Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-02-12T02:11:26.150Z] === RUN TestTypeMismatchError [2022-02-12T02:11:26.150Z] --- PASS: TestTypeMismatchError (0.00s) [2022-02-12T02:11:26.150Z] PASS [2022-02-12T02:11:26.150Z] coverage: 100.0% of statements [2022-02-12T02:11:26.150Z] ok github.com/docker/docker/libnetwork/options 0.052s coverage: 100.0% of statements [2022-02-12T02:11:26.150Z] 2022/02/12 02:11:25 Closing DB instances... [2022-02-12T02:11:26.375Z] === RUN TestGetEmptyCapabilities [2022-02-12T02:11:26.375Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-02-12T02:11:26.375Z] === RUN TestGetExtraCapabilities [2022-02-12T02:11:26.375Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-02-12T02:11:26.375Z] === RUN TestGetInvalidCapabilities [2022-02-12T02:11:26.375Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-02-12T02:11:26.375Z] === RUN TestRemoteDriver [2022-02-12T02:11:26.375Z] --- PASS: TestRemoteDriver (0.01s) [2022-02-12T02:11:26.375Z] === RUN TestDriverError [2022-02-12T02:11:26.375Z] --- PASS: TestDriverError (0.00s) [2022-02-12T02:11:26.375Z] === RUN TestMissingValues [2022-02-12T02:11:26.375Z] --- PASS: TestMissingValues (0.01s) [2022-02-12T02:11:26.375Z] === RUN TestRollback [2022-02-12T02:11:26.375Z] --- PASS: TestRollback (0.00s) [2022-02-12T02:11:26.375Z] PASS [2022-02-12T02:11:26.375Z] coverage: 57.4% of statements [2022-02-12T02:11:26.375Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.094s coverage: 57.4% of statements [2022-02-12T02:11:26.375Z] --- PASS: TestRandomAllocateDeallocate (5.59s) [2022-02-12T02:11:26.375Z] === RUN TestAllocateRandomDeallocate [2022-02-12T02:11:26.606Z] testing: warning: no tests to run [2022-02-12T02:11:26.607Z] PASS [2022-02-12T02:11:26.607Z] coverage: 0.0% of statements [2022-02-12T02:11:26.607Z] ok github.com/docker/docker/libnetwork/osl 0.042s coverage: 0.0% of statements [no tests to run] [2022-02-12T02:11:26.661Z] === RUN TestDriver [2022-02-12T02:11:26.662Z] --- PASS: TestDriver (0.00s) [2022-02-12T02:11:26.662Z] PASS [2022-02-12T02:11:26.662Z] coverage: 34.8% of statements [2022-02-12T02:11:26.662Z] ok github.com/docker/docker/libnetwork/drivers/null 0.047s coverage: 34.8% of statements [2022-02-12T02:11:26.662Z] === RUN TestNetworkAllocateFree [2022-02-12T02:11:26.662Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-02-12T02:11:26.662Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-02-12T02:11:26.662Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-02-12T02:11:26.662Z] PASS [2022-02-12T02:11:26.662Z] coverage: 63.6% of statements [2022-02-12T02:11:26.662Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.060s coverage: 63.6% of statements [2022-02-12T02:11:27.063Z] === RUN TestRequestNewPort [2022-02-12T02:11:27.063Z] --- PASS: TestRequestNewPort (0.00s) [2022-02-12T02:11:27.063Z] === RUN TestRequestSpecificPort [2022-02-12T02:11:27.063Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-02-12T02:11:27.063Z] === RUN TestReleasePort [2022-02-12T02:11:27.063Z] --- PASS: TestReleasePort (0.00s) [2022-02-12T02:11:27.063Z] === RUN TestReuseReleasedPort [2022-02-12T02:11:27.063Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-02-12T02:11:27.063Z] === RUN TestReleaseUnreadledPort [2022-02-12T02:11:27.063Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-02-12T02:11:27.063Z] === RUN TestUnknowProtocol [2022-02-12T02:11:27.063Z] --- PASS: TestUnknowProtocol (0.00s) [2022-02-12T02:11:27.063Z] === RUN TestAllocateAllPorts [2022-02-12T02:11:27.063Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-02-12T02:11:27.063Z] === RUN TestPortAllocation [2022-02-12T02:11:27.063Z] --- PASS: TestPortAllocation (0.00s) [2022-02-12T02:11:27.063Z] === RUN TestPortAllocationWithCustomRange [2022-02-12T02:11:27.063Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-02-12T02:11:27.063Z] === RUN TestNoDuplicateBPR [2022-02-12T02:11:27.063Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-02-12T02:11:27.063Z] === RUN TestChangePortRange [2022-02-12T02:11:27.063Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-02-12T02:11:27.063Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-02-12T02:11:27.063Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-02-12T02:11:27.063Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-02-12T02:11:27.063Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-02-12T02:11:27.063Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-02-12T02:11:27.063Z] --- PASS: TestChangePortRange (0.00s) [2022-02-12T02:11:27.063Z] PASS [2022-02-12T02:11:27.063Z] coverage: 88.6% of statements [2022-02-12T02:11:27.063Z] ok github.com/docker/docker/libnetwork/portallocator 0.049s coverage: 88.6% of statements [2022-02-12T02:11:27.072Z] docker_api_swarm_test.go:305: [d201284c32995] joining swarm manager [db9ab30808030]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:11:27.072Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-02-12T02:11:27.072Z] === RUN TestDockerSuite/TestBuildStderr [2022-02-12T02:11:27.087Z] --- PASS: TestAuthZPluginAllowEventStream (1.12s) [2022-02-12T02:11:27.087Z] === RUN TestAuthZPluginErrorResponse [2022-02-12T02:11:27.132Z] === RUN TestGetEmptyCapabilities [2022-02-12T02:11:27.132Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-02-12T02:11:27.132Z] === RUN TestGetExtraCapabilities [2022-02-12T02:11:27.132Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-02-12T02:11:27.132Z] === RUN TestGetInvalidCapabilities [2022-02-12T02:11:27.132Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-02-12T02:11:27.132Z] === RUN TestRemoteDriver [2022-02-12T02:11:27.132Z] --- PASS: TestRemoteDriver (0.01s) [2022-02-12T02:11:27.132Z] === RUN TestDriverError [2022-02-12T02:11:27.132Z] --- PASS: TestDriverError (0.01s) [2022-02-12T02:11:27.132Z] === RUN TestMissingValues [2022-02-12T02:11:27.132Z] --- PASS: TestMissingValues (0.01s) [2022-02-12T02:11:27.132Z] === RUN TestRollback [2022-02-12T02:11:27.132Z] --- PASS: TestRollback (0.01s) [2022-02-12T02:11:27.132Z] PASS [2022-02-12T02:11:27.132Z] coverage: 57.4% of statements [2022-02-12T02:11:27.132Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.101s coverage: 57.4% of statements [2022-02-12T02:11:27.343Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-02-12T02:11:27.343Z] === RUN TestAuthZPluginErrorRequest [2022-02-12T02:11:27.345Z] === RUN TestNAT [2022-02-12T02:11:27.345Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-02-12T02:11:27.345Z] --- SKIP: TestNAT (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestTransparent [2022-02-12T02:11:27.345Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-02-12T02:11:27.345Z] --- SKIP: TestTransparent (0.00s) [2022-02-12T02:11:27.345Z] PASS [2022-02-12T02:11:27.345Z] coverage: 0.0% of statements [2022-02-12T02:11:27.345Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.049s coverage: 0.0% of statements [2022-02-12T02:11:27.345Z] === RUN TestBuildDefault [2022-02-12T02:11:27.345Z] --- PASS: TestBuildDefault (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestBuildHostnameDomainname [2022-02-12T02:11:27.345Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestBuildHostname [2022-02-12T02:11:27.345Z] --- PASS: TestBuildHostname (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestBuildHostnameFQDN [2022-02-12T02:11:27.345Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestBuildNoIP [2022-02-12T02:11:27.345Z] --- PASS: TestBuildNoIP (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestUpdate [2022-02-12T02:11:27.345Z] --- PASS: TestUpdate (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-02-12T02:11:27.345Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-02-12T02:11:27.345Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestAddEmpty [2022-02-12T02:11:27.345Z] --- PASS: TestAddEmpty (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestAdd [2022-02-12T02:11:27.345Z] --- PASS: TestAdd (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestDeleteEmpty [2022-02-12T02:11:27.345Z] --- PASS: TestDeleteEmpty (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestDeleteNewline [2022-02-12T02:11:27.345Z] --- PASS: TestDeleteNewline (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestDelete [2022-02-12T02:11:27.345Z] --- PASS: TestDelete (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestConcurrentWrites [2022-02-12T02:11:27.345Z] === RUN TestNew [2022-02-12T02:11:27.345Z] --- PASS: TestNew (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestAddDriver [2022-02-12T02:11:27.345Z] --- PASS: TestAddDriver (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestAddDuplicateDriver [2022-02-12T02:11:27.345Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestIPAMDefaultAddressSpaces [2022-02-12T02:11:27.345Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestDriver [2022-02-12T02:11:27.345Z] --- PASS: TestDriver (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestIPAM [2022-02-12T02:11:27.345Z] --- PASS: TestIPAM (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestWalkIPAMs [2022-02-12T02:11:27.345Z] --- PASS: TestWalkIPAMs (0.00s) [2022-02-12T02:11:27.345Z] === RUN TestWalkDrivers [2022-02-12T02:11:27.345Z] --- PASS: TestWalkDrivers (0.00s) [2022-02-12T02:11:27.345Z] PASS [2022-02-12T02:11:27.345Z] coverage: 82.4% of statements [2022-02-12T02:11:27.345Z] ok github.com/docker/docker/libnetwork/drvregistry 0.084s coverage: 82.4% of statements [2022-02-12T02:11:27.345Z] --- PASS: TestConcurrentWrites (0.23s) [2022-02-12T02:11:27.345Z] PASS [2022-02-12T02:11:27.345Z] coverage: 81.2% of statements [2022-02-12T02:11:27.345Z] ok github.com/docker/docker/libnetwork/etchosts 0.289s coverage: 81.2% of statements [2022-02-12T02:11:27.519Z] testing: warning: no tests to run [2022-02-12T02:11:27.519Z] PASS [2022-02-12T02:11:27.519Z] coverage: 0.0% of statements [2022-02-12T02:11:27.519Z] ok github.com/docker/docker/libnetwork/portmapper 0.047s coverage: 0.0% of statements [no tests to run] [2022-02-12T02:11:27.519Z] --- PASS: TestNetworkDBSimple (2.44s) [2022-02-12T02:11:27.519Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-02-12T02:11:27.600Z] --- PASS: TestRandomAllocateDeallocate (6.52s) [2022-02-12T02:11:27.643Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-02-12T02:11:27.806Z] === RUN TestNew [2022-02-12T02:11:27.806Z] --- PASS: TestNew (0.00s) [2022-02-12T02:11:27.806Z] === RUN TestAllocate [2022-02-12T02:11:27.806Z] --- PASS: TestAllocate (0.00s) [2022-02-12T02:11:27.806Z] === RUN TestUninitialized [2022-02-12T02:11:27.806Z] --- PASS: TestUninitialized (0.00s) [2022-02-12T02:11:27.806Z] === RUN TestAllocateInRange [2022-02-12T02:11:27.806Z] --- PASS: TestAllocateInRange (0.00s) [2022-02-12T02:11:27.806Z] === RUN TestAllocateSerial [2022-02-12T02:11:27.806Z] --- PASS: TestAllocateSerial (0.00s) [2022-02-12T02:11:27.806Z] PASS [2022-02-12T02:11:27.806Z] coverage: 87.5% of statements [2022-02-12T02:11:27.806Z] ok github.com/docker/docker/libnetwork/idm 0.039s coverage: 87.5% of statements [2022-02-12T02:11:27.806Z] --- PASS: TestAllocateRandomDeallocate (1.25s) [2022-02-12T02:11:27.806Z] === RUN TestAllocateRandomDeallocateSerialize [2022-02-12T02:11:27.806Z] === RUN TestCaller [2022-02-12T02:11:27.806Z] --- PASS: TestCaller (0.00s) [2022-02-12T02:11:27.806Z] PASS [2022-02-12T02:11:27.806Z] coverage: 100.0% of statements [2022-02-12T02:11:27.806Z] ok github.com/docker/docker/libnetwork/internal/caller 0.037s coverage: 100.0% of statements [2022-02-12T02:11:27.905Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-02-12T02:11:27.905Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-02-12T02:11:27.906Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-02-12T02:11:27.906Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-02-12T02:11:27.976Z] === RUN TestHashData [2022-02-12T02:11:27.976Z] --- PASS: TestHashData (0.00s) [2022-02-12T02:11:27.976Z] PASS [2022-02-12T02:11:27.976Z] coverage: 2.8% of statements [2022-02-12T02:11:27.976Z] ok github.com/docker/docker/libnetwork/resolvconf 0.045s coverage: 2.8% of statements [2022-02-12T02:11:28.069Z] === RUN TestAllocateRandomDeallocate [2022-02-12T02:11:28.069Z] === RUN TestNAT [2022-02-12T02:11:28.069Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-02-12T02:11:28.069Z] --- SKIP: TestNAT (0.00s) [2022-02-12T02:11:28.069Z] === RUN TestTransparent [2022-02-12T02:11:28.069Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-02-12T02:11:28.069Z] --- SKIP: TestTransparent (0.00s) [2022-02-12T02:11:28.069Z] PASS [2022-02-12T02:11:28.069Z] coverage: 0.0% of statements [2022-02-12T02:11:28.069Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.062s coverage: 0.0% of statements [2022-02-12T02:11:28.069Z] === RUN TestNew [2022-02-12T02:11:28.069Z] --- PASS: TestNew (0.00s) [2022-02-12T02:11:28.069Z] === RUN TestAddDriver [2022-02-12T02:11:28.069Z] --- PASS: TestAddDriver (0.00s) [2022-02-12T02:11:28.069Z] === RUN TestAddDuplicateDriver [2022-02-12T02:11:28.069Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-02-12T02:11:28.069Z] === RUN TestIPAMDefaultAddressSpaces [2022-02-12T02:11:28.069Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-02-12T02:11:28.069Z] === RUN TestDriver [2022-02-12T02:11:28.069Z] --- PASS: TestDriver (0.00s) [2022-02-12T02:11:28.069Z] === RUN TestIPAM [2022-02-12T02:11:28.069Z] --- PASS: TestIPAM (0.00s) [2022-02-12T02:11:28.069Z] === RUN TestWalkIPAMs [2022-02-12T02:11:28.069Z] --- PASS: TestWalkIPAMs (0.00s) [2022-02-12T02:11:28.069Z] === RUN TestWalkDrivers [2022-02-12T02:11:28.069Z] --- PASS: TestWalkDrivers (0.00s) [2022-02-12T02:11:28.069Z] PASS [2022-02-12T02:11:28.069Z] coverage: 82.4% of statements [2022-02-12T02:11:28.069Z] ok github.com/docker/docker/libnetwork/drvregistry 0.080s coverage: 82.4% of statements [2022-02-12T02:11:28.432Z] === RUN TestErrorConstructors [2022-02-12T02:11:28.432Z] --- PASS: TestErrorConstructors (0.00s) [2022-02-12T02:11:28.432Z] === RUN TestCompareIPMask [2022-02-12T02:11:28.432Z] --- PASS: TestCompareIPMask (0.00s) [2022-02-12T02:11:28.432Z] === RUN TestUtilGetHostPartIP [2022-02-12T02:11:28.432Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-02-12T02:11:28.432Z] === RUN TestUtilGetBroadcastIP [2022-02-12T02:11:28.432Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-02-12T02:11:28.432Z] === RUN TestParseCIDR [2022-02-12T02:11:28.432Z] --- PASS: TestParseCIDR (0.00s) [2022-02-12T02:11:28.432Z] PASS [2022-02-12T02:11:28.432Z] coverage: 37.3% of statements [2022-02-12T02:11:28.432Z] ok github.com/docker/docker/libnetwork/types 0.047s coverage: 37.3% of statements [2022-02-12T02:11:28.432Z] 2022/02/12 02:11:28 Closing DB instances... [2022-02-12T02:11:28.469Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-02-12T02:11:28.469Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-02-12T02:11:28.537Z] === RUN TestBuildDefault [2022-02-12T02:11:28.537Z] --- PASS: TestBuildDefault (0.00s) [2022-02-12T02:11:28.537Z] === RUN TestBuildHostnameDomainname [2022-02-12T02:11:28.537Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-02-12T02:11:28.537Z] === RUN TestBuildHostname [2022-02-12T02:11:28.537Z] --- PASS: TestBuildHostname (0.00s) [2022-02-12T02:11:28.537Z] === RUN TestBuildHostnameFQDN [2022-02-12T02:11:28.537Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-02-12T02:11:28.537Z] === RUN TestBuildNoIP [2022-02-12T02:11:28.537Z] --- PASS: TestBuildNoIP (0.00s) [2022-02-12T02:11:28.537Z] === RUN TestUpdate [2022-02-12T02:11:28.537Z] --- PASS: TestUpdate (0.00s) [2022-02-12T02:11:28.537Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-02-12T02:11:28.537Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-02-12T02:11:28.537Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-02-12T02:11:28.537Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-02-12T02:11:28.537Z] === RUN TestAddEmpty [2022-02-12T02:11:28.537Z] --- PASS: TestAddEmpty (0.00s) [2022-02-12T02:11:28.537Z] === RUN TestAdd [2022-02-12T02:11:28.537Z] --- PASS: TestAdd (0.00s) [2022-02-12T02:11:28.537Z] === RUN TestDeleteEmpty [2022-02-12T02:11:28.537Z] --- PASS: TestDeleteEmpty (0.00s) [2022-02-12T02:11:28.537Z] === RUN TestDeleteNewline [2022-02-12T02:11:28.537Z] --- PASS: TestDeleteNewline (0.00s) [2022-02-12T02:11:28.537Z] === RUN TestDelete [2022-02-12T02:11:28.537Z] --- PASS: TestDelete (0.00s) [2022-02-12T02:11:28.537Z] === RUN TestConcurrentWrites [2022-02-12T02:11:28.537Z] --- PASS: TestConcurrentWrites (0.29s) [2022-02-12T02:11:28.537Z] PASS [2022-02-12T02:11:28.537Z] coverage: 81.2% of statements [2022-02-12T02:11:28.537Z] ok github.com/docker/docker/libnetwork/etchosts 0.364s coverage: 81.2% of statements [2022-02-12T02:11:28.777Z] === RUN TestSetSerialInsertDelete [2022-02-12T02:11:28.777Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-02-12T02:11:28.777Z] === RUN TestSetParallelInsertDelete [2022-02-12T02:11:29.009Z] === RUN TestCaller [2022-02-12T02:11:29.009Z] --- PASS: TestCaller (0.00s) [2022-02-12T02:11:29.009Z] PASS [2022-02-12T02:11:29.009Z] coverage: 100.0% of statements [2022-02-12T02:11:29.009Z] ok github.com/docker/docker/libnetwork/internal/caller 0.050s coverage: 100.0% of statements [2022-02-12T02:11:29.009Z] === RUN TestNew [2022-02-12T02:11:29.009Z] --- PASS: TestNew (0.00s) [2022-02-12T02:11:29.009Z] === RUN TestAllocate [2022-02-12T02:11:29.009Z] --- PASS: TestAllocate (0.00s) [2022-02-12T02:11:29.009Z] === RUN TestUninitialized [2022-02-12T02:11:29.009Z] --- PASS: TestUninitialized (0.00s) [2022-02-12T02:11:29.009Z] === RUN TestAllocateInRange [2022-02-12T02:11:29.009Z] --- PASS: TestAllocateInRange (0.00s) [2022-02-12T02:11:29.009Z] === RUN TestAllocateSerial [2022-02-12T02:11:29.009Z] --- PASS: TestAllocateSerial (0.00s) [2022-02-12T02:11:29.009Z] PASS [2022-02-12T02:11:29.009Z] coverage: 87.5% of statements [2022-02-12T02:11:29.009Z] ok github.com/docker/docker/libnetwork/idm 0.049s coverage: 87.5% of statements [2022-02-12T02:11:29.237Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.21s) [2022-02-12T02:11:29.237Z] === RUN TestRetrieveFromStore [2022-02-12T02:11:29.237Z] === RUN TestInt2IP2IntConversion [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-02-12T02:11:29.393Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-02-12T02:11:29.393Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-02-12T02:11:29.393Z] PASS [2022-02-12T02:11:29.393Z] coverage: 50.0% of statements [2022-02-12T02:11:29.393Z] ok github.com/docker/docker/oci 0.063s coverage: 50.0% of statements [2022-02-12T02:11:29.477Z] --- PASS: TestAllocateRandomDeallocate (1.48s) [2022-02-12T02:11:29.477Z] === RUN TestAllocateRandomDeallocateSerialize [2022-02-12T02:11:29.699Z] --- PASS: TestRetrieveFromStore (0.53s) [2022-02-12T02:11:29.699Z] === RUN TestIsCorrupted [2022-02-12T02:11:29.699Z] --- PASS: TestIsCorrupted (0.01s) [2022-02-12T02:11:29.699Z] === RUN TestSetRollover [2022-02-12T02:11:29.699Z] --- PASS: TestInt2IP2IntConversion (0.49s) [2022-02-12T02:11:29.699Z] === RUN TestGetAddressVersion [2022-02-12T02:11:29.699Z] --- PASS: TestGetAddressVersion (0.00s) [2022-02-12T02:11:29.699Z] === RUN TestKeyString [2022-02-12T02:11:29.699Z] --- PASS: TestKeyString (0.00s) [2022-02-12T02:11:29.699Z] === RUN TestPoolDataMarshal [2022-02-12T02:11:29.699Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-02-12T02:11:29.699Z] === RUN TestSubnetsMarshal [2022-02-12T02:11:29.699Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-02-12T02:11:29.699Z] === RUN TestAddSubnets [2022-02-12T02:11:29.699Z] === RUN TestPoolRequest [2022-02-12T02:11:29.699Z] --- PASS: TestPoolRequest (0.00s) [2022-02-12T02:11:29.699Z] === RUN TestOtherRequests [2022-02-12T02:11:29.699Z] --- PASS: TestOtherRequests (0.00s) [2022-02-12T02:11:29.699Z] PASS [2022-02-12T02:11:29.699Z] coverage: 57.1% of statements [2022-02-12T02:11:29.699Z] ok github.com/docker/docker/libnetwork/ipams/null 0.043s coverage: 57.1% of statements [2022-02-12T02:11:29.837Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.31s) [2022-02-12T02:11:29.837Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-02-12T02:11:29.849Z] === RUN TestAddressPoolOpt [2022-02-12T02:11:29.849Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/a [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/something [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/_=a [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/env1=value1 [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/_env1=value1 [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/env2=value2=value3 [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/env3=abc!qwe [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/env_4=value_4 [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/PATH [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/=a [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/PATH= [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/PATH=something [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/asd!qwe [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/1asd [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/123 [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/some_space [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/__some_space_before [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/some_space_after__ [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/= [2022-02-12T02:11:29.849Z] === RUN TestValidateEnv/PaTh [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/a (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/something (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/= (0.00s) [2022-02-12T02:11:29.849Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestParseHost [2022-02-12T02:11:29.849Z] --- PASS: TestParseHost (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestParseDockerDaemonHost [2022-02-12T02:11:29.849Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestParseTCP [2022-02-12T02:11:29.849Z] --- PASS: TestParseTCP (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestParseInvalidUnixAddrInvalid [2022-02-12T02:11:29.849Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestValidateExtraHosts [2022-02-12T02:11:29.849Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestIpOptString [2022-02-12T02:11:29.849Z] --- PASS: TestIpOptString (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestNewIpOptInvalidDefaultVal [2022-02-12T02:11:29.849Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestNewIpOptValidDefaultVal [2022-02-12T02:11:29.849Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestIpOptSetInvalidVal [2022-02-12T02:11:29.849Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestValidateIPAddress [2022-02-12T02:11:29.849Z] --- PASS: TestValidateIPAddress (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestMapOpts [2022-02-12T02:11:29.849Z] --- PASS: TestMapOpts (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestListOptsWithoutValidator [2022-02-12T02:11:29.849Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestListOptsWithValidator [2022-02-12T02:11:29.849Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestValidateDNSSearch [2022-02-12T02:11:29.849Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-02-12T02:11:29.849Z] === RUN TestValidateLabel [2022-02-12T02:11:29.849Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-02-12T02:11:29.849Z] === RUN TestValidateLabel/label_with_general_format [2022-02-12T02:11:29.849Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-02-12T02:11:29.849Z] === RUN TestValidateLabel/label_with_one_more [2022-02-12T02:11:29.849Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-02-12T02:11:29.849Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-02-12T02:11:29.850Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-02-12T02:11:29.850Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-02-12T02:11:29.850Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-02-12T02:11:29.850Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-02-12T02:11:29.850Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-02-12T02:11:29.850Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-02-12T02:11:29.850Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-02-12T02:11:29.850Z] --- PASS: TestValidateLabel (0.00s) [2022-02-12T02:11:29.850Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-02-12T02:11:29.850Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-02-12T02:11:29.850Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-02-12T02:11:29.850Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-02-12T02:11:29.850Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-02-12T02:11:29.850Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-02-12T02:11:29.850Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-02-12T02:11:29.850Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-02-12T02:11:29.850Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-02-12T02:11:29.850Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-02-12T02:11:29.850Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-02-12T02:11:29.850Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-02-12T02:11:29.850Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-02-12T02:11:29.850Z] === RUN TestNamedListOpts [2022-02-12T02:11:29.850Z] --- PASS: TestNamedListOpts (0.00s) [2022-02-12T02:11:29.850Z] === RUN TestNamedMapOpts [2022-02-12T02:11:29.850Z] --- PASS: TestNamedMapOpts (0.00s) [2022-02-12T02:11:29.850Z] === RUN TestParseLink [2022-02-12T02:11:29.850Z] --- PASS: TestParseLink (0.00s) [2022-02-12T02:11:29.850Z] === RUN TestQuotedStringSetWithQuotes [2022-02-12T02:11:29.850Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-02-12T02:11:29.850Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-02-12T02:11:29.850Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-02-12T02:11:29.850Z] === RUN TestQuotedStringSetWithNoQuotes [2022-02-12T02:11:29.850Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-02-12T02:11:29.850Z] === RUN TestUlimitOpt [2022-02-12T02:11:29.850Z] --- PASS: TestUlimitOpt (0.00s) [2022-02-12T02:11:29.850Z] PASS [2022-02-12T02:11:29.850Z] coverage: 67.1% of statements [2022-02-12T02:11:29.850Z] ok github.com/docker/docker/opts 0.094s coverage: 67.1% of statements [2022-02-12T02:11:29.850Z] === RUN TestParseVersion [2022-02-12T02:11:29.850Z] --- PASS: TestParseVersion (0.00s) [2022-02-12T02:11:29.850Z] PASS [2022-02-12T02:11:29.850Z] coverage: 52.9% of statements [2022-02-12T02:11:29.850Z] ok github.com/docker/docker/pkg/aaparser 0.056s coverage: 52.9% of statements [2022-02-12T02:11:29.946Z] === RUN TestSetSerialInsertDelete [2022-02-12T02:11:29.946Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-02-12T02:11:29.946Z] === RUN TestSetParallelInsertDelete [2022-02-12T02:11:30.161Z] --- PASS: TestAddSubnets (0.06s) [2022-02-12T02:11:30.161Z] === RUN TestDoublePoolRelease [2022-02-12T02:11:30.161Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-02-12T02:11:30.161Z] === RUN TestAddReleasePoolID [2022-02-12T02:11:30.161Z] --- PASS: TestAddReleasePoolID (0.08s) [2022-02-12T02:11:30.161Z] === RUN TestPredefinedPool [2022-02-12T02:11:30.161Z] --- PASS: TestPredefinedPool (0.06s) [2022-02-12T02:11:30.161Z] === RUN TestRemoveSubnet [2022-02-12T02:11:30.161Z] --- PASS: TestRemoveSubnet (0.19s) [2022-02-12T02:11:30.161Z] === RUN TestGetSameAddress [2022-02-12T02:11:30.161Z] --- PASS: TestGetSameAddress (0.03s) [2022-02-12T02:11:30.161Z] === RUN TestPoolAllocationReuse [2022-02-12T02:11:30.305Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.64s) [2022-02-12T02:11:30.305Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-02-12T02:11:30.416Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.31s) [2022-02-12T02:11:30.416Z] === RUN TestRetrieveFromStore [2022-02-12T02:11:30.885Z] === RUN TestInt2IP2IntConversion [2022-02-12T02:11:31.141Z] === RUN TestGetCapabilities [2022-02-12T02:11:31.141Z] --- PASS: TestGetCapabilities (0.01s) [2022-02-12T02:11:31.141Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-02-12T02:11:31.141Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-02-12T02:11:31.141Z] === RUN TestGetDefaultAddressSpaces [2022-02-12T02:11:31.141Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-02-12T02:11:31.141Z] === RUN TestRemoteDriver [2022-02-12T02:11:31.141Z] --- PASS: TestRemoteDriver (0.01s) [2022-02-12T02:11:31.141Z] PASS [2022-02-12T02:11:31.141Z] coverage: 47.4% of statements [2022-02-12T02:11:31.141Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.071s coverage: 47.4% of statements [2022-02-12T02:11:31.141Z] --- PASS: TestSetRollover (1.49s) [2022-02-12T02:11:31.141Z] === RUN TestSetRolloverSerial [2022-02-12T02:11:31.212Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.28s) [2022-02-12T02:11:31.212Z] === RUN TestAuthZPluginHeader [2022-02-12T02:11:31.267Z] 2022/02/12 02:11:31 Closing DB instances... [2022-02-12T02:11:31.355Z] --- PASS: TestRetrieveFromStore (0.64s) [2022-02-12T02:11:31.355Z] === RUN TestIsCorrupted [2022-02-12T02:11:31.355Z] --- PASS: TestIsCorrupted (0.01s) [2022-02-12T02:11:31.355Z] === RUN TestSetRollover [2022-02-12T02:11:31.355Z] --- PASS: TestInt2IP2IntConversion (0.54s) [2022-02-12T02:11:31.355Z] === RUN TestGetAddressVersion [2022-02-12T02:11:31.355Z] --- PASS: TestGetAddressVersion (0.00s) [2022-02-12T02:11:31.355Z] === RUN TestKeyString [2022-02-12T02:11:31.355Z] --- PASS: TestKeyString (0.00s) [2022-02-12T02:11:31.355Z] === RUN TestPoolDataMarshal [2022-02-12T02:11:31.355Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-02-12T02:11:31.355Z] === RUN TestSubnetsMarshal [2022-02-12T02:11:31.355Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-02-12T02:11:31.355Z] === RUN TestAddSubnets [2022-02-12T02:11:31.355Z] --- PASS: TestAddSubnets (0.05s) [2022-02-12T02:11:31.355Z] === RUN TestDoublePoolRelease [2022-02-12T02:11:31.355Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-02-12T02:11:31.355Z] === RUN TestAddReleasePoolID [2022-02-12T02:11:31.355Z] === RUN TestPoolRequest [2022-02-12T02:11:31.355Z] --- PASS: TestPoolRequest (0.00s) [2022-02-12T02:11:31.355Z] === RUN TestOtherRequests [2022-02-12T02:11:31.355Z] --- PASS: TestOtherRequests (0.00s) [2022-02-12T02:11:31.355Z] PASS [2022-02-12T02:11:31.355Z] coverage: 57.1% of statements [2022-02-12T02:11:31.355Z] ok github.com/docker/docker/libnetwork/ipams/null 0.048s coverage: 57.1% of statements [2022-02-12T02:11:31.724Z] === RUN TestPeerCertificateMarshalJSON [2022-02-12T02:11:31.775Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-02-12T02:11:31.776Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-02-12T02:11:31.776Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-12T02:11:31.776Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-02-12T02:11:31.776Z] === RUN TestAuthZPluginV2Disable [2022-02-12T02:11:31.776Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-12T02:11:31.776Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-02-12T02:11:31.776Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-02-12T02:11:31.776Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-12T02:11:31.776Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-02-12T02:11:31.776Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-02-12T02:11:31.776Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-12T02:11:31.776Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-02-12T02:11:31.776Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-02-12T02:11:31.824Z] --- PASS: TestAddReleasePoolID (0.08s) [2022-02-12T02:11:31.824Z] === RUN TestPredefinedPool [2022-02-12T02:11:31.824Z] --- PASS: TestPredefinedPool (0.03s) [2022-02-12T02:11:31.824Z] === RUN TestRemoveSubnet [2022-02-12T02:11:31.824Z] --- PASS: TestRemoveSubnet (0.23s) [2022-02-12T02:11:31.824Z] === RUN TestGetSameAddress [2022-02-12T02:11:31.824Z] --- PASS: TestGetSameAddress (0.03s) [2022-02-12T02:11:31.824Z] === RUN TestPoolAllocationReuse [2022-02-12T02:11:32.111Z] --- PASS: TestPoolAllocationReuse (1.52s) [2022-02-12T02:11:32.111Z] === RUN TestGetAddressSubPoolEqualPool [2022-02-12T02:11:32.111Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-02-12T02:11:32.111Z] === RUN TestRequestReleaseAddressFromSubPool [2022-02-12T02:11:32.111Z] === RUN TestWindowsIPAM [2022-02-12T02:11:32.111Z] --- PASS: TestWindowsIPAM (0.00s) [2022-02-12T02:11:32.111Z] PASS [2022-02-12T02:11:32.111Z] coverage: 71.4% of statements [2022-02-12T02:11:32.111Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.041s coverage: 71.4% of statements [2022-02-12T02:11:32.116Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-02-12T02:11:32.116Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-02-12T02:11:32.116Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-02-12T02:11:32.180Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-02-12T02:11:32.180Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-02-12T02:11:32.180Z] --- PASS: TestPeerCertificateMarshalJSON (0.44s) [2022-02-12T02:11:32.180Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-02-12T02:11:32.180Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-02-12T02:11:32.180Z] === RUN TestMiddleware [2022-02-12T02:11:32.180Z] --- PASS: TestMiddleware (0.00s) [2022-02-12T02:11:32.180Z] === RUN TestNewResponseModifier [2022-02-12T02:11:32.180Z] --- PASS: TestNewResponseModifier (0.00s) [2022-02-12T02:11:32.180Z] PASS [2022-02-12T02:11:32.180Z] coverage: 26.8% of statements [2022-02-12T02:11:32.180Z] ok github.com/docker/docker/pkg/authorization 0.500s coverage: 26.8% of statements [2022-02-12T02:11:32.571Z] --- PASS: TestSetRolloverSerial (1.50s) [2022-02-12T02:11:32.571Z] === RUN TestGetFirstAvailableFromCurrent [2022-02-12T02:11:32.571Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-02-12T02:11:32.571Z] PASS [2022-02-12T02:11:32.571Z] coverage: 84.4% of statements [2022-02-12T02:11:32.571Z] ok github.com/docker/docker/libnetwork/bitseq 11.633s coverage: 84.4% of statements [2022-02-12T02:11:32.571Z] === RUN TestDefaultNetwork [2022-02-12T02:11:32.636Z] === RUN TestIsArchivePathDir [2022-02-12T02:11:32.636Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-02-12T02:11:32.636Z] === RUN TestIsArchivePathInvalidFile [2022-02-12T02:11:32.636Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2022-02-12T02:11:32.636Z] === RUN TestIsArchivePathTar [2022-02-12T02:11:32.636Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.64s) [2022-02-12T02:11:32.636Z] === RUN TestNetworkDBCRUDTableEntry [2022-02-12T02:11:32.812Z] === RUN TestGetCapabilities [2022-02-12T02:11:32.812Z] --- PASS: TestGetCapabilities (0.01s) [2022-02-12T02:11:32.812Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-02-12T02:11:32.812Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-02-12T02:11:32.812Z] === RUN TestGetDefaultAddressSpaces [2022-02-12T02:11:32.812Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-02-12T02:11:32.812Z] === RUN TestRemoteDriver [2022-02-12T02:11:32.812Z] --- PASS: TestRemoteDriver (0.01s) [2022-02-12T02:11:32.812Z] PASS [2022-02-12T02:11:32.812Z] coverage: 47.4% of statements [2022-02-12T02:11:32.812Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.077s coverage: 47.4% of statements [2022-02-12T02:11:32.812Z] --- PASS: TestSetRollover (1.68s) [2022-02-12T02:11:32.812Z] === RUN TestSetRolloverSerial [2022-02-12T02:11:33.031Z] --- PASS: TestDefaultNetwork (0.27s) [2022-02-12T02:11:33.031Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-02-12T02:11:33.031Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.26s) [2022-02-12T02:11:33.031Z] === RUN TestInitAddressPools [2022-02-12T02:11:33.031Z] --- PASS: TestInitAddressPools (0.00s) [2022-02-12T02:11:33.031Z] PASS [2022-02-12T02:11:33.031Z] coverage: 74.0% of statements [2022-02-12T02:11:33.031Z] ok github.com/docker/docker/libnetwork/ipamutils 0.593s coverage: 74.0% of statements [2022-02-12T02:11:33.060Z] --- PASS: TestDockerNetworkMacvlan (12.72s) [2022-02-12T02:11:33.060Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2022-02-12T02:11:33.060Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-02-12T02:11:33.060Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.35s) [2022-02-12T02:11:33.060Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.43s) [2022-02-12T02:11:33.060Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.78s) [2022-02-12T02:11:33.060Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.83s) [2022-02-12T02:11:33.060Z] PASS [2022-02-12T02:11:33.060Z] [2022-02-12T02:11:33.060Z] DONE 8 tests in 14.267s [2022-02-12T02:11:33.060Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-02-12T02:11:33.060Z] ++ 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-02-12T02:11:33.060Z] ++ set -e [2022-02-12T02:11:33.060Z] ++ '[' -n 0 ']' [2022-02-12T02:11:33.060Z] ++ set -x [2022-02-12T02:11:33.060Z] ++ 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-02-12T02:11:33.060Z] testing: warning: no tests to run [2022-02-12T02:11:33.060Z] PASS [2022-02-12T02:11:33.060Z] [2022-02-12T02:11:33.060Z] DONE 0 tests in 0.028s [2022-02-12T02:11:33.060Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-02-12T02:11:33.060Z] ++ 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-02-12T02:11:33.060Z] ++ set -e [2022-02-12T02:11:33.060Z] ++ '[' -n 0 ']' [2022-02-12T02:11:33.060Z] ++ set -x [2022-02-12T02:11:33.060Z] ++ 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-02-12T02:11:33.060Z] INFO: Testing against a local daemon [2022-02-12T02:11:33.060Z] === RUN TestAuthZPluginAllowRequest [2022-02-12T02:11:33.060Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-02-12T02:11:33.093Z] --- PASS: TestIsArchivePathTar (0.21s) [2022-02-12T02:11:33.093Z] === RUN TestDecompressStreamGzip [2022-02-12T02:11:33.093Z] === RUN TestUnbuffered [2022-02-12T02:11:33.093Z] --- PASS: TestUnbuffered (0.00s) [2022-02-12T02:11:33.093Z] === RUN TestRaceUnbuffered [2022-02-12T02:11:33.093Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-02-12T02:11:33.093Z] PASS [2022-02-12T02:11:33.093Z] coverage: 100.0% of statements [2022-02-12T02:11:33.093Z] ok github.com/docker/docker/pkg/broadcaster 0.041s coverage: 100.0% of statements [2022-02-12T02:11:33.093Z] --- PASS: TestDecompressStreamGzip (0.25s) [2022-02-12T02:11:33.093Z] === RUN TestDecompressStreamBzip2 [2022-02-12T02:11:33.323Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-02-12T02:11:33.552Z] --- PASS: TestDecompressStreamBzip2 (0.14s) [2022-02-12T02:11:33.552Z] === RUN TestDecompressStreamXz [2022-02-12T02:11:33.552Z] archive_test.go:133: Xz not present in msys2 [2022-02-12T02:11:33.552Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-02-12T02:11:33.552Z] === RUN TestDecompressStreamZstd [2022-02-12T02:11:33.552Z] archive_test.go:140: zstd not installed [2022-02-12T02:11:33.552Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-02-12T02:11:33.552Z] === RUN TestCompressStreamXzUnsupported [2022-02-12T02:11:33.552Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-02-12T02:11:33.552Z] === RUN TestCompressStreamBzip2Unsupported [2022-02-12T02:11:33.552Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-02-12T02:11:33.552Z] === RUN TestCompressStreamInvalid [2022-02-12T02:11:33.552Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-02-12T02:11:33.552Z] === RUN TestExtensionInvalid [2022-02-12T02:11:33.552Z] --- PASS: TestExtensionInvalid (0.00s) [2022-02-12T02:11:33.552Z] === RUN TestExtensionUncompressed [2022-02-12T02:11:33.552Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-02-12T02:11:33.552Z] === RUN TestExtensionBzip2 [2022-02-12T02:11:33.552Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-02-12T02:11:33.552Z] === RUN TestExtensionGzip [2022-02-12T02:11:33.552Z] --- PASS: TestExtensionGzip (0.00s) [2022-02-12T02:11:33.552Z] === RUN TestExtensionXz [2022-02-12T02:11:33.552Z] --- PASS: TestExtensionXz (0.00s) [2022-02-12T02:11:33.552Z] === RUN TestExtensionZstd [2022-02-12T02:11:33.552Z] --- PASS: TestExtensionZstd (0.00s) [2022-02-12T02:11:33.552Z] === RUN TestCmdStreamLargeStderr [2022-02-12T02:11:33.552Z] --- PASS: TestCmdStreamLargeStderr (0.10s) [2022-02-12T02:11:33.552Z] === RUN TestCmdStreamBad [2022-02-12T02:11:33.552Z] archive_test.go:252: Failing on Windows CI machines [2022-02-12T02:11:33.552Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-02-12T02:11:33.552Z] === RUN TestCmdStreamGood [2022-02-12T02:11:33.552Z] --- PASS: TestCmdStreamGood (0.06s) [2022-02-12T02:11:33.552Z] === RUN TestUntarPathWithInvalidDest [2022-02-12T02:11:33.552Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-02-12T02:11:33.552Z] === RUN TestUntarPathWithInvalidSrc [2022-02-12T02:11:33.552Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-02-12T02:11:33.553Z] === RUN TestUntarPath [2022-02-12T02:11:33.553Z] --- PASS: TestUntarPath (0.08s) [2022-02-12T02:11:33.553Z] === RUN TestUntarPathWithDestinationFile [2022-02-12T02:11:33.553Z] === RUN TestMatch [2022-02-12T02:11:33.553Z] === RUN TestMatch/[[]] [2022-02-12T02:11:33.553Z] === RUN TestMatch/[[foo]] [2022-02-12T02:11:33.553Z] === RUN TestMatch/[[bar]_[foo]] [2022-02-12T02:11:33.553Z] === RUN TestMatch/[[foo_bar]] [2022-02-12T02:11:33.553Z] === RUN TestMatch/[[qux]_[foo]] [2022-02-12T02:11:33.800Z] --- PASS: TestPoolAllocationReuse (1.73s) [2022-02-12T02:11:33.800Z] === RUN TestGetAddressSubPoolEqualPool [2022-02-12T02:11:33.800Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-02-12T02:11:33.800Z] === RUN TestRequestReleaseAddressFromSubPool [2022-02-12T02:11:33.800Z] === RUN TestWindowsIPAM [2022-02-12T02:11:33.800Z] --- PASS: TestWindowsIPAM (0.00s) [2022-02-12T02:11:33.800Z] PASS [2022-02-12T02:11:33.800Z] coverage: 71.4% of statements [2022-02-12T02:11:33.800Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.048s coverage: 71.4% of statements [2022-02-12T02:11:34.002Z] === RUN TestKeyValue [2022-02-12T02:11:34.002Z] --- PASS: TestKeyValue (0.00s) [2022-02-12T02:11:34.002Z] PASS [2022-02-12T02:11:34.002Z] coverage: 60.0% of statements [2022-02-12T02:11:34.002Z] ok github.com/docker/docker/libnetwork/netlabel 0.039s coverage: 60.0% of statements [2022-02-12T02:11:34.002Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.15s) [2022-02-12T02:11:34.002Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-02-12T02:11:34.009Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-02-12T02:11:34.009Z] === RUN TestMatch/[] [2022-02-12T02:11:34.009Z] === RUN TestMatch/[]#01 [2022-02-12T02:11:34.009Z] === RUN TestMatch/[[qux]] [2022-02-12T02:11:34.009Z] === RUN TestMatch/[[foo_bar_qux]] [2022-02-12T02:11:34.009Z] === RUN TestMatch/[[qux]_[baz]] [2022-02-12T02:11:34.009Z] === RUN TestMatch/[[foo_baz]] [2022-02-12T02:11:34.009Z] --- PASS: TestMatch (0.00s) [2022-02-12T02:11:34.009Z] --- PASS: TestMatch/[[]] (0.00s) [2022-02-12T02:11:34.009Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-02-12T02:11:34.009Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-02-12T02:11:34.009Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-02-12T02:11:34.009Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-02-12T02:11:34.009Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-02-12T02:11:34.009Z] --- PASS: TestMatch/[] (0.00s) [2022-02-12T02:11:34.009Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-02-12T02:11:34.009Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-02-12T02:11:34.009Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-02-12T02:11:34.009Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-02-12T02:11:34.009Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-02-12T02:11:34.009Z] PASS [2022-02-12T02:11:34.009Z] coverage: 87.5% of statements [2022-02-12T02:11:34.009Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-02-12T02:11:34.009Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-02-12T02:11:34.009Z] ok github.com/docker/docker/pkg/capabilities 0.047s coverage: 87.5% of statements [2022-02-12T02:11:34.009Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2022-02-12T02:11:34.009Z] === RUN TestCopyWithTarInvalidSrc [2022-02-12T02:11:34.009Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-02-12T02:11:34.009Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-02-12T02:11:34.009Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-02-12T02:11:34.009Z] === RUN TestCopyWithTarSrcFile [2022-02-12T02:11:34.009Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-02-12T02:11:34.009Z] === RUN TestCopyWithTarSrcFolder [2022-02-12T02:11:34.009Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-02-12T02:11:34.009Z] === RUN TestCopyFileWithTarInvalidSrc [2022-02-12T02:11:34.009Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-02-12T02:11:34.009Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-02-12T02:11:34.009Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-02-12T02:11:34.009Z] === RUN TestCopyFileWithTarSrcFolder [2022-02-12T02:11:34.009Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-02-12T02:11:34.009Z] === RUN TestCopyFileWithTarSrcFile [2022-02-12T02:11:34.009Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-02-12T02:11:34.009Z] === RUN TestTarFiles [2022-02-12T02:11:34.282Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-02-12T02:11:34.282Z] --- PASS: TestAuthZPluginAllowRequest (1.34s) [2022-02-12T02:11:34.282Z] === RUN TestAuthZPluginTLS [2022-02-12T02:11:34.788Z] --- PASS: TestSetRolloverSerial (1.62s) [2022-02-12T02:11:34.788Z] === RUN TestGetFirstAvailableFromCurrent [2022-02-12T02:11:34.788Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-02-12T02:11:34.788Z] PASS [2022-02-12T02:11:34.788Z] coverage: 84.4% of statements [2022-02-12T02:11:34.788Z] ok github.com/docker/docker/libnetwork/bitseq 13.326s coverage: 84.4% of statements [2022-02-12T02:11:34.788Z] === RUN TestDefaultNetwork [2022-02-12T02:11:34.788Z] --- PASS: TestDefaultNetwork (0.29s) [2022-02-12T02:11:34.788Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-02-12T02:11:34.897Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-02-12T02:11:34.897Z] === RUN TestAuthZPluginDenyRequest [2022-02-12T02:11:34.974Z] === RUN TestChrootTarUntar [2022-02-12T02:11:34.974Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:34.974Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-02-12T02:11:34.974Z] === RUN TestChrootUntarWithHugeExcludesList [2022-02-12T02:11:34.974Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:34.974Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-02-12T02:11:34.974Z] === RUN TestChrootUntarEmptyArchive [2022-02-12T02:11:34.974Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-02-12T02:11:34.974Z] === RUN TestChrootTarUntarWithSymlink [2022-02-12T02:11:34.974Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:11:34.974Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-02-12T02:11:34.974Z] === RUN TestChrootCopyWithTar [2022-02-12T02:11:34.974Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:11:34.974Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-02-12T02:11:34.974Z] === RUN TestChrootCopyFileWithTar [2022-02-12T02:11:34.974Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:34.974Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-02-12T02:11:34.974Z] === RUN TestChrootUntarPath [2022-02-12T02:11:34.974Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:11:34.974Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-02-12T02:11:34.974Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-02-12T02:11:34.974Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:34.974Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-02-12T02:11:34.974Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-02-12T02:11:34.974Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:34.974Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-02-12T02:11:34.974Z] === RUN TestChrootApplyDotDotFile [2022-02-12T02:11:34.974Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:34.974Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-02-12T02:11:34.974Z] PASS [2022-02-12T02:11:34.974Z] coverage: 15.1% of statements [2022-02-12T02:11:34.974Z] ok github.com/docker/docker/pkg/chrootarchive 0.094s coverage: 15.1% of statements [2022-02-12T02:11:34.974Z] 2022/02/12 02:11:34 Closing DB instances... [2022-02-12T02:11:35.158Z] === RUN TestDockerSuite/TestBuildUser [2022-02-12T02:11:35.257Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.29s) [2022-02-12T02:11:35.257Z] === RUN TestInitAddressPools [2022-02-12T02:11:35.257Z] --- PASS: TestInitAddressPools (0.00s) [2022-02-12T02:11:35.257Z] PASS [2022-02-12T02:11:35.257Z] coverage: 74.0% of statements [2022-02-12T02:11:35.257Z] ok github.com/docker/docker/libnetwork/ipamutils 0.680s coverage: 74.0% of statements [2022-02-12T02:11:35.419Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2022-02-12T02:11:35.419Z] === RUN TestAuthZPluginAPIDenyResponse [2022-02-12T02:11:35.726Z] === RUN TestKeyValue [2022-02-12T02:11:35.726Z] --- PASS: TestKeyValue (0.00s) [2022-02-12T02:11:35.726Z] PASS [2022-02-12T02:11:35.726Z] coverage: 60.0% of statements [2022-02-12T02:11:35.726Z] ok github.com/docker/docker/libnetwork/netlabel 0.046s coverage: 60.0% of statements [2022-02-12T02:11:35.938Z] === RUN TestSizeEmpty [2022-02-12T02:11:35.938Z] --- PASS: TestSizeEmpty (0.00s) [2022-02-12T02:11:35.938Z] === RUN TestSizeEmptyFile [2022-02-12T02:11:35.938Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-02-12T02:11:35.938Z] === RUN TestSizeNonemptyFile [2022-02-12T02:11:35.938Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-02-12T02:11:35.938Z] === RUN TestSizeNestedDirectoryEmpty [2022-02-12T02:11:35.938Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-02-12T02:11:35.938Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-02-12T02:11:35.938Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-02-12T02:11:35.938Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-02-12T02:11:35.938Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-02-12T02:11:35.938Z] === RUN TestMoveToSubdir [2022-02-12T02:11:35.938Z] --- PASS: TestMoveToSubdir (0.01s) [2022-02-12T02:11:35.938Z] === RUN TestSizeNonExistingDirectory [2022-02-12T02:11:35.938Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-02-12T02:11:35.938Z] PASS [2022-02-12T02:11:35.939Z] coverage: 80.0% of statements [2022-02-12T02:11:35.939Z] ok github.com/docker/docker/pkg/directory 0.071s coverage: 80.0% of statements [2022-02-12T02:11:35.992Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2022-02-12T02:11:35.992Z] === RUN TestAuthZPluginDenyResponse [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-02-12T02:11:36.187Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-02-12T02:11:36.197Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.40s) [2022-02-12T02:11:36.197Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-02-12T02:11:36.568Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-02-12T02:11:36.568Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2022-02-12T02:11:36.568Z] === RUN TestAuthZPluginAllowEventStream [2022-02-12T02:11:36.647Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.55s) [2022-02-12T02:11:36.647Z] === RUN TestGetAddress [2022-02-12T02:11:36.647Z] === RUN TestNetworkDBSimple [2022-02-12T02:11:36.904Z] === RUN TestPollerAddRemove [2022-02-12T02:11:36.904Z] --- PASS: TestPollerAddRemove (0.00s) [2022-02-12T02:11:36.904Z] === RUN TestPollerEvent [2022-02-12T02:11:36.904Z] poller_test.go:40: No chmod on Windows [2022-02-12T02:11:36.904Z] --- SKIP: TestPollerEvent (0.00s) [2022-02-12T02:11:36.904Z] === RUN TestPollerClose [2022-02-12T02:11:36.904Z] --- PASS: TestPollerClose (0.00s) [2022-02-12T02:11:36.904Z] PASS [2022-02-12T02:11:36.904Z] coverage: 45.5% of statements [2022-02-12T02:11:36.904Z] ok github.com/docker/docker/pkg/filenotify 0.046s coverage: 45.5% of statements [2022-02-12T02:11:37.109Z] === RUN TestGenerate [2022-02-12T02:11:37.109Z] --- PASS: TestGenerate (0.00s) [2022-02-12T02:11:37.109Z] === RUN TestGeneratePtr [2022-02-12T02:11:37.109Z] --- PASS: TestGeneratePtr (0.00s) [2022-02-12T02:11:37.109Z] === RUN TestGenerateMissingField [2022-02-12T02:11:37.109Z] --- PASS: TestGenerateMissingField (0.00s) [2022-02-12T02:11:37.109Z] === RUN TestFieldCannotBeSet [2022-02-12T02:11:37.109Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-02-12T02:11:37.109Z] === RUN TestTypeMismatchError [2022-02-12T02:11:37.109Z] --- PASS: TestTypeMismatchError (0.00s) [2022-02-12T02:11:37.109Z] PASS [2022-02-12T02:11:37.109Z] coverage: 100.0% of statements [2022-02-12T02:11:37.109Z] ok github.com/docker/docker/libnetwork/options 0.036s coverage: 100.0% of statements [2022-02-12T02:11:37.359Z] --- PASS: TestNetworkDBCRUDTableEntry (4.29s) [2022-02-12T02:11:37.359Z] === RUN TestNetworkDBCRUDTableEntries [2022-02-12T02:11:37.569Z] testing: warning: no tests to run [2022-02-12T02:11:37.569Z] PASS [2022-02-12T02:11:37.569Z] coverage: 0.0% of statements [2022-02-12T02:11:37.569Z] ok github.com/docker/docker/libnetwork/osl 0.046s coverage: 0.0% of statements [no tests to run] [2022-02-12T02:11:37.569Z] 2022/02/12 02:11:37 Closing DB instances... [2022-02-12T02:11:37.816Z] === RUN TestCopyFileWithInvalidSrc [2022-02-12T02:11:37.817Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestCopyFileWithInvalidDest [2022-02-12T02:11:37.817Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestCopyFileWithSameSrcAndDest [2022-02-12T02:11:37.817Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-02-12T02:11:37.817Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestCopyFile [2022-02-12T02:11:37.817Z] --- PASS: TestCopyFile (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-02-12T02:11:37.817Z] fileutils_test.go:133: Needs porting to Windows [2022-02-12T02:11:37.817Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-02-12T02:11:37.817Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestReadSymlinkedDirectoryToFile [2022-02-12T02:11:37.817Z] fileutils_test.go:179: Needs porting to Windows [2022-02-12T02:11:37.817Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestWildcardMatches [2022-02-12T02:11:37.817Z] --- PASS: TestWildcardMatches (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestPatternMatches [2022-02-12T02:11:37.817Z] --- PASS: TestPatternMatches (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-02-12T02:11:37.817Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestPatternMatchesFolderExclusions [2022-02-12T02:11:37.817Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-02-12T02:11:37.817Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-02-12T02:11:37.817Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-02-12T02:11:37.817Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-02-12T02:11:37.817Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestSingleExclamationError [2022-02-12T02:11:37.817Z] --- PASS: TestSingleExclamationError (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestMatchesWithNoPatterns [2022-02-12T02:11:37.817Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestMatchesWithMalformedPatterns [2022-02-12T02:11:37.817Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestMatches [2022-02-12T02:11:37.817Z] === RUN TestMatches/MatchesOrParentMatches [2022-02-12T02:11:37.817Z] === RUN TestMatches/MatchesUsingParentResult [2022-02-12T02:11:37.817Z] === RUN TestMatches/MatchesUsingParentResults [2022-02-12T02:11:37.817Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-02-12T02:11:37.817Z] --- PASS: TestMatches (0.01s) [2022-02-12T02:11:37.817Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-02-12T02:11:37.817Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-02-12T02:11:37.817Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-02-12T02:11:37.817Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestCleanPatterns [2022-02-12T02:11:37.817Z] --- PASS: TestCleanPatterns (0.00s) [2022-02-12T02:11:37.817Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-02-12T02:11:37.817Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-02-12T02:11:37.953Z] --- PASS: TestAuthZPluginAllowEventStream (1.34s) [2022-02-12T02:11:37.953Z] === RUN TestAuthZPluginErrorResponse [2022-02-12T02:11:38.273Z] === RUN TestCleanPatternsExceptionFlag [2022-02-12T02:11:38.273Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-02-12T02:11:38.273Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-02-12T02:11:38.273Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-02-12T02:11:38.273Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-02-12T02:11:38.273Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-02-12T02:11:38.273Z] === RUN TestCleanPatternsErrorSingleException [2022-02-12T02:11:38.273Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-02-12T02:11:38.273Z] === RUN TestCreateIfNotExistsDir [2022-02-12T02:11:38.273Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-02-12T02:11:38.273Z] === RUN TestCreateIfNotExistsFile [2022-02-12T02:11:38.273Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-02-12T02:11:38.273Z] === RUN TestMatch [2022-02-12T02:11:38.273Z] --- PASS: TestMatch (0.00s) [2022-02-12T02:11:38.273Z] === RUN TestCompile [2022-02-12T02:11:38.273Z] === RUN TestCompile/slash [2022-02-12T02:11:38.273Z] === RUN TestCompile/backslash [2022-02-12T02:11:38.273Z] --- PASS: TestCompile (0.00s) [2022-02-12T02:11:38.273Z] --- PASS: TestCompile/slash (0.00s) [2022-02-12T02:11:38.273Z] --- PASS: TestCompile/backslash (0.00s) [2022-02-12T02:11:38.273Z] PASS [2022-02-12T02:11:38.273Z] coverage: 84.7% of statements [2022-02-12T02:11:38.273Z] ok github.com/docker/docker/pkg/fileutils 0.091s coverage: 84.7% of statements [2022-02-12T02:11:38.527Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-02-12T02:11:38.527Z] === RUN TestAuthZPluginErrorRequest [2022-02-12T02:11:38.540Z] === RUN TestRequestNewPort [2022-02-12T02:11:38.540Z] --- PASS: TestRequestNewPort (0.00s) [2022-02-12T02:11:38.540Z] === RUN TestRequestSpecificPort [2022-02-12T02:11:38.540Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-02-12T02:11:38.540Z] === RUN TestReleasePort [2022-02-12T02:11:38.540Z] --- PASS: TestReleasePort (0.00s) [2022-02-12T02:11:38.540Z] === RUN TestReuseReleasedPort [2022-02-12T02:11:38.540Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-02-12T02:11:38.540Z] === RUN TestReleaseUnreadledPort [2022-02-12T02:11:38.540Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-02-12T02:11:38.540Z] === RUN TestUnknowProtocol [2022-02-12T02:11:38.540Z] --- PASS: TestUnknowProtocol (0.00s) [2022-02-12T02:11:38.540Z] === RUN TestAllocateAllPorts [2022-02-12T02:11:38.540Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-02-12T02:11:38.540Z] === RUN TestPortAllocation [2022-02-12T02:11:38.540Z] --- PASS: TestPortAllocation (0.00s) [2022-02-12T02:11:38.540Z] === RUN TestPortAllocationWithCustomRange [2022-02-12T02:11:38.540Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-02-12T02:11:38.540Z] === RUN TestNoDuplicateBPR [2022-02-12T02:11:38.540Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-02-12T02:11:38.540Z] === RUN TestChangePortRange [2022-02-12T02:11:38.540Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-02-12T02:11:38.540Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-02-12T02:11:38.540Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-02-12T02:11:38.540Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-02-12T02:11:38.540Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-02-12T02:11:38.540Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-02-12T02:11:38.540Z] --- PASS: TestChangePortRange (0.00s) [2022-02-12T02:11:38.540Z] PASS [2022-02-12T02:11:38.540Z] coverage: 88.6% of statements [2022-02-12T02:11:38.540Z] ok github.com/docker/docker/libnetwork/portallocator 0.045s coverage: 88.6% of statements [2022-02-12T02:11:38.540Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-02-12T02:11:38.540Z] PASS [2022-02-12T02:11:38.540Z] coverage: 100.0% of statements [2022-02-12T02:11:38.540Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.044s coverage: 100.0% of statements [2022-02-12T02:11:38.728Z] === RUN TestGet [2022-02-12T02:11:38.729Z] --- PASS: TestGet (0.00s) [2022-02-12T02:11:38.729Z] === RUN TestGetShortcutString [2022-02-12T02:11:38.729Z] --- PASS: TestGetShortcutString (0.00s) [2022-02-12T02:11:38.729Z] PASS [2022-02-12T02:11:38.729Z] coverage: 42.9% of statements [2022-02-12T02:11:38.729Z] ok github.com/docker/docker/pkg/homedir 0.041s coverage: 42.9% of statements [2022-02-12T02:11:39.000Z] --- PASS: TestNetworkDBSimple (2.44s) [2022-02-12T02:11:39.000Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-02-12T02:11:39.000Z] testing: warning: no tests to run [2022-02-12T02:11:39.000Z] PASS [2022-02-12T02:11:39.000Z] coverage: 0.0% of statements [2022-02-12T02:11:39.000Z] ok github.com/docker/docker/libnetwork/portmapper 0.042s coverage: 0.0% of statements [no tests to run] [2022-02-12T02:11:39.099Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-02-12T02:11:39.099Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2022-02-12T02:11:39.099Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-02-12T02:11:39.148Z] === RUN TestNetworkDBSimple [2022-02-12T02:11:39.148Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.89s) [2022-02-12T02:11:39.148Z] === RUN TestGetAddress [2022-02-12T02:11:39.185Z] 2022/02/12 02:11:39 Closing DB instances... [2022-02-12T02:11:39.460Z] === RUN TestHashData [2022-02-12T02:11:39.460Z] --- PASS: TestHashData (0.00s) [2022-02-12T02:11:39.460Z] PASS [2022-02-12T02:11:39.460Z] coverage: 2.8% of statements [2022-02-12T02:11:39.460Z] ok github.com/docker/docker/libnetwork/resolvconf 0.044s coverage: 2.8% of statements [2022-02-12T02:11:39.672Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-02-12T02:11:39.672Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-02-12T02:11:39.921Z] === RUN TestErrorConstructors [2022-02-12T02:11:39.921Z] --- PASS: TestErrorConstructors (0.00s) [2022-02-12T02:11:39.921Z] === RUN TestCompareIPMask [2022-02-12T02:11:39.921Z] --- PASS: TestCompareIPMask (0.00s) [2022-02-12T02:11:39.921Z] === RUN TestUtilGetHostPartIP [2022-02-12T02:11:39.921Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-02-12T02:11:39.921Z] === RUN TestUtilGetBroadcastIP [2022-02-12T02:11:39.921Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-02-12T02:11:39.921Z] === RUN TestParseCIDR [2022-02-12T02:11:39.921Z] --- PASS: TestParseCIDR (0.00s) [2022-02-12T02:11:39.921Z] PASS [2022-02-12T02:11:39.921Z] coverage: 37.3% of statements [2022-02-12T02:11:39.921Z] ok github.com/docker/docker/libnetwork/types 0.043s coverage: 37.3% of statements [2022-02-12T02:11:40.135Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-02-12T02:11:40.135Z] PASS [2022-02-12T02:11:40.135Z] coverage: 100.0% of statements [2022-02-12T02:11:40.135Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.051s coverage: 100.0% of statements [2022-02-12T02:11:40.135Z] 2022/02/12 02:11:39 Closing DB instances... [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-02-12T02:11:40.135Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-02-12T02:11:40.149Z] === RUN TestCreateIDMapOrder [2022-02-12T02:11:40.149Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-02-12T02:11:40.149Z] PASS [2022-02-12T02:11:40.149Z] coverage: 7.2% of statements [2022-02-12T02:11:40.149Z] ok github.com/docker/docker/pkg/idtools 0.050s coverage: 7.2% of statements [2022-02-12T02:11:40.149Z] --- PASS: TestTarFiles (6.12s) [2022-02-12T02:11:40.149Z] === RUN TestDetectCompressionZstd [2022-02-12T02:11:40.149Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-02-12T02:11:40.149Z] === RUN TestTarUntar [2022-02-12T02:11:40.149Z] --- PASS: TestTarUntar (0.05s) [2022-02-12T02:11:40.149Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-02-12T02:11:40.149Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-02-12T02:11:40.149Z] === RUN TestTarWithOptions [2022-02-12T02:11:40.149Z] --- PASS: TestTarWithOptions (0.03s) [2022-02-12T02:11:40.149Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-02-12T02:11:40.149Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-02-12T02:11:40.149Z] === RUN TestUntarUstarGnuConflict [2022-02-12T02:11:40.149Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-02-12T02:11:40.149Z] === RUN TestUntarInvalidFilenames [2022-02-12T02:11:40.149Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames289424835\\dest" [2022-02-12T02:11:40.149Z] --- PASS: TestUntarInvalidFilenames (0.22s) [2022-02-12T02:11:40.149Z] === RUN TestUntarHardlinkToSymlink [2022-02-12T02:11:40.149Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-02-12T02:11:40.149Z] === RUN TestUntarInvalidHardlink [2022-02-12T02:11:40.381Z] 2022/02/12 02:11:40 Closing DB instances... [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-02-12T02:11:40.381Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-02-12T02:11:40.381Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-02-12T02:11:40.381Z] PASS [2022-02-12T02:11:40.381Z] coverage: 50.0% of statements [2022-02-12T02:11:40.381Z] ok github.com/docker/docker/oci 0.046s coverage: 50.0% of statements [2022-02-12T02:11:40.604Z] === RUN TestGenerate [2022-02-12T02:11:40.604Z] --- PASS: TestGenerate (0.00s) [2022-02-12T02:11:40.604Z] === RUN TestGeneratePtr [2022-02-12T02:11:40.604Z] --- PASS: TestGeneratePtr (0.00s) [2022-02-12T02:11:40.604Z] === RUN TestGenerateMissingField [2022-02-12T02:11:40.604Z] --- PASS: TestGenerateMissingField (0.00s) [2022-02-12T02:11:40.604Z] === RUN TestFieldCannotBeSet [2022-02-12T02:11:40.604Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-02-12T02:11:40.604Z] === RUN TestTypeMismatchError [2022-02-12T02:11:40.604Z] --- PASS: TestTypeMismatchError (0.00s) [2022-02-12T02:11:40.604Z] PASS [2022-02-12T02:11:40.604Z] coverage: 100.0% of statements [2022-02-12T02:11:40.604Z] ok github.com/docker/docker/libnetwork/options 0.043s coverage: 100.0% of statements [2022-02-12T02:11:40.604Z] testing: warning: no tests to run [2022-02-12T02:11:40.604Z] PASS [2022-02-12T02:11:40.604Z] coverage: 0.0% of statements [2022-02-12T02:11:40.604Z] ok github.com/docker/docker/libnetwork/osl 0.047s coverage: 0.0% of statements [no tests to run] [2022-02-12T02:11:40.607Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3934622931\\victim\\hello" -> "../victim/hello" [2022-02-12T02:11:40.607Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink894731470\\victim\\hello" -> "/../victim/hello" [2022-02-12T02:11:40.607Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1409974128\\victim" -> "../victim" [2022-02-12T02:11:40.607Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink164466688\\victim" -> "../victim" [2022-02-12T02:11:40.607Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1920205771\\victim" -> "../victim" [2022-02-12T02:11:40.607Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1233785367\\victim" -> "../victim" [2022-02-12T02:11:40.607Z] --- PASS: TestUntarInvalidHardlink (0.05s) [2022-02-12T02:11:40.607Z] === RUN TestUntarInvalidSymlink [2022-02-12T02:11:40.607Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1886473882\\dest\\dotdot" -> "../victim/hello" [2022-02-12T02:11:40.607Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1352187752\\dest\\slash-dotdot" -> "/../victim/hello" [2022-02-12T02:11:40.607Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1251004696\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:40.607Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3535504933\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:40.607Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1382019730\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:40.607Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3800589733\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:40.607Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1544961684\\dest\\dir\\loophole" -> "../../victim" [2022-02-12T02:11:40.607Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-02-12T02:11:40.607Z] === RUN TestTempArchiveCloseMultipleTimes [2022-02-12T02:11:40.607Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-02-12T02:11:40.607Z] === RUN TestXGlobalNoParent [2022-02-12T02:11:40.607Z] --- PASS: TestXGlobalNoParent (0.01s) [2022-02-12T02:11:40.607Z] === RUN TestReplaceFileTarWrapper [2022-02-12T02:11:40.607Z] --- PASS: TestNetworkDBCRUDTableEntries (3.55s) [2022-02-12T02:11:40.607Z] === RUN TestNetworkDBNodeLeave [2022-02-12T02:11:40.607Z] --- PASS: TestReplaceFileTarWrapper (0.34s) [2022-02-12T02:11:40.607Z] === RUN TestPrefixHeaderReadable [2022-02-12T02:11:41.064Z] --- PASS: TestPrefixHeaderReadable (0.05s) [2022-02-12T02:11:41.064Z] === RUN TestDisablePigz [2022-02-12T02:11:41.064Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-02-12T02:11:41.064Z] --- PASS: TestDisablePigz (0.16s) [2022-02-12T02:11:41.064Z] === RUN TestPigz [2022-02-12T02:11:41.064Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-02-12T02:11:41.064Z] --- PASS: TestPigz (0.18s) [2022-02-12T02:11:41.064Z] === RUN TestCopyFileWithInvalidDest [2022-02-12T02:11:41.064Z] archive_windows_test.go:16: Currently fails [2022-02-12T02:11:41.064Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-02-12T02:11:41.064Z] === RUN TestCanonicalTarNameForPath [2022-02-12T02:11:41.064Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-02-12T02:11:41.064Z] === RUN TestCanonicalTarName [2022-02-12T02:11:41.064Z] --- PASS: TestCanonicalTarName (0.00s) [2022-02-12T02:11:41.064Z] === RUN TestChmodTarEntry [2022-02-12T02:11:41.064Z] --- PASS: TestChmodTarEntry (0.00s) [2022-02-12T02:11:41.064Z] === RUN TestHardLinkOrder [2022-02-12T02:11:41.064Z] --- PASS: TestHardLinkOrder (0.10s) [2022-02-12T02:11:41.064Z] === RUN TestChangeString [2022-02-12T02:11:41.064Z] --- PASS: TestChangeString (0.00s) [2022-02-12T02:11:41.064Z] === RUN TestChangesWithNoChanges [2022-02-12T02:11:41.353Z] === RUN TestParseVersion [2022-02-12T02:11:41.354Z] --- PASS: TestParseVersion (0.00s) [2022-02-12T02:11:41.354Z] PASS [2022-02-12T02:11:41.354Z] coverage: 52.9% of statements [2022-02-12T02:11:41.354Z] ok github.com/docker/docker/pkg/aaparser 0.038s coverage: 52.9% of statements [2022-02-12T02:11:41.354Z] === RUN TestAddressPoolOpt [2022-02-12T02:11:41.354Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/a [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/something [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/_=a [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/env1=value1 [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/_env1=value1 [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/env2=value2=value3 [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/env3=abc!qwe [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/env_4=value_4 [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/PATH [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/=a [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/PATH= [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/PATH=something [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/asd!qwe [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/1asd [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/123 [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/some_space [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/__some_space_before [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/some_space_after__ [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/= [2022-02-12T02:11:41.354Z] === RUN TestValidateEnv/PaTh [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/a (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/something (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/= (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestParseHost [2022-02-12T02:11:41.354Z] --- PASS: TestParseHost (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestParseDockerDaemonHost [2022-02-12T02:11:41.354Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestParseTCP [2022-02-12T02:11:41.354Z] --- PASS: TestParseTCP (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestParseInvalidUnixAddrInvalid [2022-02-12T02:11:41.354Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestValidateExtraHosts [2022-02-12T02:11:41.354Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestIpOptString [2022-02-12T02:11:41.354Z] --- PASS: TestIpOptString (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestNewIpOptInvalidDefaultVal [2022-02-12T02:11:41.354Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestNewIpOptValidDefaultVal [2022-02-12T02:11:41.354Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestIpOptSetInvalidVal [2022-02-12T02:11:41.354Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestValidateIPAddress [2022-02-12T02:11:41.354Z] --- PASS: TestValidateIPAddress (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestMapOpts [2022-02-12T02:11:41.354Z] --- PASS: TestMapOpts (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestListOptsWithoutValidator [2022-02-12T02:11:41.354Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestListOptsWithValidator [2022-02-12T02:11:41.354Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestValidateDNSSearch [2022-02-12T02:11:41.354Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestValidateLabel [2022-02-12T02:11:41.354Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-02-12T02:11:41.354Z] === RUN TestValidateLabel/label_with_general_format [2022-02-12T02:11:41.354Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-02-12T02:11:41.354Z] === RUN TestValidateLabel/label_with_one_more [2022-02-12T02:11:41.354Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-02-12T02:11:41.354Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-02-12T02:11:41.354Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-02-12T02:11:41.354Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-02-12T02:11:41.354Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-02-12T02:11:41.354Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-02-12T02:11:41.354Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-02-12T02:11:41.354Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-02-12T02:11:41.354Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-02-12T02:11:41.354Z] --- PASS: TestValidateLabel (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-02-12T02:11:41.354Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestNamedListOpts [2022-02-12T02:11:41.354Z] --- PASS: TestNamedListOpts (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestNamedMapOpts [2022-02-12T02:11:41.354Z] --- PASS: TestNamedMapOpts (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestParseLink [2022-02-12T02:11:41.354Z] --- PASS: TestParseLink (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestQuotedStringSetWithQuotes [2022-02-12T02:11:41.354Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-02-12T02:11:41.354Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestQuotedStringSetWithNoQuotes [2022-02-12T02:11:41.354Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-02-12T02:11:41.354Z] === RUN TestUlimitOpt [2022-02-12T02:11:41.354Z] --- PASS: TestUlimitOpt (0.00s) [2022-02-12T02:11:41.354Z] PASS [2022-02-12T02:11:41.354Z] coverage: 67.1% of statements [2022-02-12T02:11:41.354Z] ok github.com/docker/docker/opts 0.082s coverage: 67.1% of statements [2022-02-12T02:11:41.521Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-02-12T02:11:41.521Z] === RUN TestChangesWithChanges [2022-02-12T02:11:41.521Z] --- PASS: TestChangesWithChanges (0.04s) [2022-02-12T02:11:41.521Z] === RUN TestChangesWithChangesGH13590 [2022-02-12T02:11:41.521Z] changes_test.go:195: needs more investigation [2022-02-12T02:11:41.521Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestChangesDirsEmpty [2022-02-12T02:11:41.521Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-12T02:11:41.521Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestChangesDirsMutated [2022-02-12T02:11:41.521Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-12T02:11:41.521Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestApplyLayer [2022-02-12T02:11:41.521Z] changes_test.go:432: needs further investigation [2022-02-12T02:11:41.521Z] --- SKIP: TestApplyLayer (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestChangesSizeWithHardlinks [2022-02-12T02:11:41.521Z] changes_test.go:468: needs further investigation [2022-02-12T02:11:41.521Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestChangesSizeWithNoChanges [2022-02-12T02:11:41.521Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-02-12T02:11:41.521Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestChangesSize [2022-02-12T02:11:41.521Z] --- PASS: TestChangesSize (0.01s) [2022-02-12T02:11:41.521Z] === RUN TestApplyLayerInvalidFilenames [2022-02-12T02:11:41.521Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3584546531\\dest" [2022-02-12T02:11:41.521Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-02-12T02:11:41.521Z] === RUN TestApplyLayerInvalidHardlink [2022-02-12T02:11:41.521Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3822292870\\victim\\hello" -> "../victim/hello" [2022-02-12T02:11:41.521Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2484843265\\victim\\hello" -> "/../victim/hello" [2022-02-12T02:11:41.521Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3385402690\\victim" -> "../victim" [2022-02-12T02:11:41.521Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3463209695\\victim" -> "../victim" [2022-02-12T02:11:41.521Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink457849790\\victim" -> "../victim" [2022-02-12T02:11:41.521Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2809911394\\victim" -> "../victim" [2022-02-12T02:11:41.521Z] === RUN TestFixedBufferCap [2022-02-12T02:11:41.521Z] --- PASS: TestFixedBufferCap (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestFixedBufferLen [2022-02-12T02:11:41.521Z] --- PASS: TestFixedBufferLen (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestFixedBufferString [2022-02-12T02:11:41.521Z] --- PASS: TestFixedBufferString (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestFixedBufferWrite [2022-02-12T02:11:41.521Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestFixedBufferRead [2022-02-12T02:11:41.521Z] --- PASS: TestFixedBufferRead (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestBytesPipeRead [2022-02-12T02:11:41.521Z] --- PASS: TestBytesPipeRead (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestBytesPipeWrite [2022-02-12T02:11:41.521Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestBytesPipeWriteRandomChunks [2022-02-12T02:11:41.521Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-02-12T02:11:41.521Z] === RUN TestApplyLayerInvalidSymlink [2022-02-12T02:11:41.521Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2459147498\\dest\\dotdot" -> "../victim/hello" [2022-02-12T02:11:41.521Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4075587787\\dest\\slash-dotdot" -> "/../victim/hello" [2022-02-12T02:11:41.521Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1140267466\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:41.521Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink91343495\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:41.521Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink662853192\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:41.521Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4067793435\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:41.521Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-02-12T02:11:41.521Z] === RUN TestApplyLayerWhiteouts [2022-02-12T02:11:41.521Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-02-12T02:11:41.521Z] === RUN TestGenerateEmptyFile [2022-02-12T02:11:41.521Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-02-12T02:11:41.521Z] === RUN TestGenerateWithContent [2022-02-12T02:11:41.521Z] --- PASS: TestGenerateWithContent (0.00s) [2022-02-12T02:11:41.521Z] PASS [2022-02-12T02:11:41.521Z] coverage: 62.0% of statements [2022-02-12T02:11:41.521Z] ok github.com/docker/docker/pkg/archive 9.082s coverage: 62.0% of statements [2022-02-12T02:11:41.590Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.67s) [2022-02-12T02:11:41.590Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-02-12T02:11:41.593Z] === RUN TestRequestNewPort [2022-02-12T02:11:41.593Z] --- PASS: TestRequestNewPort (0.00s) [2022-02-12T02:11:41.593Z] === RUN TestRequestSpecificPort [2022-02-12T02:11:41.593Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-02-12T02:11:41.593Z] === RUN TestReleasePort [2022-02-12T02:11:41.593Z] --- PASS: TestReleasePort (0.00s) [2022-02-12T02:11:41.593Z] === RUN TestReuseReleasedPort [2022-02-12T02:11:41.593Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-02-12T02:11:41.593Z] === RUN TestReleaseUnreadledPort [2022-02-12T02:11:41.593Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-02-12T02:11:41.593Z] === RUN TestUnknowProtocol [2022-02-12T02:11:41.593Z] --- PASS: TestUnknowProtocol (0.00s) [2022-02-12T02:11:41.593Z] === RUN TestAllocateAllPorts [2022-02-12T02:11:41.593Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-02-12T02:11:41.593Z] === RUN TestPortAllocation [2022-02-12T02:11:41.593Z] --- PASS: TestPortAllocation (0.00s) [2022-02-12T02:11:41.593Z] === RUN TestPortAllocationWithCustomRange [2022-02-12T02:11:41.593Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-02-12T02:11:41.593Z] === RUN TestNoDuplicateBPR [2022-02-12T02:11:41.593Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-02-12T02:11:41.593Z] === RUN TestChangePortRange [2022-02-12T02:11:41.593Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-02-12T02:11:41.593Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-02-12T02:11:41.593Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-02-12T02:11:41.593Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-02-12T02:11:41.593Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-02-12T02:11:41.593Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-02-12T02:11:41.593Z] --- PASS: TestChangePortRange (0.00s) [2022-02-12T02:11:41.593Z] PASS [2022-02-12T02:11:41.594Z] coverage: 88.6% of statements [2022-02-12T02:11:41.594Z] ok github.com/docker/docker/libnetwork/portallocator 0.055s coverage: 88.6% of statements [2022-02-12T02:11:41.594Z] --- PASS: TestNetworkDBSimple (2.64s) [2022-02-12T02:11:41.594Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-02-12T02:11:41.594Z] testing: warning: no tests to run [2022-02-12T02:11:41.594Z] PASS [2022-02-12T02:11:41.594Z] coverage: 0.0% of statements [2022-02-12T02:11:41.594Z] ok github.com/docker/docker/libnetwork/portmapper 0.048s coverage: 0.0% of statements [no tests to run] [2022-02-12T02:11:41.814Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.85s) [2022-02-12T02:11:41.814Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-02-12T02:11:41.977Z] --- PASS: TestBytesPipeWriteRandomChunks (0.50s) [2022-02-12T02:11:41.977Z] === RUN TestAtomicWriteToFile [2022-02-12T02:11:41.977Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-02-12T02:11:41.977Z] === RUN TestAtomicWriteSetCommit [2022-02-12T02:11:41.977Z] --- PASS: TestAtomicWriteSetCommit (0.02s) [2022-02-12T02:11:41.977Z] === RUN TestAtomicWriteSetCancel [2022-02-12T02:11:41.977Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-02-12T02:11:41.977Z] === RUN TestReadCloserWrapperClose [2022-02-12T02:11:41.977Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-02-12T02:11:41.977Z] === RUN TestReaderErrWrapperReadOnError [2022-02-12T02:11:41.977Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-02-12T02:11:41.977Z] === RUN TestReaderErrWrapperRead [2022-02-12T02:11:41.977Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-02-12T02:11:41.977Z] === RUN TestCancelReadCloser [2022-02-12T02:11:41.977Z] --- PASS: TestCancelReadCloser (0.10s) [2022-02-12T02:11:41.977Z] === RUN TestWriteCloserWrapperClose [2022-02-12T02:11:41.977Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-02-12T02:11:41.977Z] === RUN TestNopWriteCloser [2022-02-12T02:11:41.977Z] --- PASS: TestNopWriteCloser (0.00s) [2022-02-12T02:11:41.977Z] === RUN TestNopWriter [2022-02-12T02:11:41.977Z] --- PASS: TestNopWriter (0.00s) [2022-02-12T02:11:41.977Z] === RUN TestWriteCounter [2022-02-12T02:11:41.977Z] --- PASS: TestWriteCounter (0.00s) [2022-02-12T02:11:41.977Z] PASS [2022-02-12T02:11:41.977Z] coverage: 70.1% of statements [2022-02-12T02:11:41.977Z] ok github.com/docker/docker/pkg/ioutils 0.695s coverage: 70.1% of statements [2022-02-12T02:11:42.061Z] === RUN TestHashData [2022-02-12T02:11:42.061Z] --- PASS: TestHashData (0.00s) [2022-02-12T02:11:42.061Z] PASS [2022-02-12T02:11:42.061Z] coverage: 2.8% of statements [2022-02-12T02:11:42.061Z] ok github.com/docker/docker/libnetwork/resolvconf 0.045s coverage: 2.8% of statements [2022-02-12T02:11:42.531Z] === RUN TestErrorConstructors [2022-02-12T02:11:42.531Z] --- PASS: TestErrorConstructors (0.00s) [2022-02-12T02:11:42.531Z] === RUN TestCompareIPMask [2022-02-12T02:11:42.531Z] --- PASS: TestCompareIPMask (0.00s) [2022-02-12T02:11:42.531Z] === RUN TestUtilGetHostPartIP [2022-02-12T02:11:42.531Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-02-12T02:11:42.531Z] === RUN TestUtilGetBroadcastIP [2022-02-12T02:11:42.531Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-02-12T02:11:42.531Z] === RUN TestParseCIDR [2022-02-12T02:11:42.531Z] --- PASS: TestParseCIDR (0.00s) [2022-02-12T02:11:42.531Z] PASS [2022-02-12T02:11:42.531Z] coverage: 37.3% of statements [2022-02-12T02:11:42.531Z] ok github.com/docker/docker/libnetwork/types 0.063s coverage: 37.3% of statements [2022-02-12T02:11:42.792Z] === RUN TestPeerCertificateMarshalJSON [2022-02-12T02:11:42.978Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.67s) [2022-02-12T02:11:42.979Z] === RUN TestAuthZPluginHeader [2022-02-12T02:11:43.000Z] 2022/02/12 02:11:42 Closing DB instances... [2022-02-12T02:11:43.253Z] 2022/02/12 02:11:42 Closing DB instances... [2022-02-12T02:11:43.254Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-02-12T02:11:43.254Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-02-12T02:11:43.254Z] --- PASS: TestPeerCertificateMarshalJSON (0.39s) [2022-02-12T02:11:43.254Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-02-12T02:11:43.254Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-02-12T02:11:43.254Z] === RUN TestMiddleware [2022-02-12T02:11:43.254Z] --- PASS: TestMiddleware (0.00s) [2022-02-12T02:11:43.254Z] === RUN TestNewResponseModifier [2022-02-12T02:11:43.254Z] --- PASS: TestNewResponseModifier (0.00s) [2022-02-12T02:11:43.254Z] PASS [2022-02-12T02:11:43.254Z] coverage: 26.8% of statements [2022-02-12T02:11:43.254Z] ok github.com/docker/docker/pkg/authorization 0.442s coverage: 26.8% of statements [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-02-12T02:11:43.471Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-02-12T02:11:43.471Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-02-12T02:11:43.471Z] PASS [2022-02-12T02:11:43.471Z] coverage: 50.0% of statements [2022-02-12T02:11:43.471Z] ok github.com/docker/docker/oci 0.050s coverage: 50.0% of statements [2022-02-12T02:11:43.513Z] === RUN TestError [2022-02-12T02:11:43.513Z] --- PASS: TestError (0.00s) [2022-02-12T02:11:43.513Z] === RUN TestProgressString [2022-02-12T02:11:43.513Z] === RUN TestProgressString/no_progress [2022-02-12T02:11:43.513Z] === RUN TestProgressString/progress_1 [2022-02-12T02:11:43.513Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-02-12T02:11:43.513Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-02-12T02:11:43.513Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-02-12T02:11:43.513Z] === RUN TestProgressString/with_units [2022-02-12T02:11:43.513Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-02-12T02:11:43.513Z] === RUN TestProgressString/hide_counts [2022-02-12T02:11:43.513Z] --- PASS: TestProgressString (0.00s) [2022-02-12T02:11:43.513Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-02-12T02:11:43.513Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-02-12T02:11:43.513Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-02-12T02:11:43.513Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-02-12T02:11:43.513Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-02-12T02:11:43.513Z] --- PASS: TestProgressString/with_units (0.00s) [2022-02-12T02:11:43.513Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-02-12T02:11:43.513Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-02-12T02:11:43.513Z] === RUN TestJSONMessageDisplay [2022-02-12T02:11:43.513Z] --- PASS: TestJSONMessageDisplay (0.21s) [2022-02-12T02:11:43.513Z] === RUN TestJSONMessageDisplayWithJSONError [2022-02-12T02:11:43.513Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-02-12T02:11:43.513Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-02-12T02:11:43.513Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-02-12T02:11:43.513Z] === RUN TestDisplayJSONMessagesStream [2022-02-12T02:11:43.513Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-02-12T02:11:43.513Z] PASS [2022-02-12T02:11:43.513Z] coverage: 91.7% of statements [2022-02-12T02:11:43.513Z] ok github.com/docker/docker/pkg/jsonmessage 0.263s coverage: 91.7% of statements [2022-02-12T02:11:43.513Z] --- PASS: TestNetworkDBNodeLeave (2.86s) [2022-02-12T02:11:43.513Z] === RUN TestNetworkDBWatch [2022-02-12T02:11:43.713Z] === RUN TestIsArchivePathDir [2022-02-12T02:11:43.713Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-02-12T02:11:43.713Z] === RUN TestIsArchivePathInvalidFile [2022-02-12T02:11:43.713Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2022-02-12T02:11:43.714Z] === RUN TestIsArchivePathTar [2022-02-12T02:11:43.714Z] --- PASS: TestIsArchivePathTar (0.15s) [2022-02-12T02:11:43.714Z] === RUN TestDecompressStreamGzip [2022-02-12T02:11:43.924Z] --- PASS: TestAuthZPluginHeader (0.80s) [2022-02-12T02:11:43.924Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-02-12T02:11:43.940Z] === RUN TestAddressPoolOpt [2022-02-12T02:11:43.940Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/a [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/something [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/_=a [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/env1=value1 [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/_env1=value1 [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/env2=value2=value3 [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/env3=abc!qwe [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/env_4=value_4 [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/PATH [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/=a [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/PATH= [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/PATH=something [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/asd!qwe [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/1asd [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/123 [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/some_space [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/__some_space_before [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/some_space_after__ [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/= [2022-02-12T02:11:43.940Z] === RUN TestValidateEnv/PaTh [2022-02-12T02:11:43.940Z] --- PASS: TestValidateEnv (0.00s) [2022-02-12T02:11:43.940Z] --- PASS: TestValidateEnv/a (0.00s) [2022-02-12T02:11:43.940Z] --- PASS: TestValidateEnv/something (0.00s) [2022-02-12T02:11:43.940Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-02-12T02:11:43.940Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/= (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestParseHost [2022-02-12T02:11:43.941Z] --- PASS: TestParseHost (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestParseDockerDaemonHost [2022-02-12T02:11:43.941Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestParseTCP [2022-02-12T02:11:43.941Z] --- PASS: TestParseTCP (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestParseInvalidUnixAddrInvalid [2022-02-12T02:11:43.941Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestValidateExtraHosts [2022-02-12T02:11:43.941Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestIpOptString [2022-02-12T02:11:43.941Z] --- PASS: TestIpOptString (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestNewIpOptInvalidDefaultVal [2022-02-12T02:11:43.941Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestNewIpOptValidDefaultVal [2022-02-12T02:11:43.941Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestIpOptSetInvalidVal [2022-02-12T02:11:43.941Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestValidateIPAddress [2022-02-12T02:11:43.941Z] --- PASS: TestValidateIPAddress (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestMapOpts [2022-02-12T02:11:43.941Z] --- PASS: TestMapOpts (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestListOptsWithoutValidator [2022-02-12T02:11:43.941Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestListOptsWithValidator [2022-02-12T02:11:43.941Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestValidateDNSSearch [2022-02-12T02:11:43.941Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestValidateLabel [2022-02-12T02:11:43.941Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-02-12T02:11:43.941Z] === RUN TestValidateLabel/label_with_general_format [2022-02-12T02:11:43.941Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-02-12T02:11:43.941Z] === RUN TestValidateLabel/label_with_one_more [2022-02-12T02:11:43.941Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-02-12T02:11:43.941Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-02-12T02:11:43.941Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-02-12T02:11:43.941Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-02-12T02:11:43.941Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-02-12T02:11:43.941Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-02-12T02:11:43.941Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-02-12T02:11:43.941Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-02-12T02:11:43.941Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-02-12T02:11:43.941Z] --- PASS: TestValidateLabel (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-02-12T02:11:43.941Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestNamedListOpts [2022-02-12T02:11:43.941Z] --- PASS: TestNamedListOpts (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestNamedMapOpts [2022-02-12T02:11:43.941Z] --- PASS: TestNamedMapOpts (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestParseLink [2022-02-12T02:11:43.941Z] --- PASS: TestParseLink (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestQuotedStringSetWithQuotes [2022-02-12T02:11:43.941Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-02-12T02:11:43.941Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestQuotedStringSetWithNoQuotes [2022-02-12T02:11:43.941Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-02-12T02:11:43.941Z] === RUN TestUlimitOpt [2022-02-12T02:11:43.941Z] --- PASS: TestUlimitOpt (0.00s) [2022-02-12T02:11:43.941Z] PASS [2022-02-12T02:11:43.941Z] coverage: 67.1% of statements [2022-02-12T02:11:43.941Z] ok github.com/docker/docker/opts 0.094s coverage: 67.1% of statements [2022-02-12T02:11:44.174Z] === RUN TestUnbuffered [2022-02-12T02:11:44.174Z] --- PASS: TestUnbuffered (0.00s) [2022-02-12T02:11:44.174Z] === RUN TestRaceUnbuffered [2022-02-12T02:11:44.174Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-02-12T02:11:44.174Z] PASS [2022-02-12T02:11:44.174Z] coverage: 100.0% of statements [2022-02-12T02:11:44.174Z] ok github.com/docker/docker/pkg/broadcaster 0.033s coverage: 100.0% of statements [2022-02-12T02:11:44.174Z] --- PASS: TestDecompressStreamGzip (0.11s) [2022-02-12T02:11:44.174Z] === RUN TestDecompressStreamBzip2 [2022-02-12T02:11:44.174Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-02-12T02:11:44.174Z] === RUN TestDecompressStreamXz [2022-02-12T02:11:44.174Z] archive_test.go:133: Xz not present in msys2 [2022-02-12T02:11:44.174Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-02-12T02:11:44.174Z] === RUN TestDecompressStreamZstd [2022-02-12T02:11:44.174Z] archive_test.go:140: zstd not installed [2022-02-12T02:11:44.174Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-02-12T02:11:44.174Z] === RUN TestCompressStreamXzUnsupported [2022-02-12T02:11:44.174Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-02-12T02:11:44.174Z] === RUN TestCompressStreamBzip2Unsupported [2022-02-12T02:11:44.174Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-02-12T02:11:44.174Z] === RUN TestCompressStreamInvalid [2022-02-12T02:11:44.174Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-02-12T02:11:44.174Z] === RUN TestExtensionInvalid [2022-02-12T02:11:44.174Z] --- PASS: TestExtensionInvalid (0.00s) [2022-02-12T02:11:44.174Z] === RUN TestExtensionUncompressed [2022-02-12T02:11:44.174Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-02-12T02:11:44.174Z] === RUN TestExtensionBzip2 [2022-02-12T02:11:44.174Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-02-12T02:11:44.174Z] === RUN TestExtensionGzip [2022-02-12T02:11:44.174Z] --- PASS: TestExtensionGzip (0.00s) [2022-02-12T02:11:44.174Z] === RUN TestExtensionXz [2022-02-12T02:11:44.174Z] --- PASS: TestExtensionXz (0.00s) [2022-02-12T02:11:44.174Z] === RUN TestExtensionZstd [2022-02-12T02:11:44.174Z] --- PASS: TestExtensionZstd (0.00s) [2022-02-12T02:11:44.174Z] === RUN TestCmdStreamLargeStderr [2022-02-12T02:11:44.174Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-02-12T02:11:44.174Z] === RUN TestCmdStreamBad [2022-02-12T02:11:44.174Z] archive_test.go:252: Failing on Windows CI machines [2022-02-12T02:11:44.174Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-02-12T02:11:44.174Z] === RUN TestCmdStreamGood [2022-02-12T02:11:44.174Z] --- PASS: TestCmdStreamGood (0.04s) [2022-02-12T02:11:44.174Z] === RUN TestUntarPathWithInvalidDest [2022-02-12T02:11:44.174Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-02-12T02:11:44.174Z] === RUN TestUntarPathWithInvalidSrc [2022-02-12T02:11:44.174Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-02-12T02:11:44.174Z] === RUN TestUntarPath [2022-02-12T02:11:44.174Z] --- PASS: TestUntarPath (0.07s) [2022-02-12T02:11:44.174Z] === RUN TestUntarPathWithDestinationFile [2022-02-12T02:11:44.412Z] === RUN TestParseVersion [2022-02-12T02:11:44.412Z] --- PASS: TestParseVersion (0.00s) [2022-02-12T02:11:44.412Z] PASS [2022-02-12T02:11:44.412Z] coverage: 52.9% of statements [2022-02-12T02:11:44.412Z] ok github.com/docker/docker/pkg/aaparser 0.040s coverage: 52.9% of statements [2022-02-12T02:11:44.412Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-02-12T02:11:44.412Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-02-12T02:11:44.476Z] === RUN TestStandardLongPath [2022-02-12T02:11:44.476Z] --- PASS: TestStandardLongPath (0.00s) [2022-02-12T02:11:44.476Z] === RUN TestUNCLongPath [2022-02-12T02:11:44.476Z] --- PASS: TestUNCLongPath (0.00s) [2022-02-12T02:11:44.476Z] PASS [2022-02-12T02:11:44.476Z] coverage: 100.0% of statements [2022-02-12T02:11:44.476Z] ok github.com/docker/docker/pkg/longpath 0.046s coverage: 100.0% of statements [2022-02-12T02:11:44.634Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-02-12T02:11:44.634Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-02-12T02:11:44.634Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2022-02-12T02:11:44.634Z] === RUN TestCopyWithTarInvalidSrc [2022-02-12T02:11:44.634Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-02-12T02:11:44.634Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-02-12T02:11:44.634Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-02-12T02:11:44.634Z] === RUN TestCopyWithTarSrcFile [2022-02-12T02:11:44.634Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-02-12T02:11:44.634Z] === RUN TestCopyWithTarSrcFolder [2022-02-12T02:11:44.634Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-02-12T02:11:44.634Z] === RUN TestCopyFileWithTarInvalidSrc [2022-02-12T02:11:44.634Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-02-12T02:11:44.634Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-02-12T02:11:44.634Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-02-12T02:11:44.634Z] === RUN TestCopyFileWithTarSrcFolder [2022-02-12T02:11:44.634Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-02-12T02:11:44.634Z] === RUN TestCopyFileWithTarSrcFile [2022-02-12T02:11:44.634Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-02-12T02:11:44.634Z] === RUN TestTarFiles [2022-02-12T02:11:44.634Z] === RUN TestMatch [2022-02-12T02:11:44.634Z] === RUN TestMatch/[[]] [2022-02-12T02:11:44.634Z] === RUN TestMatch/[[foo]] [2022-02-12T02:11:44.634Z] === RUN TestMatch/[[bar]_[foo]] [2022-02-12T02:11:44.634Z] === RUN TestMatch/[[foo_bar]] [2022-02-12T02:11:44.634Z] === RUN TestMatch/[[qux]_[foo]] [2022-02-12T02:11:44.634Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-02-12T02:11:44.634Z] === RUN TestMatch/[] [2022-02-12T02:11:44.634Z] === RUN TestMatch/[]#01 [2022-02-12T02:11:44.634Z] === RUN TestMatch/[[qux]] [2022-02-12T02:11:44.634Z] === RUN TestMatch/[[foo_bar_qux]] [2022-02-12T02:11:44.634Z] === RUN TestMatch/[[qux]_[baz]] [2022-02-12T02:11:44.634Z] === RUN TestMatch/[[foo_baz]] [2022-02-12T02:11:44.634Z] --- PASS: TestMatch (0.00s) [2022-02-12T02:11:44.634Z] --- PASS: TestMatch/[[]] (0.00s) [2022-02-12T02:11:44.634Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-02-12T02:11:44.634Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-02-12T02:11:44.634Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-02-12T02:11:44.634Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-02-12T02:11:44.634Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-02-12T02:11:44.634Z] --- PASS: TestMatch/[] (0.00s) [2022-02-12T02:11:44.634Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-02-12T02:11:44.634Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-02-12T02:11:44.634Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-02-12T02:11:44.634Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-02-12T02:11:44.634Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-02-12T02:11:44.634Z] PASS [2022-02-12T02:11:44.634Z] coverage: 87.5% of statements [2022-02-12T02:11:44.634Z] ok github.com/docker/docker/pkg/capabilities 0.038s coverage: 87.5% of statements [2022-02-12T02:11:44.634Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s) [2022-02-12T02:11:44.634Z] === RUN TestNetworkDBCRUDTableEntry [2022-02-12T02:11:44.932Z] === RUN TestNameFormat [2022-02-12T02:11:44.932Z] --- PASS: TestNameFormat (0.00s) [2022-02-12T02:11:44.932Z] === RUN TestNameRetries [2022-02-12T02:11:44.932Z] --- PASS: TestNameRetries (0.00s) [2022-02-12T02:11:44.932Z] PASS [2022-02-12T02:11:44.932Z] coverage: 85.7% of statements [2022-02-12T02:11:44.932Z] ok github.com/docker/docker/pkg/namesgenerator 0.042s coverage: 85.7% of statements [2022-02-12T02:11:45.311Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-02-12T02:11:45.388Z] 2022/02/12 02:11:44 Closing DB instances... [2022-02-12T02:11:45.399Z] 2022/02/12 02:11:45 Closing DB instances... [2022-02-12T02:11:45.605Z] === RUN TestChrootTarUntar [2022-02-12T02:11:45.605Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:45.605Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-02-12T02:11:45.605Z] === RUN TestChrootUntarWithHugeExcludesList [2022-02-12T02:11:45.605Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:45.605Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-02-12T02:11:45.605Z] === RUN TestChrootUntarEmptyArchive [2022-02-12T02:11:45.605Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-02-12T02:11:45.605Z] === RUN TestChrootTarUntarWithSymlink [2022-02-12T02:11:45.605Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:11:45.605Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-02-12T02:11:45.605Z] === RUN TestChrootCopyWithTar [2022-02-12T02:11:45.605Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:11:45.605Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-02-12T02:11:45.605Z] === RUN TestChrootCopyFileWithTar [2022-02-12T02:11:45.605Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:45.605Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-02-12T02:11:45.605Z] === RUN TestChrootUntarPath [2022-02-12T02:11:45.605Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:11:45.605Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-02-12T02:11:45.605Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-02-12T02:11:45.605Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:45.605Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-02-12T02:11:45.605Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-02-12T02:11:45.605Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:45.605Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-02-12T02:11:45.605Z] === RUN TestChrootApplyDotDotFile [2022-02-12T02:11:45.605Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:45.605Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-02-12T02:11:45.605Z] PASS [2022-02-12T02:11:45.605Z] coverage: 15.1% of statements [2022-02-12T02:11:45.605Z] ok github.com/docker/docker/pkg/chrootarchive 0.107s coverage: 15.1% of statements [2022-02-12T02:11:45.844Z] === RUN TestParseKeyValueOpt [2022-02-12T02:11:45.844Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-02-12T02:11:45.844Z] === RUN TestParseUintList [2022-02-12T02:11:45.844Z] --- PASS: TestParseUintList (0.00s) [2022-02-12T02:11:45.844Z] === RUN TestParseUintListMaximumLimits [2022-02-12T02:11:45.844Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-02-12T02:11:45.844Z] PASS [2022-02-12T02:11:45.844Z] coverage: 97.0% of statements [2022-02-12T02:11:45.844Z] ok github.com/docker/docker/pkg/parsers 0.050s coverage: 97.0% of statements [2022-02-12T02:11:46.301Z] === RUN TestNewAndRemove [2022-02-12T02:11:46.301Z] --- PASS: TestNewAndRemove (0.00s) [2022-02-12T02:11:46.301Z] === RUN TestRemoveInvalidPath [2022-02-12T02:11:46.301Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-02-12T02:11:46.301Z] PASS [2022-02-12T02:11:46.301Z] coverage: 82.6% of statements [2022-02-12T02:11:46.301Z] ok github.com/docker/docker/pkg/pidfile 0.047s coverage: 82.6% of statements [2022-02-12T02:11:46.385Z] === RUN TestPeerCertificateMarshalJSON [2022-02-12T02:11:46.385Z] === RUN TestIsArchivePathDir [2022-02-12T02:11:46.385Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-02-12T02:11:46.385Z] === RUN TestIsArchivePathInvalidFile [2022-02-12T02:11:46.576Z] === RUN TestSizeEmpty [2022-02-12T02:11:46.576Z] --- PASS: TestSizeEmpty (0.00s) [2022-02-12T02:11:46.576Z] === RUN TestSizeEmptyFile [2022-02-12T02:11:46.576Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-02-12T02:11:46.576Z] === RUN TestSizeNonemptyFile [2022-02-12T02:11:46.576Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-02-12T02:11:46.576Z] === RUN TestSizeNestedDirectoryEmpty [2022-02-12T02:11:46.576Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-02-12T02:11:46.576Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-02-12T02:11:46.576Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-02-12T02:11:46.576Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-02-12T02:11:46.576Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-02-12T02:11:46.576Z] === RUN TestMoveToSubdir [2022-02-12T02:11:46.576Z] --- PASS: TestMoveToSubdir (0.00s) [2022-02-12T02:11:46.576Z] === RUN TestSizeNonExistingDirectory [2022-02-12T02:11:46.576Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-02-12T02:11:46.576Z] PASS [2022-02-12T02:11:46.576Z] coverage: 80.0% of statements [2022-02-12T02:11:46.576Z] ok github.com/docker/docker/pkg/directory 0.047s coverage: 80.0% of statements [2022-02-12T02:11:46.576Z] 2022/02/12 02:11:46 Closing DB instances... [2022-02-12T02:11:46.757Z] --- PASS: TestNetworkDBWatch (3.08s) [2022-02-12T02:11:46.757Z] === RUN TestNetworkDBBulkSync [2022-02-12T02:11:46.858Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2022-02-12T02:11:46.858Z] === RUN TestIsArchivePathTar [2022-02-12T02:11:46.858Z] --- PASS: TestIsArchivePathTar (0.19s) [2022-02-12T02:11:46.858Z] === RUN TestDecompressStreamGzip [2022-02-12T02:11:46.858Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.63s) [2022-02-12T02:11:46.858Z] === RUN TestNetworkDBCRUDTableEntry [2022-02-12T02:11:47.327Z] --- PASS: TestDecompressStreamGzip (0.16s) [2022-02-12T02:11:47.327Z] === RUN TestDecompressStreamBzip2 [2022-02-12T02:11:47.327Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-02-12T02:11:47.327Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-02-12T02:11:47.327Z] --- PASS: TestPeerCertificateMarshalJSON (0.94s) [2022-02-12T02:11:47.327Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-02-12T02:11:47.327Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-02-12T02:11:47.327Z] === RUN TestMiddleware [2022-02-12T02:11:47.327Z] --- PASS: TestMiddleware (0.00s) [2022-02-12T02:11:47.327Z] === RUN TestNewResponseModifier [2022-02-12T02:11:47.327Z] --- PASS: TestNewResponseModifier (0.00s) [2022-02-12T02:11:47.327Z] PASS [2022-02-12T02:11:47.327Z] coverage: 26.8% of statements [2022-02-12T02:11:47.327Z] ok github.com/docker/docker/pkg/authorization 0.995s coverage: 26.8% of statements [2022-02-12T02:11:47.327Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2022-02-12T02:11:47.327Z] === RUN TestDecompressStreamXz [2022-02-12T02:11:47.327Z] archive_test.go:133: Xz not present in msys2 [2022-02-12T02:11:47.327Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-02-12T02:11:47.327Z] === RUN TestDecompressStreamZstd [2022-02-12T02:11:47.327Z] archive_test.go:140: zstd not installed [2022-02-12T02:11:47.327Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-02-12T02:11:47.327Z] === RUN TestCompressStreamXzUnsupported [2022-02-12T02:11:47.327Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-02-12T02:11:47.327Z] === RUN TestCompressStreamBzip2Unsupported [2022-02-12T02:11:47.327Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-02-12T02:11:47.327Z] === RUN TestCompressStreamInvalid [2022-02-12T02:11:47.327Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-02-12T02:11:47.327Z] === RUN TestExtensionInvalid [2022-02-12T02:11:47.327Z] --- PASS: TestExtensionInvalid (0.00s) [2022-02-12T02:11:47.327Z] === RUN TestExtensionUncompressed [2022-02-12T02:11:47.327Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-02-12T02:11:47.327Z] === RUN TestExtensionBzip2 [2022-02-12T02:11:47.327Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-02-12T02:11:47.327Z] === RUN TestExtensionGzip [2022-02-12T02:11:47.327Z] --- PASS: TestExtensionGzip (0.00s) [2022-02-12T02:11:47.327Z] === RUN TestExtensionXz [2022-02-12T02:11:47.327Z] --- PASS: TestExtensionXz (0.00s) [2022-02-12T02:11:47.327Z] === RUN TestExtensionZstd [2022-02-12T02:11:47.327Z] --- PASS: TestExtensionZstd (0.00s) [2022-02-12T02:11:47.327Z] === RUN TestCmdStreamLargeStderr [2022-02-12T02:11:47.327Z] --- PASS: TestCmdStreamLargeStderr (0.10s) [2022-02-12T02:11:47.327Z] === RUN TestCmdStreamBad [2022-02-12T02:11:47.327Z] archive_test.go:252: Failing on Windows CI machines [2022-02-12T02:11:47.327Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-02-12T02:11:47.327Z] === RUN TestCmdStreamGood [2022-02-12T02:11:47.327Z] --- PASS: TestCmdStreamGood (0.05s) [2022-02-12T02:11:47.327Z] === RUN TestUntarPathWithInvalidDest [2022-02-12T02:11:47.327Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-02-12T02:11:47.327Z] === RUN TestUntarPathWithInvalidSrc [2022-02-12T02:11:47.327Z] --- PASS: TestUntarPathWithInvalidSrc (0.01s) [2022-02-12T02:11:47.327Z] === RUN TestUntarPath [2022-02-12T02:11:47.547Z] === RUN TestPollerAddRemove [2022-02-12T02:11:47.547Z] --- PASS: TestPollerAddRemove (0.00s) [2022-02-12T02:11:47.547Z] === RUN TestPollerEvent [2022-02-12T02:11:47.547Z] poller_test.go:40: No chmod on Windows [2022-02-12T02:11:47.547Z] --- SKIP: TestPollerEvent (0.00s) [2022-02-12T02:11:47.547Z] === RUN TestPollerClose [2022-02-12T02:11:47.547Z] --- PASS: TestPollerClose (0.00s) [2022-02-12T02:11:47.547Z] PASS [2022-02-12T02:11:47.547Z] coverage: 36.4% of statements [2022-02-12T02:11:47.547Z] ok github.com/docker/docker/pkg/filenotify 0.038s coverage: 36.4% of statements [2022-02-12T02:11:47.727Z] 2022/02/12 02:11:47 Closing DB instances... [2022-02-12T02:11:47.798Z] --- PASS: TestUntarPath (0.09s) [2022-02-12T02:11:47.798Z] === RUN TestUntarPathWithDestinationFile [2022-02-12T02:11:47.798Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-02-12T02:11:47.798Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-02-12T02:11:47.798Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-02-12T02:11:47.798Z] === RUN TestCopyWithTarInvalidSrc [2022-02-12T02:11:47.798Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-02-12T02:11:47.798Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-02-12T02:11:47.798Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-02-12T02:11:47.798Z] === RUN TestCopyWithTarSrcFile [2022-02-12T02:11:47.798Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-02-12T02:11:47.798Z] === RUN TestCopyWithTarSrcFolder [2022-02-12T02:11:47.798Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-02-12T02:11:47.798Z] === RUN TestCopyFileWithTarInvalidSrc [2022-02-12T02:11:47.798Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-02-12T02:11:47.798Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-02-12T02:11:47.798Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-02-12T02:11:47.798Z] === RUN TestCopyFileWithTarSrcFolder [2022-02-12T02:11:47.798Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-02-12T02:11:47.798Z] === RUN TestCopyFileWithTarSrcFile [2022-02-12T02:11:47.798Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-02-12T02:11:47.798Z] === RUN TestTarFiles [2022-02-12T02:11:47.798Z] === RUN TestUnbuffered [2022-02-12T02:11:47.798Z] --- PASS: TestUnbuffered (0.00s) [2022-02-12T02:11:47.798Z] === RUN TestRaceUnbuffered [2022-02-12T02:11:47.798Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-02-12T02:11:47.798Z] PASS [2022-02-12T02:11:47.798Z] coverage: 100.0% of statements [2022-02-12T02:11:47.798Z] ok github.com/docker/docker/pkg/broadcaster 0.043s coverage: 100.0% of statements [2022-02-12T02:11:48.011Z] === RUN TestCopyFileWithInvalidSrc [2022-02-12T02:11:48.011Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-02-12T02:11:48.011Z] === RUN TestCopyFileWithInvalidDest [2022-02-12T02:11:48.266Z] === RUN TestMatch [2022-02-12T02:11:48.266Z] === RUN TestMatch/[[]] [2022-02-12T02:11:48.266Z] === RUN TestMatch/[[foo]] [2022-02-12T02:11:48.266Z] === RUN TestMatch/[[bar]_[foo]] [2022-02-12T02:11:48.266Z] === RUN TestMatch/[[foo_bar]] [2022-02-12T02:11:48.266Z] === RUN TestMatch/[[qux]_[foo]] [2022-02-12T02:11:48.266Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-02-12T02:11:48.266Z] === RUN TestMatch/[] [2022-02-12T02:11:48.266Z] === RUN TestMatch/[]#01 [2022-02-12T02:11:48.266Z] === RUN TestMatch/[[qux]] [2022-02-12T02:11:48.266Z] === RUN TestMatch/[[foo_bar_qux]] [2022-02-12T02:11:48.266Z] === RUN TestMatch/[[qux]_[baz]] [2022-02-12T02:11:48.266Z] === RUN TestMatch/[[foo_baz]] [2022-02-12T02:11:48.266Z] --- PASS: TestMatch (0.00s) [2022-02-12T02:11:48.266Z] --- PASS: TestMatch/[[]] (0.00s) [2022-02-12T02:11:48.266Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-02-12T02:11:48.266Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-02-12T02:11:48.266Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-02-12T02:11:48.266Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-02-12T02:11:48.266Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-02-12T02:11:48.266Z] --- PASS: TestMatch/[] (0.00s) [2022-02-12T02:11:48.266Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-02-12T02:11:48.266Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-02-12T02:11:48.266Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-02-12T02:11:48.266Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-02-12T02:11:48.266Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-02-12T02:11:48.266Z] PASS [2022-02-12T02:11:48.266Z] coverage: 87.5% of statements [2022-02-12T02:11:48.266Z] ok github.com/docker/docker/pkg/capabilities 0.044s coverage: 87.5% of statements [2022-02-12T02:11:48.471Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestCopyFileWithSameSrcAndDest [2022-02-12T02:11:48.471Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-02-12T02:11:48.471Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestCopyFile [2022-02-12T02:11:48.471Z] --- PASS: TestCopyFile (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-02-12T02:11:48.471Z] fileutils_test.go:133: Needs porting to Windows [2022-02-12T02:11:48.471Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-02-12T02:11:48.471Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestReadSymlinkedDirectoryToFile [2022-02-12T02:11:48.471Z] fileutils_test.go:179: Needs porting to Windows [2022-02-12T02:11:48.471Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestWildcardMatches [2022-02-12T02:11:48.471Z] --- PASS: TestWildcardMatches (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestPatternMatches [2022-02-12T02:11:48.471Z] --- PASS: TestPatternMatches (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-02-12T02:11:48.471Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestPatternMatchesFolderExclusions [2022-02-12T02:11:48.471Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-02-12T02:11:48.471Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-02-12T02:11:48.471Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-02-12T02:11:48.471Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-02-12T02:11:48.471Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-02-12T02:11:48.471Z] === RUN TestSingleExclamationError [2022-02-12T02:11:48.472Z] --- PASS: TestSingleExclamationError (0.00s) [2022-02-12T02:11:48.472Z] === RUN TestMatchesWithNoPatterns [2022-02-12T02:11:48.472Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-02-12T02:11:48.472Z] === RUN TestMatchesWithMalformedPatterns [2022-02-12T02:11:48.472Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-02-12T02:11:48.472Z] === RUN TestMatches [2022-02-12T02:11:48.472Z] === RUN TestMatches/MatchesOrParentMatches [2022-02-12T02:11:48.472Z] === RUN TestMatches/MatchesUsingParentResult [2022-02-12T02:11:48.472Z] === RUN TestMatches/MatchesUsingParentResults [2022-02-12T02:11:48.472Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-02-12T02:11:48.472Z] --- PASS: TestMatches (0.01s) [2022-02-12T02:11:48.472Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-02-12T02:11:48.472Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-02-12T02:11:48.472Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-02-12T02:11:48.472Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-02-12T02:11:48.472Z] === RUN TestCleanPatterns [2022-02-12T02:11:48.472Z] --- PASS: TestCleanPatterns (0.00s) [2022-02-12T02:11:48.472Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-02-12T02:11:48.472Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-02-12T02:11:48.472Z] === RUN TestCleanPatternsExceptionFlag [2022-02-12T02:11:48.472Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-02-12T02:11:48.472Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-02-12T02:11:48.472Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-02-12T02:11:48.472Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-02-12T02:11:48.472Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-02-12T02:11:48.472Z] === RUN TestCleanPatternsErrorSingleException [2022-02-12T02:11:48.472Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-02-12T02:11:48.472Z] === RUN TestCreateIfNotExistsDir [2022-02-12T02:11:48.472Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-02-12T02:11:48.472Z] === RUN TestCreateIfNotExistsFile [2022-02-12T02:11:48.472Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-02-12T02:11:48.472Z] === RUN TestMatch [2022-02-12T02:11:48.472Z] --- PASS: TestMatch (0.00s) [2022-02-12T02:11:48.472Z] === RUN TestCompile [2022-02-12T02:11:48.472Z] === RUN TestCompile/slash [2022-02-12T02:11:48.472Z] === RUN TestCompile/backslash [2022-02-12T02:11:48.472Z] --- PASS: TestCompile (0.00s) [2022-02-12T02:11:48.472Z] --- PASS: TestCompile/slash (0.00s) [2022-02-12T02:11:48.472Z] --- PASS: TestCompile/backslash (0.00s) [2022-02-12T02:11:48.472Z] PASS [2022-02-12T02:11:48.472Z] coverage: 84.7% of statements [2022-02-12T02:11:48.472Z] ok github.com/docker/docker/pkg/fileutils 0.075s coverage: 84.7% of statements [2022-02-12T02:11:48.620Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.42s) [2022-02-12T02:11:48.620Z] === RUN TestAuthZPluginV2Disable [2022-02-12T02:11:48.690Z] === RUN TestFailedConnection [2022-02-12T02:11:48.932Z] === RUN TestGet [2022-02-12T02:11:48.932Z] --- PASS: TestGet (0.00s) [2022-02-12T02:11:48.932Z] === RUN TestGetShortcutString [2022-02-12T02:11:48.932Z] --- PASS: TestGetShortcutString (0.00s) [2022-02-12T02:11:48.932Z] PASS [2022-02-12T02:11:48.932Z] coverage: 42.9% of statements [2022-02-12T02:11:48.932Z] ok github.com/docker/docker/pkg/homedir 0.039s coverage: 42.9% of statements [2022-02-12T02:11:48.933Z] --- PASS: TestNetworkDBCRUDTableEntry (4.25s) [2022-02-12T02:11:48.933Z] === RUN TestNetworkDBCRUDTableEntries [2022-02-12T02:11:49.254Z] 2022/02/12 02:11:48 Closing DB instances... [2022-02-12T02:11:49.393Z] --- PASS: TestTarFiles (4.80s) [2022-02-12T02:11:49.393Z] === RUN TestDetectCompressionZstd [2022-02-12T02:11:49.393Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-02-12T02:11:49.393Z] === RUN TestTarUntar [2022-02-12T02:11:49.393Z] --- PASS: TestTarUntar (0.03s) [2022-02-12T02:11:49.393Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-02-12T02:11:49.393Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-02-12T02:11:49.393Z] === RUN TestTarWithOptions [2022-02-12T02:11:49.393Z] --- PASS: TestTarWithOptions (0.02s) [2022-02-12T02:11:49.393Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-02-12T02:11:49.393Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-02-12T02:11:49.393Z] === RUN TestUntarUstarGnuConflict [2022-02-12T02:11:49.393Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-02-12T02:11:49.393Z] === RUN TestUntarInvalidFilenames [2022-02-12T02:11:49.393Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames669028727\\dest" [2022-02-12T02:11:49.393Z] --- PASS: TestUntarInvalidFilenames (0.15s) [2022-02-12T02:11:49.393Z] === RUN TestUntarHardlinkToSymlink [2022-02-12T02:11:49.393Z] --- PASS: TestUntarHardlinkToSymlink (0.02s) [2022-02-12T02:11:49.393Z] === RUN TestUntarInvalidHardlink [2022-02-12T02:11:49.393Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2601080153\\victim\\hello" -> "../victim/hello" [2022-02-12T02:11:49.393Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1047764751\\victim\\hello" -> "/../victim/hello" [2022-02-12T02:11:49.393Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3595973381\\victim" -> "../victim" [2022-02-12T02:11:49.393Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2669225439\\victim" -> "../victim" [2022-02-12T02:11:49.393Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3308921142\\victim" -> "../victim" [2022-02-12T02:11:49.393Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3205583354\\victim" -> "../victim" [2022-02-12T02:11:49.393Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-02-12T02:11:49.393Z] === RUN TestUntarInvalidSymlink [2022-02-12T02:11:49.393Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2324687788\\dest\\dotdot" -> "../victim/hello" [2022-02-12T02:11:49.393Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3993644053\\dest\\slash-dotdot" -> "/../victim/hello" [2022-02-12T02:11:49.393Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink253730573\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:49.393Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2134152447\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:49.393Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink718961938\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:49.393Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2598382482\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:49.393Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3574255514\\dest\\dir\\loophole" -> "../../victim" [2022-02-12T02:11:49.393Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2022-02-12T02:11:49.393Z] === RUN TestTempArchiveCloseMultipleTimes [2022-02-12T02:11:49.393Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-02-12T02:11:49.393Z] === RUN TestXGlobalNoParent [2022-02-12T02:11:49.393Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-02-12T02:11:49.393Z] === RUN TestReplaceFileTarWrapper [2022-02-12T02:11:49.652Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2022-02-12T02:11:49.652Z] === RUN TestNetworkDBCRUDMediumCluster [2022-02-12T02:11:49.652Z] --- PASS: TestGetAddress (25.22s) [2022-02-12T02:11:49.652Z] === RUN TestRequestSyntaxCheck [2022-02-12T02:11:49.652Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-02-12T02:11:49.652Z] === RUN TestRequest [2022-02-12T02:11:49.728Z] === RUN TestChrootTarUntar [2022-02-12T02:11:49.728Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:49.728Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-02-12T02:11:49.728Z] === RUN TestChrootUntarWithHugeExcludesList [2022-02-12T02:11:49.728Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:49.728Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-02-12T02:11:49.728Z] === RUN TestChrootUntarEmptyArchive [2022-02-12T02:11:49.728Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-02-12T02:11:49.728Z] === RUN TestChrootTarUntarWithSymlink [2022-02-12T02:11:49.728Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:11:49.728Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-02-12T02:11:49.728Z] === RUN TestChrootCopyWithTar [2022-02-12T02:11:49.728Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:11:49.728Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-02-12T02:11:49.728Z] === RUN TestChrootCopyFileWithTar [2022-02-12T02:11:49.728Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:49.728Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-02-12T02:11:49.728Z] === RUN TestChrootUntarPath [2022-02-12T02:11:49.728Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:11:49.728Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-02-12T02:11:49.728Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-02-12T02:11:49.728Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:49.728Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-02-12T02:11:49.728Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-02-12T02:11:49.728Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:49.728Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-02-12T02:11:49.728Z] === RUN TestChrootApplyDotDotFile [2022-02-12T02:11:49.728Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:11:49.728Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-02-12T02:11:49.728Z] PASS [2022-02-12T02:11:49.728Z] coverage: 15.1% of statements [2022-02-12T02:11:49.728Z] ok github.com/docker/docker/pkg/chrootarchive 0.106s coverage: 15.1% of statements [2022-02-12T02:11:49.820Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-02-12T02:11:49.820Z] PASS [2022-02-12T02:11:49.820Z] [2022-02-12T02:11:49.820Z] === Skipped [2022-02-12T02:11:49.820Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-02-12T02:11:49.820Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-12T02:11:49.820Z] [2022-02-12T02:11:49.820Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-02-12T02:11:49.820Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-12T02:11:49.820Z] [2022-02-12T02:11:49.820Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-02-12T02:11:49.820Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-12T02:11:49.820Z] [2022-02-12T02:11:49.820Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-02-12T02:11:49.820Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-12T02:11:49.820Z] [2022-02-12T02:11:49.821Z] DONE 17 tests, 4 skipped in 25.959s [2022-02-12T02:11:49.821Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-02-12T02:11:49.821Z] ++ 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-02-12T02:11:49.821Z] ++ set -e [2022-02-12T02:11:49.821Z] ++ '[' -n 0 ']' [2022-02-12T02:11:49.821Z] ++ set -x [2022-02-12T02:11:49.821Z] ++ 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-02-12T02:11:49.821Z] INFO: Testing against a local daemon [2022-02-12T02:11:49.821Z] === RUN TestPluginInvalidJSON [2022-02-12T02:11:49.821Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:11:49.821Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:11:49.821Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:11:49.821Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-02-12T02:11:49.821Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-02-12T02:11:49.821Z] === RUN TestPluginInstall [2022-02-12T02:11:49.821Z] === RUN TestPluginInstall/no_auth [2022-02-12T02:11:49.821Z] time="2022-02-12T02:11:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:11:49.821Z] time="2022-02-12T02:11:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:04265cccd3cdb65bd2bfe55d1f6638a4d474e6397f2e1bc515c7285fdb343947" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:11:49.821Z] time="2022-02-12T02:11:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:11:49.821Z] time="2022-02-12T02:11:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:04265cccd3cdb65bd2bfe55d1f6638a4d474e6397f2e1bc515c7285fdb343947" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:11:49.853Z] === RUN TestCreateIDMapOrder [2022-02-12T02:11:49.853Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-02-12T02:11:49.853Z] PASS [2022-02-12T02:11:49.853Z] coverage: 7.2% of statements [2022-02-12T02:11:49.853Z] ok github.com/docker/docker/pkg/idtools 0.038s coverage: 7.2% of statements [2022-02-12T02:11:49.853Z] --- PASS: TestReplaceFileTarWrapper (0.16s) [2022-02-12T02:11:49.853Z] === RUN TestPrefixHeaderReadable [2022-02-12T02:11:49.853Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-02-12T02:11:49.853Z] === RUN TestDisablePigz [2022-02-12T02:11:49.853Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-02-12T02:11:49.853Z] --- PASS: TestDisablePigz (0.12s) [2022-02-12T02:11:49.853Z] === RUN TestPigz [2022-02-12T02:11:49.853Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-02-12T02:11:49.853Z] --- PASS: TestPigz (0.12s) [2022-02-12T02:11:49.853Z] === RUN TestCopyFileWithInvalidDest [2022-02-12T02:11:49.853Z] archive_windows_test.go:16: Currently fails [2022-02-12T02:11:49.853Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-02-12T02:11:49.853Z] === RUN TestCanonicalTarNameForPath [2022-02-12T02:11:49.853Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-02-12T02:11:49.853Z] === RUN TestCanonicalTarName [2022-02-12T02:11:49.853Z] --- PASS: TestCanonicalTarName (0.00s) [2022-02-12T02:11:49.853Z] === RUN TestChmodTarEntry [2022-02-12T02:11:49.853Z] --- PASS: TestChmodTarEntry (0.00s) [2022-02-12T02:11:49.853Z] === RUN TestHardLinkOrder [2022-02-12T02:11:50.006Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-02-12T02:11:50.078Z] === RUN TestPluginInstall/with_htpasswd [2022-02-12T02:11:50.314Z] --- PASS: TestHardLinkOrder (0.08s) [2022-02-12T02:11:50.314Z] === RUN TestChangeString [2022-02-12T02:11:50.314Z] --- PASS: TestChangeString (0.00s) [2022-02-12T02:11:50.314Z] === RUN TestChangesWithNoChanges [2022-02-12T02:11:50.314Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-02-12T02:11:50.314Z] === RUN TestChangesWithChanges [2022-02-12T02:11:50.314Z] --- PASS: TestChangesWithChanges (0.03s) [2022-02-12T02:11:50.314Z] === RUN TestChangesWithChangesGH13590 [2022-02-12T02:11:50.314Z] changes_test.go:195: needs more investigation [2022-02-12T02:11:50.314Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-02-12T02:11:50.314Z] === RUN TestChangesDirsEmpty [2022-02-12T02:11:50.314Z] --- PASS: TestChangesDirsEmpty (0.21s) [2022-02-12T02:11:50.314Z] === RUN TestChangesDirsMutated [2022-02-12T02:11:50.314Z] --- PASS: TestChangesDirsMutated (0.13s) [2022-02-12T02:11:50.314Z] === RUN TestApplyLayer [2022-02-12T02:11:50.314Z] changes_test.go:432: needs further investigation [2022-02-12T02:11:50.314Z] --- SKIP: TestApplyLayer (0.00s) [2022-02-12T02:11:50.314Z] === RUN TestChangesSizeWithHardlinks [2022-02-12T02:11:50.314Z] changes_test.go:468: needs further investigation [2022-02-12T02:11:50.314Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-02-12T02:11:50.314Z] === RUN TestChangesSizeWithNoChanges [2022-02-12T02:11:50.314Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-02-12T02:11:50.314Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-02-12T02:11:50.314Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-02-12T02:11:50.314Z] === RUN TestChangesSize [2022-02-12T02:11:50.314Z] --- PASS: TestChangesSize (0.00s) [2022-02-12T02:11:50.314Z] === RUN TestApplyLayerInvalidFilenames [2022-02-12T02:11:50.314Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames622762746\\dest" [2022-02-12T02:11:50.314Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-02-12T02:11:50.314Z] === RUN TestApplyLayerInvalidHardlink [2022-02-12T02:11:50.314Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink70728359\\victim\\hello" -> "../victim/hello" [2022-02-12T02:11:50.314Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1430306489\\victim\\hello" -> "/../victim/hello" [2022-02-12T02:11:50.314Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink442138145\\victim" -> "../victim" [2022-02-12T02:11:50.314Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1378978971\\victim" -> "../victim" [2022-02-12T02:11:50.314Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1799439755\\victim" -> "../victim" [2022-02-12T02:11:50.314Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink908297123\\victim" -> "../victim" [2022-02-12T02:11:50.314Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-02-12T02:11:50.314Z] === RUN TestApplyLayerInvalidSymlink [2022-02-12T02:11:50.314Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3249405911\\dest\\dotdot" -> "../victim/hello" [2022-02-12T02:11:50.314Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1774437936\\dest\\slash-dotdot" -> "/../victim/hello" [2022-02-12T02:11:50.314Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3907876574\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:50.314Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2337656353\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:50.380Z] time="2022-02-12T02:11:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:11:50.380Z] time="2022-02-12T02:11:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:04265cccd3cdb65bd2bfe55d1f6638a4d474e6397f2e1bc515c7285fdb343947" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:11:50.380Z] time="2022-02-12T02:11:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:11:50.380Z] time="2022-02-12T02:11:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:04265cccd3cdb65bd2bfe55d1f6638a4d474e6397f2e1bc515c7285fdb343947" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:11:50.579Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-02-12T02:11:50.622Z] --- PASS: TestFailedConnection (2.05s) [2022-02-12T02:11:50.622Z] === RUN TestFailOnce [2022-02-12T02:11:50.622Z] 2022/02/12 02:11:50 http: panic serving 127.0.0.1:49298: Plugin not ready [2022-02-12T02:11:50.622Z] goroutine 24 [running]: [2022-02-12T02:11:50.622Z] net/http.(*conn).serve.func1() [2022-02-12T02:11:50.622Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-02-12T02:11:50.622Z] panic({0xc6bc20, 0xd79a70}) [2022-02-12T02:11:50.622Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-02-12T02:11:50.622Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xa6b7b15cf7ab197}, 0xc0000cfa98) [2022-02-12T02:11:50.622Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-02-12T02:11:50.622Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xd86810, 0xc00015a000}, 0xbc05e6) [2022-02-12T02:11:50.622Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-02-12T02:11:50.622Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xd86810, 0xc00015a000}, 0xc0000bc200) [2022-02-12T02:11:50.622Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-02-12T02:11:50.622Z] net/http.serverHandler.ServeHTTP({0xd84e10}, {0xd86810, 0xc00015a000}, 0xc0000bc200) [2022-02-12T02:11:50.622Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-02-12T02:11:50.622Z] net/http.(*conn).serve(0xc0000c8000, {0xd886a0, 0xc0001820c0}) [2022-02-12T02:11:50.622Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-02-12T02:11:50.622Z] created by net/http.(*Server).Serve [2022-02-12T02:11:50.622Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-02-12T02:11:50.622Z] time="2022-02-12T02:11:50Z" 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-02-12T02:11:50.636Z] === RUN TestPluginInstall/with_insecure [2022-02-12T02:11:50.714Z] === RUN TestSizeEmpty [2022-02-12T02:11:50.714Z] --- PASS: TestSizeEmpty (0.00s) [2022-02-12T02:11:50.714Z] === RUN TestSizeEmptyFile [2022-02-12T02:11:50.714Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-02-12T02:11:50.714Z] === RUN TestSizeNonemptyFile [2022-02-12T02:11:50.714Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-02-12T02:11:50.714Z] === RUN TestSizeNestedDirectoryEmpty [2022-02-12T02:11:50.714Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-02-12T02:11:50.714Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-02-12T02:11:50.714Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-02-12T02:11:50.714Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-02-12T02:11:50.714Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-02-12T02:11:50.714Z] === RUN TestMoveToSubdir [2022-02-12T02:11:50.714Z] --- PASS: TestMoveToSubdir (0.00s) [2022-02-12T02:11:50.714Z] === RUN TestSizeNonExistingDirectory [2022-02-12T02:11:50.714Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-02-12T02:11:50.714Z] PASS [2022-02-12T02:11:50.714Z] coverage: 80.0% of statements [2022-02-12T02:11:50.714Z] ok github.com/docker/docker/pkg/directory 0.060s coverage: 80.0% of statements [2022-02-12T02:11:50.774Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1277358461\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:50.774Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3029553650\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:50.774Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2022-02-12T02:11:50.774Z] === RUN TestApplyLayerWhiteouts [2022-02-12T02:11:50.774Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2022-02-12T02:11:50.774Z] === RUN TestGenerateEmptyFile [2022-02-12T02:11:50.774Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-02-12T02:11:50.774Z] === RUN TestGenerateWithContent [2022-02-12T02:11:50.774Z] --- PASS: TestGenerateWithContent (0.00s) [2022-02-12T02:11:50.774Z] PASS [2022-02-12T02:11:50.774Z] coverage: 63.0% of statements [2022-02-12T02:11:50.774Z] ok github.com/docker/docker/pkg/archive 7.087s coverage: 63.0% of statements [2022-02-12T02:11:50.774Z] === RUN TestFixedBufferCap [2022-02-12T02:11:50.774Z] --- PASS: TestFixedBufferCap (0.00s) [2022-02-12T02:11:50.774Z] === RUN TestFixedBufferLen [2022-02-12T02:11:50.774Z] --- PASS: TestFixedBufferLen (0.00s) [2022-02-12T02:11:50.774Z] === RUN TestFixedBufferString [2022-02-12T02:11:50.774Z] --- PASS: TestFixedBufferString (0.00s) [2022-02-12T02:11:50.774Z] === RUN TestFixedBufferWrite [2022-02-12T02:11:50.774Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-02-12T02:11:50.774Z] === RUN TestFixedBufferRead [2022-02-12T02:11:50.774Z] --- PASS: TestFixedBufferRead (0.00s) [2022-02-12T02:11:50.774Z] === RUN TestBytesPipeRead [2022-02-12T02:11:50.774Z] --- PASS: TestBytesPipeRead (0.00s) [2022-02-12T02:11:50.774Z] === RUN TestBytesPipeWrite [2022-02-12T02:11:50.774Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-02-12T02:11:50.774Z] === RUN TestBytesPipeWriteRandomChunks [2022-02-12T02:11:50.841Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-02-12T02:11:51.183Z] --- PASS: TestNetworkDBCRUDTableEntry (4.27s) [2022-02-12T02:11:51.183Z] === RUN TestNetworkDBCRUDTableEntries [2022-02-12T02:11:51.242Z] 2022/02/12 02:11:50 Closing DB instances... [2022-02-12T02:11:51.242Z] --- PASS: TestBytesPipeWriteRandomChunks (0.44s) [2022-02-12T02:11:51.242Z] === RUN TestAtomicWriteToFile [2022-02-12T02:11:51.242Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-02-12T02:11:51.242Z] === RUN TestAtomicWriteSetCommit [2022-02-12T02:11:51.242Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-02-12T02:11:51.242Z] === RUN TestAtomicWriteSetCancel [2022-02-12T02:11:51.242Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-02-12T02:11:51.242Z] === RUN TestReadCloserWrapperClose [2022-02-12T02:11:51.242Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-02-12T02:11:51.242Z] === RUN TestReaderErrWrapperReadOnError [2022-02-12T02:11:51.243Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-02-12T02:11:51.243Z] === RUN TestReaderErrWrapperRead [2022-02-12T02:11:51.243Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-02-12T02:11:51.243Z] === RUN TestCancelReadCloser [2022-02-12T02:11:51.414Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-02-12T02:11:51.566Z] time="2022-02-12T02:11:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:11:51.566Z] time="2022-02-12T02:11:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4e586bf12a4c93f344b4942ee8c80f90b5f92411cb52def986ba5cd7f1db966c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:11:51.566Z] time="2022-02-12T02:11:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:11:51.566Z] time="2022-02-12T02:11:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4e586bf12a4c93f344b4942ee8c80f90b5f92411cb52def986ba5cd7f1db966c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:11:51.566Z] plugin_test.go:165: [d5c33659ce425] daemon is not started [2022-02-12T02:11:51.566Z] --- PASS: TestPluginInstall (3.28s) [2022-02-12T02:11:51.566Z] --- PASS: TestPluginInstall/no_auth (1.63s) [2022-02-12T02:11:51.566Z] --- PASS: TestPluginInstall/with_htpasswd (0.60s) [2022-02-12T02:11:51.566Z] --- PASS: TestPluginInstall/with_insecure (1.05s) [2022-02-12T02:11:51.566Z] === RUN TestPluginsWithRuntimes [2022-02-12T02:11:51.652Z] === RUN TestPollerAddRemove [2022-02-12T02:11:51.652Z] --- PASS: TestPollerAddRemove (0.00s) [2022-02-12T02:11:51.652Z] === RUN TestPollerEvent [2022-02-12T02:11:51.652Z] poller_test.go:40: No chmod on Windows [2022-02-12T02:11:51.652Z] --- SKIP: TestPollerEvent (0.00s) [2022-02-12T02:11:51.652Z] === RUN TestPollerClose [2022-02-12T02:11:51.652Z] --- PASS: TestPollerClose (0.00s) [2022-02-12T02:11:51.652Z] PASS [2022-02-12T02:11:51.652Z] coverage: 45.5% of statements [2022-02-12T02:11:51.652Z] ok github.com/docker/docker/pkg/filenotify 0.048s coverage: 45.5% of statements [2022-02-12T02:11:51.703Z] --- PASS: TestCancelReadCloser (0.10s) [2022-02-12T02:11:51.703Z] === RUN TestWriteCloserWrapperClose [2022-02-12T02:11:51.703Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-02-12T02:11:51.703Z] === RUN TestNopWriteCloser [2022-02-12T02:11:51.703Z] --- PASS: TestNopWriteCloser (0.00s) [2022-02-12T02:11:51.703Z] === RUN TestNopWriter [2022-02-12T02:11:51.703Z] --- PASS: TestNopWriter (0.00s) [2022-02-12T02:11:51.703Z] === RUN TestWriteCounter [2022-02-12T02:11:51.703Z] --- PASS: TestWriteCounter (0.00s) [2022-02-12T02:11:51.703Z] PASS [2022-02-12T02:11:51.703Z] coverage: 69.6% of statements [2022-02-12T02:11:51.703Z] ok github.com/docker/docker/pkg/ioutils 0.618s coverage: 69.6% of statements [2022-02-12T02:11:51.987Z] --- PASS: TestAuthZPluginV2Disable (3.73s) [2022-02-12T02:11:51.987Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-02-12T02:11:52.151Z] --- PASS: TestFailOnce (1.21s) [2022-02-12T02:11:52.151Z] === RUN TestEchoInputOutput [2022-02-12T02:11:52.151Z] --- PASS: TestEchoInputOutput (0.00s) [2022-02-12T02:11:52.151Z] === RUN TestBackoff [2022-02-12T02:11:52.151Z] --- PASS: TestBackoff (0.00s) [2022-02-12T02:11:52.151Z] === RUN TestAbortRetry [2022-02-12T02:11:52.151Z] --- PASS: TestAbortRetry (0.00s) [2022-02-12T02:11:52.151Z] === RUN TestClientScheme [2022-02-12T02:11:52.151Z] --- PASS: TestClientScheme (0.00s) [2022-02-12T02:11:52.151Z] === RUN TestNewClientWithTimeout [2022-02-12T02:11:52.151Z] time="2022-02-12T02:11:52Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.Echo: Post \"http://127.0.0.1:49306/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-02-12T02:11:52.151Z] 2022/02/12 02:11:52 Closing DB instances... [2022-02-12T02:11:52.248Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-02-12T02:11:52.607Z] time="2022-02-12T02:11:52Z" level=error msg="node: d0c58afd1a75 is unknown to memberlist" [2022-02-12T02:11:52.640Z] === RUN TestCopyFileWithInvalidSrc [2022-02-12T02:11:52.641Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestCopyFileWithInvalidDest [2022-02-12T02:11:52.641Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestCopyFileWithSameSrcAndDest [2022-02-12T02:11:52.641Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-02-12T02:11:52.641Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestCopyFile [2022-02-12T02:11:52.641Z] --- PASS: TestCopyFile (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-02-12T02:11:52.641Z] fileutils_test.go:133: Needs porting to Windows [2022-02-12T02:11:52.641Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-02-12T02:11:52.641Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestReadSymlinkedDirectoryToFile [2022-02-12T02:11:52.641Z] fileutils_test.go:179: Needs porting to Windows [2022-02-12T02:11:52.641Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestWildcardMatches [2022-02-12T02:11:52.641Z] --- PASS: TestWildcardMatches (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestPatternMatches [2022-02-12T02:11:52.641Z] --- PASS: TestPatternMatches (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-02-12T02:11:52.641Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestPatternMatchesFolderExclusions [2022-02-12T02:11:52.641Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-02-12T02:11:52.641Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-02-12T02:11:52.641Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-02-12T02:11:52.641Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-02-12T02:11:52.641Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestSingleExclamationError [2022-02-12T02:11:52.641Z] --- PASS: TestSingleExclamationError (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestMatchesWithNoPatterns [2022-02-12T02:11:52.641Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestMatchesWithMalformedPatterns [2022-02-12T02:11:52.641Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestMatches [2022-02-12T02:11:52.641Z] === RUN TestMatches/MatchesOrParentMatches [2022-02-12T02:11:52.641Z] === RUN TestMatches/MatchesUsingParentResult [2022-02-12T02:11:52.641Z] === RUN TestMatches/MatchesUsingParentResults [2022-02-12T02:11:52.641Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-02-12T02:11:52.641Z] --- PASS: TestMatches (0.01s) [2022-02-12T02:11:52.641Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-02-12T02:11:52.641Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-02-12T02:11:52.641Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-02-12T02:11:52.641Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestCleanPatterns [2022-02-12T02:11:52.641Z] --- PASS: TestCleanPatterns (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-02-12T02:11:52.641Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestCleanPatternsExceptionFlag [2022-02-12T02:11:52.641Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-02-12T02:11:52.641Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-02-12T02:11:52.641Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestCleanPatternsErrorSingleException [2022-02-12T02:11:52.641Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestCreateIfNotExistsDir [2022-02-12T02:11:52.641Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-02-12T02:11:52.641Z] === RUN TestCreateIfNotExistsFile [2022-02-12T02:11:52.641Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-02-12T02:11:52.641Z] === RUN TestMatch [2022-02-12T02:11:52.641Z] --- PASS: TestMatch (0.00s) [2022-02-12T02:11:52.641Z] === RUN TestCompile [2022-02-12T02:11:52.641Z] === RUN TestCompile/slash [2022-02-12T02:11:52.641Z] === RUN TestCompile/backslash [2022-02-12T02:11:52.641Z] --- PASS: TestCompile (0.00s) [2022-02-12T02:11:52.641Z] --- PASS: TestCompile/slash (0.00s) [2022-02-12T02:11:52.641Z] --- PASS: TestCompile/backslash (0.00s) [2022-02-12T02:11:52.641Z] PASS [2022-02-12T02:11:52.641Z] coverage: 84.7% of statements [2022-02-12T02:11:52.641Z] ok github.com/docker/docker/pkg/fileutils 0.113s coverage: 84.7% of statements [2022-02-12T02:11:52.673Z] === RUN TestError [2022-02-12T02:11:52.673Z] --- PASS: TestError (0.00s) [2022-02-12T02:11:52.673Z] === RUN TestProgressString [2022-02-12T02:11:52.673Z] === RUN TestProgressString/no_progress [2022-02-12T02:11:52.673Z] === RUN TestProgressString/progress_1 [2022-02-12T02:11:52.673Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-02-12T02:11:52.673Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-02-12T02:11:52.673Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-02-12T02:11:52.673Z] === RUN TestProgressString/with_units [2022-02-12T02:11:52.673Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-02-12T02:11:52.673Z] === RUN TestProgressString/hide_counts [2022-02-12T02:11:52.673Z] --- PASS: TestProgressString (0.00s) [2022-02-12T02:11:52.673Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-02-12T02:11:52.673Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-02-12T02:11:52.673Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-02-12T02:11:52.673Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-02-12T02:11:52.673Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-02-12T02:11:52.673Z] --- PASS: TestProgressString/with_units (0.00s) [2022-02-12T02:11:52.673Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-02-12T02:11:52.673Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-02-12T02:11:52.673Z] === RUN TestJSONMessageDisplay [2022-02-12T02:11:52.673Z] --- PASS: TestNetworkDBCRUDTableEntries (3.42s) [2022-02-12T02:11:52.673Z] === RUN TestNetworkDBNodeLeave [2022-02-12T02:11:52.673Z] --- PASS: TestJSONMessageDisplay (0.15s) [2022-02-12T02:11:52.673Z] === RUN TestJSONMessageDisplayWithJSONError [2022-02-12T02:11:52.673Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-02-12T02:11:52.673Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-02-12T02:11:52.673Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-02-12T02:11:52.673Z] === RUN TestDisplayJSONMessagesStream [2022-02-12T02:11:52.673Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-02-12T02:11:52.673Z] PASS [2022-02-12T02:11:52.673Z] coverage: 91.7% of statements [2022-02-12T02:11:52.673Z] ok github.com/docker/docker/pkg/jsonmessage 0.189s coverage: 91.7% of statements [2022-02-12T02:11:53.143Z] === RUN TestStandardLongPath [2022-02-12T02:11:53.143Z] --- PASS: TestStandardLongPath (0.00s) [2022-02-12T02:11:53.143Z] === RUN TestUNCLongPath [2022-02-12T02:11:53.143Z] --- PASS: TestUNCLongPath (0.00s) [2022-02-12T02:11:53.143Z] PASS [2022-02-12T02:11:53.143Z] coverage: 100.0% of statements [2022-02-12T02:11:53.143Z] ok github.com/docker/docker/pkg/longpath 0.039s coverage: 100.0% of statements [2022-02-12T02:11:53.191Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-02-12T02:11:53.191Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-02-12T02:11:53.191Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-02-12T02:11:53.191Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-02-12T02:11:53.191Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-02-12T02:11:53.191Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-02-12T02:11:53.191Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-02-12T02:11:53.191Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-02-12T02:11:53.191Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-02-12T02:11:53.495Z] === RUN TestPluginsWithRuntimes/No_Args [2022-02-12T02:11:53.603Z] === RUN TestNameFormat [2022-02-12T02:11:53.603Z] --- PASS: TestNameFormat (0.00s) [2022-02-12T02:11:53.603Z] === RUN TestNameRetries [2022-02-12T02:11:53.603Z] --- PASS: TestNameRetries (0.00s) [2022-02-12T02:11:53.603Z] PASS [2022-02-12T02:11:53.603Z] coverage: 85.7% of statements [2022-02-12T02:11:53.603Z] ok github.com/docker/docker/pkg/namesgenerator 0.039s coverage: 85.7% of statements [2022-02-12T02:11:53.628Z] 2022/02/12 02:11:53 Closing DB instances... [2022-02-12T02:11:53.628Z] === RUN TestGet [2022-02-12T02:11:53.628Z] --- PASS: TestGet (0.00s) [2022-02-12T02:11:53.628Z] === RUN TestGetShortcutString [2022-02-12T02:11:53.628Z] --- PASS: TestGetShortcutString (0.00s) [2022-02-12T02:11:53.628Z] PASS [2022-02-12T02:11:53.628Z] coverage: 42.9% of statements [2022-02-12T02:11:53.628Z] ok github.com/docker/docker/pkg/homedir 0.043s coverage: 42.9% of statements [2022-02-12T02:11:54.087Z] === RUN TestPluginsWithRuntimes/With_Args [2022-02-12T02:11:54.096Z] --- PASS: TestTarFiles (6.43s) [2022-02-12T02:11:54.096Z] === RUN TestDetectCompressionZstd [2022-02-12T02:11:54.096Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-02-12T02:11:54.096Z] === RUN TestTarUntar [2022-02-12T02:11:54.096Z] --- PASS: TestTarUntar (0.05s) [2022-02-12T02:11:54.096Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-02-12T02:11:54.096Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.02s) [2022-02-12T02:11:54.096Z] === RUN TestTarWithOptions [2022-02-12T02:11:54.096Z] --- PASS: TestTarWithOptions (0.03s) [2022-02-12T02:11:54.097Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-02-12T02:11:54.097Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-02-12T02:11:54.097Z] === RUN TestUntarUstarGnuConflict [2022-02-12T02:11:54.097Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-02-12T02:11:54.097Z] === RUN TestUntarInvalidFilenames [2022-02-12T02:11:54.134Z] time="2022-02-12T02:11:53Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.Echo: Post \"http://127.0.0.1:49306/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-02-12T02:11:54.135Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-02-12T02:11:54.397Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-02-12T02:11:54.565Z] === RUN TestCreateIDMapOrder [2022-02-12T02:11:54.565Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-02-12T02:11:54.565Z] PASS [2022-02-12T02:11:54.565Z] coverage: 7.2% of statements [2022-02-12T02:11:54.565Z] ok github.com/docker/docker/pkg/idtools 0.049s coverage: 7.2% of statements [2022-02-12T02:11:54.565Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2512774663\\dest" [2022-02-12T02:11:54.565Z] --- PASS: TestUntarInvalidFilenames (0.23s) [2022-02-12T02:11:54.565Z] === RUN TestUntarHardlinkToSymlink [2022-02-12T02:11:54.565Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-02-12T02:11:54.565Z] === RUN TestUntarInvalidHardlink [2022-02-12T02:11:54.565Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3618397804\\victim\\hello" -> "../victim/hello" [2022-02-12T02:11:54.565Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2511544810\\victim\\hello" -> "/../victim/hello" [2022-02-12T02:11:54.565Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1927032501\\victim" -> "../victim" [2022-02-12T02:11:54.565Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink811949599\\victim" -> "../victim" [2022-02-12T02:11:54.565Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3869742263\\victim" -> "../victim" [2022-02-12T02:11:54.565Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1720221516\\victim" -> "../victim" [2022-02-12T02:11:54.565Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-02-12T02:11:54.565Z] === RUN TestUntarInvalidSymlink [2022-02-12T02:11:54.565Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1542244706\\dest\\dotdot" -> "../victim/hello" [2022-02-12T02:11:54.565Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1086703771\\dest\\slash-dotdot" -> "/../victim/hello" [2022-02-12T02:11:54.565Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3242590987\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:54.565Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink929466659\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:54.565Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3535211659\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:54.565Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4050818005\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:54.565Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2397545655\\dest\\dir\\loophole" -> "../../victim" [2022-02-12T02:11:54.565Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-02-12T02:11:54.565Z] === RUN TestTempArchiveCloseMultipleTimes [2022-02-12T02:11:54.565Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-02-12T02:11:54.565Z] === RUN TestXGlobalNoParent [2022-02-12T02:11:54.565Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-02-12T02:11:54.565Z] === RUN TestReplaceFileTarWrapper [2022-02-12T02:11:54.565Z] --- PASS: TestNetworkDBCRUDTableEntries (3.45s) [2022-02-12T02:11:54.565Z] === RUN TestNetworkDBNodeLeave [2022-02-12T02:11:54.574Z] === RUN TestParseKeyValueOpt [2022-02-12T02:11:54.574Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-02-12T02:11:54.574Z] === RUN TestParseUintList [2022-02-12T02:11:54.574Z] --- PASS: TestParseUintList (0.00s) [2022-02-12T02:11:54.574Z] === RUN TestParseUintListMaximumLimits [2022-02-12T02:11:54.574Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-02-12T02:11:54.574Z] PASS [2022-02-12T02:11:54.574Z] coverage: 97.0% of statements [2022-02-12T02:11:54.574Z] ok github.com/docker/docker/pkg/parsers 0.038s coverage: 97.0% of statements [2022-02-12T02:11:54.968Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-02-12T02:11:55.016Z] --- PASS: TestPluginsWithRuntimes (3.24s) [2022-02-12T02:11:55.016Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.85s) [2022-02-12T02:11:55.016Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.82s) [2022-02-12T02:11:55.016Z] === RUN TestPluginBackCompatMediaTypes [2022-02-12T02:11:55.034Z] === RUN TestNewAndRemove [2022-02-12T02:11:55.034Z] --- PASS: TestNewAndRemove (0.00s) [2022-02-12T02:11:55.034Z] === RUN TestRemoveInvalidPath [2022-02-12T02:11:55.034Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-02-12T02:11:55.034Z] PASS [2022-02-12T02:11:55.034Z] coverage: 82.6% of statements [2022-02-12T02:11:55.034Z] ok github.com/docker/docker/pkg/pidfile 0.044s coverage: 82.6% of statements [2022-02-12T02:11:55.034Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-02-12T02:11:55.034Z] === RUN TestNetworkDBWatch [2022-02-12T02:11:55.036Z] --- PASS: TestReplaceFileTarWrapper (0.20s) [2022-02-12T02:11:55.036Z] === RUN TestPrefixHeaderReadable [2022-02-12T02:11:55.036Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-02-12T02:11:55.036Z] === RUN TestDisablePigz [2022-02-12T02:11:55.036Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-02-12T02:11:55.036Z] --- PASS: TestDisablePigz (0.23s) [2022-02-12T02:11:55.036Z] === RUN TestPigz [2022-02-12T02:11:55.504Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-02-12T02:11:55.504Z] --- PASS: TestPigz (0.18s) [2022-02-12T02:11:55.504Z] === RUN TestCopyFileWithInvalidDest [2022-02-12T02:11:55.504Z] archive_windows_test.go:16: Currently fails [2022-02-12T02:11:55.504Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-02-12T02:11:55.504Z] === RUN TestCanonicalTarNameForPath [2022-02-12T02:11:55.504Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-02-12T02:11:55.504Z] === RUN TestCanonicalTarName [2022-02-12T02:11:55.504Z] --- PASS: TestCanonicalTarName (0.00s) [2022-02-12T02:11:55.504Z] === RUN TestChmodTarEntry [2022-02-12T02:11:55.504Z] --- PASS: TestChmodTarEntry (0.00s) [2022-02-12T02:11:55.504Z] === RUN TestHardLinkOrder [2022-02-12T02:11:55.504Z] --- PASS: TestHardLinkOrder (0.10s) [2022-02-12T02:11:55.504Z] === RUN TestChangeString [2022-02-12T02:11:55.504Z] --- PASS: TestChangeString (0.00s) [2022-02-12T02:11:55.504Z] === RUN TestChangesWithNoChanges [2022-02-12T02:11:55.504Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-02-12T02:11:55.504Z] === RUN TestChangesWithChanges [2022-02-12T02:11:55.504Z] --- PASS: TestChangesWithChanges (0.04s) [2022-02-12T02:11:55.504Z] === RUN TestChangesWithChangesGH13590 [2022-02-12T02:11:55.504Z] changes_test.go:195: needs more investigation [2022-02-12T02:11:55.504Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-02-12T02:11:55.504Z] === RUN TestChangesDirsEmpty [2022-02-12T02:11:55.504Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-12T02:11:55.504Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-02-12T02:11:55.504Z] === RUN TestChangesDirsMutated [2022-02-12T02:11:55.504Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-12T02:11:55.504Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-02-12T02:11:55.504Z] === RUN TestApplyLayer [2022-02-12T02:11:55.504Z] changes_test.go:432: needs further investigation [2022-02-12T02:11:55.504Z] --- SKIP: TestApplyLayer (0.00s) [2022-02-12T02:11:55.504Z] === RUN TestChangesSizeWithHardlinks [2022-02-12T02:11:55.504Z] changes_test.go:468: needs further investigation [2022-02-12T02:11:55.504Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-02-12T02:11:55.504Z] === RUN TestChangesSizeWithNoChanges [2022-02-12T02:11:55.504Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-02-12T02:11:55.504Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-02-12T02:11:55.504Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-02-12T02:11:55.504Z] === RUN TestChangesSize [2022-02-12T02:11:55.504Z] --- PASS: TestChangesSize (0.00s) [2022-02-12T02:11:55.504Z] === RUN TestApplyLayerInvalidFilenames [2022-02-12T02:11:55.504Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3847728309\\dest" [2022-02-12T02:11:55.504Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-02-12T02:11:55.504Z] === RUN TestApplyLayerInvalidHardlink [2022-02-12T02:11:55.504Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1235990286\\victim\\hello" -> "../victim/hello" [2022-02-12T02:11:55.504Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2903990231\\victim\\hello" -> "/../victim/hello" [2022-02-12T02:11:55.504Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1844633543\\victim" -> "../victim" [2022-02-12T02:11:55.504Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink369389182\\victim" -> "../victim" [2022-02-12T02:11:55.504Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1089763957\\victim" -> "../victim" [2022-02-12T02:11:55.504Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink32783303\\victim" -> "../victim" [2022-02-12T02:11:55.504Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-02-12T02:11:55.504Z] === RUN TestApplyLayerInvalidSymlink [2022-02-12T02:11:55.504Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3827640202\\dest\\dotdot" -> "../victim/hello" [2022-02-12T02:11:55.504Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4021074042\\dest\\slash-dotdot" -> "/../victim/hello" [2022-02-12T02:11:55.504Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1281167994\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:55.504Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4038667898\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:55.504Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3173065304\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:55.504Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink469802651\\dest\\loophole-victim" -> "../victim" [2022-02-12T02:11:55.504Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-02-12T02:11:55.504Z] === RUN TestApplyLayerWhiteouts [2022-02-12T02:11:55.504Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2022-02-12T02:11:55.504Z] === RUN TestGenerateEmptyFile [2022-02-12T02:11:55.504Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-02-12T02:11:55.504Z] === RUN TestGenerateWithContent [2022-02-12T02:11:55.504Z] --- PASS: TestGenerateWithContent (0.00s) [2022-02-12T02:11:55.504Z] PASS [2022-02-12T02:11:55.504Z] coverage: 62.0% of statements [2022-02-12T02:11:55.504Z] ok github.com/docker/docker/pkg/archive 9.152s coverage: 62.0% of statements [2022-02-12T02:11:55.542Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.51s) [2022-02-12T02:11:55.542Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-02-12T02:11:55.542Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-02-12T02:11:55.579Z] --- PASS: TestPluginBackCompatMediaTypes (0.59s) [2022-02-12T02:11:55.579Z] PASS [2022-02-12T02:11:55.579Z] [2022-02-12T02:11:55.579Z] DONE 10 tests in 7.229s [2022-02-12T02:11:55.579Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-02-12T02:11:55.579Z] ++ 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-02-12T02:11:55.579Z] ++ set -e [2022-02-12T02:11:55.579Z] ++ '[' -n 0 ']' [2022-02-12T02:11:55.579Z] ++ set -x [2022-02-12T02:11:55.579Z] ++ 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-02-12T02:11:55.579Z] INFO: Testing against a local daemon [2022-02-12T02:11:55.579Z] === RUN TestExternalGraphDriver [2022-02-12T02:11:55.579Z] === RUN TestExternalGraphDriver/json [2022-02-12T02:11:55.667Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.11s) [2022-02-12T02:11:55.667Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-02-12T02:11:55.973Z] === RUN TestFixedBufferCap [2022-02-12T02:11:55.973Z] --- PASS: TestFixedBufferCap (0.00s) [2022-02-12T02:11:55.973Z] === RUN TestFixedBufferLen [2022-02-12T02:11:55.973Z] --- PASS: TestFixedBufferLen (0.00s) [2022-02-12T02:11:55.973Z] === RUN TestFixedBufferString [2022-02-12T02:11:55.973Z] --- PASS: TestFixedBufferString (0.00s) [2022-02-12T02:11:55.973Z] === RUN TestFixedBufferWrite [2022-02-12T02:11:55.973Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-02-12T02:11:55.973Z] === RUN TestFixedBufferRead [2022-02-12T02:11:55.973Z] --- PASS: TestFixedBufferRead (0.00s) [2022-02-12T02:11:55.973Z] === RUN TestBytesPipeRead [2022-02-12T02:11:55.973Z] --- PASS: TestBytesPipeRead (0.00s) [2022-02-12T02:11:55.973Z] === RUN TestBytesPipeWrite [2022-02-12T02:11:55.973Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-02-12T02:11:55.973Z] === RUN TestBytesPipeWriteRandomChunks [2022-02-12T02:11:56.114Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-02-12T02:11:56.114Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-02-12T02:11:56.126Z] time="2022-02-12T02:11:56Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.Echo: Post \"http://127.0.0.1:49306/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-02-12T02:11:56.443Z] --- PASS: TestBytesPipeWriteRandomChunks (0.49s) [2022-02-12T02:11:56.443Z] === RUN TestAtomicWriteToFile [2022-02-12T02:11:56.443Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-02-12T02:11:56.443Z] === RUN TestAtomicWriteSetCommit [2022-02-12T02:11:56.443Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-02-12T02:11:56.443Z] === RUN TestAtomicWriteSetCancel [2022-02-12T02:11:56.443Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-02-12T02:11:56.443Z] === RUN TestReadCloserWrapperClose [2022-02-12T02:11:56.443Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-02-12T02:11:56.443Z] === RUN TestReaderErrWrapperReadOnError [2022-02-12T02:11:56.443Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-02-12T02:11:56.443Z] === RUN TestReaderErrWrapperRead [2022-02-12T02:11:56.443Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-02-12T02:11:56.443Z] === RUN TestCancelReadCloser [2022-02-12T02:11:56.443Z] --- PASS: TestCancelReadCloser (0.10s) [2022-02-12T02:11:56.443Z] === RUN TestWriteCloserWrapperClose [2022-02-12T02:11:56.443Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-02-12T02:11:56.443Z] === RUN TestNopWriteCloser [2022-02-12T02:11:56.443Z] --- PASS: TestNopWriteCloser (0.00s) [2022-02-12T02:11:56.443Z] === RUN TestNopWriter [2022-02-12T02:11:56.443Z] --- PASS: TestNopWriter (0.00s) [2022-02-12T02:11:56.443Z] === RUN TestWriteCounter [2022-02-12T02:11:56.443Z] --- PASS: TestWriteCounter (0.00s) [2022-02-12T02:11:56.443Z] PASS [2022-02-12T02:11:56.443Z] coverage: 69.2% of statements [2022-02-12T02:11:56.443Z] ok github.com/docker/docker/pkg/ioutils 0.668s coverage: 69.2% of statements [2022-02-12T02:11:56.575Z] === RUN TestFailedConnection [2022-02-12T02:11:56.582Z] 2022/02/12 02:11:56 Closing DB instances... [2022-02-12T02:11:57.035Z] 2022/02/12 02:11:56 Closing DB instances... [2022-02-12T02:11:57.432Z] === RUN TestError [2022-02-12T02:11:57.432Z] --- PASS: TestError (0.00s) [2022-02-12T02:11:57.432Z] === RUN TestProgressString [2022-02-12T02:11:57.432Z] === RUN TestProgressString/no_progress [2022-02-12T02:11:57.432Z] === RUN TestProgressString/progress_1 [2022-02-12T02:11:57.432Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-02-12T02:11:57.432Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-02-12T02:11:57.432Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-02-12T02:11:57.432Z] === RUN TestProgressString/with_units [2022-02-12T02:11:57.432Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-02-12T02:11:57.432Z] === RUN TestProgressString/hide_counts [2022-02-12T02:11:57.432Z] --- PASS: TestProgressString (0.00s) [2022-02-12T02:11:57.432Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-02-12T02:11:57.432Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-02-12T02:11:57.432Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-02-12T02:11:57.432Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-02-12T02:11:57.432Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-02-12T02:11:57.432Z] --- PASS: TestProgressString/with_units (0.00s) [2022-02-12T02:11:57.432Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-02-12T02:11:57.432Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-02-12T02:11:57.432Z] === RUN TestJSONMessageDisplay [2022-02-12T02:11:57.432Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-02-12T02:11:57.432Z] === RUN TestNetworkDBWatch [2022-02-12T02:11:57.432Z] --- PASS: TestJSONMessageDisplay (0.21s) [2022-02-12T02:11:57.432Z] === RUN TestJSONMessageDisplayWithJSONError [2022-02-12T02:11:57.432Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-02-12T02:11:57.432Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-02-12T02:11:57.432Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-02-12T02:11:57.432Z] === RUN TestDisplayJSONMessagesStream [2022-02-12T02:11:57.432Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-02-12T02:11:57.432Z] PASS [2022-02-12T02:11:57.432Z] coverage: 91.7% of statements [2022-02-12T02:11:57.432Z] ok github.com/docker/docker/pkg/jsonmessage 0.261s coverage: 91.7% of statements [2022-02-12T02:11:57.470Z] === RUN TestExternalGraphDriver/spec [2022-02-12T02:11:58.007Z] --- PASS: TestFailedConnection (1.08s) [2022-02-12T02:11:58.007Z] === RUN TestFailOnce [2022-02-12T02:11:58.007Z] 2022/02/12 02:11:57 http: panic serving 127.0.0.1:49272: Plugin not ready [2022-02-12T02:11:58.007Z] goroutine 18 [running]: [2022-02-12T02:11:58.007Z] net/http.(*conn).serve.func1() [2022-02-12T02:11:58.007Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-02-12T02:11:58.007Z] panic({0x125bc20, 0x1369a70}) [2022-02-12T02:11:58.007Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-02-12T02:11:58.007Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xa1630988ec7239e6}, 0xc0001a9a98) [2022-02-12T02:11:58.007Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-02-12T02:11:58.007Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x1376810, 0xc0001c6000}, 0x11b05e6) [2022-02-12T02:11:58.007Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-02-12T02:11:58.007Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x1376810, 0xc0001c6000}, 0xc0001a0000) [2022-02-12T02:11:58.007Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-02-12T02:11:58.007Z] net/http.serverHandler.ServeHTTP({0x1374e10}, {0x1376810, 0xc0001c6000}, 0xc0001a0000) [2022-02-12T02:11:58.007Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-02-12T02:11:58.007Z] net/http.(*conn).serve(0xc00018e000, {0x13786a0, 0xc00008a0c0}) [2022-02-12T02:11:58.007Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-02-12T02:11:58.007Z] created by net/http.(*Server).Serve [2022-02-12T02:11:58.007Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-02-12T02:11:58.007Z] time="2022-02-12T02:11:57Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49271/Test.FailOnce: Post \"http://127.0.0.1:49271/Test.FailOnce\": EOF, retrying in 1s" [2022-02-12T02:11:58.030Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-02-12T02:11:58.419Z] === RUN TestStandardLongPath [2022-02-12T02:11:58.419Z] --- PASS: TestStandardLongPath (0.00s) [2022-02-12T02:11:58.419Z] === RUN TestUNCLongPath [2022-02-12T02:11:58.419Z] --- PASS: TestUNCLongPath (0.00s) [2022-02-12T02:11:58.419Z] PASS [2022-02-12T02:11:58.419Z] coverage: 100.0% of statements [2022-02-12T02:11:58.419Z] ok github.com/docker/docker/pkg/longpath 0.041s coverage: 100.0% of statements [2022-02-12T02:11:58.467Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-02-12T02:11:58.467Z] === RUN TestNetworkDBBulkSync [2022-02-12T02:11:58.467Z] --- PASS: TestGetAddress (21.76s) [2022-02-12T02:11:58.467Z] === RUN TestRequestSyntaxCheck [2022-02-12T02:11:58.467Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-02-12T02:11:58.467Z] === RUN TestRequest [2022-02-12T02:11:58.755Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.83s) [2022-02-12T02:11:58.755Z] === RUN TestNetworkDBGarbageCollection [2022-02-12T02:11:58.755Z] --- PASS: TestRequest (8.54s) [2022-02-12T02:11:58.755Z] === RUN TestOverlappingRequests [2022-02-12T02:11:58.755Z] --- PASS: TestOverlappingRequests (0.42s) [2022-02-12T02:11:58.755Z] === RUN TestRelease [2022-02-12T02:11:58.836Z] === RUN TestExternalGraphDriver/pull [2022-02-12T02:11:58.887Z] === RUN TestNameFormat [2022-02-12T02:11:58.887Z] --- PASS: TestNameFormat (0.00s) [2022-02-12T02:11:58.887Z] === RUN TestNameRetries [2022-02-12T02:11:58.887Z] --- PASS: TestNameRetries (0.00s) [2022-02-12T02:11:58.887Z] PASS [2022-02-12T02:11:58.887Z] coverage: 85.7% of statements [2022-02-12T02:11:58.887Z] ok github.com/docker/docker/pkg/namesgenerator 0.042s coverage: 85.7% of statements [2022-02-12T02:11:58.927Z] --- PASS: TestFailOnce (1.14s) [2022-02-12T02:11:58.927Z] === RUN TestEchoInputOutput [2022-02-12T02:11:58.927Z] --- PASS: TestEchoInputOutput (0.00s) [2022-02-12T02:11:58.927Z] === RUN TestBackoff [2022-02-12T02:11:58.927Z] --- PASS: TestBackoff (0.00s) [2022-02-12T02:11:58.927Z] === RUN TestAbortRetry [2022-02-12T02:11:58.927Z] --- PASS: TestAbortRetry (0.00s) [2022-02-12T02:11:58.927Z] === RUN TestClientScheme [2022-02-12T02:11:58.927Z] --- PASS: TestClientScheme (0.00s) [2022-02-12T02:11:58.927Z] === RUN TestNewClientWithTimeout [2022-02-12T02:11:58.977Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-02-12T02:11:59.356Z] 2022/02/12 02:11:58 Closing DB instances... [2022-02-12T02:11:59.388Z] time="2022-02-12T02:11:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.Echo: Post \"http://127.0.0.1:49279/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-02-12T02:11:59.388Z] 2022/02/12 02:11:59 Closing DB instances... [2022-02-12T02:11:59.824Z] === RUN TestParseKeyValueOpt [2022-02-12T02:11:59.825Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-02-12T02:11:59.825Z] === RUN TestParseUintList [2022-02-12T02:11:59.825Z] --- PASS: TestParseUintList (0.00s) [2022-02-12T02:11:59.825Z] === RUN TestParseUintListMaximumLimits [2022-02-12T02:11:59.825Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-02-12T02:11:59.825Z] PASS [2022-02-12T02:11:59.825Z] coverage: 97.0% of statements [2022-02-12T02:11:59.825Z] ok github.com/docker/docker/pkg/parsers 0.041s coverage: 97.0% of statements [2022-02-12T02:11:59.924Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-02-12T02:12:00.497Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-02-12T02:12:00.729Z] --- PASS: TestExternalGraphDriver (4.79s) [2022-02-12T02:12:00.729Z] --- PASS: TestExternalGraphDriver/json (1.55s) [2022-02-12T02:12:00.729Z] --- PASS: TestExternalGraphDriver/spec (1.54s) [2022-02-12T02:12:00.729Z] --- PASS: TestExternalGraphDriver/pull (1.66s) [2022-02-12T02:12:00.729Z] === RUN TestGraphdriverPluginV2 [2022-02-12T02:12:00.729Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-12T02:12:00.729Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2022-02-12T02:12:00.729Z] PASS [2022-02-12T02:12:00.729Z] [2022-02-12T02:12:00.729Z] === Skipped [2022-02-12T02:12:00.729Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2022-02-12T02:12:00.729Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-12T02:12:00.729Z] [2022-02-12T02:12:00.729Z] DONE 5 tests, 1 skipped in 4.913s [2022-02-12T02:12:00.729Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-02-12T02:12:00.729Z] ++ 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-02-12T02:12:00.729Z] ++ set -e [2022-02-12T02:12:00.729Z] ++ '[' -n 0 ']' [2022-02-12T02:12:00.729Z] ++ set -x [2022-02-12T02:12:00.729Z] ++ 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-02-12T02:12:00.729Z] INFO: Testing against a local daemon [2022-02-12T02:12:00.729Z] === RUN TestContinueAfterPluginCrash [2022-02-12T02:12:00.729Z] === PAUSE TestContinueAfterPluginCrash [2022-02-12T02:12:00.729Z] === RUN TestReadPluginNoRead [2022-02-12T02:12:00.729Z] === PAUSE TestReadPluginNoRead [2022-02-12T02:12:00.729Z] === RUN TestDaemonStartWithLogOpt [2022-02-12T02:12:00.729Z] === PAUSE TestDaemonStartWithLogOpt [2022-02-12T02:12:00.729Z] === CONT TestContinueAfterPluginCrash [2022-02-12T02:12:00.729Z] === CONT TestDaemonStartWithLogOpt [2022-02-12T02:12:00.813Z] === RUN TestNewAndRemove [2022-02-12T02:12:00.813Z] --- PASS: TestNewAndRemove (0.00s) [2022-02-12T02:12:00.813Z] === RUN TestRemoveInvalidPath [2022-02-12T02:12:00.813Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-02-12T02:12:00.813Z] PASS [2022-02-12T02:12:00.813Z] coverage: 82.6% of statements [2022-02-12T02:12:00.813Z] ok github.com/docker/docker/pkg/pidfile 0.061s coverage: 82.6% of statements [2022-02-12T02:12:00.813Z] --- PASS: TestNetworkDBWatch (3.05s) [2022-02-12T02:12:00.813Z] === RUN TestNetworkDBBulkSync [2022-02-12T02:12:00.921Z] --- PASS: TestRelease (1.68s) [2022-02-12T02:12:00.921Z] === RUN TestAllocateRandomDeallocate [2022-02-12T02:12:00.921Z] time="2022-02-12T02:12:00Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.Echo: Post \"http://127.0.0.1:49306/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-02-12T02:12:00.927Z] time="2022-02-12T02:12:00Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.Echo: Post \"http://127.0.0.1:49279/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-02-12T02:12:00.927Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2022-02-12T02:12:00.927Z] === RUN TestNetworkDBCRUDMediumCluster [2022-02-12T02:12:01.074Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-02-12T02:12:01.074Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-02-12T02:12:01.074Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-02-12T02:12:01.335Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-02-12T02:12:01.800Z] 2022/02/12 02:12:01 Closing DB instances... [2022-02-12T02:12:02.269Z] === RUN TestFailedConnection [2022-02-12T02:12:02.281Z] === RUN TestDockerSuite/TestBuildXZHost [2022-02-12T02:12:03.257Z] --- PASS: TestGetAddress (24.49s) [2022-02-12T02:12:03.257Z] === RUN TestRequestSyntaxCheck [2022-02-12T02:12:03.257Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-02-12T02:12:03.257Z] === RUN TestNetworkDBCRUDMediumCluster [2022-02-12T02:12:03.257Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-02-12T02:12:03.257Z] === RUN TestRequest [2022-02-12T02:12:03.837Z] time="2022-02-12T02:12:03Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.Echo: Post \"http://127.0.0.1:49279/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-02-12T02:12:03.837Z] 2022/02/12 02:12:03 Closing DB instances... [2022-02-12T02:12:04.000Z] === CONT TestReadPluginNoRead [2022-02-12T02:12:04.000Z] --- PASS: TestDaemonStartWithLogOpt (3.11s) [2022-02-12T02:12:04.199Z] docker_api_swarm_test.go:272: [df6b85c960866] joining swarm manager [d5481dee46cac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:12:04.298Z] time="2022-02-12T02:12:03Z" level=error msg="node: 1d98c694b743 is unknown to memberlist" [2022-02-12T02:12:04.773Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-02-12T02:12:04.773Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-02-12T02:12:04.773Z] docker_cli_sni_test.go:18: Flakey test [2022-02-12T02:12:04.773Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-02-12T02:12:04.823Z] --- PASS: TestFailedConnection (2.15s) [2022-02-12T02:12:04.823Z] === RUN TestFailOnce [2022-02-12T02:12:04.823Z] 2022/02/12 02:12:04 http: panic serving 127.0.0.1:49280: Plugin not ready [2022-02-12T02:12:04.823Z] goroutine 24 [running]: [2022-02-12T02:12:04.823Z] net/http.(*conn).serve.func1() [2022-02-12T02:12:04.823Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-02-12T02:12:04.823Z] panic({0xdabc20, 0xeb9a70}) [2022-02-12T02:12:04.823Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-02-12T02:12:04.823Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xe726e4220b4d6ec5}, 0xc0000d1a98) [2022-02-12T02:12:04.823Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-02-12T02:12:04.823Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xec6810, 0xc00019a000}, 0xd005e6) [2022-02-12T02:12:04.823Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-02-12T02:12:04.823Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xec6810, 0xc00019a000}, 0xc0000bc200) [2022-02-12T02:12:04.823Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-02-12T02:12:04.823Z] net/http.serverHandler.ServeHTTP({0xec4e10}, {0xec6810, 0xc00019a000}, 0xc0000bc200) [2022-02-12T02:12:04.823Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-02-12T02:12:04.823Z] net/http.(*conn).serve(0xc0000ca000, {0xec86a0, 0xc00009e420}) [2022-02-12T02:12:04.823Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-02-12T02:12:04.823Z] created by net/http.(*Server).Serve [2022-02-12T02:12:04.823Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-02-12T02:12:04.823Z] time="2022-02-12T02:12:04Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.FailOnce: Post \"http://127.0.0.1:49279/Test.FailOnce\": EOF, retrying in 1s" [2022-02-12T02:12:05.268Z] === RUN TestParseEmptyInterface [2022-02-12T02:12:05.268Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-02-12T02:12:05.268Z] === RUN TestParseNonInterfaceType [2022-02-12T02:12:05.268Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-02-12T02:12:05.268Z] === RUN TestParseWithOneFunction [2022-02-12T02:12:05.268Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-02-12T02:12:05.268Z] === RUN TestParseWithMultipleFuncs [2022-02-12T02:12:05.268Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-02-12T02:12:05.269Z] === RUN TestParseWithUnnamedReturn [2022-02-12T02:12:05.269Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-02-12T02:12:05.269Z] === RUN TestEmbeddedInterface [2022-02-12T02:12:05.269Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-02-12T02:12:05.269Z] === RUN TestParsedImports [2022-02-12T02:12:05.269Z] --- PASS: TestParsedImports (0.00s) [2022-02-12T02:12:05.269Z] === RUN TestAliasedImports [2022-02-12T02:12:05.269Z] --- PASS: TestAliasedImports (0.00s) [2022-02-12T02:12:05.269Z] PASS [2022-02-12T02:12:05.269Z] coverage: 56.8% of statements [2022-02-12T02:12:05.269Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.049s coverage: 56.8% of statements [2022-02-12T02:12:05.595Z] --- PASS: TestAllocateRandomDeallocate (4.63s) [2022-02-12T02:12:05.596Z] === RUN TestRetrieveFromStore [2022-02-12T02:12:05.720Z] docker_api_swarm_test.go:273: [d24545fc1dbe6] joining swarm manager [d5481dee46cac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:12:05.720Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-02-12T02:12:05.810Z] --- PASS: TestFailOnce (1.22s) [2022-02-12T02:12:05.810Z] === RUN TestEchoInputOutput [2022-02-12T02:12:05.810Z] --- PASS: TestEchoInputOutput (0.00s) [2022-02-12T02:12:05.810Z] === RUN TestBackoff [2022-02-12T02:12:05.810Z] --- PASS: TestBackoff (0.00s) [2022-02-12T02:12:05.810Z] === RUN TestAbortRetry [2022-02-12T02:12:05.810Z] --- PASS: TestAbortRetry (0.00s) [2022-02-12T02:12:05.810Z] === RUN TestClientScheme [2022-02-12T02:12:05.810Z] --- PASS: TestClientScheme (0.00s) [2022-02-12T02:12:05.810Z] === RUN TestNewClientWithTimeout [2022-02-12T02:12:05.891Z] === RUN TestReadPluginNoRead/default [2022-02-12T02:12:06.239Z] === RUN TestHTTPTransport [2022-02-12T02:12:06.239Z] --- PASS: TestHTTPTransport (0.00s) [2022-02-12T02:12:06.239Z] PASS [2022-02-12T02:12:06.239Z] coverage: 85.7% of statements [2022-02-12T02:12:06.239Z] ok github.com/docker/docker/pkg/plugins/transport 0.037s coverage: 85.7% of statements [2022-02-12T02:12:06.279Z] time="2022-02-12T02:12:06Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-02-12T02:12:06.279Z] 2022/02/12 02:12:06 Closing DB instances... [2022-02-12T02:12:06.279Z] time="2022-02-12T02:12:06Z" level=error msg="node: 8d8a9dade8f7 is unknown to memberlist" [2022-02-12T02:12:06.292Z] === RUN TestDockerSuite/TestCommitChange [2022-02-12T02:12:06.558Z] --- PASS: TestRetrieveFromStore (1.60s) [2022-02-12T02:12:06.558Z] === RUN TestRequestReleaseAddressDuplicate [2022-02-12T02:12:06.558Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-02-12T02:12:06.558Z] === RUN TestParallelPredefinedRequest1 [2022-02-12T02:12:06.558Z] === PAUSE TestParallelPredefinedRequest1 [2022-02-12T02:12:06.558Z] === RUN TestParallelPredefinedRequest2 [2022-02-12T02:12:06.558Z] === PAUSE TestParallelPredefinedRequest2 [2022-02-12T02:12:06.558Z] === RUN TestParallelPredefinedRequest3 [2022-02-12T02:12:06.558Z] === PAUSE TestParallelPredefinedRequest3 [2022-02-12T02:12:06.558Z] === RUN TestParallelPredefinedRequest4 [2022-02-12T02:12:06.558Z] === PAUSE TestParallelPredefinedRequest4 [2022-02-12T02:12:06.558Z] === RUN TestParallelPredefinedRequest5 [2022-02-12T02:12:06.558Z] === PAUSE TestParallelPredefinedRequest5 [2022-02-12T02:12:06.558Z] === RUN TestDebug [2022-02-12T02:12:06.558Z] --- PASS: TestDebug (0.00s) [2022-02-12T02:12:06.558Z] === RUN TestRequestPoolParallel [2022-02-12T02:12:07.014Z] === RUN TestParseEmptyInterface [2022-02-12T02:12:07.014Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-02-12T02:12:07.014Z] === RUN TestParseNonInterfaceType [2022-02-12T02:12:07.014Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-02-12T02:12:07.014Z] === RUN TestParseWithOneFunction [2022-02-12T02:12:07.014Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-02-12T02:12:07.014Z] === RUN TestParseWithMultipleFuncs [2022-02-12T02:12:07.014Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-02-12T02:12:07.014Z] === RUN TestParseWithUnnamedReturn [2022-02-12T02:12:07.014Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-02-12T02:12:07.014Z] === RUN TestEmbeddedInterface [2022-02-12T02:12:07.014Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-02-12T02:12:07.014Z] === RUN TestParsedImports [2022-02-12T02:12:07.014Z] --- PASS: TestParsedImports (0.00s) [2022-02-12T02:12:07.014Z] === RUN TestAliasedImports [2022-02-12T02:12:07.014Z] --- PASS: TestAliasedImports (0.00s) [2022-02-12T02:12:07.014Z] PASS [2022-02-12T02:12:07.014Z] coverage: 56.8% of statements [2022-02-12T02:12:07.014Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.054s coverage: 56.8% of statements [2022-02-12T02:12:07.014Z] --- PASS: TestRequestPoolParallel (0.45s) [2022-02-12T02:12:07.014Z] === RUN TestFullAllocateRelease [2022-02-12T02:12:07.217Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.88s) [2022-02-12T02:12:07.217Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-02-12T02:12:07.217Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-02-12T02:12:07.217Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-02-12T02:12:07.217Z] === RUN TestBufioReaderPoolPutAndGet [2022-02-12T02:12:07.217Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-02-12T02:12:07.217Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-02-12T02:12:07.217Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-02-12T02:12:07.217Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-02-12T02:12:07.217Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-02-12T02:12:07.217Z] === RUN TestBufioWriterPoolPutAndGet [2022-02-12T02:12:07.217Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-02-12T02:12:07.217Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-02-12T02:12:07.217Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-02-12T02:12:07.217Z] === RUN TestBufferPoolPutAndGet [2022-02-12T02:12:07.217Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-02-12T02:12:07.217Z] PASS [2022-02-12T02:12:07.217Z] coverage: 88.2% of statements [2022-02-12T02:12:07.217Z] ok github.com/docker/docker/pkg/pools 0.042s coverage: 88.2% of statements [2022-02-12T02:12:07.236Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-02-12T02:12:07.258Z] === RUN TestReadPluginNoRead/disabled_caching [2022-02-12T02:12:07.471Z] --- PASS: TestFullAllocateRelease (0.49s) [2022-02-12T02:12:07.471Z] === RUN TestOddAllocateRelease [2022-02-12T02:12:07.677Z] --- PASS: TestRequest (9.11s) [2022-02-12T02:12:07.677Z] === RUN TestOverlappingRequests [2022-02-12T02:12:07.677Z] === RUN TestOutputOnPrematureClose [2022-02-12T02:12:07.677Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-02-12T02:12:07.677Z] === RUN TestCompleteSilently [2022-02-12T02:12:07.677Z] --- PASS: TestCompleteSilently (0.00s) [2022-02-12T02:12:07.677Z] PASS [2022-02-12T02:12:07.677Z] coverage: 75.9% of statements [2022-02-12T02:12:07.677Z] ok github.com/docker/docker/pkg/progress 0.034s coverage: 75.9% of statements [2022-02-12T02:12:07.845Z] time="2022-02-12T02:12:07Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-02-12T02:12:07.907Z] === RUN TestDockerSuite/TestCommitHardlink [2022-02-12T02:12:07.927Z] --- PASS: TestOddAllocateRelease (0.29s) [2022-02-12T02:12:07.927Z] === RUN TestFullAllocateSerialReleaseParallel [2022-02-12T02:12:07.927Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-02-12T02:12:07.927Z] === RUN TestOddAllocateSerialReleaseParallel [2022-02-12T02:12:07.927Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-02-12T02:12:07.927Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-02-12T02:12:08.138Z] --- PASS: TestOverlappingRequests (0.46s) [2022-02-12T02:12:08.138Z] === RUN TestRelease [2022-02-12T02:12:08.138Z] time="2022-02-12T02:12:07Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.Echo: Post \"http://127.0.0.1:49279/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-02-12T02:12:08.138Z] 2022/02/12 02:12:07 Closing DB instances... [2022-02-12T02:12:08.138Z] === RUN TestSendToOneSub [2022-02-12T02:12:08.138Z] --- PASS: TestSendToOneSub (0.00s) [2022-02-12T02:12:08.138Z] === RUN TestSendToMultipleSubs [2022-02-12T02:12:08.138Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-02-12T02:12:08.138Z] === RUN TestEvictOneSub [2022-02-12T02:12:08.138Z] --- PASS: TestEvictOneSub (0.00s) [2022-02-12T02:12:08.138Z] === RUN TestClosePublisher [2022-02-12T02:12:08.138Z] --- PASS: TestClosePublisher (0.00s) [2022-02-12T02:12:08.138Z] === RUN TestPubSubRace [2022-02-12T02:12:08.186Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-02-12T02:12:08.383Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-02-12T02:12:08.383Z] === CONT TestParallelPredefinedRequest1 [2022-02-12T02:12:08.383Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:08.383Z] === CONT TestParallelPredefinedRequest4 [2022-02-12T02:12:08.383Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-02-12T02:12:08.383Z] === CONT TestParallelPredefinedRequest4 [2022-02-12T02:12:08.383Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:08.383Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-02-12T02:12:08.383Z] === CONT TestParallelPredefinedRequest3 [2022-02-12T02:12:08.383Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:08.383Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-02-12T02:12:08.383Z] === CONT TestParallelPredefinedRequest2 [2022-02-12T02:12:08.383Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:08.383Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-02-12T02:12:08.383Z] === CONT TestParallelPredefinedRequest5 [2022-02-12T02:12:08.383Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:08.383Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-02-12T02:12:08.383Z] PASS [2022-02-12T02:12:08.383Z] coverage: 85.3% of statements [2022-02-12T02:12:08.383Z] ok github.com/docker/docker/libnetwork/ipam 51.657s coverage: 85.3% of statements [2022-02-12T02:12:08.383Z] === RUN TestHTTPTransport [2022-02-12T02:12:08.383Z] --- PASS: TestHTTPTransport (0.00s) [2022-02-12T02:12:08.383Z] PASS [2022-02-12T02:12:08.383Z] coverage: 85.7% of statements [2022-02-12T02:12:08.383Z] ok github.com/docker/docker/pkg/plugins/transport 0.040s coverage: 85.7% of statements [2022-02-12T02:12:08.750Z] --- PASS: TestContinueAfterPluginCrash (8.05s) [2022-02-12T02:12:08.839Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-02-12T02:12:08.839Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-02-12T02:12:08.839Z] === RUN TestBufioReaderPoolPutAndGet [2022-02-12T02:12:08.839Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-02-12T02:12:08.839Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-02-12T02:12:08.839Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-02-12T02:12:08.839Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-02-12T02:12:08.839Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-02-12T02:12:08.839Z] === RUN TestBufioWriterPoolPutAndGet [2022-02-12T02:12:08.839Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-02-12T02:12:08.839Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-02-12T02:12:08.839Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-02-12T02:12:08.839Z] === RUN TestBufferPoolPutAndGet [2022-02-12T02:12:08.839Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-02-12T02:12:08.839Z] PASS [2022-02-12T02:12:08.839Z] coverage: 88.2% of statements [2022-02-12T02:12:08.839Z] ok github.com/docker/docker/pkg/pools 0.040s coverage: 88.2% of statements [2022-02-12T02:12:08.855Z] === RUN TestDockerSuite/TestCommitNewFile [2022-02-12T02:12:09.108Z] --- PASS: TestPubSubRace (1.06s) [2022-02-12T02:12:09.108Z] PASS [2022-02-12T02:12:09.108Z] coverage: 75.0% of statements [2022-02-12T02:12:09.108Z] ok github.com/docker/docker/pkg/pubsub 1.091s coverage: 75.0% of statements [2022-02-12T02:12:09.116Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.70s) [2022-02-12T02:12:09.116Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-02-12T02:12:09.295Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-02-12T02:12:09.295Z] === RUN TestClientStream [2022-02-12T02:12:09.295Z] --- PASS: TestClientStream (0.00s) [2022-02-12T02:12:09.295Z] === RUN TestClientSendFile [2022-02-12T02:12:09.295Z] --- PASS: TestClientSendFile (0.00s) [2022-02-12T02:12:09.295Z] === RUN TestClientWithRequestTimeout [2022-02-12T02:12:09.295Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-02-12T02:12:09.295Z] === RUN TestFileSpecPlugin [2022-02-12T02:12:09.295Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-02-12T02:12:09.295Z] === RUN TestFileJSONSpecPlugin [2022-02-12T02:12:09.295Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-02-12T02:12:09.295Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-02-12T02:12:09.295Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-02-12T02:12:09.295Z] === RUN TestPluginAddHandler [2022-02-12T02:12:09.295Z] --- PASS: TestPluginAddHandler (0.00s) [2022-02-12T02:12:09.295Z] === RUN TestPluginWaitBadPlugin [2022-02-12T02:12:09.295Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-02-12T02:12:09.295Z] === RUN TestGet [2022-02-12T02:12:09.295Z] time="2022-02-12T02:12:09Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-02-12T02:12:09.313Z] === CONT TestReadPluginNoRead [2022-02-12T02:12:09.314Z] read_test.go:92: [d7954f8aba621] daemon is not started [2022-02-12T02:12:09.314Z] --- PASS: TestReadPluginNoRead (5.60s) [2022-02-12T02:12:09.314Z] --- PASS: TestReadPluginNoRead/default (1.17s) [2022-02-12T02:12:09.314Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.12s) [2022-02-12T02:12:09.314Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.13s) [2022-02-12T02:12:09.314Z] PASS [2022-02-12T02:12:09.314Z] [2022-02-12T02:12:09.314Z] DONE 6 tests in 8.800s [2022-02-12T02:12:09.314Z] 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-02-12T02:12:09.314Z] ++ 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-02-12T02:12:09.314Z] ++ set -e [2022-02-12T02:12:09.314Z] ++ '[' -n 0 ']' [2022-02-12T02:12:09.314Z] ++ set -x [2022-02-12T02:12:09.314Z] ++ 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-02-12T02:12:09.314Z] testing: warning: no tests to run [2022-02-12T02:12:09.314Z] PASS [2022-02-12T02:12:09.314Z] [2022-02-12T02:12:09.314Z] DONE 0 tests in 0.028s [2022-02-12T02:12:09.314Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-02-12T02:12:09.314Z] ++ 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-02-12T02:12:09.314Z] ++ set -e [2022-02-12T02:12:09.314Z] ++ '[' -n 0 ']' [2022-02-12T02:12:09.314Z] ++ set -x [2022-02-12T02:12:09.314Z] ++ 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-02-12T02:12:09.314Z] INFO: Testing against a local daemon [2022-02-12T02:12:09.314Z] === RUN TestPluginWithDevMounts [2022-02-12T02:12:09.314Z] === PAUSE TestPluginWithDevMounts [2022-02-12T02:12:09.314Z] === CONT TestPluginWithDevMounts [2022-02-12T02:12:09.414Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.90s) [2022-02-12T02:12:09.414Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-02-12T02:12:09.569Z] --- PASS: TestRelease (1.65s) [2022-02-12T02:12:09.569Z] === RUN TestAllocateRandomDeallocate [2022-02-12T02:12:09.569Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-02-12T02:12:09.569Z] === RUN TestNetworkDBGarbageCollection [2022-02-12T02:12:09.569Z] === RUN TestRegister [2022-02-12T02:12:09.569Z] --- PASS: TestRegister (0.00s) [2022-02-12T02:12:09.569Z] === RUN TestCommand [2022-02-12T02:12:09.752Z] === RUN TestOutputOnPrematureClose [2022-02-12T02:12:09.752Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-02-12T02:12:09.752Z] === RUN TestCompleteSilently [2022-02-12T02:12:09.752Z] --- PASS: TestCompleteSilently (0.00s) [2022-02-12T02:12:09.752Z] PASS [2022-02-12T02:12:09.752Z] coverage: 75.9% of statements [2022-02-12T02:12:09.752Z] ok github.com/docker/docker/pkg/progress 0.039s coverage: 75.9% of statements [2022-02-12T02:12:10.029Z] --- PASS: TestCommand (0.03s) [2022-02-12T02:12:10.029Z] === RUN TestNaiveSelf [2022-02-12T02:12:10.029Z] --- PASS: TestNaiveSelf (0.03s) [2022-02-12T02:12:10.029Z] PASS [2022-02-12T02:12:10.029Z] coverage: 82.4% of statements [2022-02-12T02:12:10.029Z] ok github.com/docker/docker/pkg/reexec 0.092s coverage: 82.4% of statements [2022-02-12T02:12:10.060Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-02-12T02:12:10.208Z] === RUN TestSendToOneSub [2022-02-12T02:12:10.208Z] --- PASS: TestSendToOneSub (0.00s) [2022-02-12T02:12:10.208Z] === RUN TestSendToMultipleSubs [2022-02-12T02:12:10.208Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-02-12T02:12:10.208Z] === RUN TestEvictOneSub [2022-02-12T02:12:10.208Z] --- PASS: TestEvictOneSub (0.00s) [2022-02-12T02:12:10.208Z] === RUN TestClosePublisher [2022-02-12T02:12:10.208Z] --- PASS: TestClosePublisher (0.00s) [2022-02-12T02:12:10.208Z] === RUN TestPubSubRace [2022-02-12T02:12:10.322Z] === RUN TestDockerSuite/TestCommitTTY [2022-02-12T02:12:10.400Z] time="2022-02-12T02:12:10Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-02-12T02:12:10.400Z] 2022/02/12 02:12:10 Closing DB instances... [2022-02-12T02:12:10.489Z] === RUN TestDump [2022-02-12T02:12:10.489Z] goroutine 21 [running]: [2022-02-12T02:12:10.489Z] github.com/docker/docker/pkg/stack.dump(0xabb6b7) [2022-02-12T02:12:10.489Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-02-12T02:12:10.489Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-02-12T02:12:10.489Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-02-12T02:12:10.489Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-02-12T02:12:10.489Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-02-12T02:12:10.489Z] testing.tRunner(0xc0000856c0, 0xc28e68) [2022-02-12T02:12:10.489Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-12T02:12:10.489Z] created by testing.(*T).Run [2022-02-12T02:12:10.489Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-02-12T02:12:10.489Z] [2022-02-12T02:12:10.489Z] goroutine 1 [chan receive]: [2022-02-12T02:12:10.489Z] testing.(*T).Run(0xc000085520, {0xc1a52e, 0xa9a413}, 0xc28e68) [2022-02-12T02:12:10.489Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-02-12T02:12:10.489Z] testing.runTests.func1(0xc0000c6720) [2022-02-12T02:12:10.489Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-02-12T02:12:10.489Z] testing.tRunner(0xc000085520, 0xc0000d1ce0) [2022-02-12T02:12:10.489Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-12T02:12:10.489Z] testing.runTests(0xc0000dc080, {0xd8cba0, 0x3, 0x3}, {0xaba90d, 0xc1c228, 0xd91640}) [2022-02-12T02:12:10.489Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-02-12T02:12:10.489Z] testing.(*M).Run(0xc0000dc080) [2022-02-12T02:12:10.489Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-02-12T02:12:10.489Z] main.main() [2022-02-12T02:12:10.489Z] _testmain.go:95 +0x1f5 [2022-02-12T02:12:10.489Z] --- PASS: TestDump (0.00s) [2022-02-12T02:12:10.489Z] === RUN TestDumpToFile [2022-02-12T02:12:10.489Z] --- PASS: TestDumpToFile (0.14s) [2022-02-12T02:12:10.489Z] === RUN TestDumpToFileWithEmptyInput [2022-02-12T02:12:10.489Z] goroutine 23 [running]: [2022-02-12T02:12:10.489Z] github.com/docker/docker/pkg/stack.dump(0xb286f4) [2022-02-12T02:12:10.489Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-02-12T02:12:10.489Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xb28aa0}) [2022-02-12T02:12:10.489Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-02-12T02:12:10.489Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0000856c0) [2022-02-12T02:12:10.489Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-02-12T02:12:10.489Z] testing.tRunner(0xc000085ba0, 0xc28e58) [2022-02-12T02:12:10.489Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-12T02:12:10.489Z] created by testing.(*T).Run [2022-02-12T02:12:10.489Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-02-12T02:12:10.489Z] [2022-02-12T02:12:10.489Z] goroutine 1 [chan receive]: [2022-02-12T02:12:10.489Z] testing.(*T).Run(0xc000085520, {0xc212ba, 0xa9a413}, 0xc28e58) [2022-02-12T02:12:10.489Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-02-12T02:12:10.489Z] testing.runTests.func1(0xc0000c6720) [2022-02-12T02:12:10.489Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-02-12T02:12:10.489Z] testing.tRunner(0xc000085520, 0xc0000d1ce0) [2022-02-12T02:12:10.489Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-12T02:12:10.489Z] testing.runTests(0xc0000dc080, {0xd8cba0, 0x3, 0x3}, {0xaba90d, 0xc1c228, 0xd91640}) [2022-02-12T02:12:10.489Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-02-12T02:12:10.489Z] testing.(*M).Run(0xc0000dc080) [2022-02-12T02:12:10.489Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-02-12T02:12:10.489Z] main.main() [2022-02-12T02:12:10.489Z] _testmain.go:95 +0x1f5 [2022-02-12T02:12:10.489Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-02-12T02:12:10.489Z] PASS [2022-02-12T02:12:10.489Z] coverage: 90.9% of statements [2022-02-12T02:12:10.489Z] ok github.com/docker/docker/pkg/stack 0.170s coverage: 90.9% of statements [2022-02-12T02:12:10.665Z] time="2022-02-12T02:12:10Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-02-12T02:12:10.949Z] === RUN TestNewStdWriter [2022-02-12T02:12:10.949Z] --- PASS: TestNewStdWriter (0.00s) [2022-02-12T02:12:10.949Z] === RUN TestWriteWithUninitializedStdWriter [2022-02-12T02:12:10.949Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-02-12T02:12:10.949Z] === RUN TestWriteWithNilBytes [2022-02-12T02:12:10.949Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-02-12T02:12:10.949Z] === RUN TestWrite [2022-02-12T02:12:10.949Z] --- PASS: TestWrite (0.00s) [2022-02-12T02:12:10.949Z] === RUN TestWriteWithWriterError [2022-02-12T02:12:10.949Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-02-12T02:12:10.949Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-02-12T02:12:10.949Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-02-12T02:12:10.949Z] === RUN TestStdCopyWriteAndRead [2022-02-12T02:12:10.949Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-02-12T02:12:10.949Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-02-12T02:12:10.949Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-02-12T02:12:10.949Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-02-12T02:12:10.949Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-02-12T02:12:10.949Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-02-12T02:12:10.949Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-02-12T02:12:10.949Z] === RUN TestStdCopyWithInvalidInputHeader [2022-02-12T02:12:10.949Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-02-12T02:12:10.949Z] === RUN TestStdCopyWithCorruptedPrefix [2022-02-12T02:12:10.949Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-02-12T02:12:10.949Z] === RUN TestStdCopyReturnsWriteErrors [2022-02-12T02:12:10.949Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-02-12T02:12:10.949Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-02-12T02:12:10.949Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-02-12T02:12:10.949Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-02-12T02:12:10.949Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-02-12T02:12:10.949Z] PASS [2022-02-12T02:12:10.949Z] coverage: 100.0% of statements [2022-02-12T02:12:10.949Z] ok github.com/docker/docker/pkg/stdcopy 0.036s coverage: 100.0% of statements [2022-02-12T02:12:11.121Z] --- PASS: TestPubSubRace (1.05s) [2022-02-12T02:12:11.121Z] PASS [2022-02-12T02:12:11.121Z] coverage: 75.0% of statements [2022-02-12T02:12:11.121Z] ok github.com/docker/docker/pkg/pubsub 1.091s coverage: 75.0% of statements [2022-02-12T02:12:11.205Z] --- PASS: TestPluginWithDevMounts (1.57s) [2022-02-12T02:12:11.205Z] PASS [2022-02-12T02:12:11.205Z] [2022-02-12T02:12:11.205Z] DONE 1 tests in 1.665s [2022-02-12T02:12:11.205Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-02-12T02:12:11.205Z] ++ 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-02-12T02:12:11.205Z] ++ set -e [2022-02-12T02:12:11.205Z] ++ '[' -n 0 ']' [2022-02-12T02:12:11.205Z] ++ set -x [2022-02-12T02:12:11.205Z] ++ 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-02-12T02:12:11.205Z] INFO: Testing against a local daemon [2022-02-12T02:12:11.205Z] === RUN TestSecretInspect [2022-02-12T02:12:11.265Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-02-12T02:12:11.837Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-02-12T02:12:11.919Z] === RUN TestRawProgressFormatterFormatStatus [2022-02-12T02:12:11.919Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-02-12T02:12:11.919Z] === RUN TestRawProgressFormatterFormatProgress [2022-02-12T02:12:11.919Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-02-12T02:12:11.919Z] === RUN TestFormatStatus [2022-02-12T02:12:11.919Z] --- PASS: TestFormatStatus (0.00s) [2022-02-12T02:12:11.919Z] === RUN TestFormatError [2022-02-12T02:12:11.919Z] --- PASS: TestFormatError (0.00s) [2022-02-12T02:12:11.919Z] === RUN TestFormatJSONError [2022-02-12T02:12:11.919Z] --- PASS: TestFormatJSONError (0.00s) [2022-02-12T02:12:11.919Z] === RUN TestJsonProgressFormatterFormatProgress [2022-02-12T02:12:11.919Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-02-12T02:12:11.919Z] === RUN TestJsonProgressFormatterFormatStatus [2022-02-12T02:12:11.919Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-02-12T02:12:11.919Z] === RUN TestNewJSONProgressOutput [2022-02-12T02:12:11.919Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-02-12T02:12:11.919Z] === RUN TestAuxFormatterEmit [2022-02-12T02:12:11.919Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-02-12T02:12:11.919Z] === RUN TestStreamWriterStdout [2022-02-12T02:12:11.919Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-02-12T02:12:11.919Z] === RUN TestStreamWriterStderr [2022-02-12T02:12:11.919Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-02-12T02:12:11.919Z] PASS [2022-02-12T02:12:11.919Z] coverage: 66.2% of statements [2022-02-12T02:12:11.919Z] ok github.com/docker/docker/pkg/streamformatter 0.040s coverage: 66.2% of statements [2022-02-12T02:12:11.971Z] --- PASS: TestRequest (8.72s) [2022-02-12T02:12:11.971Z] === RUN TestOverlappingRequests [2022-02-12T02:12:11.971Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.83s) [2022-02-12T02:12:11.971Z] === RUN TestNetworkDBGarbageCollection [2022-02-12T02:12:12.083Z] === RUN TestRegister [2022-02-12T02:12:12.083Z] --- PASS: TestRegister (0.00s) [2022-02-12T02:12:12.083Z] === RUN TestCommand [2022-02-12T02:12:12.083Z] --- PASS: TestCommand (0.03s) [2022-02-12T02:12:12.083Z] === RUN TestNaiveSelf [2022-02-12T02:12:12.083Z] --- PASS: TestNaiveSelf (0.03s) [2022-02-12T02:12:12.083Z] PASS [2022-02-12T02:12:12.083Z] coverage: 82.4% of statements [2022-02-12T02:12:12.083Z] ok github.com/docker/docker/pkg/reexec 0.112s coverage: 82.4% of statements [2022-02-12T02:12:12.379Z] === RUN TestGenerateRandomID [2022-02-12T02:12:12.379Z] --- PASS: TestGenerateRandomID (0.00s) [2022-02-12T02:12:12.379Z] === RUN TestShortenId [2022-02-12T02:12:12.379Z] --- PASS: TestShortenId (0.00s) [2022-02-12T02:12:12.379Z] === RUN TestShortenSha256Id [2022-02-12T02:12:12.379Z] --- PASS: TestShortenSha256Id (0.00s) [2022-02-12T02:12:12.379Z] === RUN TestShortenIdEmpty [2022-02-12T02:12:12.379Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-02-12T02:12:12.379Z] === RUN TestShortenIdInvalid [2022-02-12T02:12:12.379Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-02-12T02:12:12.379Z] === RUN TestIsShortIDNonHex [2022-02-12T02:12:12.379Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-02-12T02:12:12.379Z] === RUN TestIsShortIDNotCorrectSize [2022-02-12T02:12:12.379Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-02-12T02:12:12.379Z] PASS [2022-02-12T02:12:12.379Z] coverage: 70.6% of statements [2022-02-12T02:12:12.379Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2022-02-12T02:12:12.440Z] --- PASS: TestOverlappingRequests (0.44s) [2022-02-12T02:12:12.440Z] === RUN TestRelease [2022-02-12T02:12:12.539Z] time="2022-02-12T02:12:12Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-02-12T02:12:12.780Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-02-12T02:12:12.839Z] === RUN TestIsCpusetListAvailable [2022-02-12T02:12:12.839Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-02-12T02:12:12.839Z] PASS [2022-02-12T02:12:12.839Z] coverage: 39.4% of statements [2022-02-12T02:12:12.839Z] ok github.com/docker/docker/pkg/sysinfo 0.032s coverage: 39.4% of statements [2022-02-12T02:12:12.996Z] === RUN TestDump [2022-02-12T02:12:12.996Z] goroutine 21 [running]: [2022-02-12T02:12:12.996Z] github.com/docker/docker/pkg/stack.dump(0xcbb6b7) [2022-02-12T02:12:12.996Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-02-12T02:12:12.996Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-02-12T02:12:12.996Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-02-12T02:12:12.996Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-02-12T02:12:12.996Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-02-12T02:12:12.996Z] testing.tRunner(0xc000085520, 0xe28e68) [2022-02-12T02:12:12.996Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-12T02:12:12.996Z] created by testing.(*T).Run [2022-02-12T02:12:12.996Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-02-12T02:12:12.996Z] [2022-02-12T02:12:12.996Z] goroutine 1 [chan receive]: [2022-02-12T02:12:12.996Z] testing.(*T).Run(0xc000085380, {0xe1a52e, 0xc9a413}, 0xe28e68) [2022-02-12T02:12:12.996Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-02-12T02:12:12.996Z] testing.runTests.func1(0xc0000c6720) [2022-02-12T02:12:12.996Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-02-12T02:12:12.996Z] testing.tRunner(0xc000085380, 0xc0000d1ce0) [2022-02-12T02:12:12.996Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-12T02:12:12.996Z] testing.runTests(0xc0000dc080, {0xf8cba0, 0x3, 0x3}, {0xcba90d, 0xe1c228, 0xf91640}) [2022-02-12T02:12:12.996Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-02-12T02:12:12.996Z] testing.(*M).Run(0xc0000dc080) [2022-02-12T02:12:12.996Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-02-12T02:12:12.996Z] main.main() [2022-02-12T02:12:12.996Z] _testmain.go:95 +0x1f5 [2022-02-12T02:12:12.996Z] --- PASS: TestDump (0.00s) [2022-02-12T02:12:12.996Z] === RUN TestDumpToFile [2022-02-12T02:12:12.996Z] --- PASS: TestDumpToFile (0.23s) [2022-02-12T02:12:12.996Z] === RUN TestDumpToFileWithEmptyInput [2022-02-12T02:12:12.996Z] goroutine 23 [running]: [2022-02-12T02:12:12.996Z] github.com/docker/docker/pkg/stack.dump(0xd286f4) [2022-02-12T02:12:12.996Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-02-12T02:12:12.996Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xd28aa0}) [2022-02-12T02:12:12.996Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-02-12T02:12:12.996Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000085520) [2022-02-12T02:12:12.996Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-02-12T02:12:12.996Z] testing.tRunner(0xc000085a00, 0xe28e58) [2022-02-12T02:12:12.996Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-12T02:12:12.996Z] created by testing.(*T).Run [2022-02-12T02:12:12.996Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-02-12T02:12:12.996Z] [2022-02-12T02:12:12.996Z] goroutine 1 [chan receive]: [2022-02-12T02:12:12.996Z] testing.(*T).Run(0xc000085380, {0xe212ba, 0xc9a413}, 0xe28e58) [2022-02-12T02:12:12.996Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-02-12T02:12:12.996Z] testing.runTests.func1(0xc0000c6720) [2022-02-12T02:12:12.996Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-02-12T02:12:12.996Z] testing.tRunner(0xc000085380, 0xc0000d1ce0) [2022-02-12T02:12:12.996Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-12T02:12:12.996Z] testing.runTests(0xc0000dc080, {0xf8cba0, 0x3, 0x3}, {0xcba90d, 0xe1c228, 0xf91640}) [2022-02-12T02:12:12.996Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-02-12T02:12:12.996Z] testing.(*M).Run(0xc0000dc080) [2022-02-12T02:12:12.996Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-02-12T02:12:12.996Z] main.main() [2022-02-12T02:12:12.996Z] _testmain.go:95 +0x1f5 [2022-02-12T02:12:12.996Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-02-12T02:12:12.996Z] PASS [2022-02-12T02:12:12.996Z] coverage: 90.9% of statements [2022-02-12T02:12:12.996Z] ok github.com/docker/docker/pkg/stack 0.274s coverage: 90.9% of statements [2022-02-12T02:12:13.096Z] --- PASS: TestSecretInspect (1.74s) [2022-02-12T02:12:13.096Z] === RUN TestSecretList [2022-02-12T02:12:13.353Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-02-12T02:12:13.353Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-02-12T02:12:13.353Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-02-12T02:12:13.615Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-02-12T02:12:13.615Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-02-12T02:12:13.615Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-02-12T02:12:13.615Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-02-12T02:12:13.957Z] === RUN TestNewStdWriter [2022-02-12T02:12:13.957Z] --- PASS: TestNewStdWriter (0.00s) [2022-02-12T02:12:13.957Z] === RUN TestWriteWithUninitializedStdWriter [2022-02-12T02:12:13.957Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-02-12T02:12:13.957Z] === RUN TestWriteWithNilBytes [2022-02-12T02:12:13.957Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-02-12T02:12:13.957Z] === RUN TestWrite [2022-02-12T02:12:13.957Z] --- PASS: TestWrite (0.00s) [2022-02-12T02:12:13.957Z] === RUN TestWriteWithWriterError [2022-02-12T02:12:13.958Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-02-12T02:12:13.958Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-02-12T02:12:13.958Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-02-12T02:12:13.958Z] === RUN TestStdCopyWriteAndRead [2022-02-12T02:12:13.958Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-02-12T02:12:13.958Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-02-12T02:12:13.958Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-02-12T02:12:13.958Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-02-12T02:12:13.958Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-02-12T02:12:13.958Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-02-12T02:12:13.958Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-02-12T02:12:13.958Z] === RUN TestStdCopyWithInvalidInputHeader [2022-02-12T02:12:13.958Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-02-12T02:12:13.958Z] === RUN TestStdCopyWithCorruptedPrefix [2022-02-12T02:12:13.958Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-02-12T02:12:13.958Z] === RUN TestStdCopyReturnsWriteErrors [2022-02-12T02:12:13.958Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-02-12T02:12:13.958Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-02-12T02:12:13.958Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-02-12T02:12:13.958Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-02-12T02:12:13.958Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-02-12T02:12:13.958Z] PASS [2022-02-12T02:12:13.958Z] coverage: 100.0% of statements [2022-02-12T02:12:13.958Z] ok github.com/docker/docker/pkg/stdcopy 0.049s coverage: 100.0% of statements [2022-02-12T02:12:14.381Z] === RUN TestChtimes [2022-02-12T02:12:14.381Z] --- PASS: TestChtimes (0.00s) [2022-02-12T02:12:14.381Z] === RUN TestChtimesWindows [2022-02-12T02:12:14.381Z] --- PASS: TestChtimesWindows (0.00s) [2022-02-12T02:12:14.381Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-02-12T02:12:14.381Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-02-12T02:12:14.381Z] === RUN TestEnsureRemoveAllNotExist [2022-02-12T02:12:14.381Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-02-12T02:12:14.381Z] === RUN TestEnsureRemoveAllWithDir [2022-02-12T02:12:14.381Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-02-12T02:12:14.381Z] === RUN TestEnsureRemoveAllWithFile [2022-02-12T02:12:14.381Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-02-12T02:12:14.381Z] PASS [2022-02-12T02:12:14.381Z] coverage: 12.9% of statements [2022-02-12T02:12:14.381Z] ok github.com/docker/docker/pkg/system 0.046s coverage: 12.9% of statements [2022-02-12T02:12:14.462Z] --- PASS: TestSecretList (1.74s) [2022-02-12T02:12:14.462Z] === RUN TestSecretsCreateAndDelete [2022-02-12T02:12:14.560Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-02-12T02:12:14.655Z] --- PASS: TestRelease (1.79s) [2022-02-12T02:12:14.655Z] === RUN TestAllocateRandomDeallocate [2022-02-12T02:12:14.655Z] time="2022-02-12T02:12:14Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-02-12T02:12:14.841Z] --- PASS: TestAllocateRandomDeallocate (5.18s) [2022-02-12T02:12:14.842Z] === RUN TestRetrieveFromStore [2022-02-12T02:12:14.842Z] === RUN TestTailFile [2022-02-12T02:12:14.842Z] --- PASS: TestTailFile (0.00s) [2022-02-12T02:12:14.842Z] === RUN TestTailFileManyLines [2022-02-12T02:12:14.842Z] --- PASS: TestTailFileManyLines (0.00s) [2022-02-12T02:12:14.842Z] === RUN TestTailEmptyFile [2022-02-12T02:12:14.842Z] --- PASS: TestTailEmptyFile (0.00s) [2022-02-12T02:12:14.842Z] === RUN TestTailNegativeN [2022-02-12T02:12:14.842Z] --- PASS: TestTailNegativeN (0.00s) [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader [2022-02-12T02:12:14.842Z] === CONT TestNewTailReader [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/single_byte_delimiter [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/2_byte_delimiter [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/4_byte_delimiter [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/8_byte_delimiter [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/12_byte_delimiter [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/no_delimiter [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader/no_delimiter [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/truncated_last_line [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-02-12T02:12:14.842Z] === CONT TestNewTailReader/single_byte_delimiter [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:14.842Z] === CONT TestNewTailReader/8_byte_delimiter [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-12T02:12:14.842Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-12T02:12:14.842Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-12T02:12:14.922Z] === RUN TestRawProgressFormatterFormatStatus [2022-02-12T02:12:14.922Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-02-12T02:12:14.922Z] === RUN TestRawProgressFormatterFormatProgress [2022-02-12T02:12:14.922Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-02-12T02:12:14.922Z] === RUN TestFormatStatus [2022-02-12T02:12:14.922Z] --- PASS: TestFormatStatus (0.00s) [2022-02-12T02:12:14.922Z] === RUN TestFormatError [2022-02-12T02:12:14.922Z] --- PASS: TestFormatError (0.00s) [2022-02-12T02:12:14.922Z] === RUN TestFormatJSONError [2022-02-12T02:12:14.922Z] --- PASS: TestFormatJSONError (0.00s) [2022-02-12T02:12:14.922Z] === RUN TestJsonProgressFormatterFormatProgress [2022-02-12T02:12:14.922Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-02-12T02:12:14.922Z] === RUN TestJsonProgressFormatterFormatStatus [2022-02-12T02:12:14.922Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-02-12T02:12:14.922Z] === RUN TestNewJSONProgressOutput [2022-02-12T02:12:14.922Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-02-12T02:12:14.922Z] === RUN TestAuxFormatterEmit [2022-02-12T02:12:14.922Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-02-12T02:12:14.922Z] === RUN TestStreamWriterStdout [2022-02-12T02:12:14.922Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-02-12T02:12:14.922Z] === RUN TestStreamWriterStderr [2022-02-12T02:12:14.922Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-02-12T02:12:14.922Z] PASS [2022-02-12T02:12:14.922Z] coverage: 66.2% of statements [2022-02-12T02:12:14.922Z] ok github.com/docker/docker/pkg/streamformatter 0.051s coverage: 66.2% of statements [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-02-12T02:12:15.304Z] === CONT TestNewTailReader/no_delimiter [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.304Z] === CONT TestNewTailReader/12_byte_delimiter [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-02-12T02:12:15.304Z] === CONT TestNewTailReader/2_byte_delimiter [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.304Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-02-12T02:12:15.304Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.304Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/4_byte_delimiter [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.305Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.305Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.306Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.306Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.307Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.307Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.308Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.308Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.308Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.309Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.309Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.309Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.309Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.309Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.309Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.309Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.309Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.377Z] === RUN TestGenerateRandomID [2022-02-12T02:12:15.377Z] --- PASS: TestGenerateRandomID (0.00s) [2022-02-12T02:12:15.377Z] === RUN TestShortenId [2022-02-12T02:12:15.377Z] --- PASS: TestShortenId (0.00s) [2022-02-12T02:12:15.377Z] === RUN TestShortenSha256Id [2022-02-12T02:12:15.377Z] --- PASS: TestShortenSha256Id (0.00s) [2022-02-12T02:12:15.377Z] === RUN TestShortenIdEmpty [2022-02-12T02:12:15.377Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-02-12T02:12:15.377Z] === RUN TestShortenIdInvalid [2022-02-12T02:12:15.377Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-02-12T02:12:15.377Z] === RUN TestIsShortIDNonHex [2022-02-12T02:12:15.377Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-02-12T02:12:15.377Z] === RUN TestIsShortIDNotCorrectSize [2022-02-12T02:12:15.377Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-02-12T02:12:15.377Z] PASS [2022-02-12T02:12:15.377Z] coverage: 70.6% of statements [2022-02-12T02:12:15.377Z] ok github.com/docker/docker/pkg/stringid 0.043s coverage: 70.6% of statements [2022-02-12T02:12:15.505Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-02-12T02:12:15.505Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-02-12T02:12:15.766Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-02-12T02:12:15.769Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.769Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.769Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:15.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:15.771Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:15.771Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.772Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.01s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:15.773Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:15.773Z] PASS [2022-02-12T02:12:15.773Z] coverage: 88.6% of statements [2022-02-12T02:12:15.773Z] ok github.com/docker/docker/pkg/tailfile 0.158s coverage: 88.6% of statements [2022-02-12T02:12:16.239Z] === RUN TestTarSumRemoveNonExistent [2022-02-12T02:12:16.239Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-02-12T02:12:16.239Z] === RUN TestTarSumRemove [2022-02-12T02:12:16.239Z] --- PASS: TestTarSumRemove (0.00s) [2022-02-12T02:12:16.239Z] === RUN TestSortFileInfoSums [2022-02-12T02:12:16.239Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-02-12T02:12:16.239Z] === RUN TestNewTarSumForLabelInvalid [2022-02-12T02:12:16.239Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-02-12T02:12:16.239Z] === RUN TestNewTarSumForLabel [2022-02-12T02:12:16.239Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-02-12T02:12:16.239Z] === RUN TestEmptyTar [2022-02-12T02:12:16.239Z] --- PASS: TestEmptyTar (0.00s) [2022-02-12T02:12:16.239Z] === RUN TestTarSumsReadSize [2022-02-12T02:12:16.239Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-02-12T02:12:16.239Z] === RUN TestTarSums [2022-02-12T02:12:16.239Z] --- PASS: TestTarSums (0.06s) [2022-02-12T02:12:16.239Z] === RUN TestIteration [2022-02-12T02:12:16.239Z] --- PASS: TestIteration (0.00s) [2022-02-12T02:12:16.239Z] === RUN TestVersionLabelForChecksum [2022-02-12T02:12:16.239Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-02-12T02:12:16.239Z] === RUN TestVersion [2022-02-12T02:12:16.239Z] --- PASS: TestVersion (0.00s) [2022-02-12T02:12:16.239Z] === RUN TestGetVersion [2022-02-12T02:12:16.239Z] --- PASS: TestGetVersion (0.00s) [2022-02-12T02:12:16.239Z] === RUN TestGetVersions [2022-02-12T02:12:16.239Z] --- PASS: TestGetVersions (0.00s) [2022-02-12T02:12:16.239Z] PASS [2022-02-12T02:12:16.239Z] coverage: 89.3% of statements [2022-02-12T02:12:16.239Z] ok github.com/docker/docker/pkg/tarsum 0.107s coverage: 89.3% of statements [2022-02-12T02:12:16.340Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-02-12T02:12:16.340Z] time="2022-02-12T02:12:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-02-12T02:12:16.340Z] === RUN TestIsCpusetListAvailable [2022-02-12T02:12:16.340Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-02-12T02:12:16.340Z] PASS [2022-02-12T02:12:16.340Z] coverage: 39.4% of statements [2022-02-12T02:12:16.340Z] ok github.com/docker/docker/pkg/sysinfo 0.043s coverage: 39.4% of statements [2022-02-12T02:12:16.354Z] --- PASS: TestSecretsCreateAndDelete (1.72s) [2022-02-12T02:12:16.354Z] === RUN TestSecretsUpdate [2022-02-12T02:12:16.699Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-02-12T02:12:16.699Z] === RUN TestClientStream [2022-02-12T02:12:16.699Z] --- PASS: TestClientStream (0.00s) [2022-02-12T02:12:16.699Z] === RUN TestClientSendFile [2022-02-12T02:12:16.699Z] --- PASS: TestClientSendFile (0.00s) [2022-02-12T02:12:16.699Z] === RUN TestClientWithRequestTimeout [2022-02-12T02:12:16.699Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-02-12T02:12:16.699Z] === RUN TestFileSpecPlugin [2022-02-12T02:12:16.699Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-02-12T02:12:16.699Z] === RUN TestFileJSONSpecPlugin [2022-02-12T02:12:16.699Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-02-12T02:12:16.699Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-02-12T02:12:16.699Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-02-12T02:12:16.699Z] === RUN TestPluginAddHandler [2022-02-12T02:12:16.699Z] --- PASS: TestPluginAddHandler (0.00s) [2022-02-12T02:12:16.699Z] === RUN TestPluginWaitBadPlugin [2022-02-12T02:12:16.699Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-02-12T02:12:16.699Z] === RUN TestGet [2022-02-12T02:12:16.699Z] time="2022-02-12T02:12:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-02-12T02:12:16.699Z] --- PASS: TestRetrieveFromStore (1.94s) [2022-02-12T02:12:16.699Z] === RUN TestRequestReleaseAddressDuplicate [2022-02-12T02:12:16.699Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-02-12T02:12:16.699Z] === RUN TestParallelPredefinedRequest1 [2022-02-12T02:12:16.699Z] === PAUSE TestParallelPredefinedRequest1 [2022-02-12T02:12:16.699Z] === RUN TestParallelPredefinedRequest2 [2022-02-12T02:12:16.699Z] === PAUSE TestParallelPredefinedRequest2 [2022-02-12T02:12:16.699Z] === RUN TestParallelPredefinedRequest3 [2022-02-12T02:12:16.699Z] === PAUSE TestParallelPredefinedRequest3 [2022-02-12T02:12:16.699Z] === RUN TestParallelPredefinedRequest4 [2022-02-12T02:12:16.699Z] === PAUSE TestParallelPredefinedRequest4 [2022-02-12T02:12:16.699Z] === RUN TestParallelPredefinedRequest5 [2022-02-12T02:12:16.699Z] === PAUSE TestParallelPredefinedRequest5 [2022-02-12T02:12:16.699Z] === RUN TestDebug [2022-02-12T02:12:16.699Z] --- PASS: TestDebug (0.00s) [2022-02-12T02:12:16.699Z] === RUN TestRequestPoolParallel [2022-02-12T02:12:16.699Z] --- PASS: TestRequestPoolParallel (0.22s) [2022-02-12T02:12:16.699Z] === RUN TestFullAllocateRelease [2022-02-12T02:12:16.914Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-02-12T02:12:17.159Z] testing: warning: no tests to run [2022-02-12T02:12:17.159Z] PASS [2022-02-12T02:12:17.159Z] coverage: [no statements] [2022-02-12T02:12:17.159Z] ok github.com/docker/docker/pkg/term/windows 0.030s coverage: [no statements] [no tests to run] [2022-02-12T02:12:17.159Z] --- PASS: TestFullAllocateRelease (0.40s) [2022-02-12T02:12:17.159Z] === RUN TestOddAllocateRelease [2022-02-12T02:12:17.175Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-02-12T02:12:17.619Z] === RUN TestTruncIndex [2022-02-12T02:12:17.619Z] --- PASS: TestOddAllocateRelease (0.22s) [2022-02-12T02:12:17.619Z] === RUN TestFullAllocateSerialReleaseParallel [2022-02-12T02:12:17.619Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.06s) [2022-02-12T02:12:17.619Z] === RUN TestOddAllocateSerialReleaseParallel [2022-02-12T02:12:17.619Z] --- PASS: TestTruncIndex (0.10s) [2022-02-12T02:12:17.619Z] PASS [2022-02-12T02:12:17.619Z] coverage: 91.5% of statements [2022-02-12T02:12:17.619Z] ok github.com/docker/docker/pkg/truncindex 0.138s coverage: 91.5% of statements [2022-02-12T02:12:17.619Z] time="2022-02-12T02:12:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-02-12T02:12:17.619Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-02-12T02:12:17.619Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-02-12T02:12:17.619Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-02-12T02:12:17.619Z] === CONT TestParallelPredefinedRequest1 [2022-02-12T02:12:17.620Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:17.620Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-02-12T02:12:17.620Z] === CONT TestParallelPredefinedRequest5 [2022-02-12T02:12:17.620Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:17.620Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-02-12T02:12:17.620Z] === CONT TestParallelPredefinedRequest4 [2022-02-12T02:12:17.620Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:17.620Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-02-12T02:12:17.620Z] === CONT TestParallelPredefinedRequest3 [2022-02-12T02:12:17.620Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:17.620Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-02-12T02:12:17.620Z] === CONT TestParallelPredefinedRequest2 [2022-02-12T02:12:17.620Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:17.620Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-02-12T02:12:17.620Z] PASS [2022-02-12T02:12:17.620Z] coverage: 85.3% of statements [2022-02-12T02:12:17.620Z] ok github.com/docker/docker/libnetwork/ipam 48.428s coverage: 85.3% of statements [2022-02-12T02:12:17.749Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-02-12T02:12:17.749Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-02-12T02:12:17.749Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-02-12T02:12:18.010Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-02-12T02:12:18.010Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-02-12T02:12:18.010Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-02-12T02:12:18.080Z] === RUN TestIsGIT [2022-02-12T02:12:18.080Z] --- PASS: TestIsGIT (0.00s) [2022-02-12T02:12:18.080Z] === RUN TestIsTransport [2022-02-12T02:12:18.080Z] --- PASS: TestIsTransport (0.00s) [2022-02-12T02:12:18.080Z] PASS [2022-02-12T02:12:18.080Z] coverage: 100.0% of statements [2022-02-12T02:12:18.080Z] ok github.com/docker/docker/pkg/urlutil 0.031s coverage: 100.0% of statements [2022-02-12T02:12:18.246Z] --- PASS: TestSecretsUpdate (1.71s) [2022-02-12T02:12:18.247Z] === RUN TestTemplatedSecret [2022-02-12T02:12:18.271Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-02-12T02:12:18.271Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-02-12T02:12:18.508Z] === RUN TestChtimes [2022-02-12T02:12:18.508Z] --- PASS: TestChtimes (0.01s) [2022-02-12T02:12:18.508Z] === RUN TestChtimesWindows [2022-02-12T02:12:18.508Z] --- PASS: TestChtimesWindows (0.00s) [2022-02-12T02:12:18.508Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-02-12T02:12:18.508Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-02-12T02:12:18.508Z] === RUN TestEnsureRemoveAllNotExist [2022-02-12T02:12:18.508Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-02-12T02:12:18.508Z] === RUN TestEnsureRemoveAllWithDir [2022-02-12T02:12:18.508Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-02-12T02:12:18.508Z] === RUN TestEnsureRemoveAllWithFile [2022-02-12T02:12:18.508Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-02-12T02:12:18.508Z] PASS [2022-02-12T02:12:18.508Z] coverage: 12.9% of statements [2022-02-12T02:12:18.508Z] ok github.com/docker/docker/pkg/system 0.054s coverage: 12.9% of statements [2022-02-12T02:12:18.533Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-02-12T02:12:18.540Z] === RUN TestVersionInfo [2022-02-12T02:12:18.540Z] --- PASS: TestVersionInfo (0.00s) [2022-02-12T02:12:18.540Z] === RUN TestAppendVersions [2022-02-12T02:12:18.540Z] --- PASS: TestAppendVersions (0.00s) [2022-02-12T02:12:18.540Z] PASS [2022-02-12T02:12:18.540Z] coverage: 88.9% of statements [2022-02-12T02:12:18.540Z] ok github.com/docker/docker/pkg/useragent 0.034s coverage: 88.9% of statements [2022-02-12T02:12:19.106Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-02-12T02:12:19.412Z] --- PASS: TestAllocateRandomDeallocate (4.88s) [2022-02-12T02:12:19.412Z] === RUN TestRetrieveFromStore [2022-02-12T02:12:19.470Z] === RUN TestTailFile [2022-02-12T02:12:19.470Z] --- PASS: TestTailFile (0.00s) [2022-02-12T02:12:19.470Z] === RUN TestTailFileManyLines [2022-02-12T02:12:19.470Z] --- PASS: TestTailFileManyLines (0.00s) [2022-02-12T02:12:19.470Z] === RUN TestTailEmptyFile [2022-02-12T02:12:19.470Z] --- PASS: TestTailEmptyFile (0.00s) [2022-02-12T02:12:19.470Z] === RUN TestTailNegativeN [2022-02-12T02:12:19.470Z] --- PASS: TestTailNegativeN (0.00s) [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader [2022-02-12T02:12:19.470Z] === CONT TestNewTailReader [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/8_byte_delimiter [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/12_byte_delimiter [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/no_delimiter [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/no_delimiter [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/single_byte_delimiter [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/4_byte_delimiter [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/truncated_last_line [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-02-12T02:12:19.470Z] === CONT TestNewTailReader/8_byte_delimiter [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:19.470Z] === CONT TestNewTailReader/single_byte_delimiter [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-12T02:12:19.470Z] === CONT TestNewTailReader/4_byte_delimiter [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:19.470Z] === CONT TestNewTailReader/2_byte_delimiter [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.470Z] === CONT TestNewTailReader/no_delimiter [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.470Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.470Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.470Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/12_byte_delimiter [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:19.471Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:19.471Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:19.471Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:19.472Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:19.472Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:19.472Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:19.473Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-12T02:12:19.473Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:19.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:19.474Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:19.474Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-02-12T02:12:19.474Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:19.510Z] time="2022-02-12T02:12:19Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-02-12T02:12:19.679Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-02-12T02:12:19.679Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-02-12T02:12:19.970Z] === RUN TestValidatePrivileges [2022-02-12T02:12:19.970Z] --- PASS: TestValidatePrivileges (0.00s) [2022-02-12T02:12:19.970Z] === RUN TestFilterByCapNeg [2022-02-12T02:12:19.970Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-02-12T02:12:19.970Z] === RUN TestFilterByCapPos [2022-02-12T02:12:19.970Z] --- PASS: TestFilterByCapPos (0.00s) [2022-02-12T02:12:19.970Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-02-12T02:12:19.970Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-02-12T02:12:19.970Z] PASS [2022-02-12T02:12:19.970Z] coverage: 12.0% of statements [2022-02-12T02:12:19.970Z] ok github.com/docker/docker/plugin 0.041s coverage: 12.0% of statements [2022-02-12T02:12:20.108Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:20.108Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:20.108Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-12T02:12:20.108Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:20.108Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:20.108Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:20.108Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:20.108Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:20.108Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:20.108Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:20.108Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:20.108Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:20.108Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-12T02:12:20.108Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:20.108Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:20.108Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:20.108Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:20.108Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:20.108Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:20.109Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.109Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:20.110Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-02-12T02:12:20.110Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.02s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.01s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.05s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.02s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.02s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.02s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.02s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.02s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.02s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.02s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.02s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:20.111Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.02s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.01s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.02s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-12T02:12:20.112Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:20.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:20.113Z] PASS [2022-02-12T02:12:20.113Z] coverage: 88.6% of statements [2022-02-12T02:12:20.113Z] ok github.com/docker/docker/pkg/tailfile 0.743s coverage: 88.6% of statements [2022-02-12T02:12:20.628Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-02-12T02:12:20.765Z] --- PASS: TestTemplatedSecret (2.54s) [2022-02-12T02:12:20.765Z] === RUN TestSecretCreateResolve [2022-02-12T02:12:20.902Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-02-12T02:12:20.902Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-02-12T02:12:20.941Z] === RUN TestNewSettable [2022-02-12T02:12:20.941Z] --- PASS: TestNewSettable (0.00s) [2022-02-12T02:12:20.941Z] === RUN TestIsSettable [2022-02-12T02:12:20.941Z] --- PASS: TestIsSettable (0.00s) [2022-02-12T02:12:20.941Z] === RUN TestUpdateSettingsEnv [2022-02-12T02:12:20.941Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-02-12T02:12:20.941Z] PASS [2022-02-12T02:12:20.941Z] coverage: 20.0% of statements [2022-02-12T02:12:20.941Z] ok github.com/docker/docker/plugin/v2 0.038s coverage: 20.0% of statements [2022-02-12T02:12:20.978Z] --- PASS: TestRetrieveFromStore (1.67s) [2022-02-12T02:12:20.978Z] === RUN TestRequestReleaseAddressDuplicate [2022-02-12T02:12:20.978Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-02-12T02:12:20.978Z] === RUN TestParallelPredefinedRequest1 [2022-02-12T02:12:20.978Z] === PAUSE TestParallelPredefinedRequest1 [2022-02-12T02:12:20.978Z] === RUN TestParallelPredefinedRequest2 [2022-02-12T02:12:20.978Z] === PAUSE TestParallelPredefinedRequest2 [2022-02-12T02:12:20.978Z] === RUN TestParallelPredefinedRequest3 [2022-02-12T02:12:20.978Z] === PAUSE TestParallelPredefinedRequest3 [2022-02-12T02:12:20.978Z] === RUN TestParallelPredefinedRequest4 [2022-02-12T02:12:20.978Z] === PAUSE TestParallelPredefinedRequest4 [2022-02-12T02:12:20.978Z] === RUN TestParallelPredefinedRequest5 [2022-02-12T02:12:20.978Z] === PAUSE TestParallelPredefinedRequest5 [2022-02-12T02:12:20.978Z] === RUN TestDebug [2022-02-12T02:12:20.978Z] --- PASS: TestDebug (0.00s) [2022-02-12T02:12:20.978Z] === RUN TestRequestPoolParallel [2022-02-12T02:12:21.446Z] --- PASS: TestRequestPoolParallel (0.51s) [2022-02-12T02:12:21.446Z] === RUN TestFullAllocateRelease [2022-02-12T02:12:21.474Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-02-12T02:12:21.717Z] === RUN TestTarSumRemoveNonExistent [2022-02-12T02:12:21.717Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-02-12T02:12:21.717Z] === RUN TestTarSumRemove [2022-02-12T02:12:21.717Z] --- PASS: TestTarSumRemove (0.00s) [2022-02-12T02:12:21.717Z] === RUN TestSortFileInfoSums [2022-02-12T02:12:21.717Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-02-12T02:12:21.717Z] === RUN TestNewTarSumForLabelInvalid [2022-02-12T02:12:21.717Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-02-12T02:12:21.717Z] === RUN TestNewTarSumForLabel [2022-02-12T02:12:21.717Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-02-12T02:12:21.717Z] === RUN TestEmptyTar [2022-02-12T02:12:21.717Z] --- PASS: TestEmptyTar (0.00s) [2022-02-12T02:12:21.717Z] === RUN TestTarSumsReadSize [2022-02-12T02:12:21.717Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-02-12T02:12:21.717Z] === RUN TestTarSums [2022-02-12T02:12:21.736Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-02-12T02:12:21.911Z] === RUN TestLoad [2022-02-12T02:12:21.911Z] --- PASS: TestLoad (0.00s) [2022-02-12T02:12:21.911Z] === RUN TestSave [2022-02-12T02:12:21.911Z] --- PASS: TestSave (0.03s) [2022-02-12T02:12:21.911Z] === RUN TestAddDeleteGet [2022-02-12T02:12:21.911Z] --- PASS: TestAddDeleteGet (0.04s) [2022-02-12T02:12:21.911Z] === RUN TestInvalidTags [2022-02-12T02:12:21.911Z] --- PASS: TestInvalidTags (0.01s) [2022-02-12T02:12:21.911Z] PASS [2022-02-12T02:12:21.911Z] coverage: 84.4% of statements [2022-02-12T02:12:21.911Z] ok github.com/docker/docker/reference 0.108s coverage: 84.4% of statements [2022-02-12T02:12:21.914Z] --- PASS: TestFullAllocateRelease (0.55s) [2022-02-12T02:12:21.914Z] === RUN TestOddAllocateRelease [2022-02-12T02:12:22.133Z] --- PASS: TestSecretCreateResolve (1.72s) [2022-02-12T02:12:22.133Z] PASS [2022-02-12T02:12:22.133Z] [2022-02-12T02:12:22.133Z] DONE 6 tests in 11.259s [2022-02-12T02:12:22.133Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-02-12T02:12:22.133Z] ++ 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-02-12T02:12:22.133Z] ++ set -e [2022-02-12T02:12:22.133Z] ++ '[' -n 0 ']' [2022-02-12T02:12:22.133Z] ++ set -x [2022-02-12T02:12:22.133Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-12T02:12:22.174Z] --- PASS: TestTarSums (0.09s) [2022-02-12T02:12:22.174Z] === RUN TestIteration [2022-02-12T02:12:22.174Z] --- PASS: TestIteration (0.00s) [2022-02-12T02:12:22.174Z] === RUN TestVersionLabelForChecksum [2022-02-12T02:12:22.174Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-02-12T02:12:22.174Z] === RUN TestVersion [2022-02-12T02:12:22.174Z] --- PASS: TestVersion (0.00s) [2022-02-12T02:12:22.174Z] === RUN TestGetVersion [2022-02-12T02:12:22.174Z] --- PASS: TestGetVersion (0.00s) [2022-02-12T02:12:22.174Z] === RUN TestGetVersions [2022-02-12T02:12:22.174Z] --- PASS: TestGetVersions (0.00s) [2022-02-12T02:12:22.174Z] PASS [2022-02-12T02:12:22.174Z] coverage: 89.3% of statements [2022-02-12T02:12:22.174Z] ok github.com/docker/docker/pkg/tarsum 0.150s coverage: 89.3% of statements [2022-02-12T02:12:22.309Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-02-12T02:12:22.383Z] --- PASS: TestOddAllocateRelease (0.27s) [2022-02-12T02:12:22.383Z] === RUN TestFullAllocateSerialReleaseParallel [2022-02-12T02:12:22.383Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.10s) [2022-02-12T02:12:22.383Z] === RUN TestOddAllocateSerialReleaseParallel [2022-02-12T02:12:22.383Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-02-12T02:12:22.383Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-02-12T02:12:22.383Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-02-12T02:12:22.383Z] === CONT TestParallelPredefinedRequest1 [2022-02-12T02:12:22.383Z] === CONT TestParallelPredefinedRequest4 [2022-02-12T02:12:22.383Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:22.383Z] === CONT TestParallelPredefinedRequest5 [2022-02-12T02:12:22.383Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:22.383Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-02-12T02:12:22.383Z] === CONT TestParallelPredefinedRequest3 [2022-02-12T02:12:22.383Z] === CONT TestParallelPredefinedRequest2 [2022-02-12T02:12:22.383Z] === CONT TestParallelPredefinedRequest3 [2022-02-12T02:12:22.383Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:22.383Z] === CONT TestParallelPredefinedRequest2 [2022-02-12T02:12:22.383Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:22.383Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-02-12T02:12:22.383Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-02-12T02:12:22.383Z] === CONT TestParallelPredefinedRequest1 [2022-02-12T02:12:22.383Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:12:22.383Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-02-12T02:12:22.383Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-02-12T02:12:22.383Z] PASS [2022-02-12T02:12:22.383Z] coverage: 85.3% of statements [2022-02-12T02:12:22.383Z] ok github.com/docker/docker/libnetwork/ipam 51.732s coverage: 85.3% of statements [2022-02-12T02:12:22.389Z] INFO: Testing against a local daemon [2022-02-12T02:12:22.389Z] === RUN TestServiceCreateInit [2022-02-12T02:12:22.389Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-02-12T02:12:22.630Z] testing: warning: no tests to run [2022-02-12T02:12:22.630Z] PASS [2022-02-12T02:12:22.630Z] coverage: [no statements] [2022-02-12T02:12:22.630Z] ok github.com/docker/docker/pkg/term/windows 0.041s coverage: [no statements] [no tests to run] [2022-02-12T02:12:22.851Z] === RUN TestParseEmptyInterface [2022-02-12T02:12:22.851Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-02-12T02:12:22.851Z] === RUN TestParseNonInterfaceType [2022-02-12T02:12:22.851Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-02-12T02:12:22.851Z] === RUN TestParseWithOneFunction [2022-02-12T02:12:22.851Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-02-12T02:12:22.851Z] === RUN TestParseWithMultipleFuncs [2022-02-12T02:12:22.851Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-02-12T02:12:22.851Z] === RUN TestParseWithUnnamedReturn [2022-02-12T02:12:22.851Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-02-12T02:12:22.851Z] === RUN TestEmbeddedInterface [2022-02-12T02:12:22.851Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-02-12T02:12:22.851Z] === RUN TestParsedImports [2022-02-12T02:12:22.851Z] --- PASS: TestParsedImports (0.00s) [2022-02-12T02:12:22.851Z] === RUN TestAliasedImports [2022-02-12T02:12:22.851Z] --- PASS: TestAliasedImports (0.00s) [2022-02-12T02:12:22.851Z] PASS [2022-02-12T02:12:22.851Z] coverage: 56.8% of statements [2022-02-12T02:12:22.851Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.055s coverage: 56.8% of statements [2022-02-12T02:12:22.881Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-02-12T02:12:22.881Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-02-12T02:12:23.142Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-02-12T02:12:23.323Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-02-12T02:12:23.323Z] === RUN TestClientStream [2022-02-12T02:12:23.323Z] --- PASS: TestClientStream (0.00s) [2022-02-12T02:12:23.323Z] === RUN TestClientSendFile [2022-02-12T02:12:23.323Z] --- PASS: TestClientSendFile (0.00s) [2022-02-12T02:12:23.323Z] === RUN TestClientWithRequestTimeout [2022-02-12T02:12:23.323Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-02-12T02:12:23.323Z] === RUN TestFileSpecPlugin [2022-02-12T02:12:23.323Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-02-12T02:12:23.323Z] === RUN TestFileJSONSpecPlugin [2022-02-12T02:12:23.323Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-02-12T02:12:23.323Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-02-12T02:12:23.323Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-02-12T02:12:23.323Z] === RUN TestPluginAddHandler [2022-02-12T02:12:23.323Z] --- PASS: TestPluginAddHandler (0.00s) [2022-02-12T02:12:23.323Z] === RUN TestPluginWaitBadPlugin [2022-02-12T02:12:23.323Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-02-12T02:12:23.323Z] === RUN TestGet [2022-02-12T02:12:23.323Z] time="2022-02-12T02:12:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-02-12T02:12:23.454Z] === RUN TestResolveAuthConfigIndexServer [2022-02-12T02:12:23.454Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-02-12T02:12:23.454Z] === RUN TestResolveAuthConfigFullURL [2022-02-12T02:12:23.454Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-02-12T02:12:23.454Z] === RUN TestLoadAllowNondistributableArtifacts [2022-02-12T02:12:23.454Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-02-12T02:12:23.454Z] === RUN TestValidateMirror [2022-02-12T02:12:23.454Z] --- PASS: TestValidateMirror (0.00s) [2022-02-12T02:12:23.454Z] === RUN TestLoadInsecureRegistries [2022-02-12T02:12:23.454Z] time="2022-02-12T02:12:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-02-12T02:12:23.593Z] === RUN TestTruncIndex [2022-02-12T02:12:23.593Z] --- PASS: TestTruncIndex (0.10s) [2022-02-12T02:12:23.593Z] PASS [2022-02-12T02:12:23.593Z] coverage: 91.5% of statements [2022-02-12T02:12:23.593Z] ok github.com/docker/docker/pkg/truncindex 0.143s coverage: 91.5% of statements [2022-02-12T02:12:23.593Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-02-12T02:12:23.593Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-02-12T02:12:23.593Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-02-12T02:12:23.593Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-02-12T02:12:23.715Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-02-12T02:12:23.794Z] === RUN TestHTTPTransport [2022-02-12T02:12:23.794Z] --- PASS: TestHTTPTransport (0.00s) [2022-02-12T02:12:23.794Z] PASS [2022-02-12T02:12:23.794Z] coverage: 85.7% of statements [2022-02-12T02:12:23.794Z] ok github.com/docker/docker/pkg/plugins/transport 0.047s coverage: 85.7% of statements [2022-02-12T02:12:23.915Z] time="2022-02-12T02:12:23Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-02-12T02:12:23.915Z] time="2022-02-12T02:12:23Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-02-12T02:12:23.915Z] time="2022-02-12T02:12:23Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-02-12T02:12:23.915Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2022-02-12T02:12:23.915Z] === RUN TestNewServiceConfig [2022-02-12T02:12:23.915Z] --- PASS: TestNewServiceConfig (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestValidateIndexName [2022-02-12T02:12:23.915Z] --- PASS: TestValidateIndexName (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestValidateIndexNameWithError [2022-02-12T02:12:23.915Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestEndpointParse [2022-02-12T02:12:23.915Z] --- PASS: TestEndpointParse (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestEndpointParseInvalid [2022-02-12T02:12:23.915Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestValidateEndpoint [2022-02-12T02:12:23.915Z] --- PASS: TestValidateEndpoint (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestPing [2022-02-12T02:12:23.915Z] --- PASS: TestPing (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestPingRegistryEndpoint [2022-02-12T02:12:23.915Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:12:23.915Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestEndpoint [2022-02-12T02:12:23.915Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:12:23.915Z] --- SKIP: TestEndpoint (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestParseRepositoryInfo [2022-02-12T02:12:23.915Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestNewIndexInfo [2022-02-12T02:12:23.915Z] --- PASS: TestNewIndexInfo (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestMirrorEndpointLookup [2022-02-12T02:12:23.915Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:12:23.915Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestSearchRepositories [2022-02-12T02:12:23.915Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-02-12T02:12:23.915Z] Host: 127.0.0.1:49313 [2022-02-12T02:12:23.915Z] User-Agent: docker test client [2022-02-12T02:12:23.915Z] Authorization: Token fake-token [2022-02-12T02:12:23.915Z] X-Docker-Token: true [2022-02-12T02:12:23.915Z] Accept-Encoding: gzip [2022-02-12T02:12:23.915Z] [2022-02-12T02:12:23.915Z] [2022-02-12T02:12:23.915Z] registry_test.go:730: HTTP/1.1 200 OK [2022-02-12T02:12:23.915Z] Connection: close [2022-02-12T02:12:23.915Z] Content-Length: 144 [2022-02-12T02:12:23.915Z] Cache-Control: no-cache [2022-02-12T02:12:23.915Z] Content-Type: application/json [2022-02-12T02:12:23.915Z] Date: Sat, 12 Feb 2022 02:12:23 GMT [2022-02-12T02:12:23.915Z] Expires: -1 [2022-02-12T02:12:23.915Z] Pragma: no-cache [2022-02-12T02:12:23.915Z] Server: docker-tests/mock [2022-02-12T02:12:23.915Z] X-Docker-Registry-Config: mock [2022-02-12T02:12:23.915Z] X-Docker-Registry-Version: 0.0.0 [2022-02-12T02:12:23.915Z] [2022-02-12T02:12:23.915Z] [2022-02-12T02:12:23.915Z] --- PASS: TestSearchRepositories (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestTrustedLocation [2022-02-12T02:12:23.915Z] --- PASS: TestTrustedLocation (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-02-12T02:12:23.915Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestAllowNondistributableArtifacts [2022-02-12T02:12:23.915Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-02-12T02:12:23.915Z] === RUN TestIsSecureIndex [2022-02-12T02:12:23.915Z] --- PASS: TestIsSecureIndex (0.00s) [2022-02-12T02:12:23.915Z] PASS [2022-02-12T02:12:23.915Z] coverage: 51.2% of statements [2022-02-12T02:12:23.915Z] ok github.com/docker/docker/registry 0.191s coverage: 51.2% of statements [2022-02-12T02:12:24.050Z] === RUN TestIsGIT [2022-02-12T02:12:24.050Z] --- PASS: TestIsGIT (0.00s) [2022-02-12T02:12:24.050Z] === RUN TestIsTransport [2022-02-12T02:12:24.050Z] --- PASS: TestIsTransport (0.00s) [2022-02-12T02:12:24.050Z] PASS [2022-02-12T02:12:24.050Z] coverage: 100.0% of statements [2022-02-12T02:12:24.050Z] ok github.com/docker/docker/pkg/urlutil 0.048s coverage: 100.0% of statements [2022-02-12T02:12:24.263Z] time="2022-02-12T02:12:24Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-02-12T02:12:24.290Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-02-12T02:12:24.290Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-02-12T02:12:24.507Z] === RUN TestVersionInfo [2022-02-12T02:12:24.507Z] --- PASS: TestVersionInfo (0.00s) [2022-02-12T02:12:24.507Z] === RUN TestAppendVersions [2022-02-12T02:12:24.507Z] --- PASS: TestAppendVersions (0.00s) [2022-02-12T02:12:24.507Z] PASS [2022-02-12T02:12:24.507Z] coverage: 88.9% of statements [2022-02-12T02:12:24.507Z] ok github.com/docker/docker/pkg/useragent 0.048s coverage: 88.9% of statements [2022-02-12T02:12:24.507Z] --- PASS: TestGet (15.01s) [2022-02-12T02:12:24.507Z] === RUN TestPluginWithNoManifest [2022-02-12T02:12:24.507Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-02-12T02:12:24.507Z] === RUN TestGetAll [2022-02-12T02:12:24.507Z] --- PASS: TestGetAll (0.00s) [2022-02-12T02:12:24.507Z] PASS [2022-02-12T02:12:24.507Z] coverage: 73.2% of statements [2022-02-12T02:12:24.507Z] ok github.com/docker/docker/pkg/plugins 35.959s coverage: 73.2% of statements [2022-02-12T02:12:24.551Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-02-12T02:12:24.734Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-02-12T02:12:24.734Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-02-12T02:12:24.734Z] === RUN TestBufioReaderPoolPutAndGet [2022-02-12T02:12:24.734Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-02-12T02:12:24.734Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-02-12T02:12:24.734Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-02-12T02:12:24.734Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-02-12T02:12:24.734Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-02-12T02:12:24.734Z] === RUN TestBufioWriterPoolPutAndGet [2022-02-12T02:12:24.734Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-02-12T02:12:24.734Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-02-12T02:12:24.734Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-02-12T02:12:24.734Z] === RUN TestBufferPoolPutAndGet [2022-02-12T02:12:24.734Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-02-12T02:12:24.734Z] PASS [2022-02-12T02:12:24.734Z] coverage: 88.2% of statements [2022-02-12T02:12:24.734Z] ok github.com/docker/docker/pkg/pools 0.039s coverage: 88.2% of statements [2022-02-12T02:12:24.885Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-02-12T02:12:24.885Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-02-12T02:12:24.885Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-02-12T02:12:24.885Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-02-12T02:12:24.885Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-02-12T02:12:24.885Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-02-12T02:12:24.885Z] === RUN TestResumableRequestReaderWithReadError [2022-02-12T02:12:24.885Z] time="2022-02-12T02:12:24Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-02-12T02:12:24.885Z] --- PASS: TestResumableRequestReaderWithReadError (0.13s) [2022-02-12T02:12:24.885Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-02-12T02:12:24.885Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-02-12T02:12:24.885Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-02-12T02:12:24.885Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-02-12T02:12:24.885Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-02-12T02:12:24.885Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-02-12T02:12:24.885Z] === RUN TestResumableRequestReader [2022-02-12T02:12:24.885Z] --- PASS: TestResumableRequestReader (0.00s) [2022-02-12T02:12:24.885Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-02-12T02:12:24.885Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-02-12T02:12:24.885Z] PASS [2022-02-12T02:12:24.885Z] coverage: 100.0% of statements [2022-02-12T02:12:24.885Z] ok github.com/docker/docker/registry/resumable 0.183s coverage: 100.0% of statements [2022-02-12T02:12:25.206Z] === RUN TestOutputOnPrematureClose [2022-02-12T02:12:25.206Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-02-12T02:12:25.206Z] === RUN TestCompleteSilently [2022-02-12T02:12:25.206Z] --- PASS: TestCompleteSilently (0.00s) [2022-02-12T02:12:25.206Z] PASS [2022-02-12T02:12:25.206Z] coverage: 75.9% of statements [2022-02-12T02:12:25.206Z] ok github.com/docker/docker/pkg/progress 0.042s coverage: 75.9% of statements [2022-02-12T02:12:25.346Z] === RUN TestRestartManagerTimeout [2022-02-12T02:12:25.346Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-02-12T02:12:25.346Z] === RUN TestRestartManagerTimeoutReset [2022-02-12T02:12:25.346Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-02-12T02:12:25.346Z] PASS [2022-02-12T02:12:25.346Z] coverage: 50.9% of statements [2022-02-12T02:12:25.346Z] ok github.com/docker/docker/restartmanager 0.034s coverage: 50.9% of statements [2022-02-12T02:12:25.484Z] === RUN TestNewSettable [2022-02-12T02:12:25.484Z] --- PASS: TestNewSettable (0.00s) [2022-02-12T02:12:25.484Z] === RUN TestIsSettable [2022-02-12T02:12:25.484Z] --- PASS: TestIsSettable (0.00s) [2022-02-12T02:12:25.484Z] === RUN TestUpdateSettingsEnv [2022-02-12T02:12:25.484Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-02-12T02:12:25.484Z] PASS [2022-02-12T02:12:25.484Z] coverage: 20.0% of statements [2022-02-12T02:12:25.484Z] ok github.com/docker/docker/plugin/v2 0.057s coverage: 20.0% of statements [2022-02-12T02:12:25.660Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-02-12T02:12:25.806Z] === RUN TestDecodeContainerConfig [2022-02-12T02:12:25.806Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-02-12T02:12:25.806Z] === RUN TestDecodeContainerConfigIsolation [2022-02-12T02:12:25.806Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-02-12T02:12:25.806Z] === RUN TestValidatePrivileged [2022-02-12T02:12:25.806Z] --- PASS: TestValidatePrivileged (0.00s) [2022-02-12T02:12:25.806Z] PASS [2022-02-12T02:12:25.806Z] coverage: 52.6% of statements [2022-02-12T02:12:25.806Z] ok github.com/docker/docker/runconfig 0.037s coverage: 52.6% of statements [2022-02-12T02:12:25.937Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-02-12T02:12:25.937Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-02-12T02:12:25.937Z] PASS [2022-02-12T02:12:25.937Z] [2022-02-12T02:12:25.937Z] DONE 17 tests in 52.763s [2022-02-12T02:12:25.937Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-02-12T02:12:25.937Z] ++ 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-02-12T02:12:25.937Z] ++ set -e [2022-02-12T02:12:25.937Z] ++ '[' -n 0 ']' [2022-02-12T02:12:25.937Z] ++ set -x [2022-02-12T02:12:25.937Z] ++ 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-02-12T02:12:25.937Z] INFO: Testing against a local daemon [2022-02-12T02:12:25.937Z] === RUN TestPluginInvalidJSON [2022-02-12T02:12:25.937Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:12:25.937Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:12:25.937Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:12:25.937Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-02-12T02:12:25.937Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-02-12T02:12:25.937Z] === RUN TestPluginInstall [2022-02-12T02:12:25.937Z] === RUN TestPluginInstall/no_auth [2022-02-12T02:12:26.192Z] === RUN TestSendToOneSub [2022-02-12T02:12:26.192Z] --- PASS: TestSendToOneSub (0.00s) [2022-02-12T02:12:26.192Z] === RUN TestSendToMultipleSubs [2022-02-12T02:12:26.192Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-02-12T02:12:26.192Z] === RUN TestEvictOneSub [2022-02-12T02:12:26.192Z] --- PASS: TestEvictOneSub (0.00s) [2022-02-12T02:12:26.192Z] === RUN TestClosePublisher [2022-02-12T02:12:26.192Z] --- PASS: TestClosePublisher (0.00s) [2022-02-12T02:12:26.192Z] === RUN TestPubSubRace [2022-02-12T02:12:26.447Z] === RUN TestLoad [2022-02-12T02:12:26.447Z] --- PASS: TestLoad (0.00s) [2022-02-12T02:12:26.447Z] === RUN TestSave [2022-02-12T02:12:26.447Z] --- PASS: TestSave (0.04s) [2022-02-12T02:12:26.447Z] === RUN TestAddDeleteGet [2022-02-12T02:12:26.447Z] --- PASS: TestAddDeleteGet (0.05s) [2022-02-12T02:12:26.447Z] === RUN TestInvalidTags [2022-02-12T02:12:26.447Z] --- PASS: TestInvalidTags (0.01s) [2022-02-12T02:12:26.447Z] PASS [2022-02-12T02:12:26.447Z] coverage: 84.4% of statements [2022-02-12T02:12:26.447Z] ok github.com/docker/docker/reference 0.200s coverage: 84.4% of statements [2022-02-12T02:12:26.447Z] === RUN TestValidatePrivileges [2022-02-12T02:12:26.447Z] --- PASS: TestValidatePrivileges (0.00s) [2022-02-12T02:12:26.447Z] === RUN TestFilterByCapNeg [2022-02-12T02:12:26.447Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-02-12T02:12:26.447Z] === RUN TestFilterByCapPos [2022-02-12T02:12:26.447Z] --- PASS: TestFilterByCapPos (0.00s) [2022-02-12T02:12:26.447Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-02-12T02:12:26.447Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-02-12T02:12:26.447Z] PASS [2022-02-12T02:12:26.447Z] coverage: 12.0% of statements [2022-02-12T02:12:26.447Z] ok github.com/docker/docker/plugin 0.067s coverage: 12.0% of statements [2022-02-12T02:12:26.660Z] time="2022-02-12T02:12:26Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-02-12T02:12:26.776Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-02-12T02:12:26.776Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-02-12T02:12:26.776Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-02-12T02:12:26.776Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-02-12T02:12:26.776Z] PASS [2022-02-12T02:12:26.776Z] coverage: 62.5% of statements [2022-02-12T02:12:26.776Z] ok github.com/docker/docker/testutil 0.032s coverage: 62.5% of statements [2022-02-12T02:12:26.884Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-02-12T02:12:26.884Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-02-12T02:12:26.884Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-02-12T02:12:26.884Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-02-12T02:12:26.884Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-02-12T02:12:26.884Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-02-12T02:12:27.128Z] --- PASS: TestPubSubRace (1.06s) [2022-02-12T02:12:27.129Z] PASS [2022-02-12T02:12:27.129Z] coverage: 75.0% of statements [2022-02-12T02:12:27.129Z] ok github.com/docker/docker/pkg/pubsub 1.106s coverage: 75.0% of statements [2022-02-12T02:12:27.237Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-02-12T02:12:27.237Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-02-12T02:12:27.237Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-02-12T02:12:27.237Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-02-12T02:12:27.457Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-02-12T02:12:27.977Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-02-12T02:12:27.978Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-02-12T02:12:27.978Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-02-12T02:12:27.978Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-02-12T02:12:27.978Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-02-12T02:12:27.978Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-02-12T02:12:27.978Z] === RUN TestResumableRequestReaderWithReadError [2022-02-12T02:12:27.978Z] === RUN TestRestartManagerTimeout [2022-02-12T02:12:27.978Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-02-12T02:12:27.978Z] === RUN TestRestartManagerTimeoutReset [2022-02-12T02:12:27.978Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-02-12T02:12:27.978Z] PASS [2022-02-12T02:12:27.978Z] coverage: 45.3% of statements [2022-02-12T02:12:28.031Z] time="2022-02-12T02:12:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:12:28.031Z] time="2022-02-12T02:12:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8c59fec4a4a0619b2fabcda4d174e329fffcd39133787debbb89609ea51fbd56" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:12:28.031Z] time="2022-02-12T02:12:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:12:28.031Z] time="2022-02-12T02:12:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8c59fec4a4a0619b2fabcda4d174e329fffcd39133787debbb89609ea51fbd56" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:12:28.031Z] === RUN TestPluginInstall/with_htpasswd [2022-02-12T02:12:28.115Z] === RUN TestRegister [2022-02-12T02:12:28.115Z] --- PASS: TestRegister (0.00s) [2022-02-12T02:12:28.115Z] === RUN TestCommand [2022-02-12T02:12:28.115Z] --- PASS: TestCommand (0.04s) [2022-02-12T02:12:28.115Z] === RUN TestNaiveSelf [2022-02-12T02:12:28.115Z] --- PASS: TestNaiveSelf (0.04s) [2022-02-12T02:12:28.115Z] PASS [2022-02-12T02:12:28.115Z] coverage: 82.4% of statements [2022-02-12T02:12:28.115Z] ok github.com/docker/docker/pkg/reexec 0.124s coverage: 82.4% of statements [2022-02-12T02:12:28.433Z] ok github.com/docker/docker/restartmanager 0.064s coverage: 45.3% of statements [2022-02-12T02:12:28.433Z] time="2022-02-12T02:12:27Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-02-12T02:12:28.433Z] --- PASS: TestResumableRequestReaderWithReadError (0.23s) [2022-02-12T02:12:28.433Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-02-12T02:12:28.433Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-02-12T02:12:28.433Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-02-12T02:12:28.433Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-02-12T02:12:28.433Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-02-12T02:12:28.433Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-02-12T02:12:28.434Z] === RUN TestResumableRequestReader [2022-02-12T02:12:28.434Z] --- PASS: TestResumableRequestReader (0.00s) [2022-02-12T02:12:28.434Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-02-12T02:12:28.434Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-02-12T02:12:28.434Z] PASS [2022-02-12T02:12:28.434Z] coverage: 100.0% of statements [2022-02-12T02:12:28.434Z] ok github.com/docker/docker/registry/resumable 0.327s coverage: 100.0% of statements [2022-02-12T02:12:28.434Z] === RUN TestResolveAuthConfigIndexServer [2022-02-12T02:12:28.434Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-02-12T02:12:28.434Z] === RUN TestResolveAuthConfigFullURL [2022-02-12T02:12:28.434Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-02-12T02:12:28.434Z] === RUN TestLoadAllowNondistributableArtifacts [2022-02-12T02:12:28.434Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-02-12T02:12:28.434Z] === RUN TestValidateMirror [2022-02-12T02:12:28.434Z] --- PASS: TestValidateMirror (0.00s) [2022-02-12T02:12:28.434Z] === RUN TestLoadInsecureRegistries [2022-02-12T02:12:28.434Z] time="2022-02-12T02:12:28Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-02-12T02:12:28.434Z] time="2022-02-12T02:12:28Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-02-12T02:12:28.434Z] time="2022-02-12T02:12:28Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-02-12T02:12:28.434Z] --- PASS: TestLoadInsecureRegistries (0.21s) [2022-02-12T02:12:28.434Z] === RUN TestNewServiceConfig [2022-02-12T02:12:28.434Z] --- PASS: TestNewServiceConfig (0.00s) [2022-02-12T02:12:28.434Z] === RUN TestValidateIndexName [2022-02-12T02:12:28.434Z] --- PASS: TestValidateIndexName (0.00s) [2022-02-12T02:12:28.434Z] === RUN TestValidateIndexNameWithError [2022-02-12T02:12:28.434Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-02-12T02:12:28.434Z] === RUN TestEndpointParse [2022-02-12T02:12:28.434Z] --- PASS: TestEndpointParse (0.00s) [2022-02-12T02:12:28.434Z] === RUN TestEndpointParseInvalid [2022-02-12T02:12:28.434Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-02-12T02:12:28.434Z] === RUN TestValidateEndpoint [2022-02-12T02:12:28.434Z] --- PASS: TestValidateEndpoint (0.01s) [2022-02-12T02:12:28.434Z] === RUN TestPing [2022-02-12T02:12:28.434Z] --- PASS: TestPing (0.00s) [2022-02-12T02:12:28.434Z] === RUN TestPingRegistryEndpoint [2022-02-12T02:12:28.434Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:12:28.434Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-02-12T02:12:28.434Z] === RUN TestEndpoint [2022-02-12T02:12:28.434Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:12:28.583Z] === RUN TestDump [2022-02-12T02:12:28.583Z] goroutine 6 [running]: [2022-02-12T02:12:28.583Z] github.com/docker/docker/pkg/stack.dump(0x27b6b7) [2022-02-12T02:12:28.583Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-02-12T02:12:28.583Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-02-12T02:12:28.583Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-02-12T02:12:28.583Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-02-12T02:12:28.583Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-02-12T02:12:28.583Z] testing.tRunner(0xc000118340, 0x3e8e68) [2022-02-12T02:12:28.583Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-12T02:12:28.583Z] created by testing.(*T).Run [2022-02-12T02:12:28.583Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-02-12T02:12:28.583Z] [2022-02-12T02:12:28.583Z] goroutine 1 [chan receive]: [2022-02-12T02:12:28.583Z] testing.(*T).Run(0xc0001181a0, {0x3da52e, 0x25a413}, 0x3e8e68) [2022-02-12T02:12:28.583Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-02-12T02:12:28.583Z] testing.runTests.func1(0xc000068750) [2022-02-12T02:12:28.583Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-02-12T02:12:28.583Z] testing.tRunner(0xc0001181a0, 0xc000071ce0) [2022-02-12T02:12:28.583Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-12T02:12:28.583Z] testing.runTests(0xc000076080, {0x54cba0, 0x3, 0x3}, {0x27a90d, 0x3dc228, 0x551640}) [2022-02-12T02:12:28.583Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-02-12T02:12:28.583Z] testing.(*M).Run(0xc000076080) [2022-02-12T02:12:28.583Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-02-12T02:12:28.583Z] main.main() [2022-02-12T02:12:28.583Z] _testmain.go:95 +0x1f5 [2022-02-12T02:12:28.583Z] --- PASS: TestDump (0.00s) [2022-02-12T02:12:28.583Z] === RUN TestDumpToFile [2022-02-12T02:12:28.604Z] time="2022-02-12T02:12:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:12:28.604Z] time="2022-02-12T02:12:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5942213f1d7c619c4ee00cef1414a3a43cfc26e11edacb59de88ddd4c8ef432d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:12:28.604Z] time="2022-02-12T02:12:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:12:28.604Z] time="2022-02-12T02:12:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5942213f1d7c619c4ee00cef1414a3a43cfc26e11edacb59de88ddd4c8ef432d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:12:28.891Z] --- SKIP: TestEndpoint (0.00s) [2022-02-12T02:12:28.891Z] === RUN TestParseRepositoryInfo [2022-02-12T02:12:28.891Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-02-12T02:12:28.891Z] === RUN TestNewIndexInfo [2022-02-12T02:12:28.891Z] --- PASS: TestNewIndexInfo (0.00s) [2022-02-12T02:12:28.891Z] === RUN TestMirrorEndpointLookup [2022-02-12T02:12:28.891Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:12:28.891Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-02-12T02:12:28.891Z] === RUN TestSearchRepositories [2022-02-12T02:12:28.891Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-02-12T02:12:28.891Z] Host: 127.0.0.1:49344 [2022-02-12T02:12:28.891Z] User-Agent: docker test client [2022-02-12T02:12:28.891Z] Authorization: Token fake-token [2022-02-12T02:12:28.891Z] X-Docker-Token: true [2022-02-12T02:12:28.891Z] Accept-Encoding: gzip [2022-02-12T02:12:28.891Z] [2022-02-12T02:12:28.891Z] [2022-02-12T02:12:28.891Z] registry_test.go:730: HTTP/1.1 200 OK [2022-02-12T02:12:28.891Z] Connection: close [2022-02-12T02:12:28.891Z] Content-Length: 144 [2022-02-12T02:12:28.891Z] Cache-Control: no-cache [2022-02-12T02:12:28.891Z] Content-Type: application/json [2022-02-12T02:12:28.891Z] Date: Sat, 12 Feb 2022 02:12:28 GMT [2022-02-12T02:12:28.891Z] Expires: -1 [2022-02-12T02:12:28.891Z] Pragma: no-cache [2022-02-12T02:12:28.891Z] Server: docker-tests/mock [2022-02-12T02:12:28.891Z] X-Docker-Registry-Config: mock [2022-02-12T02:12:28.891Z] X-Docker-Registry-Version: 0.0.0 [2022-02-12T02:12:28.891Z] [2022-02-12T02:12:28.891Z] [2022-02-12T02:12:28.891Z] --- PASS: TestSearchRepositories (0.01s) [2022-02-12T02:12:28.891Z] === RUN TestTrustedLocation [2022-02-12T02:12:28.891Z] --- PASS: TestTrustedLocation (0.00s) [2022-02-12T02:12:28.891Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-02-12T02:12:28.891Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-02-12T02:12:28.891Z] === RUN TestAllowNondistributableArtifacts [2022-02-12T02:12:28.891Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-02-12T02:12:28.891Z] === RUN TestIsSecureIndex [2022-02-12T02:12:28.891Z] --- PASS: TestIsSecureIndex (0.00s) [2022-02-12T02:12:28.891Z] PASS [2022-02-12T02:12:28.891Z] coverage: 51.2% of statements [2022-02-12T02:12:28.891Z] ok github.com/docker/docker/registry 0.314s coverage: 51.2% of statements [2022-02-12T02:12:28.931Z] --- PASS: TestServiceCreateInit (6.22s) [2022-02-12T02:12:28.931Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.14s) [2022-02-12T02:12:28.931Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.06s) [2022-02-12T02:12:28.931Z] === RUN TestCreateServiceMultipleTimes [2022-02-12T02:12:29.053Z] --- PASS: TestDumpToFile (0.23s) [2022-02-12T02:12:29.053Z] === RUN TestDumpToFileWithEmptyInput [2022-02-12T02:12:29.053Z] goroutine 18 [running]: [2022-02-12T02:12:29.053Z] github.com/docker/docker/pkg/stack.dump(0x2e86f4) [2022-02-12T02:12:29.053Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-02-12T02:12:29.053Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x2e8aa0}) [2022-02-12T02:12:29.053Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-02-12T02:12:29.053Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0x0) [2022-02-12T02:12:29.053Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-02-12T02:12:29.053Z] testing.tRunner(0xc0000841a0, 0x3e8e58) [2022-02-12T02:12:29.053Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-12T02:12:29.053Z] created by testing.(*T).Run [2022-02-12T02:12:29.053Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-02-12T02:12:29.053Z] [2022-02-12T02:12:29.053Z] goroutine 1 [chan receive]: [2022-02-12T02:12:29.053Z] testing.(*T).Run(0xc0001181a0, {0x3e12ba, 0x25a413}, 0x3e8e58) [2022-02-12T02:12:29.053Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-02-12T02:12:29.053Z] testing.runTests.func1(0xc000068750) [2022-02-12T02:12:29.053Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-02-12T02:12:29.053Z] testing.tRunner(0xc0001181a0, 0xc000071ce0) [2022-02-12T02:12:29.053Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-12T02:12:29.053Z] testing.runTests(0xc000076080, {0x54cba0, 0x3, 0x3}, {0x27a90d, 0x3dc228, 0x551640}) [2022-02-12T02:12:29.053Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-02-12T02:12:29.053Z] testing.(*M).Run(0xc000076080) [2022-02-12T02:12:29.053Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-02-12T02:12:29.053Z] main.main() [2022-02-12T02:12:29.053Z] _testmain.go:95 +0x1f5 [2022-02-12T02:12:29.053Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-02-12T02:12:29.053Z] PASS [2022-02-12T02:12:29.053Z] coverage: 90.9% of statements [2022-02-12T02:12:29.053Z] ok github.com/docker/docker/pkg/stack 0.277s coverage: 90.9% of statements [2022-02-12T02:12:29.177Z] === RUN TestPluginInstall/with_insecure [2022-02-12T02:12:29.347Z] === RUN TestDecodeContainerConfig [2022-02-12T02:12:29.347Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-02-12T02:12:29.347Z] === RUN TestDecodeContainerConfigIsolation [2022-02-12T02:12:29.347Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-02-12T02:12:29.347Z] === RUN TestValidatePrivileged [2022-02-12T02:12:29.347Z] --- PASS: TestValidatePrivileged (0.00s) [2022-02-12T02:12:29.347Z] PASS [2022-02-12T02:12:29.347Z] coverage: 52.6% of statements [2022-02-12T02:12:29.347Z] ok github.com/docker/docker/runconfig 0.081s coverage: 52.6% of statements [2022-02-12T02:12:29.347Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-02-12T02:12:29.347Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-02-12T02:12:29.347Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-02-12T02:12:29.347Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-02-12T02:12:29.347Z] PASS [2022-02-12T02:12:29.347Z] coverage: 62.5% of statements [2022-02-12T02:12:29.347Z] ok github.com/docker/docker/testutil 0.046s coverage: 62.5% of statements [2022-02-12T02:12:29.521Z] === RUN TestNewStdWriter [2022-02-12T02:12:29.521Z] --- PASS: TestNewStdWriter (0.00s) [2022-02-12T02:12:29.521Z] === RUN TestWriteWithUninitializedStdWriter [2022-02-12T02:12:29.521Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-02-12T02:12:29.521Z] === RUN TestWriteWithNilBytes [2022-02-12T02:12:29.521Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-02-12T02:12:29.521Z] === RUN TestWrite [2022-02-12T02:12:29.521Z] --- PASS: TestWrite (0.00s) [2022-02-12T02:12:29.521Z] === RUN TestWriteWithWriterError [2022-02-12T02:12:29.521Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-02-12T02:12:29.521Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-02-12T02:12:29.521Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-02-12T02:12:29.521Z] === RUN TestStdCopyWriteAndRead [2022-02-12T02:12:29.521Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-02-12T02:12:29.521Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-02-12T02:12:29.521Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-02-12T02:12:29.521Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-02-12T02:12:29.521Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-02-12T02:12:29.521Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-02-12T02:12:29.521Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-02-12T02:12:29.521Z] === RUN TestStdCopyWithInvalidInputHeader [2022-02-12T02:12:29.521Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-02-12T02:12:29.521Z] === RUN TestStdCopyWithCorruptedPrefix [2022-02-12T02:12:29.521Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-02-12T02:12:29.521Z] === RUN TestStdCopyReturnsWriteErrors [2022-02-12T02:12:29.521Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-02-12T02:12:29.521Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-02-12T02:12:29.521Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-02-12T02:12:29.521Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-02-12T02:12:29.521Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-02-12T02:12:29.521Z] PASS [2022-02-12T02:12:29.521Z] coverage: 100.0% of statements [2022-02-12T02:12:29.521Z] ok github.com/docker/docker/pkg/stdcopy 0.053s coverage: 100.0% of statements [2022-02-12T02:12:29.749Z] time="2022-02-12T02:12:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:12:29.749Z] time="2022-02-12T02:12:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:36aaac31a28f4a05a71a071a46f1ac178b596a4204a71c59caecc5214d22587e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:12:30.010Z] time="2022-02-12T02:12:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-12T02:12:30.010Z] time="2022-02-12T02:12:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:36aaac31a28f4a05a71a071a46f1ac178b596a4204a71c59caecc5214d22587e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-12T02:12:30.010Z] plugin_test.go:165: [d9269e3a6b734] daemon is not started [2022-02-12T02:12:30.010Z] --- PASS: TestPluginInstall (4.23s) [2022-02-12T02:12:30.010Z] --- PASS: TestPluginInstall/no_auth (2.30s) [2022-02-12T02:12:30.010Z] --- PASS: TestPluginInstall/with_htpasswd (0.90s) [2022-02-12T02:12:30.010Z] --- PASS: TestPluginInstall/with_insecure (1.03s) [2022-02-12T02:12:30.010Z] === RUN TestPluginsWithRuntimes [2022-02-12T02:12:30.146Z] === RUN TestGetDriver [2022-02-12T02:12:30.146Z] --- PASS: TestGetDriver (0.00s) [2022-02-12T02:12:30.146Z] === RUN TestVolumeRequestError [2022-02-12T02:12:30.146Z] --- PASS: TestVolumeRequestError (0.01s) [2022-02-12T02:12:30.146Z] PASS [2022-02-12T02:12:30.146Z] coverage: 36.1% of statements [2022-02-12T02:12:30.146Z] ok github.com/docker/docker/volume/drivers 0.045s coverage: 36.1% of statements [2022-02-12T02:12:30.146Z] === RUN TestGetAddress [2022-02-12T02:12:30.146Z] --- PASS: TestGetAddress (0.00s) [2022-02-12T02:12:30.146Z] === RUN TestRemove [2022-02-12T02:12:30.146Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-02-12T02:12:30.146Z] --- SKIP: TestRemove (0.00s) [2022-02-12T02:12:30.146Z] === RUN TestInitializeWithVolumes [2022-02-12T02:12:30.146Z] --- PASS: TestInitializeWithVolumes (0.00s) [2022-02-12T02:12:30.146Z] === RUN TestCreate [2022-02-12T02:12:30.146Z] --- PASS: TestCreate (0.01s) [2022-02-12T02:12:30.146Z] === RUN TestValidateName [2022-02-12T02:12:30.146Z] --- PASS: TestValidateName (0.00s) [2022-02-12T02:12:30.146Z] === RUN TestCreateWithOpts [2022-02-12T02:12:30.146Z] local_test.go:180: runtime.GOOS == "windows" [2022-02-12T02:12:30.146Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-02-12T02:12:30.146Z] === RUN TestRelaodNoOpts [2022-02-12T02:12:30.146Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-02-12T02:12:30.146Z] PASS [2022-02-12T02:12:30.146Z] coverage: 41.5% of statements [2022-02-12T02:12:30.146Z] ok github.com/docker/docker/volume/local 0.062s coverage: 41.5% of statements [2022-02-12T02:12:30.509Z] time="2022-02-12T02:12:30Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-02-12T02:12:30.509Z] === RUN TestRawProgressFormatterFormatStatus [2022-02-12T02:12:30.509Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-02-12T02:12:30.509Z] === RUN TestRawProgressFormatterFormatProgress [2022-02-12T02:12:30.509Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-02-12T02:12:30.509Z] === RUN TestFormatStatus [2022-02-12T02:12:30.509Z] --- PASS: TestFormatStatus (0.00s) [2022-02-12T02:12:30.509Z] === RUN TestFormatError [2022-02-12T02:12:30.509Z] --- PASS: TestFormatError (0.00s) [2022-02-12T02:12:30.509Z] === RUN TestFormatJSONError [2022-02-12T02:12:30.509Z] --- PASS: TestFormatJSONError (0.00s) [2022-02-12T02:12:30.509Z] === RUN TestJsonProgressFormatterFormatProgress [2022-02-12T02:12:30.509Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-02-12T02:12:30.509Z] === RUN TestJsonProgressFormatterFormatStatus [2022-02-12T02:12:30.509Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-02-12T02:12:30.509Z] === RUN TestNewJSONProgressOutput [2022-02-12T02:12:30.509Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-02-12T02:12:30.509Z] === RUN TestAuxFormatterEmit [2022-02-12T02:12:30.509Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-02-12T02:12:30.509Z] === RUN TestStreamWriterStdout [2022-02-12T02:12:30.509Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-02-12T02:12:30.509Z] === RUN TestStreamWriterStderr [2022-02-12T02:12:30.509Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-02-12T02:12:30.509Z] PASS [2022-02-12T02:12:30.509Z] coverage: 66.2% of statements [2022-02-12T02:12:30.509Z] ok github.com/docker/docker/pkg/streamformatter 0.053s coverage: 66.2% of statements [2022-02-12T02:12:30.606Z] === RUN TestLCOWParseMountRaw [2022-02-12T02:12:30.606Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-02-12T02:12:30.606Z] === RUN TestLCOWParseMountRawSplit [2022-02-12T02:12:30.607Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-02-12T02:12:30.607Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-02-12T02:12:30.607Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-02-12T02:12:30.607Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-02-12T02:12:30.607Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-02-12T02:12:30.607Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-02-12T02:12:30.607Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-02-12T02:12:30.607Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-02-12T02:12:30.607Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-02-12T02:12:30.607Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-02-12T02:12:30.607Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-02-12T02:12:30.607Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-02-12T02:12:30.607Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-02-12T02:12:30.607Z] === RUN TestLinuxParseMountRaw [2022-02-12T02:12:30.607Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-02-12T02:12:30.607Z] === RUN TestLinuxParseMountRawSplit [2022-02-12T02:12:30.607Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-02-12T02:12:30.607Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-02-12T02:12:30.607Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-02-12T02:12:30.607Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-02-12T02:12:30.607Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-02-12T02:12:30.607Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-02-12T02:12:30.607Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-02-12T02:12:30.607Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-02-12T02:12:30.607Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-02-12T02:12:30.607Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-02-12T02:12:30.607Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-02-12T02:12:30.607Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-02-12T02:12:30.607Z] === RUN TestConvertTmpfsOptions [2022-02-12T02:12:30.607Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-02-12T02:12:30.607Z] linux_parser_test.go:209: data="ro" [2022-02-12T02:12:30.607Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-02-12T02:12:30.607Z] === RUN TestParseMountSpec [2022-02-12T02:12:30.607Z] parser_test.go:62: case 0 [2022-02-12T02:12:30.607Z] parser_test.go:62: case 1 [2022-02-12T02:12:30.607Z] parser_test.go:62: case 2 [2022-02-12T02:12:30.607Z] parser_test.go:62: case 3 [2022-02-12T02:12:30.607Z] parser_test.go:62: case 4 [2022-02-12T02:12:30.607Z] parser_test.go:62: case 5 [2022-02-12T02:12:30.607Z] --- PASS: TestParseMountSpec (0.00s) [2022-02-12T02:12:30.607Z] === RUN TestValidateMount [2022-02-12T02:12:30.607Z] --- PASS: TestValidateMount (0.00s) [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRaw [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRawSplit [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-02-12T02:12:30.607Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-02-12T02:12:30.607Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-02-12T02:12:30.607Z] PASS [2022-02-12T02:12:30.607Z] coverage: 67.6% of statements [2022-02-12T02:12:31.067Z] ok github.com/docker/docker/volume/mounts 0.047s coverage: 67.6% of statements [2022-02-12T02:12:31.498Z] === RUN TestGenerateRandomID [2022-02-12T02:12:31.498Z] --- PASS: TestGenerateRandomID (0.00s) [2022-02-12T02:12:31.498Z] === RUN TestShortenId [2022-02-12T02:12:31.498Z] --- PASS: TestShortenId (0.00s) [2022-02-12T02:12:31.498Z] === RUN TestShortenSha256Id [2022-02-12T02:12:31.498Z] --- PASS: TestShortenSha256Id (0.00s) [2022-02-12T02:12:31.498Z] === RUN TestShortenIdEmpty [2022-02-12T02:12:31.498Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-02-12T02:12:31.498Z] === RUN TestShortenIdInvalid [2022-02-12T02:12:31.498Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-02-12T02:12:31.498Z] === RUN TestIsShortIDNonHex [2022-02-12T02:12:31.498Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-02-12T02:12:31.498Z] === RUN TestIsShortIDNotCorrectSize [2022-02-12T02:12:31.498Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-02-12T02:12:31.498Z] PASS [2022-02-12T02:12:31.498Z] coverage: 70.6% of statements [2022-02-12T02:12:31.498Z] ok github.com/docker/docker/pkg/stringid 0.045s coverage: 70.6% of statements [2022-02-12T02:12:31.527Z] === RUN TestSetGetMeta [2022-02-12T02:12:31.527Z] === PAUSE TestSetGetMeta [2022-02-12T02:12:31.527Z] === RUN TestRestore [2022-02-12T02:12:31.527Z] === PAUSE TestRestore [2022-02-12T02:12:31.527Z] === RUN TestServiceCreate [2022-02-12T02:12:31.527Z] === PAUSE TestServiceCreate [2022-02-12T02:12:31.527Z] === RUN TestServiceList [2022-02-12T02:12:31.527Z] === PAUSE TestServiceList [2022-02-12T02:12:31.527Z] === RUN TestServiceRemove [2022-02-12T02:12:31.527Z] === PAUSE TestServiceRemove [2022-02-12T02:12:31.527Z] === RUN TestServiceGet [2022-02-12T02:12:31.527Z] === PAUSE TestServiceGet [2022-02-12T02:12:31.527Z] === RUN TestServicePrune [2022-02-12T02:12:31.527Z] === PAUSE TestServicePrune [2022-02-12T02:12:31.527Z] === RUN TestCreate [2022-02-12T02:12:31.527Z] === PAUSE TestCreate [2022-02-12T02:12:31.527Z] === RUN TestRemove [2022-02-12T02:12:31.527Z] === PAUSE TestRemove [2022-02-12T02:12:31.527Z] === RUN TestList [2022-02-12T02:12:31.527Z] === PAUSE TestList [2022-02-12T02:12:31.527Z] === RUN TestFindByDriver [2022-02-12T02:12:31.527Z] === PAUSE TestFindByDriver [2022-02-12T02:12:31.527Z] === RUN TestFindByReferenced [2022-02-12T02:12:31.527Z] === PAUSE TestFindByReferenced [2022-02-12T02:12:31.527Z] === RUN TestDerefMultipleOfSameRef [2022-02-12T02:12:31.527Z] === PAUSE TestDerefMultipleOfSameRef [2022-02-12T02:12:31.527Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-12T02:12:31.527Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-12T02:12:31.527Z] === RUN TestDefererencePluginOnCreateError [2022-02-12T02:12:31.527Z] === PAUSE TestDefererencePluginOnCreateError [2022-02-12T02:12:31.527Z] === RUN TestRefDerefRemove [2022-02-12T02:12:31.527Z] === PAUSE TestRefDerefRemove [2022-02-12T02:12:31.527Z] === RUN TestGet [2022-02-12T02:12:31.527Z] === PAUSE TestGet [2022-02-12T02:12:31.527Z] === RUN TestGetWithReference [2022-02-12T02:12:31.527Z] === PAUSE TestGetWithReference [2022-02-12T02:12:31.527Z] === RUN TestFilterFunc [2022-02-12T02:12:31.527Z] === RUN TestFilterFunc/test_nil_list [2022-02-12T02:12:31.527Z] === PAUSE TestFilterFunc/test_nil_list [2022-02-12T02:12:31.527Z] === RUN TestFilterFunc/test_empty_list [2022-02-12T02:12:31.527Z] === PAUSE TestFilterFunc/test_empty_list [2022-02-12T02:12:31.527Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-02-12T02:12:31.527Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-02-12T02:12:31.527Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-12T02:12:31.527Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-12T02:12:31.527Z] === RUN TestFilterFunc/test_filter_some [2022-02-12T02:12:31.527Z] === PAUSE TestFilterFunc/test_filter_some [2022-02-12T02:12:31.527Z] === RUN TestFilterFunc/test_filter_middle [2022-02-12T02:12:31.527Z] === PAUSE TestFilterFunc/test_filter_middle [2022-02-12T02:12:31.527Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-02-12T02:12:31.527Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-02-12T02:12:31.527Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-02-12T02:12:31.527Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-02-12T02:12:31.527Z] === CONT TestFilterFunc/test_nil_list [2022-02-12T02:12:31.527Z] === CONT TestFilterFunc/test_filter_some [2022-02-12T02:12:31.527Z] === CONT TestFilterFunc/test_empty_list [2022-02-12T02:12:31.527Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-12T02:12:31.527Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-02-12T02:12:31.527Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-02-12T02:12:31.527Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-02-12T02:12:31.527Z] === CONT TestFilterFunc/test_filter_middle [2022-02-12T02:12:31.527Z] --- PASS: TestFilterFunc (0.00s) [2022-02-12T02:12:31.527Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-02-12T02:12:31.527Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-02-12T02:12:31.527Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-02-12T02:12:31.527Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-02-12T02:12:31.527Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-02-12T02:12:31.527Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-02-12T02:12:31.527Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-02-12T02:12:31.527Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-02-12T02:12:31.527Z] === CONT TestSetGetMeta [2022-02-12T02:12:31.527Z] === CONT TestList [2022-02-12T02:12:31.527Z] === CONT TestServiceGet [2022-02-12T02:12:31.527Z] === CONT TestServiceList [2022-02-12T02:12:31.527Z] --- PASS: TestSetGetMeta (0.03s) [2022-02-12T02:12:31.527Z] === CONT TestServiceCreate [2022-02-12T02:12:31.527Z] --- PASS: TestList (0.05s) [2022-02-12T02:12:31.527Z] === CONT TestRestore [2022-02-12T02:12:31.527Z] --- PASS: TestRestore (0.02s) [2022-02-12T02:12:31.527Z] === CONT TestRemove [2022-02-12T02:12:31.527Z] --- PASS: TestRemove (0.02s) [2022-02-12T02:12:31.527Z] === CONT TestCreate [2022-02-12T02:12:31.527Z] --- PASS: TestCreate (0.01s) [2022-02-12T02:12:31.527Z] === CONT TestServicePrune [2022-02-12T02:12:31.527Z] --- PASS: TestServiceGet (0.16s) [2022-02-12T02:12:31.527Z] === CONT TestServiceRemove [2022-02-12T02:12:31.527Z] time="2022-02-12T02:12:31Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-12T02:12:31.527Z] --- PASS: TestServiceList (0.17s) [2022-02-12T02:12:31.527Z] === CONT TestDefererencePluginOnCreateError [2022-02-12T02:12:31.527Z] --- PASS: TestServiceCreate (0.14s) [2022-02-12T02:12:31.527Z] === CONT TestGetWithReference [2022-02-12T02:12:31.527Z] time="2022-02-12T02:12:31Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-12T02:12:31.527Z] time="2022-02-12T02:12:31Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-12T02:12:31.527Z] --- PASS: TestServiceRemove (0.02s) [2022-02-12T02:12:31.527Z] === CONT TestGet [2022-02-12T02:12:31.527Z] time="2022-02-12T02:12:31Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-02-12T02:12:31.527Z] time="2022-02-12T02:12:31Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-12T02:12:31.527Z] --- PASS: TestGetWithReference (0.03s) [2022-02-12T02:12:31.527Z] === CONT TestRefDerefRemove [2022-02-12T02:12:31.527Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-02-12T02:12:31.527Z] === CONT TestDerefMultipleOfSameRef [2022-02-12T02:12:31.527Z] --- PASS: TestServicePrune (0.10s) [2022-02-12T02:12:31.527Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-12T02:12:31.527Z] --- PASS: TestGet (0.02s) [2022-02-12T02:12:31.527Z] === CONT TestFindByReferenced [2022-02-12T02:12:31.527Z] --- PASS: TestGet (15.01s) [2022-02-12T02:12:31.527Z] === RUN TestPluginWithNoManifest [2022-02-12T02:12:31.527Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-02-12T02:12:31.527Z] === RUN TestGetAll [2022-02-12T02:12:31.527Z] --- PASS: TestGetAll (0.00s) [2022-02-12T02:12:31.527Z] PASS [2022-02-12T02:12:31.527Z] coverage: 73.2% of statements [2022-02-12T02:12:31.527Z] --- PASS: TestRefDerefRemove (0.02s) [2022-02-12T02:12:31.527Z] === CONT TestFindByDriver [2022-02-12T02:12:31.527Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-02-12T02:12:31.527Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-02-12T02:12:31.527Z] ok github.com/docker/docker/pkg/plugins 34.912s coverage: 73.2% of statements [2022-02-12T02:12:31.527Z] --- PASS: TestFindByReferenced (0.03s) [2022-02-12T02:12:31.527Z] --- PASS: TestFindByDriver (0.03s) [2022-02-12T02:12:31.527Z] PASS [2022-02-12T02:12:31.527Z] coverage: 69.0% of statements [2022-02-12T02:12:31.527Z] ok github.com/docker/docker/volume/service 0.295s coverage: 69.0% of statements [2022-02-12T02:12:31.925Z] === RUN TestPluginsWithRuntimes/No_Args [2022-02-12T02:12:31.925Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-02-12T02:12:32.186Z] === RUN TestDockerSuite/TestContainerAPITop [2022-02-12T02:12:32.250Z] === RUN TestGetDriver [2022-02-12T02:12:32.250Z] --- PASS: TestGetDriver (0.00s) [2022-02-12T02:12:32.250Z] === RUN TestVolumeRequestError [2022-02-12T02:12:32.250Z] --- PASS: TestVolumeRequestError (0.01s) [2022-02-12T02:12:32.250Z] PASS [2022-02-12T02:12:32.250Z] coverage: 36.1% of statements [2022-02-12T02:12:32.250Z] ok github.com/docker/docker/volume/drivers 0.056s coverage: 36.1% of statements [2022-02-12T02:12:32.488Z] === RUN TestIsCpusetListAvailable [2022-02-12T02:12:32.488Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-02-12T02:12:32.488Z] PASS [2022-02-12T02:12:32.488Z] coverage: 39.4% of statements [2022-02-12T02:12:32.488Z] ok github.com/docker/docker/pkg/sysinfo 0.042s coverage: 39.4% of statements [2022-02-12T02:12:32.707Z] === RUN TestGetAddress [2022-02-12T02:12:32.707Z] --- PASS: TestGetAddress (0.00s) [2022-02-12T02:12:32.707Z] === RUN TestRemove [2022-02-12T02:12:32.707Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-02-12T02:12:32.707Z] --- SKIP: TestRemove (0.00s) [2022-02-12T02:12:32.707Z] === RUN TestInitializeWithVolumes [2022-02-12T02:12:32.707Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-02-12T02:12:32.707Z] === RUN TestCreate [2022-02-12T02:12:32.707Z] --- PASS: TestCreate (0.01s) [2022-02-12T02:12:32.707Z] === RUN TestValidateName [2022-02-12T02:12:32.707Z] --- PASS: TestValidateName (0.00s) [2022-02-12T02:12:32.707Z] === RUN TestCreateWithOpts [2022-02-12T02:12:32.707Z] local_test.go:180: runtime.GOOS == "windows" [2022-02-12T02:12:32.707Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-02-12T02:12:32.707Z] === RUN TestRelaodNoOpts [2022-02-12T02:12:32.707Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-02-12T02:12:32.707Z] PASS [2022-02-12T02:12:32.707Z] coverage: 41.5% of statements [2022-02-12T02:12:32.707Z] ok github.com/docker/docker/volume/local 0.094s coverage: 41.5% of statements [2022-02-12T02:12:32.760Z] === RUN TestPluginsWithRuntimes/With_Args [2022-02-12T02:12:32.760Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-02-12T02:12:32.760Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2022-02-12T02:12:32.760Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-02-12T02:12:32.760Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-02-12T02:12:33.171Z] === RUN TestLCOWParseMountRaw [2022-02-12T02:12:33.171Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-02-12T02:12:33.171Z] === RUN TestLCOWParseMountRawSplit [2022-02-12T02:12:33.171Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-02-12T02:12:33.171Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-02-12T02:12:33.171Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-02-12T02:12:33.171Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-02-12T02:12:33.171Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-02-12T02:12:33.171Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-02-12T02:12:33.171Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-02-12T02:12:33.171Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-02-12T02:12:33.171Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-02-12T02:12:33.171Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-02-12T02:12:33.171Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-02-12T02:12:33.171Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-02-12T02:12:33.171Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-02-12T02:12:33.171Z] === RUN TestLinuxParseMountRaw [2022-02-12T02:12:33.171Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-02-12T02:12:33.171Z] === RUN TestLinuxParseMountRawSplit [2022-02-12T02:12:33.171Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-02-12T02:12:33.171Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-02-12T02:12:33.171Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-02-12T02:12:33.171Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-02-12T02:12:33.171Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-02-12T02:12:33.171Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-02-12T02:12:33.171Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-02-12T02:12:33.171Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-02-12T02:12:33.171Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-02-12T02:12:33.171Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-02-12T02:12:33.171Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-02-12T02:12:33.171Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-02-12T02:12:33.171Z] === RUN TestConvertTmpfsOptions [2022-02-12T02:12:33.171Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-02-12T02:12:33.171Z] linux_parser_test.go:209: data="ro" [2022-02-12T02:12:33.171Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-02-12T02:12:33.171Z] === RUN TestParseMountSpec [2022-02-12T02:12:33.171Z] parser_test.go:62: case 0 [2022-02-12T02:12:33.171Z] parser_test.go:62: case 1 [2022-02-12T02:12:33.171Z] parser_test.go:62: case 2 [2022-02-12T02:12:33.171Z] parser_test.go:62: case 3 [2022-02-12T02:12:33.171Z] parser_test.go:62: case 4 [2022-02-12T02:12:33.171Z] parser_test.go:62: case 5 [2022-02-12T02:12:33.171Z] --- PASS: TestParseMountSpec (0.00s) [2022-02-12T02:12:33.171Z] === RUN TestValidateMount [2022-02-12T02:12:33.171Z] --- PASS: TestValidateMount (0.00s) [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRaw [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRawSplit [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-02-12T02:12:33.171Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-02-12T02:12:33.171Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-02-12T02:12:33.171Z] PASS [2022-02-12T02:12:33.171Z] coverage: 67.6% of statements [2022-02-12T02:12:33.171Z] ok github.com/docker/docker/volume/mounts 0.067s coverage: 67.6% of statements [2022-02-12T02:12:33.704Z] --- PASS: TestPluginsWithRuntimes (3.52s) [2022-02-12T02:12:33.704Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.06s) [2022-02-12T02:12:33.704Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.91s) [2022-02-12T02:12:33.704Z] === RUN TestPluginBackCompatMediaTypes [2022-02-12T02:12:34.055Z] === RUN TestChtimes [2022-02-12T02:12:34.055Z] --- PASS: TestChtimes (0.01s) [2022-02-12T02:12:34.055Z] === RUN TestChtimesWindows [2022-02-12T02:12:34.055Z] --- PASS: TestChtimesWindows (0.00s) [2022-02-12T02:12:34.055Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-02-12T02:12:34.055Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-02-12T02:12:34.055Z] === RUN TestEnsureRemoveAllNotExist [2022-02-12T02:12:34.055Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-02-12T02:12:34.055Z] === RUN TestEnsureRemoveAllWithDir [2022-02-12T02:12:34.055Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-02-12T02:12:34.055Z] === RUN TestEnsureRemoveAllWithFile [2022-02-12T02:12:34.055Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-02-12T02:12:34.055Z] PASS [2022-02-12T02:12:34.055Z] coverage: 12.9% of statements [2022-02-12T02:12:34.055Z] ok github.com/docker/docker/pkg/system 0.060s coverage: 12.9% of statements [2022-02-12T02:12:34.133Z] === RUN TestSetGetMeta [2022-02-12T02:12:34.133Z] === PAUSE TestSetGetMeta [2022-02-12T02:12:34.133Z] === RUN TestRestore [2022-02-12T02:12:34.133Z] === PAUSE TestRestore [2022-02-12T02:12:34.133Z] === RUN TestServiceCreate [2022-02-12T02:12:34.133Z] === PAUSE TestServiceCreate [2022-02-12T02:12:34.133Z] === RUN TestServiceList [2022-02-12T02:12:34.133Z] === PAUSE TestServiceList [2022-02-12T02:12:34.133Z] === RUN TestServiceRemove [2022-02-12T02:12:34.133Z] === PAUSE TestServiceRemove [2022-02-12T02:12:34.133Z] === RUN TestServiceGet [2022-02-12T02:12:34.133Z] === PAUSE TestServiceGet [2022-02-12T02:12:34.133Z] === RUN TestServicePrune [2022-02-12T02:12:34.133Z] === PAUSE TestServicePrune [2022-02-12T02:12:34.133Z] === RUN TestCreate [2022-02-12T02:12:34.133Z] === PAUSE TestCreate [2022-02-12T02:12:34.133Z] === RUN TestRemove [2022-02-12T02:12:34.133Z] === PAUSE TestRemove [2022-02-12T02:12:34.133Z] === RUN TestList [2022-02-12T02:12:34.133Z] === PAUSE TestList [2022-02-12T02:12:34.133Z] === RUN TestFindByDriver [2022-02-12T02:12:34.133Z] === PAUSE TestFindByDriver [2022-02-12T02:12:34.133Z] === RUN TestFindByReferenced [2022-02-12T02:12:34.133Z] === PAUSE TestFindByReferenced [2022-02-12T02:12:34.133Z] === RUN TestDerefMultipleOfSameRef [2022-02-12T02:12:34.133Z] === PAUSE TestDerefMultipleOfSameRef [2022-02-12T02:12:34.133Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-12T02:12:34.133Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-12T02:12:34.133Z] === RUN TestDefererencePluginOnCreateError [2022-02-12T02:12:34.133Z] === PAUSE TestDefererencePluginOnCreateError [2022-02-12T02:12:34.133Z] === RUN TestRefDerefRemove [2022-02-12T02:12:34.133Z] === PAUSE TestRefDerefRemove [2022-02-12T02:12:34.133Z] === RUN TestGet [2022-02-12T02:12:34.133Z] === PAUSE TestGet [2022-02-12T02:12:34.133Z] === RUN TestGetWithReference [2022-02-12T02:12:34.133Z] === PAUSE TestGetWithReference [2022-02-12T02:12:34.133Z] === RUN TestFilterFunc [2022-02-12T02:12:34.133Z] === RUN TestFilterFunc/test_nil_list [2022-02-12T02:12:34.133Z] === PAUSE TestFilterFunc/test_nil_list [2022-02-12T02:12:34.133Z] === RUN TestFilterFunc/test_empty_list [2022-02-12T02:12:34.133Z] === PAUSE TestFilterFunc/test_empty_list [2022-02-12T02:12:34.133Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-02-12T02:12:34.133Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-02-12T02:12:34.133Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-12T02:12:34.133Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-12T02:12:34.133Z] === RUN TestFilterFunc/test_filter_some [2022-02-12T02:12:34.133Z] === PAUSE TestFilterFunc/test_filter_some [2022-02-12T02:12:34.133Z] === RUN TestFilterFunc/test_filter_middle [2022-02-12T02:12:34.133Z] === PAUSE TestFilterFunc/test_filter_middle [2022-02-12T02:12:34.133Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-02-12T02:12:34.133Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-02-12T02:12:34.133Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-02-12T02:12:34.133Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-02-12T02:12:34.133Z] === CONT TestFilterFunc/test_nil_list [2022-02-12T02:12:34.133Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-02-12T02:12:34.133Z] === CONT TestFilterFunc/test_filter_some [2022-02-12T02:12:34.133Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-12T02:12:34.133Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-02-12T02:12:34.133Z] === CONT TestFilterFunc/test_empty_list [2022-02-12T02:12:34.133Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-02-12T02:12:34.133Z] === CONT TestFilterFunc/test_filter_middle [2022-02-12T02:12:34.133Z] --- PASS: TestFilterFunc (0.00s) [2022-02-12T02:12:34.133Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-02-12T02:12:34.133Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-02-12T02:12:34.133Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-02-12T02:12:34.133Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-02-12T02:12:34.133Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-02-12T02:12:34.133Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-02-12T02:12:34.133Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-02-12T02:12:34.133Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-02-12T02:12:34.133Z] === CONT TestSetGetMeta [2022-02-12T02:12:34.133Z] === CONT TestDefererencePluginOnCreateError [2022-02-12T02:12:34.133Z] === CONT TestList [2022-02-12T02:12:34.133Z] === CONT TestServiceGet [2022-02-12T02:12:34.133Z] --- PASS: TestSetGetMeta (0.02s) [2022-02-12T02:12:34.133Z] === CONT TestServiceRemove [2022-02-12T02:12:34.133Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-02-12T02:12:34.133Z] === CONT TestServiceList [2022-02-12T02:12:34.133Z] --- PASS: TestList (0.04s) [2022-02-12T02:12:34.133Z] === CONT TestServiceCreate [2022-02-12T02:12:34.133Z] --- PASS: TestServiceGet (0.17s) [2022-02-12T02:12:34.133Z] === CONT TestRestore [2022-02-12T02:12:34.133Z] --- PASS: TestServiceRemove (0.16s) [2022-02-12T02:12:34.134Z] === CONT TestRemove [2022-02-12T02:12:34.134Z] --- PASS: TestServiceCreate (0.15s) [2022-02-12T02:12:34.134Z] === CONT TestCreate [2022-02-12T02:12:34.134Z] --- PASS: TestServiceList (0.15s) [2022-02-12T02:12:34.134Z] === CONT TestServicePrune [2022-02-12T02:12:34.277Z] --- PASS: TestPluginBackCompatMediaTypes (0.54s) [2022-02-12T02:12:34.277Z] PASS [2022-02-12T02:12:34.277Z] [2022-02-12T02:12:34.277Z] DONE 10 tests in 8.448s [2022-02-12T02:12:34.277Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-02-12T02:12:34.277Z] ++ 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-02-12T02:12:34.277Z] ++ set -e [2022-02-12T02:12:34.277Z] ++ '[' -n 0 ']' [2022-02-12T02:12:34.277Z] ++ set -x [2022-02-12T02:12:34.277Z] ++ 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-02-12T02:12:34.277Z] INFO: Testing against a local daemon [2022-02-12T02:12:34.277Z] === RUN TestExternalGraphDriver [2022-02-12T02:12:34.277Z] === RUN TestExternalGraphDriver/json [2022-02-12T02:12:34.589Z] --- PASS: TestRestore (0.03s) [2022-02-12T02:12:34.589Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-12T02:12:34.589Z] --- PASS: TestCreate (0.02s) [2022-02-12T02:12:34.589Z] === CONT TestDerefMultipleOfSameRef [2022-02-12T02:12:34.589Z] time="2022-02-12T02:12:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-12T02:12:34.589Z] --- PASS: TestRemove (0.03s) [2022-02-12T02:12:34.589Z] === CONT TestFindByReferenced [2022-02-12T02:12:34.589Z] time="2022-02-12T02:12:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-12T02:12:34.589Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-02-12T02:12:34.589Z] === CONT TestFindByDriver [2022-02-12T02:12:34.589Z] time="2022-02-12T02:12:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-12T02:12:34.589Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-02-12T02:12:34.589Z] === CONT TestGetWithReference [2022-02-12T02:12:34.589Z] time="2022-02-12T02:12:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-02-12T02:12:34.589Z] --- PASS: TestFindByReferenced (0.02s) [2022-02-12T02:12:34.589Z] === CONT TestGet [2022-02-12T02:12:34.589Z] time="2022-02-12T02:12:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-12T02:12:34.589Z] --- PASS: TestServicePrune (0.06s) [2022-02-12T02:12:34.589Z] === CONT TestRefDerefRemove [2022-02-12T02:12:34.589Z] --- PASS: TestFindByDriver (0.02s) [2022-02-12T02:12:34.589Z] --- PASS: TestGet (0.02s) [2022-02-12T02:12:34.589Z] --- PASS: TestGetWithReference (0.02s) [2022-02-12T02:12:34.589Z] --- PASS: TestRefDerefRemove (0.02s) [2022-02-12T02:12:34.589Z] PASS [2022-02-12T02:12:34.589Z] coverage: 69.0% of statements [2022-02-12T02:12:34.589Z] ok github.com/docker/docker/volume/service 0.311s coverage: 69.0% of statements [2022-02-12T02:12:35.042Z] === RUN TestTailFile [2022-02-12T02:12:35.042Z] --- PASS: TestTailFile (0.00s) [2022-02-12T02:12:35.042Z] === RUN TestTailFileManyLines [2022-02-12T02:12:35.042Z] --- PASS: TestTailFileManyLines (0.00s) [2022-02-12T02:12:35.042Z] === RUN TestTailEmptyFile [2022-02-12T02:12:35.042Z] --- PASS: TestTailEmptyFile (0.00s) [2022-02-12T02:12:35.042Z] === RUN TestTailNegativeN [2022-02-12T02:12:35.042Z] --- PASS: TestTailNegativeN (0.00s) [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader [2022-02-12T02:12:35.042Z] === PAUSE TestNewTailReader [2022-02-12T02:12:35.042Z] === CONT TestNewTailReader [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/no_delimiter [2022-02-12T02:12:35.042Z] === PAUSE TestNewTailReader/no_delimiter [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/single_byte_delimiter [2022-02-12T02:12:35.042Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/2_byte_delimiter [2022-02-12T02:12:35.042Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/4_byte_delimiter [2022-02-12T02:12:35.042Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/8_byte_delimiter [2022-02-12T02:12:35.042Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/12_byte_delimiter [2022-02-12T02:12:35.042Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/truncated_last_line [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-02-12T02:12:35.042Z] === CONT TestNewTailReader/no_delimiter [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-02-12T02:12:35.042Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-02-12T02:12:35.042Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-02-12T02:12:35.042Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.042Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.042Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.042Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.042Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/12_byte_delimiter [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/8_byte_delimiter [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/4_byte_delimiter [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/2_byte_delimiter [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/single_byte_delimiter [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.043Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.043Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.043Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.044Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.044Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.044Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.044Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-12T02:12:35.220Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.514Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.514Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.514Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.514Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.514Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.515Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.515Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.515Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.516Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.516Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.517Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-12T02:12:35.518Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.02s) [2022-02-12T02:12:35.518Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:35.793Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.02s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:35.987Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.02s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.02s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.01s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.01s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.02s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.01s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.01s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:35.988Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.01s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-12T02:12:35.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-12T02:12:35.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-02-12T02:12:35.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-12T02:12:35.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-12T02:12:35.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-12T02:12:35.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-12T02:12:35.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-12T02:12:35.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-12T02:12:35.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-12T02:12:35.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-12T02:12:35.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-12T02:12:35.990Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-12T02:12:35.990Z] PASS [2022-02-12T02:12:35.990Z] coverage: 88.6% of statements [2022-02-12T02:12:35.990Z] ok github.com/docker/docker/pkg/tailfile 0.448s coverage: 88.6% of statements [2022-02-12T02:12:36.055Z] === RUN TestExternalGraphDriver/spec [2022-02-12T02:12:36.628Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-02-12T02:12:36.977Z] === RUN TestTarSumRemoveNonExistent [2022-02-12T02:12:36.977Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-02-12T02:12:36.977Z] === RUN TestTarSumRemove [2022-02-12T02:12:36.977Z] --- PASS: TestTarSumRemove (0.00s) [2022-02-12T02:12:36.977Z] === RUN TestSortFileInfoSums [2022-02-12T02:12:36.977Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-02-12T02:12:36.977Z] === RUN TestNewTarSumForLabelInvalid [2022-02-12T02:12:36.977Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-02-12T02:12:36.977Z] === RUN TestNewTarSumForLabel [2022-02-12T02:12:36.977Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-02-12T02:12:36.977Z] === RUN TestEmptyTar [2022-02-12T02:12:36.977Z] --- PASS: TestEmptyTar (0.01s) [2022-02-12T02:12:36.977Z] === RUN TestTarSumsReadSize [2022-02-12T02:12:36.977Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-02-12T02:12:36.977Z] === RUN TestTarSums [2022-02-12T02:12:36.977Z] --- PASS: TestTarSums (0.08s) [2022-02-12T02:12:36.977Z] === RUN TestIteration [2022-02-12T02:12:36.977Z] --- PASS: TestIteration (0.00s) [2022-02-12T02:12:36.977Z] === RUN TestVersionLabelForChecksum [2022-02-12T02:12:36.977Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-02-12T02:12:36.977Z] === RUN TestVersion [2022-02-12T02:12:36.977Z] --- PASS: TestVersion (0.00s) [2022-02-12T02:12:36.977Z] === RUN TestGetVersion [2022-02-12T02:12:36.977Z] --- PASS: TestGetVersion (0.00s) [2022-02-12T02:12:36.977Z] === RUN TestGetVersions [2022-02-12T02:12:36.977Z] --- PASS: TestGetVersions (0.00s) [2022-02-12T02:12:36.977Z] PASS [2022-02-12T02:12:36.977Z] coverage: 89.3% of statements [2022-02-12T02:12:36.977Z] ok github.com/docker/docker/pkg/tarsum 0.148s coverage: 89.3% of statements [2022-02-12T02:12:37.573Z] === RUN TestExternalGraphDriver/pull [2022-02-12T02:12:37.966Z] testing: warning: no tests to run [2022-02-12T02:12:37.966Z] PASS [2022-02-12T02:12:37.966Z] coverage: [no statements] [2022-02-12T02:12:37.966Z] ok github.com/docker/docker/pkg/term/windows 0.040s coverage: [no statements] [no tests to run] [2022-02-12T02:12:38.435Z] --- PASS: TestGet (15.02s) [2022-02-12T02:12:38.435Z] === RUN TestPluginWithNoManifest [2022-02-12T02:12:38.435Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-02-12T02:12:38.435Z] === RUN TestGetAll [2022-02-12T02:12:38.435Z] --- PASS: TestGetAll (0.01s) [2022-02-12T02:12:38.435Z] PASS [2022-02-12T02:12:38.435Z] coverage: 73.2% of statements [2022-02-12T02:12:38.435Z] ok github.com/docker/docker/pkg/plugins 36.094s coverage: 73.2% of statements [2022-02-12T02:12:38.435Z] === RUN TestTruncIndex [2022-02-12T02:12:38.435Z] --- PASS: TestTruncIndex (0.10s) [2022-02-12T02:12:38.435Z] PASS [2022-02-12T02:12:38.435Z] coverage: 91.5% of statements [2022-02-12T02:12:38.435Z] ok github.com/docker/docker/pkg/truncindex 0.158s coverage: 91.5% of statements [2022-02-12T02:12:38.435Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-02-12T02:12:38.435Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-02-12T02:12:38.435Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-02-12T02:12:38.435Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-02-12T02:12:39.422Z] === RUN TestIsGIT [2022-02-12T02:12:39.422Z] --- PASS: TestIsGIT (0.00s) [2022-02-12T02:12:39.422Z] === RUN TestIsTransport [2022-02-12T02:12:39.422Z] --- PASS: TestIsTransport (0.00s) [2022-02-12T02:12:39.422Z] PASS [2022-02-12T02:12:39.422Z] coverage: 100.0% of statements [2022-02-12T02:12:39.422Z] ok github.com/docker/docker/pkg/urlutil 0.066s coverage: 100.0% of statements [2022-02-12T02:12:39.422Z] === RUN TestVersionInfo [2022-02-12T02:12:39.422Z] --- PASS: TestVersionInfo (0.00s) [2022-02-12T02:12:39.422Z] === RUN TestAppendVersions [2022-02-12T02:12:39.422Z] --- PASS: TestAppendVersions (0.00s) [2022-02-12T02:12:39.422Z] PASS [2022-02-12T02:12:39.422Z] coverage: 88.9% of statements [2022-02-12T02:12:39.422Z] ok github.com/docker/docker/pkg/useragent 0.049s coverage: 88.9% of statements [2022-02-12T02:12:39.489Z] --- PASS: TestExternalGraphDriver (5.18s) [2022-02-12T02:12:39.489Z] --- PASS: TestExternalGraphDriver/json (1.72s) [2022-02-12T02:12:39.489Z] --- PASS: TestExternalGraphDriver/spec (1.67s) [2022-02-12T02:12:39.489Z] --- PASS: TestExternalGraphDriver/pull (1.76s) [2022-02-12T02:12:39.489Z] === RUN TestGraphdriverPluginV2 [2022-02-12T02:12:39.749Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-02-12T02:12:40.322Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-02-12T02:12:40.989Z] === RUN TestNewSettable [2022-02-12T02:12:40.989Z] --- PASS: TestNewSettable (0.00s) [2022-02-12T02:12:40.989Z] === RUN TestIsSettable [2022-02-12T02:12:40.989Z] --- PASS: TestIsSettable (0.00s) [2022-02-12T02:12:40.989Z] === RUN TestUpdateSettingsEnv [2022-02-12T02:12:40.989Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-02-12T02:12:40.989Z] PASS [2022-02-12T02:12:40.989Z] coverage: 20.0% of statements [2022-02-12T02:12:40.989Z] ok github.com/docker/docker/plugin/v2 0.054s coverage: 20.0% of statements [2022-02-12T02:12:40.989Z] === RUN TestValidatePrivileges [2022-02-12T02:12:40.989Z] --- PASS: TestValidatePrivileges (0.00s) [2022-02-12T02:12:40.989Z] === RUN TestFilterByCapNeg [2022-02-12T02:12:40.989Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-02-12T02:12:40.989Z] === RUN TestFilterByCapPos [2022-02-12T02:12:40.989Z] --- PASS: TestFilterByCapPos (0.00s) [2022-02-12T02:12:40.989Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-02-12T02:12:40.989Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-02-12T02:12:40.989Z] PASS [2022-02-12T02:12:40.989Z] coverage: 12.0% of statements [2022-02-12T02:12:40.989Z] ok github.com/docker/docker/plugin 0.066s coverage: 12.0% of statements [2022-02-12T02:12:40.989Z] === RUN TestLoad [2022-02-12T02:12:40.989Z] --- PASS: TestLoad (0.00s) [2022-02-12T02:12:40.989Z] === RUN TestSave [2022-02-12T02:12:40.989Z] --- PASS: TestSave (0.04s) [2022-02-12T02:12:40.989Z] === RUN TestAddDeleteGet [2022-02-12T02:12:40.989Z] --- PASS: TestAddDeleteGet (0.05s) [2022-02-12T02:12:40.989Z] === RUN TestInvalidTags [2022-02-12T02:12:40.989Z] --- PASS: TestInvalidTags (0.01s) [2022-02-12T02:12:41.283Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-02-12T02:12:41.457Z] PASS [2022-02-12T02:12:41.457Z] coverage: 84.4% of statements [2022-02-12T02:12:41.457Z] ok github.com/docker/docker/reference 0.166s coverage: 84.4% of statements [2022-02-12T02:12:42.234Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-02-12T02:12:42.448Z] === RUN TestRestartManagerTimeout [2022-02-12T02:12:42.448Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-02-12T02:12:42.448Z] === RUN TestRestartManagerTimeoutReset [2022-02-12T02:12:42.448Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-02-12T02:12:42.448Z] PASS [2022-02-12T02:12:42.448Z] coverage: 45.3% of statements [2022-02-12T02:12:42.448Z] ok github.com/docker/docker/restartmanager 0.041s coverage: 45.3% of statements [2022-02-12T02:12:42.917Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-02-12T02:12:42.917Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-02-12T02:12:42.917Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-02-12T02:12:42.917Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-02-12T02:12:42.917Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-02-12T02:12:42.917Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-02-12T02:12:42.917Z] === RUN TestResumableRequestReaderWithReadError [2022-02-12T02:12:42.917Z] time="2022-02-12T02:12:42Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-02-12T02:12:42.917Z] --- PASS: TestResumableRequestReaderWithReadError (0.20s) [2022-02-12T02:12:42.917Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-02-12T02:12:42.917Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-02-12T02:12:42.917Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-02-12T02:12:42.917Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-02-12T02:12:42.917Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-02-12T02:12:42.917Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-02-12T02:12:42.917Z] === RUN TestResumableRequestReader [2022-02-12T02:12:42.917Z] --- PASS: TestResumableRequestReader (0.00s) [2022-02-12T02:12:42.917Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-02-12T02:12:42.917Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-02-12T02:12:42.917Z] PASS [2022-02-12T02:12:42.917Z] coverage: 100.0% of statements [2022-02-12T02:12:42.917Z] ok github.com/docker/docker/registry/resumable 0.276s coverage: 100.0% of statements [2022-02-12T02:12:43.177Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-02-12T02:12:43.387Z] === RUN TestDecodeContainerConfig [2022-02-12T02:12:43.387Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-02-12T02:12:43.387Z] === RUN TestDecodeContainerConfigIsolation [2022-02-12T02:12:43.387Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-02-12T02:12:43.387Z] === RUN TestValidatePrivileged [2022-02-12T02:12:43.387Z] --- PASS: TestValidatePrivileged (0.00s) [2022-02-12T02:12:43.387Z] PASS [2022-02-12T02:12:43.387Z] coverage: 52.6% of statements [2022-02-12T02:12:43.387Z] ok github.com/docker/docker/runconfig 0.099s coverage: 52.6% of statements [2022-02-12T02:12:43.749Z] --- PASS: TestGraphdriverPluginV2 (4.20s) [2022-02-12T02:12:43.749Z] PASS [2022-02-12T02:12:43.749Z] [2022-02-12T02:12:43.749Z] DONE 5 tests in 9.480s [2022-02-12T02:12:43.749Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-02-12T02:12:43.749Z] ++ 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-02-12T02:12:43.749Z] ++ set -e [2022-02-12T02:12:43.749Z] ++ '[' -n 0 ']' [2022-02-12T02:12:43.749Z] ++ set -x [2022-02-12T02:12:43.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-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-02-12T02:12:43.750Z] INFO: Testing against a local daemon [2022-02-12T02:12:43.750Z] === RUN TestContinueAfterPluginCrash [2022-02-12T02:12:43.750Z] === PAUSE TestContinueAfterPluginCrash [2022-02-12T02:12:43.750Z] === RUN TestReadPluginNoRead [2022-02-12T02:12:43.750Z] === PAUSE TestReadPluginNoRead [2022-02-12T02:12:43.750Z] === RUN TestDaemonStartWithLogOpt [2022-02-12T02:12:43.750Z] === PAUSE TestDaemonStartWithLogOpt [2022-02-12T02:12:43.750Z] === CONT TestContinueAfterPluginCrash [2022-02-12T02:12:43.750Z] === CONT TestDaemonStartWithLogOpt [2022-02-12T02:12:43.859Z] === RUN TestResolveAuthConfigIndexServer [2022-02-12T02:12:43.859Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-02-12T02:12:43.859Z] === RUN TestResolveAuthConfigFullURL [2022-02-12T02:12:43.859Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-02-12T02:12:43.859Z] === RUN TestLoadAllowNondistributableArtifacts [2022-02-12T02:12:43.859Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-02-12T02:12:43.859Z] === RUN TestValidateMirror [2022-02-12T02:12:43.859Z] --- PASS: TestValidateMirror (0.00s) [2022-02-12T02:12:43.859Z] === RUN TestLoadInsecureRegistries [2022-02-12T02:12:43.859Z] time="2022-02-12T02:12:43Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-02-12T02:12:43.859Z] time="2022-02-12T02:12:43Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-02-12T02:12:43.859Z] time="2022-02-12T02:12:43Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-02-12T02:12:43.859Z] --- PASS: TestLoadInsecureRegistries (0.22s) [2022-02-12T02:12:43.859Z] === RUN TestNewServiceConfig [2022-02-12T02:12:43.859Z] --- PASS: TestNewServiceConfig (0.00s) [2022-02-12T02:12:43.859Z] === RUN TestValidateIndexName [2022-02-12T02:12:43.859Z] --- PASS: TestValidateIndexName (0.00s) [2022-02-12T02:12:43.859Z] === RUN TestValidateIndexNameWithError [2022-02-12T02:12:43.859Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-02-12T02:12:43.859Z] === RUN TestEndpointParse [2022-02-12T02:12:43.859Z] --- PASS: TestEndpointParse (0.00s) [2022-02-12T02:12:44.322Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-02-12T02:12:44.328Z] === RUN TestEndpointParseInvalid [2022-02-12T02:12:44.328Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-02-12T02:12:44.328Z] === RUN TestValidateEndpoint [2022-02-12T02:12:44.328Z] --- PASS: TestValidateEndpoint (0.01s) [2022-02-12T02:12:44.328Z] === RUN TestPing [2022-02-12T02:12:44.328Z] --- PASS: TestPing (0.00s) [2022-02-12T02:12:44.328Z] === RUN TestPingRegistryEndpoint [2022-02-12T02:12:44.328Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:12:44.328Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-02-12T02:12:44.328Z] === RUN TestEndpoint [2022-02-12T02:12:44.328Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:12:44.328Z] --- SKIP: TestEndpoint (0.00s) [2022-02-12T02:12:44.328Z] === RUN TestParseRepositoryInfo [2022-02-12T02:12:44.328Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-02-12T02:12:44.328Z] === RUN TestNewIndexInfo [2022-02-12T02:12:44.328Z] --- PASS: TestNewIndexInfo (0.00s) [2022-02-12T02:12:44.328Z] === RUN TestMirrorEndpointLookup [2022-02-12T02:12:44.328Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:12:44.328Z] --- SKIP: TestMirrorEndpointLookup (0.02s) [2022-02-12T02:12:44.328Z] === RUN TestSearchRepositories [2022-02-12T02:12:44.328Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-02-12T02:12:44.328Z] Host: 127.0.0.1:49330 [2022-02-12T02:12:44.328Z] User-Agent: docker test client [2022-02-12T02:12:44.328Z] Authorization: Token fake-token [2022-02-12T02:12:44.328Z] X-Docker-Token: true [2022-02-12T02:12:44.328Z] Accept-Encoding: gzip [2022-02-12T02:12:44.328Z] [2022-02-12T02:12:44.328Z] [2022-02-12T02:12:44.328Z] registry_test.go:730: HTTP/1.1 200 OK [2022-02-12T02:12:44.328Z] Connection: close [2022-02-12T02:12:44.328Z] Content-Length: 144 [2022-02-12T02:12:44.328Z] Cache-Control: no-cache [2022-02-12T02:12:44.328Z] Content-Type: application/json [2022-02-12T02:12:44.328Z] Date: Sat, 12 Feb 2022 02:12:43 GMT [2022-02-12T02:12:44.328Z] Expires: -1 [2022-02-12T02:12:44.328Z] Pragma: no-cache [2022-02-12T02:12:44.328Z] Server: docker-tests/mock [2022-02-12T02:12:44.796Z] X-Docker-Registry-Config: mock [2022-02-12T02:12:44.796Z] X-Docker-Registry-Version: 0.0.0 [2022-02-12T02:12:44.796Z] [2022-02-12T02:12:44.796Z] [2022-02-12T02:12:44.796Z] --- PASS: TestSearchRepositories (0.02s) [2022-02-12T02:12:44.796Z] === RUN TestTrustedLocation [2022-02-12T02:12:44.796Z] --- PASS: TestTrustedLocation (0.00s) [2022-02-12T02:12:44.796Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-02-12T02:12:44.796Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-02-12T02:12:44.796Z] === RUN TestAllowNondistributableArtifacts [2022-02-12T02:12:44.796Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-02-12T02:12:44.796Z] === RUN TestIsSecureIndex [2022-02-12T02:12:44.796Z] --- PASS: TestIsSecureIndex (0.00s) [2022-02-12T02:12:44.796Z] PASS [2022-02-12T02:12:44.796Z] coverage: 51.2% of statements [2022-02-12T02:12:44.796Z] ok github.com/docker/docker/registry 0.503s coverage: 51.2% of statements [2022-02-12T02:12:44.796Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-02-12T02:12:44.796Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-02-12T02:12:44.796Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-02-12T02:12:44.796Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-02-12T02:12:44.796Z] PASS [2022-02-12T02:12:44.796Z] coverage: 62.5% of statements [2022-02-12T02:12:44.796Z] ok github.com/docker/docker/testutil 0.108s coverage: 62.5% of statements [2022-02-12T02:12:46.239Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-02-12T02:12:46.979Z] --- PASS: TestCreateServiceMultipleTimes (15.53s) [2022-02-12T02:12:46.979Z] === RUN TestCreateServiceConflict [2022-02-12T02:12:46.979Z] --- PASS: TestCreateServiceConflict (2.17s) [2022-02-12T02:12:46.979Z] === RUN TestCreateServiceMaxReplicas [2022-02-12T02:12:47.011Z] === RUN TestGetDriver [2022-02-12T02:12:47.011Z] --- PASS: TestGetDriver (0.00s) [2022-02-12T02:12:47.011Z] === RUN TestVolumeRequestError [2022-02-12T02:12:47.011Z] --- PASS: TestVolumeRequestError (0.01s) [2022-02-12T02:12:47.011Z] PASS [2022-02-12T02:12:47.011Z] coverage: 36.1% of statements [2022-02-12T02:12:47.011Z] ok github.com/docker/docker/volume/drivers 0.070s coverage: 36.1% of statements [2022-02-12T02:12:47.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-02-12T02:12:47.445Z] --- PASS: TestDaemonStartWithLogOpt (3.74s) [2022-02-12T02:12:47.445Z] === CONT TestReadPluginNoRead [2022-02-12T02:12:48.004Z] === RUN TestGetAddress [2022-02-12T02:12:48.004Z] --- PASS: TestGetAddress (0.00s) [2022-02-12T02:12:48.004Z] === RUN TestRemove [2022-02-12T02:12:48.004Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-02-12T02:12:48.004Z] --- SKIP: TestRemove (0.00s) [2022-02-12T02:12:48.004Z] === RUN TestInitializeWithVolumes [2022-02-12T02:12:48.004Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-02-12T02:12:48.004Z] === RUN TestCreate [2022-02-12T02:12:48.004Z] --- PASS: TestCreate (0.01s) [2022-02-12T02:12:48.004Z] === RUN TestValidateName [2022-02-12T02:12:48.004Z] --- PASS: TestValidateName (0.00s) [2022-02-12T02:12:48.004Z] === RUN TestCreateWithOpts [2022-02-12T02:12:48.004Z] local_test.go:180: runtime.GOOS == "windows" [2022-02-12T02:12:48.004Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-02-12T02:12:48.004Z] === RUN TestRelaodNoOpts [2022-02-12T02:12:48.004Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-02-12T02:12:48.004Z] PASS [2022-02-12T02:12:48.004Z] coverage: 41.5% of statements [2022-02-12T02:12:48.004Z] ok github.com/docker/docker/volume/local 0.102s coverage: 41.5% of statements [2022-02-12T02:12:48.348Z] --- PASS: TestCreateServiceMaxReplicas (2.13s) [2022-02-12T02:12:48.348Z] === RUN TestCreateWithDuplicateNetworkNames [2022-02-12T02:12:48.478Z] === RUN TestLCOWParseMountRaw [2022-02-12T02:12:48.478Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-02-12T02:12:48.478Z] === RUN TestLCOWParseMountRawSplit [2022-02-12T02:12:48.478Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-02-12T02:12:48.478Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-02-12T02:12:48.478Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-02-12T02:12:48.478Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-02-12T02:12:48.478Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-02-12T02:12:48.478Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-02-12T02:12:48.478Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-02-12T02:12:48.478Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-02-12T02:12:48.478Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-02-12T02:12:48.478Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-02-12T02:12:48.478Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-02-12T02:12:48.478Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-02-12T02:12:48.478Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-02-12T02:12:48.478Z] === RUN TestLinuxParseMountRaw [2022-02-12T02:12:48.478Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-02-12T02:12:48.478Z] === RUN TestLinuxParseMountRawSplit [2022-02-12T02:12:48.478Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-02-12T02:12:48.478Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-02-12T02:12:48.478Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-02-12T02:12:48.478Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-02-12T02:12:48.478Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-02-12T02:12:48.478Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-02-12T02:12:48.478Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-02-12T02:12:48.478Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-02-12T02:12:48.478Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-02-12T02:12:48.478Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-02-12T02:12:48.478Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-02-12T02:12:48.478Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-02-12T02:12:48.478Z] === RUN TestConvertTmpfsOptions [2022-02-12T02:12:48.478Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-02-12T02:12:48.478Z] linux_parser_test.go:209: data="ro" [2022-02-12T02:12:48.478Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-02-12T02:12:48.478Z] === RUN TestParseMountSpec [2022-02-12T02:12:48.478Z] parser_test.go:62: case 0 [2022-02-12T02:12:48.478Z] parser_test.go:62: case 1 [2022-02-12T02:12:48.478Z] parser_test.go:62: case 2 [2022-02-12T02:12:48.478Z] parser_test.go:62: case 3 [2022-02-12T02:12:48.478Z] parser_test.go:62: case 4 [2022-02-12T02:12:48.478Z] parser_test.go:62: case 5 [2022-02-12T02:12:48.478Z] --- PASS: TestParseMountSpec (0.00s) [2022-02-12T02:12:48.478Z] === RUN TestValidateMount [2022-02-12T02:12:48.478Z] --- PASS: TestValidateMount (0.00s) [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRaw [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRawSplit [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-02-12T02:12:48.478Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-02-12T02:12:48.478Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-02-12T02:12:48.478Z] PASS [2022-02-12T02:12:48.478Z] coverage: 67.6% of statements [2022-02-12T02:12:48.478Z] ok github.com/docker/docker/volume/mounts 0.056s coverage: 67.6% of statements [2022-02-12T02:12:48.831Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000c62c60_} [2022-02-12T02:12:48.947Z] === RUN TestSetGetMeta [2022-02-12T02:12:48.947Z] === PAUSE TestSetGetMeta [2022-02-12T02:12:48.947Z] === RUN TestRestore [2022-02-12T02:12:48.947Z] === PAUSE TestRestore [2022-02-12T02:12:48.947Z] === RUN TestServiceCreate [2022-02-12T02:12:48.947Z] === PAUSE TestServiceCreate [2022-02-12T02:12:48.947Z] === RUN TestServiceList [2022-02-12T02:12:48.947Z] === PAUSE TestServiceList [2022-02-12T02:12:48.947Z] === RUN TestServiceRemove [2022-02-12T02:12:48.947Z] === PAUSE TestServiceRemove [2022-02-12T02:12:48.947Z] === RUN TestServiceGet [2022-02-12T02:12:48.947Z] === PAUSE TestServiceGet [2022-02-12T02:12:48.947Z] === RUN TestServicePrune [2022-02-12T02:12:48.947Z] === PAUSE TestServicePrune [2022-02-12T02:12:48.947Z] === RUN TestCreate [2022-02-12T02:12:48.947Z] === PAUSE TestCreate [2022-02-12T02:12:48.947Z] === RUN TestRemove [2022-02-12T02:12:48.947Z] === PAUSE TestRemove [2022-02-12T02:12:48.947Z] === RUN TestList [2022-02-12T02:12:48.947Z] === PAUSE TestList [2022-02-12T02:12:48.947Z] === RUN TestFindByDriver [2022-02-12T02:12:48.947Z] === PAUSE TestFindByDriver [2022-02-12T02:12:48.947Z] === RUN TestFindByReferenced [2022-02-12T02:12:48.947Z] === PAUSE TestFindByReferenced [2022-02-12T02:12:48.947Z] === RUN TestDerefMultipleOfSameRef [2022-02-12T02:12:48.947Z] === PAUSE TestDerefMultipleOfSameRef [2022-02-12T02:12:48.947Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-12T02:12:48.947Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-12T02:12:48.947Z] === RUN TestDefererencePluginOnCreateError [2022-02-12T02:12:48.947Z] === PAUSE TestDefererencePluginOnCreateError [2022-02-12T02:12:48.947Z] === RUN TestRefDerefRemove [2022-02-12T02:12:48.947Z] === PAUSE TestRefDerefRemove [2022-02-12T02:12:48.947Z] === RUN TestGet [2022-02-12T02:12:48.947Z] === PAUSE TestGet [2022-02-12T02:12:48.947Z] === RUN TestGetWithReference [2022-02-12T02:12:48.947Z] === PAUSE TestGetWithReference [2022-02-12T02:12:48.947Z] === RUN TestFilterFunc [2022-02-12T02:12:48.947Z] === RUN TestFilterFunc/test_nil_list [2022-02-12T02:12:48.947Z] === PAUSE TestFilterFunc/test_nil_list [2022-02-12T02:12:49.415Z] === RUN TestFilterFunc/test_empty_list [2022-02-12T02:12:49.415Z] === PAUSE TestFilterFunc/test_empty_list [2022-02-12T02:12:49.415Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-02-12T02:12:49.415Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-02-12T02:12:49.415Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-12T02:12:49.415Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-12T02:12:49.415Z] === RUN TestFilterFunc/test_filter_some [2022-02-12T02:12:49.415Z] === PAUSE TestFilterFunc/test_filter_some [2022-02-12T02:12:49.415Z] === RUN TestFilterFunc/test_filter_middle [2022-02-12T02:12:49.415Z] === PAUSE TestFilterFunc/test_filter_middle [2022-02-12T02:12:49.415Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-02-12T02:12:49.415Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-02-12T02:12:49.415Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-02-12T02:12:49.415Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-02-12T02:12:49.415Z] === CONT TestFilterFunc/test_nil_list [2022-02-12T02:12:49.415Z] === CONT TestFilterFunc/test_filter_some [2022-02-12T02:12:49.415Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-12T02:12:49.415Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-02-12T02:12:49.415Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-02-12T02:12:49.415Z] === CONT TestFilterFunc/test_empty_list [2022-02-12T02:12:49.415Z] === CONT TestFilterFunc/test_filter_middle [2022-02-12T02:12:49.415Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-02-12T02:12:49.415Z] --- PASS: TestFilterFunc (0.00s) [2022-02-12T02:12:49.415Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-02-12T02:12:49.415Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-02-12T02:12:49.415Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-02-12T02:12:49.415Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-02-12T02:12:49.415Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-02-12T02:12:49.415Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-02-12T02:12:49.415Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-02-12T02:12:49.415Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-02-12T02:12:49.415Z] === CONT TestSetGetMeta [2022-02-12T02:12:49.415Z] === CONT TestList [2022-02-12T02:12:49.415Z] === CONT TestServiceGet [2022-02-12T02:12:49.415Z] === CONT TestServiceList [2022-02-12T02:12:49.415Z] --- PASS: TestSetGetMeta (0.02s) [2022-02-12T02:12:49.415Z] === CONT TestServiceRemove [2022-02-12T02:12:49.415Z] --- PASS: TestList (0.04s) [2022-02-12T02:12:49.415Z] === CONT TestCreate [2022-02-12T02:12:49.415Z] --- PASS: TestCreate (0.02s) [2022-02-12T02:12:49.415Z] === CONT TestRemove [2022-02-12T02:12:49.415Z] --- PASS: TestRemove (0.02s) [2022-02-12T02:12:49.415Z] === CONT TestServiceCreate [2022-02-12T02:12:49.415Z] --- PASS: TestServiceGet (0.20s) [2022-02-12T02:12:49.415Z] === CONT TestDefererencePluginOnCreateError [2022-02-12T02:12:49.415Z] --- PASS: TestServiceRemove (0.19s) [2022-02-12T02:12:49.415Z] === CONT TestGetWithReference [2022-02-12T02:12:49.415Z] --- PASS: TestServiceList (0.21s) [2022-02-12T02:12:49.415Z] === CONT TestGet [2022-02-12T02:12:49.415Z] --- PASS: TestServiceCreate (0.14s) [2022-02-12T02:12:49.415Z] === CONT TestRefDerefRemove [2022-02-12T02:12:49.415Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-02-12T02:12:49.415Z] === CONT TestServicePrune [2022-02-12T02:12:49.415Z] --- PASS: TestGet (0.02s) [2022-02-12T02:12:49.415Z] === CONT TestRestore [2022-02-12T02:12:49.415Z] --- PASS: TestGetWithReference (0.03s) [2022-02-12T02:12:49.415Z] === CONT TestDerefMultipleOfSameRef [2022-02-12T02:12:49.415Z] --- PASS: TestRefDerefRemove (0.03s) [2022-02-12T02:12:49.415Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-12T02:12:49.415Z] time="2022-02-12T02:12:49Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-12T02:12:49.415Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-02-12T02:12:49.415Z] === CONT TestFindByReferenced [2022-02-12T02:12:49.415Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-02-12T02:12:49.415Z] === CONT TestFindByDriver [2022-02-12T02:12:49.415Z] time="2022-02-12T02:12:49Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-12T02:12:49.415Z] --- PASS: TestRestore (0.03s) [2022-02-12T02:12:49.415Z] time="2022-02-12T02:12:49Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-12T02:12:49.415Z] time="2022-02-12T02:12:49Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-02-12T02:12:49.415Z] --- PASS: TestFindByReferenced (0.02s) [2022-02-12T02:12:49.415Z] --- PASS: TestFindByDriver (0.03s) [2022-02-12T02:12:49.415Z] time="2022-02-12T02:12:49Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-12T02:12:49.415Z] --- PASS: TestServicePrune (0.06s) [2022-02-12T02:12:49.415Z] PASS [2022-02-12T02:12:49.415Z] coverage: 69.0% of statements [2022-02-12T02:12:49.415Z] ok github.com/docker/docker/volume/service 0.343s coverage: 69.0% of statements [2022-02-12T02:12:49.779Z] === RUN TestReadPluginNoRead/default [2022-02-12T02:12:50.040Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-02-12T02:12:50.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12679781698_/foo_false____} [2022-02-12T02:12:51.245Z] === RUN TestReadPluginNoRead/disabled_caching [2022-02-12T02:12:51.507Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12679781698_/foo_true____} [2022-02-12T02:12:52.232Z] 2022/02/12 02:12:50 Closing DB instances... [2022-02-12T02:12:52.688Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-02-12T02:12:52.689Z] === RUN TestFindNode [2022-02-12T02:12:52.689Z] 2022/02/12 02:12:52 Closing DB instances... [2022-02-12T02:12:52.689Z] --- PASS: TestFindNode (0.02s) [2022-02-12T02:12:52.689Z] === RUN TestChangeNodeState [2022-02-12T02:12:52.689Z] 2022/02/12 02:12:52 Closing DB instances... [2022-02-12T02:12:52.689Z] --- PASS: TestChangeNodeState (0.02s) [2022-02-12T02:12:52.689Z] === RUN TestNodeReincarnation [2022-02-12T02:12:52.689Z] 2022/02/12 02:12:52 Closing DB instances... [2022-02-12T02:12:52.896Z] --- PASS: TestContinueAfterPluginCrash (8.89s) [2022-02-12T02:12:52.896Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-02-12T02:12:52.896Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3686757748_/foo_false____} [2022-02-12T02:12:53.840Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-02-12T02:12:54.412Z] === CONT TestReadPluginNoRead [2022-02-12T02:12:54.412Z] read_test.go:92: [d76d87a8ea4f1] daemon is not started [2022-02-12T02:12:54.412Z] --- PASS: TestReadPluginNoRead (6.79s) [2022-02-12T02:12:54.412Z] --- PASS: TestReadPluginNoRead/default (1.36s) [2022-02-12T02:12:54.412Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.72s) [2022-02-12T02:12:54.412Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.42s) [2022-02-12T02:12:54.412Z] PASS [2022-02-12T02:12:54.412Z] [2022-02-12T02:12:54.412Z] DONE 6 tests in 10.631s [2022-02-12T02:12:54.412Z] 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-02-12T02:12:54.412Z] ++ 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-02-12T02:12:54.412Z] ++ set -e [2022-02-12T02:12:54.412Z] ++ '[' -n 0 ']' [2022-02-12T02:12:54.412Z] ++ set -x [2022-02-12T02:12:54.412Z] ++ 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-02-12T02:12:54.412Z] testing: warning: no tests to run [2022-02-12T02:12:54.412Z] PASS [2022-02-12T02:12:54.412Z] [2022-02-12T02:12:54.412Z] DONE 0 tests in 0.032s [2022-02-12T02:12:54.412Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-02-12T02:12:54.412Z] ++ 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-02-12T02:12:54.412Z] ++ set -e [2022-02-12T02:12:54.412Z] ++ '[' -n 0 ']' [2022-02-12T02:12:54.412Z] ++ set -x [2022-02-12T02:12:54.412Z] ++ 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-02-12T02:12:54.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3686757748_/foo_true____} [2022-02-12T02:12:54.412Z] INFO: Testing against a local daemon [2022-02-12T02:12:54.412Z] === RUN TestPluginWithDevMounts [2022-02-12T02:12:54.412Z] === PAUSE TestPluginWithDevMounts [2022-02-12T02:12:54.412Z] === CONT TestPluginWithDevMounts [2022-02-12T02:12:55.800Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3686757748_/foo_true__0xc000c62cc0__} [2022-02-12T02:12:56.373Z] --- PASS: TestPluginWithDevMounts (1.70s) [2022-02-12T02:12:56.373Z] PASS [2022-02-12T02:12:56.373Z] [2022-02-12T02:12:56.373Z] DONE 1 tests in 1.843s [2022-02-12T02:12:56.373Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-02-12T02:12:56.373Z] ++ 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-02-12T02:12:56.373Z] ++ set -e [2022-02-12T02:12:56.373Z] ++ '[' -n 0 ']' [2022-02-12T02:12:56.373Z] ++ set -x [2022-02-12T02:12:56.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-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-02-12T02:12:56.373Z] docker_api_swarm_node_test.go:20: [dc17e98c62c9d] joining swarm manager [dec035fb1b2eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:12:56.373Z] INFO: Testing against a local daemon [2022-02-12T02:12:56.373Z] === RUN TestSecretInspect [2022-02-12T02:12:57.316Z] docker_api_swarm_node_test.go:21: [dfabb69e65f4a] joining swarm manager [dec035fb1b2eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:12:57.316Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000c62cf0_} [2022-02-12T02:12:58.456Z] time="2022-02-12T02:12:57Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-02-12T02:12:58.457Z] --- PASS: TestNodeReincarnation (5.02s) [2022-02-12T02:12:58.457Z] === RUN TestParallelCreate [2022-02-12T02:12:58.457Z] 2022/02/12 02:12:57 Closing DB instances... [2022-02-12T02:12:58.457Z] --- PASS: TestParallelCreate (0.02s) [2022-02-12T02:12:58.457Z] === RUN TestParallelDelete [2022-02-12T02:12:58.457Z] 2022/02/12 02:12:57 Closing DB instances... [2022-02-12T02:12:58.457Z] --- PASS: TestParallelDelete (0.02s) [2022-02-12T02:12:58.457Z] === RUN TestNetworkDBIslands [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:43b32c05a1b4 with config:&{NodeID:43b32c05a1b4 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-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, added to nodes list" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:5fd6d6b9e008 with config:&{NodeID:5fd6d6b9e008 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-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, added to nodes list" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=debug msg="memberlist: Stream connection from=[::1]:49362" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, added to nodes list" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, added to nodes list" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:57Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49363" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:58Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:78ce3c1c65e9 with config:&{NodeID:78ce3c1c65e9 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-02-12T02:12:58.457Z] time="2022-02-12T02:12:58Z" level=info msg="Node 78ce3c1c65e9/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:58Z" level=info msg="Node 78ce3c1c65e9/172.29.94.9, added to nodes list" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:58Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:58Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:58Z" level=debug msg="memberlist: Stream connection from=[::1]:49364" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:58Z" level=info msg="Node 78ce3c1c65e9/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:58Z" level=info msg="Node 78ce3c1c65e9/172.29.94.9, added to nodes list" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:58Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:58Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, added to nodes list" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:58Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:58Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, added to nodes list" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-02-12T02:12:58.457Z] time="2022-02-12T02:12:58Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49365" [2022-02-12T02:12:58.702Z] --- PASS: TestSecretInspect (2.33s) [2022-02-12T02:12:58.702Z] === RUN TestSecretList [2022-02-12T02:12:58.702Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000c62d20_} [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=info msg="Node 78ce3c1c65e9/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=info msg="Node 78ce3c1c65e9/172.29.94.9, added to nodes list" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:48176f378727 with config:&{NodeID:48176f378727 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-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=info msg="Node 48176f378727/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=info msg="Node 48176f378727/172.29.94.9, added to nodes list" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=debug msg="memberlist: Stream connection from=[::1]:49366" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=info msg="Node 48176f378727/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=info msg="Node 48176f378727/172.29.94.9, added to nodes list" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, added to nodes list" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=info msg="Node 78ce3c1c65e9/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=info msg="Node 78ce3c1c65e9/172.29.94.9, added to nodes list" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, added to nodes list" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-02-12T02:12:58.913Z] time="2022-02-12T02:12:58Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49367" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:58Z" level=info msg="Node 48176f378727/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:58Z" level=info msg="Node 48176f378727/172.29.94.9, added to nodes list" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:58Z" level=info msg="Node 48176f378727/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:58Z" level=info msg="Node 48176f378727/172.29.94.9, added to nodes list" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:2415560dd1ed with config:&{NodeID:2415560dd1ed 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-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=info msg="Node 2415560dd1ed/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=info msg="Node 2415560dd1ed/172.29.94.9, added to nodes list" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Stream connection from=[::1]:49368" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=info msg="Node 2415560dd1ed/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=info msg="Node 2415560dd1ed/172.29.94.9, added to nodes list" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=info msg="Node 78ce3c1c65e9/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=info msg="Node 78ce3c1c65e9/172.29.94.9, added to nodes list" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=info msg="Node 48176f378727/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=info msg="Node 48176f378727/172.29.94.9, added to nodes list" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, added to nodes list" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, added to nodes list" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-02-12T02:12:59.368Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49369" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=info msg="Node 2415560dd1ed/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=info msg="Node 2415560dd1ed/172.29.94.9, added to nodes list" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=info msg="Node 2415560dd1ed/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=info msg="Node 2415560dd1ed/172.29.94.9, added to nodes list" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=info msg="Node 2415560dd1ed/172.29.94.9, joined gossip cluster" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=info msg="Node 2415560dd1ed/172.29.94.9, added to nodes list" [2022-02-12T02:12:59.825Z] networkdb_test.go:835: Re-joining: 3 [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=info msg="The new bootstrap node list is:[172.29.94.9:10033 172.29.94.9:10034 172.29.94.9:10035]" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.94.9:10033" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Stream connection from=172.29.94.9:49370" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.94.9:10034" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Stream connection from=172.29.94.9:49371" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.94.9:10035" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Stream connection from=172.29.94.9:49372" [2022-02-12T02:12:59.825Z] networkdb_test.go:835: Re-joining: 4 [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=info msg="The new bootstrap node list is:[172.29.94.9:10033 172.29.94.9:10034 172.29.94.9:10035]" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.94.9:10033" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Stream connection from=172.29.94.9:49373" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.94.9:10034" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Stream connection from=172.29.94.9:49374" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.94.9:10035" [2022-02-12T02:12:59.825Z] time="2022-02-12T02:12:59Z" level=debug msg="memberlist: Stream connection from=172.29.94.9:49375" [2022-02-12T02:13:00.113Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000c62d38_} [2022-02-12T02:13:00.281Z] time="2022-02-12T02:12:59Z" level=info msg="node 0 leaving" [2022-02-12T02:13:00.281Z] time="2022-02-12T02:13:00Z" level=info msg="Node 43b32c05a1b4 change state NodeActive --> NodeLeft" [2022-02-12T02:13:00.281Z] time="2022-02-12T02:13:00Z" level=info msg="node4(48176f378727): Node leave event for 43b32c05a1b4/172.29.94.9" [2022-02-12T02:13:00.281Z] time="2022-02-12T02:13:00Z" level=info msg="Node 43b32c05a1b4 change state NodeActive --> NodeLeft" [2022-02-12T02:13:00.281Z] time="2022-02-12T02:13:00Z" level=info msg="node5(2415560dd1ed): Node leave event for 43b32c05a1b4/172.29.94.9" [2022-02-12T02:13:00.281Z] time="2022-02-12T02:13:00Z" level=info msg="Node 43b32c05a1b4 change state NodeActive --> NodeLeft" [2022-02-12T02:13:00.281Z] time="2022-02-12T02:13:00Z" level=info msg="node2(5fd6d6b9e008): Node leave event for 43b32c05a1b4/172.29.94.9" [2022-02-12T02:13:00.281Z] time="2022-02-12T02:13:00Z" level=info msg="Node 43b32c05a1b4 change state NodeActive --> NodeLeft" [2022-02-12T02:13:00.281Z] time="2022-02-12T02:13:00Z" level=info msg="node1(43b32c05a1b4): Node leave event for 43b32c05a1b4/172.29.94.9" [2022-02-12T02:13:00.281Z] time="2022-02-12T02:13:00Z" level=info msg="Node 43b32c05a1b4 change state NodeActive --> NodeLeft" [2022-02-12T02:13:00.281Z] time="2022-02-12T02:13:00Z" level=info msg="node3(78ce3c1c65e9): Node leave event for 43b32c05a1b4/172.29.94.9" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, left gossip cluster" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, left gossip cluster" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, left gossip cluster" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, left gossip cluster" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="Node 43b32c05a1b4/172.29.94.9, left gossip cluster" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="node 1 leaving" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="Node 5fd6d6b9e008 change state NodeActive --> NodeLeft" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="node5(2415560dd1ed): Node leave event for 5fd6d6b9e008/172.29.94.9" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, left gossip cluster" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="Node 5fd6d6b9e008 change state NodeActive --> NodeLeft" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="node4(48176f378727): Node leave event for 5fd6d6b9e008/172.29.94.9" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="Node 5fd6d6b9e008 change state NodeActive --> NodeFailed" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, added to failed nodes list" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="Node 5fd6d6b9e008 change state NodeActive --> NodeLeft" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=info msg="node3(78ce3c1c65e9): Node leave event for 5fd6d6b9e008/172.29.94.9" [2022-02-12T02:13:00.741Z] time="2022-02-12T02:13:00Z" level=error msg="node: 5fd6d6b9e008 is unknown to memberlist" [2022-02-12T02:13:01.058Z] --- PASS: TestSecretList (2.27s) [2022-02-12T02:13:01.058Z] === RUN TestSecretsCreateAndDelete [2022-02-12T02:13:01.197Z] time="2022-02-12T02:13:00Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, left gossip cluster" [2022-02-12T02:13:01.197Z] time="2022-02-12T02:13:00Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, left gossip cluster" [2022-02-12T02:13:01.197Z] time="2022-02-12T02:13:00Z" level=info msg="Node 5fd6d6b9e008/172.29.94.9, left gossip cluster" [2022-02-12T02:13:01.197Z] time="2022-02-12T02:13:00Z" level=info msg="node 2 leaving" [2022-02-12T02:13:01.197Z] time="2022-02-12T02:13:00Z" level=info msg="Node 78ce3c1c65e9 change state NodeActive --> NodeLeft" [2022-02-12T02:13:01.197Z] time="2022-02-12T02:13:00Z" level=info msg="node5(2415560dd1ed): Node leave event for 78ce3c1c65e9/172.29.94.9" [2022-02-12T02:13:01.197Z] time="2022-02-12T02:13:00Z" level=info msg="Node 78ce3c1c65e9 change state NodeActive --> NodeLeft" [2022-02-12T02:13:01.197Z] time="2022-02-12T02:13:00Z" level=info msg="node4(48176f378727): Node leave event for 78ce3c1c65e9/172.29.94.9" [2022-02-12T02:13:01.197Z] time="2022-02-12T02:13:00Z" level=info msg="Node 78ce3c1c65e9 change state NodeActive --> NodeLeft" [2022-02-12T02:13:01.197Z] time="2022-02-12T02:13:00Z" level=info msg="node3(78ce3c1c65e9): Node leave event for 78ce3c1c65e9/172.29.94.9" [2022-02-12T02:13:01.197Z] time="2022-02-12T02:13:01Z" level=info msg="Node 78ce3c1c65e9/172.29.94.9, left gossip cluster" [2022-02-12T02:13:01.631Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000c62d50_} [2022-02-12T02:13:01.652Z] time="2022-02-12T02:13:01Z" level=info msg="Node 78ce3c1c65e9/172.29.94.9, left gossip cluster" [2022-02-12T02:13:01.653Z] time="2022-02-12T02:13:01Z" level=info msg="Node 78ce3c1c65e9/172.29.94.9, left gossip cluster" [2022-02-12T02:13:01.653Z] networkdb_test.go:867: node4: OK [2022-02-12T02:13:01.653Z] networkdb_test.go:867: node5: OK [2022-02-12T02:13:01.653Z] time="2022-02-12T02:13:01Z" level=info msg="node 0 coming back" [2022-02-12T02:13:01.653Z] time="2022-02-12T02:13:01Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:f7326490654c with config:&{NodeID:f7326490654c 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-02-12T02:13:01.653Z] time="2022-02-12T02:13:01Z" level=info msg="Node f7326490654c/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:01.653Z] time="2022-02-12T02:13:01Z" level=info msg="Node f7326490654c/172.29.94.9, added to nodes list" [2022-02-12T02:13:01.653Z] time="2022-02-12T02:13:01Z" level=info msg="node 1 coming back" [2022-02-12T02:13:01.653Z] time="2022-02-12T02:13:01Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:321ae65ad84b with config:&{NodeID:321ae65ad84b 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-02-12T02:13:01.653Z] time="2022-02-12T02:13:01Z" level=info msg="Node 321ae65ad84b/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:01.653Z] time="2022-02-12T02:13:01Z" level=info msg="Node 321ae65ad84b/172.29.94.9, added to nodes list" [2022-02-12T02:13:01.653Z] time="2022-02-12T02:13:01Z" level=info msg="node 2 coming back" [2022-02-12T02:13:01.653Z] time="2022-02-12T02:13:01Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a74476709fa7 with config:&{NodeID:a74476709fa7 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-02-12T02:13:02.109Z] time="2022-02-12T02:13:01Z" level=info msg="Node a74476709fa7/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:02.109Z] time="2022-02-12T02:13:01Z" level=info msg="Node a74476709fa7/172.29.94.9, added to nodes list" [2022-02-12T02:13:03.016Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-02-12T02:13:03.016Z] --- PASS: TestSecretsCreateAndDelete (2.19s) [2022-02-12T02:13:03.016Z] === RUN TestSecretsUpdate [2022-02-12T02:13:03.189Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.06s) [2022-02-12T02:13:03.189Z] === RUN TestCreateServiceSecretFileMode [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-02-12T02:13:03.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-02-12T02:13:04.220Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-02-12T02:13:04.347Z] 2022/02/12 02:13:04 Closing DB instances... [2022-02-12T02:13:05.008Z] time="2022-02-12T02:13:04Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.94.9:10033 172.29.94.9:10034 172.29.94.9:10035]" [2022-02-12T02:13:05.464Z] time="2022-02-12T02:13:05Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.94.9:10033 172.29.94.9:10034 172.29.94.9:10035]" [2022-02-12T02:13:05.696Z] --- PASS: TestSecretsUpdate (2.58s) [2022-02-12T02:13:05.696Z] === RUN TestTemplatedSecret [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.94.9:10033" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=debug msg="memberlist: Stream connection from=172.29.94.9:49376" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 2415560dd1ed/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 2415560dd1ed/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 48176f378727/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 48176f378727/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node f7326490654c/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node f7326490654c/172.29.94.9, is the new incarnation of the shutdown node 43b32c05a1b4/172.29.94.9" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node f7326490654c/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.94.9:10034" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=debug msg="memberlist: Stream connection from=172.29.94.9:49377" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node f7326490654c/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node f7326490654c/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 2415560dd1ed/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 321ae65ad84b/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 321ae65ad84b/172.29.94.9, is the new incarnation of the shutdown node 5fd6d6b9e008/172.29.94.9" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 321ae65ad84b/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 2415560dd1ed/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 48176f378727/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 48176f378727/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=debug msg="memberlist: Stream connection from=172.29.94.9:49378" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.94.9:10035" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node f7326490654c/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node f7326490654c/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 2415560dd1ed/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 2415560dd1ed/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 321ae65ad84b/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 321ae65ad84b/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 48176f378727/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 48176f378727/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node a74476709fa7/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node a74476709fa7/172.29.94.9, is the new incarnation of the shutdown node 78ce3c1c65e9/172.29.94.9" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node a74476709fa7/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 321ae65ad84b/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 321ae65ad84b/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 321ae65ad84b/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 321ae65ad84b/172.29.94.9, is the new incarnation of the shutdown node 5fd6d6b9e008/172.29.94.9" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node 321ae65ad84b/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node f7326490654c/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node f7326490654c/172.29.94.9, is the new incarnation of the shutdown node 43b32c05a1b4/172.29.94.9" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node f7326490654c/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node a74476709fa7/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node a74476709fa7/172.29.94.9, added to nodes list" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node a74476709fa7/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node a74476709fa7/172.29.94.9, is the new incarnation of the shutdown node 78ce3c1c65e9/172.29.94.9" [2022-02-12T02:13:05.920Z] time="2022-02-12T02:13:05Z" level=info msg="Node a74476709fa7/172.29.94.9, added to nodes list" [2022-02-12T02:13:06.269Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-02-12T02:13:06.375Z] time="2022-02-12T02:13:05Z" level=info msg="Node a74476709fa7/172.29.94.9, joined gossip cluster" [2022-02-12T02:13:06.375Z] time="2022-02-12T02:13:05Z" level=info msg="Node a74476709fa7/172.29.94.9, added to nodes list" [2022-02-12T02:13:06.375Z] time="2022-02-12T02:13:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.94.9:10033" [2022-02-12T02:13:06.375Z] time="2022-02-12T02:13:06Z" level=debug msg="memberlist: Stream connection from=172.29.94.9:49379" [2022-02-12T02:13:06.375Z] time="2022-02-12T02:13:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.94.9:10034" [2022-02-12T02:13:06.375Z] time="2022-02-12T02:13:06Z" level=debug msg="memberlist: Stream connection from=172.29.94.9:49380" [2022-02-12T02:13:06.375Z] time="2022-02-12T02:13:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.94.9:10035" [2022-02-12T02:13:06.375Z] time="2022-02-12T02:13:06Z" level=debug msg="memberlist: Stream connection from=172.29.94.9:49381" [2022-02-12T02:13:06.617Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-02-12T02:13:06.617Z] === RUN TestFindNode [2022-02-12T02:13:06.617Z] 2022/02/12 02:13:06 Closing DB instances... [2022-02-12T02:13:06.617Z] --- PASS: TestFindNode (0.03s) [2022-02-12T02:13:06.617Z] === RUN TestChangeNodeState [2022-02-12T02:13:06.617Z] 2022/02/12 02:13:06 Closing DB instances... [2022-02-12T02:13:06.617Z] --- PASS: TestChangeNodeState (0.02s) [2022-02-12T02:13:06.617Z] === RUN TestNodeReincarnation [2022-02-12T02:13:06.617Z] 2022/02/12 02:13:06 Closing DB instances... [2022-02-12T02:13:06.833Z] 2022/02/12 02:13:06 Closing DB instances... [2022-02-12T02:13:06.833Z] time="2022-02-12T02:13:06Z" level=info msg="Node f7326490654c change state NodeActive --> NodeLeft" [2022-02-12T02:13:06.833Z] time="2022-02-12T02:13:06Z" level=info msg="node5(2415560dd1ed): Node leave event for f7326490654c/172.29.94.9" [2022-02-12T02:13:06.833Z] time="2022-02-12T02:13:06Z" level=info msg="Node f7326490654c change state NodeActive --> NodeLeft" [2022-02-12T02:13:06.833Z] time="2022-02-12T02:13:06Z" level=info msg="node4(48176f378727): Node leave event for f7326490654c/172.29.94.9" [2022-02-12T02:13:06.833Z] time="2022-02-12T02:13:06Z" level=info msg="Node f7326490654c change state NodeActive --> NodeLeft" [2022-02-12T02:13:06.833Z] time="2022-02-12T02:13:06Z" level=info msg="node3(a74476709fa7): Node leave event for f7326490654c/172.29.94.9" [2022-02-12T02:13:06.833Z] time="2022-02-12T02:13:06Z" level=info msg="Node f7326490654c change state NodeActive --> NodeLeft" [2022-02-12T02:13:06.833Z] time="2022-02-12T02:13:06Z" level=info msg="node1(f7326490654c): Node leave event for f7326490654c/172.29.94.9" [2022-02-12T02:13:06.833Z] time="2022-02-12T02:13:06Z" level=info msg="Node f7326490654c change state NodeActive --> NodeLeft" [2022-02-12T02:13:06.833Z] time="2022-02-12T02:13:06Z" level=info msg="node2(321ae65ad84b): Node leave event for f7326490654c/172.29.94.9" [2022-02-12T02:13:07.234Z] 2022/02/12 02:13:01 Closing DB instances... [2022-02-12T02:13:07.234Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-02-12T02:13:07.234Z] === RUN TestFindNode [2022-02-12T02:13:07.234Z] 2022/02/12 02:13:03 Closing DB instances... [2022-02-12T02:13:07.234Z] --- PASS: TestFindNode (0.02s) [2022-02-12T02:13:07.234Z] === RUN TestChangeNodeState [2022-02-12T02:13:07.234Z] 2022/02/12 02:13:03 Closing DB instances... [2022-02-12T02:13:07.234Z] --- PASS: TestChangeNodeState (0.02s) [2022-02-12T02:13:07.234Z] === RUN TestNodeReincarnation [2022-02-12T02:13:07.234Z] 2022/02/12 02:13:03 Closing DB instances... [2022-02-12T02:13:07.289Z] time="2022-02-12T02:13:06Z" level=info msg="Node f7326490654c/172.29.94.9, left gossip cluster" [2022-02-12T02:13:07.289Z] time="2022-02-12T02:13:06Z" level=info msg="Node f7326490654c/172.29.94.9, left gossip cluster" [2022-02-12T02:13:07.289Z] time="2022-02-12T02:13:06Z" level=info msg="Node f7326490654c/172.29.94.9, left gossip cluster" [2022-02-12T02:13:07.289Z] time="2022-02-12T02:13:06Z" level=info msg="Node f7326490654c/172.29.94.9, left gossip cluster" [2022-02-12T02:13:07.289Z] time="2022-02-12T02:13:06Z" level=info msg="Node f7326490654c/172.29.94.9, left gossip cluster" [2022-02-12T02:13:07.289Z] time="2022-02-12T02:13:07Z" level=info msg="Node 321ae65ad84b change state NodeActive --> NodeLeft" [2022-02-12T02:13:07.289Z] time="2022-02-12T02:13:07Z" level=info msg="Node 321ae65ad84b change state NodeActive --> NodeLeft" [2022-02-12T02:13:07.289Z] time="2022-02-12T02:13:07Z" level=info msg="node4(48176f378727): Node leave event for 321ae65ad84b/172.29.94.9" [2022-02-12T02:13:07.289Z] time="2022-02-12T02:13:07Z" level=info msg="node3(a74476709fa7): Node leave event for 321ae65ad84b/172.29.94.9" [2022-02-12T02:13:07.289Z] time="2022-02-12T02:13:07Z" level=info msg="Node 321ae65ad84b change state NodeActive --> NodeLeft" [2022-02-12T02:13:07.289Z] time="2022-02-12T02:13:07Z" level=info msg="node5(2415560dd1ed): Node leave event for 321ae65ad84b/172.29.94.9" [2022-02-12T02:13:07.289Z] time="2022-02-12T02:13:07Z" level=info msg="Node 321ae65ad84b change state NodeActive --> NodeLeft" [2022-02-12T02:13:07.289Z] time="2022-02-12T02:13:07Z" level=info msg="node2(321ae65ad84b): Node leave event for 321ae65ad84b/172.29.94.9" [2022-02-12T02:13:07.656Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-02-12T02:13:07.656Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-02-12T02:13:07.745Z] time="2022-02-12T02:13:07Z" level=info msg="Node 321ae65ad84b/172.29.94.9, left gossip cluster" [2022-02-12T02:13:07.745Z] time="2022-02-12T02:13:07Z" level=info msg="Node 321ae65ad84b/172.29.94.9, left gossip cluster" [2022-02-12T02:13:07.745Z] time="2022-02-12T02:13:07Z" level=info msg="Node 321ae65ad84b/172.29.94.9, left gossip cluster" [2022-02-12T02:13:07.745Z] time="2022-02-12T02:13:07Z" level=info msg="Node 321ae65ad84b/172.29.94.9, left gossip cluster" [2022-02-12T02:13:07.745Z] time="2022-02-12T02:13:07Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10034->172.29.94.9:10037: use of closed network connection" [2022-02-12T02:13:07.745Z] time="2022-02-12T02:13:07Z" level=info msg="Node a74476709fa7 change state NodeActive --> NodeLeft" [2022-02-12T02:13:07.745Z] time="2022-02-12T02:13:07Z" level=info msg="node4(48176f378727): Node leave event for a74476709fa7/172.29.94.9" [2022-02-12T02:13:08.200Z] time="2022-02-12T02:13:07Z" level=info msg="Node a74476709fa7 change state NodeActive --> NodeLeft" [2022-02-12T02:13:08.200Z] time="2022-02-12T02:13:07Z" level=info msg="Node a74476709fa7 change state NodeActive --> NodeLeft" [2022-02-12T02:13:08.200Z] time="2022-02-12T02:13:07Z" level=info msg="node5(2415560dd1ed): Node leave event for a74476709fa7/172.29.94.9" [2022-02-12T02:13:08.200Z] time="2022-02-12T02:13:07Z" level=info msg="node3(a74476709fa7): Node leave event for a74476709fa7/172.29.94.9" [2022-02-12T02:13:08.201Z] time="2022-02-12T02:13:07Z" level=info msg="Node a74476709fa7/172.29.94.9, left gossip cluster" [2022-02-12T02:13:08.201Z] time="2022-02-12T02:13:08Z" level=info msg="Node a74476709fa7/172.29.94.9, left gossip cluster" [2022-02-12T02:13:08.201Z] time="2022-02-12T02:13:08Z" level=info msg="Node a74476709fa7/172.29.94.9, left gossip cluster" [2022-02-12T02:13:08.602Z] --- PASS: TestTemplatedSecret (3.00s) [2022-02-12T02:13:08.602Z] === RUN TestSecretCreateResolve [2022-02-12T02:13:08.657Z] time="2022-02-12T02:13:08Z" level=info msg="Node 48176f378727 change state NodeActive --> NodeLeft" [2022-02-12T02:13:08.657Z] time="2022-02-12T02:13:08Z" level=info msg="node5(2415560dd1ed): Node leave event for 48176f378727/172.29.94.9" [2022-02-12T02:13:08.657Z] time="2022-02-12T02:13:08Z" level=info msg="Node 48176f378727 change state NodeActive --> NodeLeft" [2022-02-12T02:13:08.657Z] time="2022-02-12T02:13:08Z" level=info msg="node4(48176f378727): Node leave event for 48176f378727/172.29.94.9" [2022-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-02-12T02:13:08.774Z] --- PASS: TestNodeReincarnation (5.01s) [2022-02-12T02:13:08.774Z] === RUN TestParallelCreate [2022-02-12T02:13:08.774Z] 2022/02/12 02:13:08 Closing DB instances... [2022-02-12T02:13:08.774Z] --- PASS: TestParallelCreate (0.02s) [2022-02-12T02:13:08.774Z] === RUN TestParallelDelete [2022-02-12T02:13:08.774Z] 2022/02/12 02:13:08 Closing DB instances... [2022-02-12T02:13:08.774Z] --- PASS: TestParallelDelete (0.02s) [2022-02-12T02:13:08.774Z] === RUN TestNetworkDBIslands [2022-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:1785d1c4a44f with config:&{NodeID:1785d1c4a44f 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-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, added to nodes list" [2022-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:9cc73ddf1854 with config:&{NodeID:9cc73ddf1854 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-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, added to nodes list" [2022-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=debug msg="memberlist: Stream connection from=[::1]:49346" [2022-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, added to nodes list" [2022-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, added to nodes list" [2022-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-02-12T02:13:08.774Z] time="2022-02-12T02:13:08Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49347" [2022-02-12T02:13:09.113Z] time="2022-02-12T02:13:08Z" level=info msg="Node 48176f378727/172.29.94.9, left gossip cluster" [2022-02-12T02:13:09.113Z] time="2022-02-12T02:13:08Z" level=info msg="Node 48176f378727/172.29.94.9, left gossip cluster" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:e9a681cbf05c with config:&{NodeID:e9a681cbf05c 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-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=info msg="Node e9a681cbf05c/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=info msg="Node e9a681cbf05c/172.29.107.179, added to nodes list" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=debug msg="memberlist: Stream connection from=[::1]:49348" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=info msg="Node e9a681cbf05c/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=info msg="Node e9a681cbf05c/172.29.107.179, added to nodes list" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, added to nodes list" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, added to nodes list" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49349" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=info msg="Node e9a681cbf05c/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:09.747Z] time="2022-02-12T02:13:09Z" level=info msg="Node e9a681cbf05c/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.074Z] time="2022-02-12T02:13:09Z" level=info msg="Node 2415560dd1ed/172.29.94.9, left gossip cluster" [2022-02-12T02:13:10.074Z] time="2022-02-12T02:13:09Z" level=info msg="Node 2415560dd1ed change state NodeActive --> NodeFailed" [2022-02-12T02:13:10.074Z] time="2022-02-12T02:13:09Z" level=info msg="Node 2415560dd1ed/172.29.94.9, added to failed nodes list" [2022-02-12T02:13:10.074Z] --- PASS: TestNetworkDBIslands (12.09s) [2022-02-12T02:13:10.074Z] PASS [2022-02-12T02:13:10.074Z] coverage: 59.9% of statements [2022-02-12T02:13:10.074Z] ok github.com/docker/docker/libnetwork/networkdb 104.771s coverage: 59.9% of statements [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/oci/caps [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/pkg/term [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/quota [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/rootless [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-02-12T02:13:10.074Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-02-12T02:13:10.075Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-02-12T02:13:10.075Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-02-12T02:13:10.075Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-02-12T02:13:10.075Z] ? github.com/docker/docker/testutil/request [no test files] [2022-02-12T02:13:10.075Z] ? github.com/docker/docker/volume [no test files] [2022-02-12T02:13:10.075Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-02-12T02:13:10.075Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:174b105fc8cf with config:&{NodeID:174b105fc8cf 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-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=info msg="Node 174b105fc8cf/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=info msg="Node 174b105fc8cf/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=info msg="Node 174b105fc8cf/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=info msg="Node 174b105fc8cf/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=info msg="Node e9a681cbf05c/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=info msg="Node e9a681cbf05c/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:09Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2022-02-12T02:13:10.208Z] time="2022-02-12T02:13:10Z" level=info msg="Node 174b105fc8cf/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.209Z] time="2022-02-12T02:13:10Z" level=info msg="Node 174b105fc8cf/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.209Z] time="2022-02-12T02:13:10Z" level=info msg="Node 174b105fc8cf/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.209Z] time="2022-02-12T02:13:10Z" level=info msg="Node 174b105fc8cf/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.519Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:8170d0a7b81b with config:&{NodeID:8170d0a7b81b 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-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node e9a681cbf05c/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node e9a681cbf05c/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 174b105fc8cf/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 174b105fc8cf/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, added to nodes list" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:10.668Z] time="2022-02-12T02:13:10Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, added to nodes list" [2022-02-12T02:13:11.128Z] networkdb_test.go:835: Re-joining: 3 [2022-02-12T02:13:11.128Z] time="2022-02-12T02:13:10Z" level=info msg="The new bootstrap node list is:[172.29.107.179:10033 172.29.107.179:10034 172.29.107.179:10035]" [2022-02-12T02:13:11.128Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.107.179:10033" [2022-02-12T02:13:11.128Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49354" [2022-02-12T02:13:11.128Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.107.179:10034" [2022-02-12T02:13:11.128Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49355" [2022-02-12T02:13:11.128Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.107.179:10035" [2022-02-12T02:13:11.128Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49356" [2022-02-12T02:13:11.128Z] networkdb_test.go:835: Re-joining: 4 [2022-02-12T02:13:11.128Z] time="2022-02-12T02:13:10Z" level=info msg="The new bootstrap node list is:[172.29.107.179:10033 172.29.107.179:10034 172.29.107.179:10035]" [2022-02-12T02:13:11.128Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.107.179:10033" [2022-02-12T02:13:11.128Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49357" [2022-02-12T02:13:11.128Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.107.179:10034" [2022-02-12T02:13:11.128Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49358" [2022-02-12T02:13:11.128Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.107.179:10035" [2022-02-12T02:13:11.128Z] time="2022-02-12T02:13:10Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49359" [2022-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-02-12T02:13:11.369Z] --- PASS: TestNodeReincarnation (5.02s) [2022-02-12T02:13:11.369Z] === RUN TestParallelCreate [2022-02-12T02:13:11.369Z] 2022/02/12 02:13:11 Closing DB instances... [2022-02-12T02:13:11.369Z] --- PASS: TestParallelCreate (0.02s) [2022-02-12T02:13:11.369Z] === RUN TestParallelDelete [2022-02-12T02:13:11.369Z] 2022/02/12 02:13:11 Closing DB instances... [2022-02-12T02:13:11.369Z] --- PASS: TestParallelDelete (0.02s) [2022-02-12T02:13:11.369Z] === RUN TestNetworkDBIslands [2022-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:669d8f981502 with config:&{NodeID:669d8f981502 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-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=info msg="Node 669d8f981502/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=info msg="Node 669d8f981502/172.18.97.75, added to nodes list" [2022-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:8c0a9f7662e0 with config:&{NodeID:8c0a9f7662e0 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-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, added to nodes list" [2022-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=debug msg="memberlist: Stream connection from=[::1]:49345" [2022-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, added to nodes list" [2022-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=info msg="Node 669d8f981502/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=info msg="Node 669d8f981502/172.18.97.75, added to nodes list" [2022-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49346" [2022-02-12T02:13:11.369Z] time="2022-02-12T02:13:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-02-12T02:13:11.463Z] --- PASS: TestSecretCreateResolve (2.78s) [2022-02-12T02:13:11.463Z] PASS [2022-02-12T02:13:11.463Z] [2022-02-12T02:13:11.463Z] DONE 6 tests in 15.257s [2022-02-12T02:13:11.463Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-02-12T02:13:11.463Z] ++ 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-02-12T02:13:11.463Z] ++ set -e [2022-02-12T02:13:11.463Z] ++ '[' -n 0 ']' [2022-02-12T02:13:11.463Z] ++ set -x [2022-02-12T02:13:11.463Z] ++ 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-02-12T02:13:11.595Z] time="2022-02-12T02:13:11Z" level=info msg="node 0 leaving" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="Node 1785d1c4a44f change state NodeActive --> NodeLeft" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="node3(e9a681cbf05c): Node leave event for 1785d1c4a44f/172.29.107.179" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="Node 1785d1c4a44f change state NodeActive --> NodeLeft" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="node5(8170d0a7b81b): Node leave event for 1785d1c4a44f/172.29.107.179" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="Node 1785d1c4a44f change state NodeActive --> NodeLeft" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="node2(9cc73ddf1854): Node leave event for 1785d1c4a44f/172.29.107.179" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="Node 1785d1c4a44f change state NodeActive --> NodeLeft" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="node1(1785d1c4a44f): Node leave event for 1785d1c4a44f/172.29.107.179" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="Node 1785d1c4a44f change state NodeActive --> NodeLeft" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="node4(174b105fc8cf): Node leave event for 1785d1c4a44f/172.29.107.179" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, left gossip cluster" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, left gossip cluster" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, left gossip cluster" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, left gossip cluster" [2022-02-12T02:13:11.596Z] time="2022-02-12T02:13:11Z" level=info msg="Node 1785d1c4a44f/172.29.107.179, left gossip cluster" [2022-02-12T02:13:11.725Z] INFO: Testing against a local daemon [2022-02-12T02:13:11.725Z] === RUN TestServiceCreateInit [2022-02-12T02:13:11.725Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-02-12T02:13:11.987Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-02-12T02:13:11.987Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-02-12T02:13:12.056Z] time="2022-02-12T02:13:11Z" level=info msg="node 1 leaving" [2022-02-12T02:13:12.056Z] time="2022-02-12T02:13:11Z" level=info msg="Node 9cc73ddf1854 change state NodeActive --> NodeLeft" [2022-02-12T02:13:12.056Z] time="2022-02-12T02:13:11Z" level=info msg="node3(e9a681cbf05c): Node leave event for 9cc73ddf1854/172.29.107.179" [2022-02-12T02:13:12.056Z] time="2022-02-12T02:13:11Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, left gossip cluster" [2022-02-12T02:13:12.056Z] time="2022-02-12T02:13:11Z" level=info msg="Node 9cc73ddf1854 change state NodeActive --> NodeLeft" [2022-02-12T02:13:12.056Z] time="2022-02-12T02:13:11Z" level=info msg="node5(8170d0a7b81b): Node leave event for 9cc73ddf1854/172.29.107.179" [2022-02-12T02:13:12.056Z] time="2022-02-12T02:13:11Z" level=info msg="Node 9cc73ddf1854 change state NodeActive --> NodeFailed" [2022-02-12T02:13:12.056Z] time="2022-02-12T02:13:11Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, added to failed nodes list" [2022-02-12T02:13:12.056Z] time="2022-02-12T02:13:11Z" level=info msg="Node 9cc73ddf1854 change state NodeActive --> NodeLeft" [2022-02-12T02:13:12.056Z] time="2022-02-12T02:13:11Z" level=info msg="node4(174b105fc8cf): Node leave event for 9cc73ddf1854/172.29.107.179" [2022-02-12T02:13:12.056Z] time="2022-02-12T02:13:11Z" level=error msg="node: 9cc73ddf1854 is unknown to memberlist" [2022-02-12T02:13:12.056Z] time="2022-02-12T02:13:11Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, left gossip cluster" [2022-02-12T02:13:12.056Z] time="2022-02-12T02:13:11Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, left gossip cluster" [2022-02-12T02:13:12.056Z] time="2022-02-12T02:13:11Z" level=info msg="Node 9cc73ddf1854/172.29.107.179, left gossip cluster" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:11Z" level=error msg="Bulk sync to node f84fac368437 timed out" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:11Z" level=error msg="Bulk sync to node 940aaa20b4cc timed out" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:5e91f9d93258 with config:&{NodeID:5e91f9d93258 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-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=info msg="Node 5e91f9d93258/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=info msg="Node 5e91f9d93258/172.18.97.75, added to nodes list" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=debug msg="memberlist: Stream connection from=[::1]:49347" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=info msg="Node 5e91f9d93258/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=info msg="Node 5e91f9d93258/172.18.97.75, added to nodes list" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=info msg="Node 669d8f981502/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=info msg="Node 669d8f981502/172.18.97.75, added to nodes list" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, added to nodes list" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49348" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=info msg="Node 5e91f9d93258/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:12.355Z] time="2022-02-12T02:13:12Z" level=info msg="Node 5e91f9d93258/172.18.97.75, added to nodes list" [2022-02-12T02:13:12.515Z] time="2022-02-12T02:13:12Z" level=info msg="node 2 leaving" [2022-02-12T02:13:12.516Z] time="2022-02-12T02:13:12Z" level=info msg="Node e9a681cbf05c change state NodeActive --> NodeLeft" [2022-02-12T02:13:12.516Z] time="2022-02-12T02:13:12Z" level=info msg="node5(8170d0a7b81b): Node leave event for e9a681cbf05c/172.29.107.179" [2022-02-12T02:13:12.516Z] time="2022-02-12T02:13:12Z" level=info msg="Node e9a681cbf05c change state NodeActive --> NodeLeft" [2022-02-12T02:13:12.516Z] time="2022-02-12T02:13:12Z" level=info msg="node4(174b105fc8cf): Node leave event for e9a681cbf05c/172.29.107.179" [2022-02-12T02:13:12.516Z] time="2022-02-12T02:13:12Z" level=info msg="Node e9a681cbf05c change state NodeActive --> NodeLeft" [2022-02-12T02:13:12.516Z] time="2022-02-12T02:13:12Z" level=info msg="node3(e9a681cbf05c): Node leave event for e9a681cbf05c/172.29.107.179" [2022-02-12T02:13:12.516Z] time="2022-02-12T02:13:12Z" level=debug msg="memberlist: Failed ping: 174b105fc8cf (timeout reached)" [2022-02-12T02:13:12.516Z] time="2022-02-12T02:13:12Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.107.179:10037: use of closed network connection" [2022-02-12T02:13:12.516Z] time="2022-02-12T02:13:12Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.107.179:10035: use of closed network connection" [2022-02-12T02:13:12.516Z] time="2022-02-12T02:13:12Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.107.179:10034: use of closed network connection" [2022-02-12T02:13:12.516Z] time="2022-02-12T02:13:12Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49360" [2022-02-12T02:13:12.516Z] time="2022-02-12T02:13:12Z" level=info msg="Node e9a681cbf05c/172.29.107.179, left gossip cluster" [2022-02-12T02:13:12.516Z] time="2022-02-12T02:13:12Z" level=info msg="Node e9a681cbf05c/172.29.107.179, left gossip cluster" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:d67f53f46397 with config:&{NodeID:d67f53f46397 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-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="Node d67f53f46397/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="Node d67f53f46397/172.18.97.75, added to nodes list" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=debug msg="memberlist: Stream connection from=[::1]:49349" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="Node d67f53f46397/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="Node d67f53f46397/172.18.97.75, added to nodes list" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, added to nodes list" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="Node 5e91f9d93258/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="Node 5e91f9d93258/172.18.97.75, added to nodes list" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="Node 669d8f981502/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="Node 669d8f981502/172.18.97.75, added to nodes list" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="Node d67f53f46397/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="Node d67f53f46397/172.18.97.75, added to nodes list" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="Node d67f53f46397/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:12.829Z] time="2022-02-12T02:13:12Z" level=info msg="Node d67f53f46397/172.18.97.75, added to nodes list" [2022-02-12T02:13:12.933Z] docker_api_swarm_test.go:502: [d4c72882c6a8f] joining swarm manager [dbe566979e89d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:13:12.933Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === Skipped [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-02-12T02:13:12.965Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-02-12T02:13:12.965Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-02-12T02:13:12.965Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-02-12T02:13:12.965Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-02-12T02:13:12.965Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-02-12T02:13:12.965Z] client_test.go:23: runtime.GOOS == "windows" [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-02-12T02:13:12.965Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-02-12T02:13:12.965Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-02-12T02:13:12.965Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-02-12T02:13:12.965Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-02-12T02:13:12.965Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-02-12T02:13:12.965Z] daemon_test.go:145: root required [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-02-12T02:13:12.965Z] reload_test.go:342: root required [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-02-12T02:13:12.965Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-02-12T02:13:12.965Z] pull_v2_test.go:73: Needs fixing on Windows [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-02-12T02:13:12.965Z] pull_v2_test.go:118: Needs fixing on Windows [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-02-12T02:13:12.965Z] download_test.go:267: Needs fixing on Windows [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-02-12T02:13:12.965Z] layer_test.go:303: Failing on Windows [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-02-12T02:13:12.965Z] layer_test.go:352: Failing on Windows [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-02-12T02:13:12.965Z] layer_test.go:467: Failing on Windows [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-02-12T02:13:12.965Z] layer_test.go:696: Failing on Windows [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-02-12T02:13:12.965Z] migration_test.go:45: Failing on Windows [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-02-12T02:13:12.965Z] migration_test.go:181: Failing on Windows [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-02-12T02:13:12.965Z] mount_test.go:17: Failing on Windows [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.965Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-02-12T02:13:12.965Z] mount_test.go:76: Failing on Windows [2022-02-12T02:13:12.965Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-02-12T02:13:12.966Z] mount_test.go:125: Failing on Windows [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-02-12T02:13:12.966Z] mount_test.go:212: Failing on Windows [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-02-12T02:13:12.966Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-02-12T02:13:12.966Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-02-12T02:13:12.966Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-02-12T02:13:12.966Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-02-12T02:13:12.966Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-02-12T02:13:12.966Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-02-12T02:13:12.966Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-02-12T02:13:12.966Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-02-12T02:13:12.966Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-02-12T02:13:12.966Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-02-12T02:13:12.966Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-02-12T02:13:12.966Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-02-12T02:13:12.966Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-02-12T02:13:12.966Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-02-12T02:13:12.966Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-02-12T02:13:12.966Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-02-12T02:13:12.966Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-02-12T02:13:12.966Z] archive_test.go:133: Xz not present in msys2 [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-02-12T02:13:12.966Z] archive_test.go:140: zstd not installed [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-02-12T02:13:12.966Z] archive_test.go:252: Failing on Windows CI machines [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-02-12T02:13:12.966Z] archive_windows_test.go:16: Currently fails [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-02-12T02:13:12.966Z] changes_test.go:195: needs more investigation [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-02-12T02:13:12.966Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-02-12T02:13:12.966Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-02-12T02:13:12.966Z] changes_test.go:432: needs further investigation [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-02-12T02:13:12.966Z] changes_test.go:468: needs further investigation [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-02-12T02:13:12.966Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-02-12T02:13:12.966Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-02-12T02:13:12.966Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-02-12T02:13:12.966Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-02-12T02:13:12.966Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-02-12T02:13:12.966Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-02-12T02:13:12.966Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-02-12T02:13:12.966Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-02-12T02:13:12.966Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-02-12T02:13:12.966Z] poller_test.go:40: No chmod on Windows [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-02-12T02:13:12.966Z] fileutils_test.go:133: Needs porting to Windows [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-02-12T02:13:12.966Z] fileutils_test.go:179: Needs porting to Windows [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-02-12T02:13:12.966Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-02-12T02:13:12.966Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-02-12T02:13:12.966Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-02-12T02:13:12.966Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-02-12T02:13:12.966Z] local_test.go:180: runtime.GOOS == "windows" [2022-02-12T02:13:12.966Z] [2022-02-12T02:13:12.966Z] DONE 2154 tests, 70 skipped in 290.060s [2022-02-12T02:13:12.966Z] INFO: make.ps1 ended at 02/12/2022 02:13:12 [2022-02-12T02:13:12.975Z] networkdb_test.go:867: node4: OK [2022-02-12T02:13:12.976Z] networkdb_test.go:867: node5: OK [2022-02-12T02:13:12.976Z] time="2022-02-12T02:13:12Z" level=info msg="node 0 coming back" [2022-02-12T02:13:12.976Z] time="2022-02-12T02:13:12Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:39ac30dac63c with config:&{NodeID:39ac30dac63c 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-02-12T02:13:12.976Z] time="2022-02-12T02:13:12Z" level=info msg="Node e9a681cbf05c/172.29.107.179, left gossip cluster" [2022-02-12T02:13:12.976Z] time="2022-02-12T02:13:12Z" level=info msg="Node 39ac30dac63c/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:12.976Z] time="2022-02-12T02:13:12Z" level=info msg="Node 39ac30dac63c/172.29.107.179, added to nodes list" [2022-02-12T02:13:12.976Z] time="2022-02-12T02:13:12Z" level=info msg="node 1 coming back" [2022-02-12T02:13:12.976Z] time="2022-02-12T02:13:12Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:9ce4bc50d18e with config:&{NodeID:9ce4bc50d18e 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-02-12T02:13:12.976Z] time="2022-02-12T02:13:12Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:12.976Z] time="2022-02-12T02:13:12Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, added to nodes list" [2022-02-12T02:13:12.976Z] time="2022-02-12T02:13:12Z" level=info msg="node 2 coming back" [2022-02-12T02:13:12.976Z] time="2022-02-12T02:13:12Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:ab2ced1e9556 with config:&{NodeID:ab2ced1e9556 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-02-12T02:13:12.976Z] time="2022-02-12T02:13:12Z" level=info msg="Node ab2ced1e9556/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:12.976Z] time="2022-02-12T02:13:12Z" level=info msg="Node ab2ced1e9556/172.29.107.179, added to nodes list" [2022-02-12T02:13:12.976Z] time="2022-02-12T02:13:12Z" level=warning msg="memberlist: Was able to connect to 174b105fc8cf but other probes failed, network may be misconfigured" [2022-02-12T02:13:13.174Z] --- PASS: TestCreateServiceSecretFileMode (11.84s) [2022-02-12T02:13:13.174Z] === RUN TestCreateServiceConfigFileMode [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:3b16dbc283a9 with config:&{NodeID:3b16dbc283a9 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-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, added to nodes list" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, added to nodes list" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=info msg="Node 669d8f981502/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=info msg="Node 669d8f981502/172.18.97.75, added to nodes list" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=info msg="Node d67f53f46397/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=info msg="Node d67f53f46397/172.18.97.75, added to nodes list" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, added to nodes list" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=info msg="Node 5e91f9d93258/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=info msg="Node 5e91f9d93258/172.18.97.75, added to nodes list" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:13Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:13Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, added to nodes list" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:13Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:13Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, added to nodes list" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:13Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:13.298Z] time="2022-02-12T02:13:13Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, added to nodes list" [2022-02-12T02:13:13.436Z] time="2022-02-12T02:13:13Z" level=debug msg="memberlist: Failed ping: 8170d0a7b81b (timeout reached)" [2022-02-12T02:13:13.436Z] time="2022-02-12T02:13:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.29.107.179:10036: use of closed network connection" [2022-02-12T02:13:13.436Z] time="2022-02-12T02:13:13Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49361" [2022-02-12T02:13:13.767Z] networkdb_test.go:835: Re-joining: 3 [2022-02-12T02:13:13.767Z] time="2022-02-12T02:13:13Z" level=info msg="The new bootstrap node list is:[172.18.97.75:10033 172.18.97.75:10034 172.18.97.75:10035]" [2022-02-12T02:13:13.767Z] time="2022-02-12T02:13:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.97.75:10033" [2022-02-12T02:13:13.767Z] time="2022-02-12T02:13:13Z" level=debug msg="memberlist: Stream connection from=172.18.97.75:49353" [2022-02-12T02:13:13.767Z] time="2022-02-12T02:13:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.97.75:10034" [2022-02-12T02:13:13.767Z] time="2022-02-12T02:13:13Z" level=debug msg="memberlist: Stream connection from=172.18.97.75:49354" [2022-02-12T02:13:13.767Z] time="2022-02-12T02:13:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.97.75:10035" [2022-02-12T02:13:13.767Z] time="2022-02-12T02:13:13Z" level=debug msg="memberlist: Stream connection from=172.18.97.75:49355" [2022-02-12T02:13:13.767Z] networkdb_test.go:835: Re-joining: 4 [2022-02-12T02:13:13.767Z] time="2022-02-12T02:13:13Z" level=info msg="The new bootstrap node list is:[172.18.97.75:10033 172.18.97.75:10034 172.18.97.75:10035]" [2022-02-12T02:13:13.767Z] time="2022-02-12T02:13:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.97.75:10033" [2022-02-12T02:13:13.767Z] time="2022-02-12T02:13:13Z" level=debug msg="memberlist: Stream connection from=172.18.97.75:49356" [2022-02-12T02:13:13.767Z] time="2022-02-12T02:13:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.97.75:10034" [2022-02-12T02:13:13.767Z] time="2022-02-12T02:13:13Z" level=debug msg="memberlist: Stream connection from=172.18.97.75:49357" [2022-02-12T02:13:13.767Z] time="2022-02-12T02:13:13Z" level=debug msg="memberlist: Stream connection from=172.18.97.75:49358" [2022-02-12T02:13:13.767Z] time="2022-02-12T02:13:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.97.75:10035" [2022-02-12T02:13:13.879Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-02-12T02:13:13.896Z] time="2022-02-12T02:13:13Z" level=warning msg="memberlist: Was able to connect to 8170d0a7b81b but other probes failed, network may be misconfigured" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:13Z" level=info msg="node 0 leaving" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:13Z" level=info msg="Node 669d8f981502 change state NodeActive --> NodeLeft" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:13Z" level=info msg="node5(3b16dbc283a9): Node leave event for 669d8f981502/172.18.97.75" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:13Z" level=info msg="Node 669d8f981502 change state NodeActive --> NodeLeft" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:13Z" level=info msg="node2(8c0a9f7662e0): Node leave event for 669d8f981502/172.18.97.75" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:13Z" level=info msg="Node 669d8f981502 change state NodeActive --> NodeLeft" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:13Z" level=info msg="node3(5e91f9d93258): Node leave event for 669d8f981502/172.18.97.75" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:13Z" level=info msg="Node 669d8f981502 change state NodeActive --> NodeLeft" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:13Z" level=info msg="node1(669d8f981502): Node leave event for 669d8f981502/172.18.97.75" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:13Z" level=info msg="Node 669d8f981502 change state NodeActive --> NodeLeft" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:13Z" level=info msg="node4(d67f53f46397): Node leave event for 669d8f981502/172.18.97.75" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:14Z" level=info msg="Node 669d8f981502/172.18.97.75, left gossip cluster" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:14Z" level=info msg="Node 669d8f981502/172.18.97.75, left gossip cluster" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:14Z" level=info msg="Node 669d8f981502/172.18.97.75, left gossip cluster" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:14Z" level=info msg="Node 669d8f981502/172.18.97.75, left gossip cluster" [2022-02-12T02:13:14.326Z] time="2022-02-12T02:13:14Z" level=info msg="Node 669d8f981502/172.18.97.75, left gossip cluster" [2022-02-12T02:13:14.453Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-02-12T02:13:14.794Z] time="2022-02-12T02:13:14Z" level=info msg="node 1 leaving" [2022-02-12T02:13:14.794Z] time="2022-02-12T02:13:14Z" level=info msg="Node 8c0a9f7662e0 change state NodeActive --> NodeLeft" [2022-02-12T02:13:14.794Z] time="2022-02-12T02:13:14Z" level=info msg="node4(d67f53f46397): Node leave event for 8c0a9f7662e0/172.18.97.75" [2022-02-12T02:13:14.794Z] time="2022-02-12T02:13:14Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, left gossip cluster" [2022-02-12T02:13:14.794Z] time="2022-02-12T02:13:14Z" level=info msg="Node 8c0a9f7662e0 change state NodeActive --> NodeFailed" [2022-02-12T02:13:14.794Z] time="2022-02-12T02:13:14Z" level=info msg="Node 8c0a9f7662e0 change state NodeActive --> NodeLeft" [2022-02-12T02:13:14.794Z] time="2022-02-12T02:13:14Z" level=info msg="node3(5e91f9d93258): Node leave event for 8c0a9f7662e0/172.18.97.75" [2022-02-12T02:13:14.794Z] time="2022-02-12T02:13:14Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, added to failed nodes list" [2022-02-12T02:13:14.794Z] time="2022-02-12T02:13:14Z" level=info msg="Node 8c0a9f7662e0 change state NodeActive --> NodeLeft" [2022-02-12T02:13:14.794Z] time="2022-02-12T02:13:14Z" level=info msg="node5(3b16dbc283a9): Node leave event for 8c0a9f7662e0/172.18.97.75" [2022-02-12T02:13:14.794Z] time="2022-02-12T02:13:14Z" level=error msg="node: 8c0a9f7662e0 is unknown to memberlist" [2022-02-12T02:13:14.794Z] time="2022-02-12T02:13:14Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, left gossip cluster" [2022-02-12T02:13:14.794Z] time="2022-02-12T02:13:14Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, left gossip cluster" [2022-02-12T02:13:14.795Z] time="2022-02-12T02:13:14Z" level=info msg="Node 8c0a9f7662e0/172.18.97.75, left gossip cluster" [2022-02-12T02:13:14.795Z] time="2022-02-12T02:13:14Z" level=info msg="node 2 leaving" [2022-02-12T02:13:14.795Z] time="2022-02-12T02:13:14Z" level=info msg="Node 5e91f9d93258 change state NodeActive --> NodeLeft" [2022-02-12T02:13:14.795Z] time="2022-02-12T02:13:14Z" level=info msg="node5(3b16dbc283a9): Node leave event for 5e91f9d93258/172.18.97.75" [2022-02-12T02:13:14.795Z] time="2022-02-12T02:13:14Z" level=info msg="Node 5e91f9d93258 change state NodeActive --> NodeLeft" [2022-02-12T02:13:14.795Z] time="2022-02-12T02:13:14Z" level=info msg="node4(d67f53f46397): Node leave event for 5e91f9d93258/172.18.97.75" [2022-02-12T02:13:15.026Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-02-12T02:13:15.132Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-02-12T02:13:15.132Z] INFO: Unit tests ended at 02/12/2022 02:13:14. Duration:00:05:06.4096462 [2022-02-12T02:13:15.132Z] INFO: Building busybox [2022-02-12T02:13:15.132Z] Sending build context to Docker daemon 5.12kB [2022-02-12T02:13:15.132Z] [2022-02-12T02:13:15.132Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-02-12T02:13:15.132Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-02-12T02:13:15.132Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-02-12T02:13:15.132Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-02-12T02:13:15.132Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-02-12T02:13:15.132Z] ---> bdeb13086b9f [2022-02-12T02:13:15.132Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-02-12T02:13:15.132Z] ---> Running in c6bd8ebf0377 [2022-02-12T02:13:15.264Z] time="2022-02-12T02:13:14Z" level=info msg="Node 5e91f9d93258 change state NodeActive --> NodeLeft" [2022-02-12T02:13:15.264Z] time="2022-02-12T02:13:14Z" level=info msg="node3(5e91f9d93258): Node leave event for 5e91f9d93258/172.18.97.75" [2022-02-12T02:13:15.264Z] time="2022-02-12T02:13:14Z" level=debug msg="memberlist: Failed ping: 8c0a9f7662e0 (timeout reached)" [2022-02-12T02:13:15.264Z] time="2022-02-12T02:13:14Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.97.75:10036: use of closed network connection" [2022-02-12T02:13:15.264Z] time="2022-02-12T02:13:14Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.97.75:10035: use of closed network connection" [2022-02-12T02:13:15.264Z] time="2022-02-12T02:13:14Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.97.75:10037: use of closed network connection" [2022-02-12T02:13:15.264Z] time="2022-02-12T02:13:14Z" level=info msg="Node 5e91f9d93258/172.18.97.75, left gossip cluster" [2022-02-12T02:13:15.264Z] time="2022-02-12T02:13:15Z" level=info msg="Node 5e91f9d93258/172.18.97.75, left gossip cluster" [2022-02-12T02:13:15.264Z] time="2022-02-12T02:13:15Z" level=info msg="Node 5e91f9d93258/172.18.97.75, left gossip cluster" [2022-02-12T02:13:15.598Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-02-12T02:13:15.732Z] time="2022-02-12T02:13:15Z" level=info msg="memberlist: Suspect 8c0a9f7662e0 has failed, no acks received" [2022-02-12T02:13:15.732Z] time="2022-02-12T02:13:15Z" level=warning msg="memberlist: Failed to send gossip to 172.18.97.75:10036: write udp [::]:10035->172.18.97.75:10036: use of closed network connection" [2022-02-12T02:13:15.732Z] networkdb_test.go:867: node4: OK [2022-02-12T02:13:15.732Z] networkdb_test.go:867: node5: OK [2022-02-12T02:13:15.732Z] time="2022-02-12T02:13:15Z" level=info msg="node 0 coming back" [2022-02-12T02:13:15.732Z] time="2022-02-12T02:13:15Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:963bcb9d33f2 with config:&{NodeID:963bcb9d33f2 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-02-12T02:13:15.732Z] time="2022-02-12T02:13:15Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:15.732Z] time="2022-02-12T02:13:15Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, added to nodes list" [2022-02-12T02:13:15.732Z] time="2022-02-12T02:13:15Z" level=info msg="node 1 coming back" [2022-02-12T02:13:15.732Z] time="2022-02-12T02:13:15Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:2b615cb5db6d with config:&{NodeID:2b615cb5db6d 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-02-12T02:13:15.732Z] time="2022-02-12T02:13:15Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:15.732Z] time="2022-02-12T02:13:15Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, added to nodes list" [2022-02-12T02:13:15.732Z] time="2022-02-12T02:13:15Z" level=info msg="node 2 coming back" [2022-02-12T02:13:15.732Z] time="2022-02-12T02:13:15Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:cfaab0a7290f with config:&{NodeID:cfaab0a7290f 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-02-12T02:13:15.732Z] time="2022-02-12T02:13:15Z" level=info msg="Node cfaab0a7290f/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:15.732Z] time="2022-02-12T02:13:15Z" level=info msg="Node cfaab0a7290f/172.18.97.75, added to nodes list" [2022-02-12T02:13:15.859Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-02-12T02:13:16.077Z] time="2022-02-12T02:13:15Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.107.179:10033 172.29.107.179:10034 172.29.107.179:10035]" [2022-02-12T02:13:16.432Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-02-12T02:13:16.537Z] time="2022-02-12T02:13:16Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.107.179:10033 172.29.107.179:10034 172.29.107.179:10035]" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.107.179:10033" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49362" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 174b105fc8cf/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 174b105fc8cf/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 39ac30dac63c/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 39ac30dac63c/172.29.107.179, is the new incarnation of the shutdown node 1785d1c4a44f/172.29.107.179" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 39ac30dac63c/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49363" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.107.179:10034" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 174b105fc8cf/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 174b105fc8cf/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 39ac30dac63c/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 39ac30dac63c/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, is the new incarnation of the shutdown node 9cc73ddf1854/172.29.107.179" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.107.179:10035" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49364" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 39ac30dac63c/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 39ac30dac63c/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 174b105fc8cf/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node ab2ced1e9556/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node ab2ced1e9556/172.29.107.179, is the new incarnation of the shutdown node e9a681cbf05c/172.29.107.179" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node ab2ced1e9556/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 174b105fc8cf/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, is the new incarnation of the shutdown node 9cc73ddf1854/172.29.107.179" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 39ac30dac63c/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 39ac30dac63c/172.29.107.179, is the new incarnation of the shutdown node 1785d1c4a44f/172.29.107.179" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node 39ac30dac63c/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node ab2ced1e9556/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node ab2ced1e9556/172.29.107.179, added to nodes list" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node ab2ced1e9556/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node ab2ced1e9556/172.29.107.179, is the new incarnation of the shutdown node e9a681cbf05c/172.29.107.179" [2022-02-12T02:13:16.998Z] time="2022-02-12T02:13:16Z" level=info msg="Node ab2ced1e9556/172.29.107.179, added to nodes list" [2022-02-12T02:13:17.006Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-02-12T02:13:17.458Z] time="2022-02-12T02:13:17Z" level=info msg="Node ab2ced1e9556/172.29.107.179, joined gossip cluster" [2022-02-12T02:13:17.458Z] time="2022-02-12T02:13:17Z" level=info msg="Node ab2ced1e9556/172.29.107.179, added to nodes list" [2022-02-12T02:13:17.458Z] time="2022-02-12T02:13:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.107.179:10033" [2022-02-12T02:13:17.458Z] time="2022-02-12T02:13:17Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49365" [2022-02-12T02:13:17.458Z] time="2022-02-12T02:13:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.107.179:10034" [2022-02-12T02:13:17.458Z] time="2022-02-12T02:13:17Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49366" [2022-02-12T02:13:17.458Z] time="2022-02-12T02:13:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.107.179:10035" [2022-02-12T02:13:17.458Z] time="2022-02-12T02:13:17Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49367" [2022-02-12T02:13:17.918Z] 2022/02/12 02:13:17 Closing DB instances... [2022-02-12T02:13:17.918Z] time="2022-02-12T02:13:17Z" level=info msg="Node 39ac30dac63c change state NodeActive --> NodeLeft" [2022-02-12T02:13:17.918Z] time="2022-02-12T02:13:17Z" level=info msg="node2(9ce4bc50d18e): Node leave event for 39ac30dac63c/172.29.107.179" [2022-02-12T02:13:17.918Z] time="2022-02-12T02:13:17Z" level=info msg="Node 39ac30dac63c change state NodeActive --> NodeLeft" [2022-02-12T02:13:17.918Z] time="2022-02-12T02:13:17Z" level=info msg="node5(8170d0a7b81b): Node leave event for 39ac30dac63c/172.29.107.179" [2022-02-12T02:13:17.918Z] time="2022-02-12T02:13:17Z" level=info msg="Node 39ac30dac63c change state NodeActive --> NodeLeft" [2022-02-12T02:13:17.918Z] time="2022-02-12T02:13:17Z" level=info msg="node4(174b105fc8cf): Node leave event for 39ac30dac63c/172.29.107.179" [2022-02-12T02:13:17.918Z] time="2022-02-12T02:13:17Z" level=info msg="Node 39ac30dac63c change state NodeActive --> NodeLeft" [2022-02-12T02:13:17.919Z] time="2022-02-12T02:13:17Z" level=info msg="node1(39ac30dac63c): Node leave event for 39ac30dac63c/172.29.107.179" [2022-02-12T02:13:17.919Z] time="2022-02-12T02:13:17Z" level=info msg="Node 39ac30dac63c change state NodeActive --> NodeLeft" [2022-02-12T02:13:17.919Z] time="2022-02-12T02:13:17Z" level=info msg="node3(ab2ced1e9556): Node leave event for 39ac30dac63c/172.29.107.179" [2022-02-12T02:13:17.949Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:17Z" level=info msg="Node 39ac30dac63c/172.29.107.179, left gossip cluster" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:17Z" level=info msg="Node 39ac30dac63c/172.29.107.179, left gossip cluster" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:18Z" level=info msg="Node 39ac30dac63c/172.29.107.179, left gossip cluster" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:18Z" level=info msg="Node 39ac30dac63c/172.29.107.179, left gossip cluster" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:18Z" level=info msg="Node 39ac30dac63c/172.29.107.179, left gossip cluster" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:18Z" level=info msg="Node 9ce4bc50d18e change state NodeActive --> NodeLeft" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:18Z" level=info msg="node3(ab2ced1e9556): Node leave event for 9ce4bc50d18e/172.29.107.179" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:18Z" level=info msg="Node 9ce4bc50d18e change state NodeActive --> NodeLeft" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:18Z" level=info msg="node5(8170d0a7b81b): Node leave event for 9ce4bc50d18e/172.29.107.179" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:18Z" level=info msg="Node 9ce4bc50d18e change state NodeActive --> NodeLeft" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:18Z" level=info msg="node4(174b105fc8cf): Node leave event for 9ce4bc50d18e/172.29.107.179" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:18Z" level=info msg="Node 9ce4bc50d18e change state NodeActive --> NodeLeft" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:18Z" level=info msg="node2(9ce4bc50d18e): Node leave event for 9ce4bc50d18e/172.29.107.179" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:18Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, left gossip cluster" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:18Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, left gossip cluster" [2022-02-12T02:13:18.379Z] time="2022-02-12T02:13:18Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, left gossip cluster" [2022-02-12T02:13:18.531Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-02-12T02:13:18.683Z] time="2022-02-12T02:13:18Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.97.75:10033 172.18.97.75:10034 172.18.97.75:10035]" [2022-02-12T02:13:18.839Z] time="2022-02-12T02:13:18Z" level=info msg="Node 9ce4bc50d18e/172.29.107.179, left gossip cluster" [2022-02-12T02:13:18.839Z] time="2022-02-12T02:13:18Z" level=info msg="Node ab2ced1e9556 change state NodeActive --> NodeLeft" [2022-02-12T02:13:18.839Z] time="2022-02-12T02:13:18Z" level=info msg="node5(8170d0a7b81b): Node leave event for ab2ced1e9556/172.29.107.179" [2022-02-12T02:13:18.839Z] time="2022-02-12T02:13:18Z" level=info msg="Node ab2ced1e9556 change state NodeActive --> NodeLeft" [2022-02-12T02:13:18.839Z] time="2022-02-12T02:13:18Z" level=info msg="node4(174b105fc8cf): Node leave event for ab2ced1e9556/172.29.107.179" [2022-02-12T02:13:18.839Z] time="2022-02-12T02:13:18Z" level=info msg="Node ab2ced1e9556 change state NodeActive --> NodeLeft" [2022-02-12T02:13:18.839Z] time="2022-02-12T02:13:18Z" level=info msg="node3(ab2ced1e9556): Node leave event for ab2ced1e9556/172.29.107.179" [2022-02-12T02:13:18.839Z] time="2022-02-12T02:13:18Z" level=info msg="Node ab2ced1e9556/172.29.107.179, left gossip cluster" [2022-02-12T02:13:18.839Z] time="2022-02-12T02:13:18Z" level=info msg="Node ab2ced1e9556/172.29.107.179, left gossip cluster" [2022-02-12T02:13:19.151Z] time="2022-02-12T02:13:18Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.97.75:10033 172.18.97.75:10034 172.18.97.75:10035]" [2022-02-12T02:13:19.299Z] time="2022-02-12T02:13:18Z" level=info msg="Node ab2ced1e9556/172.29.107.179, left gossip cluster" [2022-02-12T02:13:19.299Z] time="2022-02-12T02:13:19Z" level=debug msg="memberlist: Failed ping: ab2ced1e9556 (timeout reached)" [2022-02-12T02:13:19.299Z] time="2022-02-12T02:13:19Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.29.107.179:10036: use of closed network connection" [2022-02-12T02:13:19.299Z] time="2022-02-12T02:13:19Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.29.107.179:10037: use of closed network connection" [2022-02-12T02:13:19.299Z] time="2022-02-12T02:13:19Z" level=debug msg="memberlist: Stream connection from=172.29.107.179:49368" [2022-02-12T02:13:19.478Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.97.75:10033" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=debug msg="memberlist: Stream connection from=172.18.97.75:49360" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node d67f53f46397/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node d67f53f46397/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, is the new incarnation of the shutdown node 669d8f981502/172.18.97.75" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=debug msg="memberlist: Stream connection from=172.18.97.75:49361" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.97.75:10034" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node d67f53f46397/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node d67f53f46397/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, is the new incarnation of the shutdown node 8c0a9f7662e0/172.18.97.75" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.619Z] time="2022-02-12T02:13:19Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.97.75:10035" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=debug msg="memberlist: Stream connection from=172.18.97.75:49362" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node d67f53f46397/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node d67f53f46397/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node cfaab0a7290f/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node cfaab0a7290f/172.18.97.75, is the new incarnation of the shutdown node 5e91f9d93258/172.18.97.75" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node cfaab0a7290f/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, is the new incarnation of the shutdown node 8c0a9f7662e0/172.18.97.75" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, is the new incarnation of the shutdown node 669d8f981502/172.18.97.75" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:19.620Z] time="2022-02-12T02:13:19Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, added to nodes list" [2022-02-12T02:13:19.759Z] time="2022-02-12T02:13:19Z" level=info msg="Node 174b105fc8cf change state NodeActive --> NodeLeft" [2022-02-12T02:13:19.759Z] time="2022-02-12T02:13:19Z" level=info msg="node5(8170d0a7b81b): Node leave event for 174b105fc8cf/172.29.107.179" [2022-02-12T02:13:19.759Z] time="2022-02-12T02:13:19Z" level=info msg="Node 174b105fc8cf change state NodeActive --> NodeLeft" [2022-02-12T02:13:19.759Z] time="2022-02-12T02:13:19Z" level=info msg="node4(174b105fc8cf): Node leave event for 174b105fc8cf/172.29.107.179" [2022-02-12T02:13:19.759Z] time="2022-02-12T02:13:19Z" level=warning msg="memberlist: Was able to connect to ab2ced1e9556 but other probes failed, network may be misconfigured" [2022-02-12T02:13:20.052Z] --- PASS: TestServiceCreateInit (8.27s) [2022-02-12T02:13:20.052Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.32s) [2022-02-12T02:13:20.052Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.92s) [2022-02-12T02:13:20.052Z] === RUN TestCreateServiceMultipleTimes [2022-02-12T02:13:20.088Z] time="2022-02-12T02:13:19Z" level=info msg="Node cfaab0a7290f/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:20.088Z] time="2022-02-12T02:13:19Z" level=info msg="Node cfaab0a7290f/172.18.97.75, added to nodes list" [2022-02-12T02:13:20.088Z] time="2022-02-12T02:13:19Z" level=info msg="Node cfaab0a7290f/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:20.088Z] time="2022-02-12T02:13:19Z" level=info msg="Node cfaab0a7290f/172.18.97.75, added to nodes list" [2022-02-12T02:13:20.088Z] time="2022-02-12T02:13:19Z" level=info msg="Node cfaab0a7290f/172.18.97.75, joined gossip cluster" [2022-02-12T02:13:20.088Z] time="2022-02-12T02:13:19Z" level=info msg="Node cfaab0a7290f/172.18.97.75, is the new incarnation of the shutdown node 5e91f9d93258/172.18.97.75" [2022-02-12T02:13:20.088Z] time="2022-02-12T02:13:19Z" level=info msg="Node cfaab0a7290f/172.18.97.75, added to nodes list" [2022-02-12T02:13:20.088Z] time="2022-02-12T02:13:19Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.97.75:10033" [2022-02-12T02:13:20.088Z] time="2022-02-12T02:13:19Z" level=debug msg="memberlist: Stream connection from=172.18.97.75:49363" [2022-02-12T02:13:20.088Z] time="2022-02-12T02:13:19Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.97.75:10034" [2022-02-12T02:13:20.088Z] time="2022-02-12T02:13:19Z" level=debug msg="memberlist: Stream connection from=172.18.97.75:49364" [2022-02-12T02:13:20.088Z] time="2022-02-12T02:13:19Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.97.75:10035" [2022-02-12T02:13:20.088Z] time="2022-02-12T02:13:19Z" level=debug msg="memberlist: Stream connection from=172.18.97.75:49365" [2022-02-12T02:13:20.219Z] time="2022-02-12T02:13:19Z" level=info msg="Node 174b105fc8cf/172.29.107.179, left gossip cluster" [2022-02-12T02:13:20.219Z] time="2022-02-12T02:13:19Z" level=info msg="Node 174b105fc8cf/172.29.107.179, left gossip cluster" [2022-02-12T02:13:20.313Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-02-12T02:13:20.556Z] 2022/02/12 02:13:20 Closing DB instances... [2022-02-12T02:13:20.685Z] time="2022-02-12T02:13:20Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, left gossip cluster" [2022-02-12T02:13:20.685Z] time="2022-02-12T02:13:20Z" level=info msg="Node 8170d0a7b81b change state NodeActive --> NodeFailed" [2022-02-12T02:13:20.685Z] time="2022-02-12T02:13:20Z" level=info msg="Node 8170d0a7b81b/172.29.107.179, added to failed nodes list" [2022-02-12T02:13:20.685Z] --- PASS: TestNetworkDBIslands (11.86s) [2022-02-12T02:13:20.685Z] PASS [2022-02-12T02:13:20.685Z] coverage: 60.0% of statements [2022-02-12T02:13:20.685Z] ok github.com/docker/docker/libnetwork/networkdb 104.225s coverage: 60.0% of statements [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/oci/caps [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/pkg/term [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/quota [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/rootless [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/testutil/request [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/volume [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-02-12T02:13:20.685Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-02-12T02:13:20.887Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="Node 963bcb9d33f2 change state NodeActive --> NodeLeft" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="node5(3b16dbc283a9): Node leave event for 963bcb9d33f2/172.18.97.75" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="Node 963bcb9d33f2 change state NodeActive --> NodeLeft" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="node2(2b615cb5db6d): Node leave event for 963bcb9d33f2/172.18.97.75" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="Node 963bcb9d33f2 change state NodeActive --> NodeLeft" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="node3(cfaab0a7290f): Node leave event for 963bcb9d33f2/172.18.97.75" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="Node 963bcb9d33f2 change state NodeActive --> NodeLeft" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="node4(d67f53f46397): Node leave event for 963bcb9d33f2/172.18.97.75" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="Node 963bcb9d33f2 change state NodeActive --> NodeLeft" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="node1(963bcb9d33f2): Node leave event for 963bcb9d33f2/172.18.97.75" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, left gossip cluster" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, left gossip cluster" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, left gossip cluster" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, left gossip cluster" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="Node 963bcb9d33f2/172.18.97.75, left gossip cluster" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="Node 2b615cb5db6d change state NodeActive --> NodeLeft" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="node4(d67f53f46397): Node leave event for 2b615cb5db6d/172.18.97.75" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="Node 2b615cb5db6d change state NodeActive --> NodeLeft" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="node3(cfaab0a7290f): Node leave event for 2b615cb5db6d/172.18.97.75" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="Node 2b615cb5db6d change state NodeActive --> NodeLeft" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="node5(3b16dbc283a9): Node leave event for 2b615cb5db6d/172.18.97.75" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="Node 2b615cb5db6d change state NodeActive --> NodeLeft" [2022-02-12T02:13:21.025Z] time="2022-02-12T02:13:20Z" level=info msg="node2(2b615cb5db6d): Node leave event for 2b615cb5db6d/172.18.97.75" [2022-02-12T02:13:21.493Z] time="2022-02-12T02:13:21Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, left gossip cluster" [2022-02-12T02:13:21.493Z] time="2022-02-12T02:13:21Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, left gossip cluster" [2022-02-12T02:13:21.493Z] time="2022-02-12T02:13:21Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, left gossip cluster" [2022-02-12T02:13:21.493Z] time="2022-02-12T02:13:21Z" level=info msg="Node 2b615cb5db6d/172.18.97.75, left gossip cluster" [2022-02-12T02:13:21.493Z] time="2022-02-12T02:13:21Z" level=info msg="Node cfaab0a7290f change state NodeActive --> NodeLeft" [2022-02-12T02:13:21.493Z] time="2022-02-12T02:13:21Z" level=info msg="node5(3b16dbc283a9): Node leave event for cfaab0a7290f/172.18.97.75" [2022-02-12T02:13:21.493Z] time="2022-02-12T02:13:21Z" level=info msg="Node cfaab0a7290f/172.18.97.75, left gossip cluster" [2022-02-12T02:13:21.493Z] time="2022-02-12T02:13:21Z" level=info msg="Node cfaab0a7290f change state NodeActive --> NodeFailed" [2022-02-12T02:13:21.493Z] time="2022-02-12T02:13:21Z" level=info msg="Node cfaab0a7290f/172.18.97.75, added to failed nodes list" [2022-02-12T02:13:21.493Z] time="2022-02-12T02:13:21Z" level=info msg="Node cfaab0a7290f change state NodeActive --> NodeLeft" [2022-02-12T02:13:21.493Z] time="2022-02-12T02:13:21Z" level=info msg="node4(d67f53f46397): Node leave event for cfaab0a7290f/172.18.97.75" [2022-02-12T02:13:21.831Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-02-12T02:13:21.831Z] docker_api_swarm_test.go:507: [da3a3f4446353] joining swarm manager [dbe566979e89d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:13:21.961Z] time="2022-02-12T02:13:21Z" level=error msg="node: cfaab0a7290f is unknown to memberlist" [2022-02-12T02:13:21.961Z] time="2022-02-12T02:13:21Z" level=info msg="Node cfaab0a7290f/172.18.97.75, left gossip cluster" [2022-02-12T02:13:21.961Z] time="2022-02-12T02:13:21Z" level=info msg="Node cfaab0a7290f/172.18.97.75, left gossip cluster" [2022-02-12T02:13:21.961Z] time="2022-02-12T02:13:21Z" level=debug msg="memberlist: Failed ping: cfaab0a7290f (timeout reached)" [2022-02-12T02:13:21.961Z] time="2022-02-12T02:13:21Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.18.97.75:10036: use of closed network connection" [2022-02-12T02:13:22.190Z] Removing intermediate container c6bd8ebf0377 [2022-02-12T02:13:22.190Z] ---> c09542623a74 [2022-02-12T02:13:22.190Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-02-12T02:13:22.190Z] ---> Running in f0c291a1f3aa [2022-02-12T02:13:22.190Z] Removing intermediate container f0c291a1f3aa [2022-02-12T02:13:22.190Z] ---> d1f493bea97a [2022-02-12T02:13:22.190Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-02-12T02:13:22.190Z] ---> Running in 76f392369bf8 [2022-02-12T02:13:22.190Z] Removing intermediate container 76f392369bf8 [2022-02-12T02:13:22.190Z] ---> feedd91c30a5 [2022-02-12T02:13:22.190Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-02-12T02:13:22.430Z] time="2022-02-12T02:13:21Z" level=info msg="Node d67f53f46397 change state NodeActive --> NodeLeft" [2022-02-12T02:13:22.430Z] time="2022-02-12T02:13:21Z" level=info msg="node5(3b16dbc283a9): Node leave event for d67f53f46397/172.18.97.75" [2022-02-12T02:13:22.430Z] time="2022-02-12T02:13:21Z" level=info msg="Node d67f53f46397 change state NodeActive --> NodeLeft" [2022-02-12T02:13:22.430Z] time="2022-02-12T02:13:21Z" level=info msg="node4(d67f53f46397): Node leave event for d67f53f46397/172.18.97.75" [2022-02-12T02:13:22.430Z] time="2022-02-12T02:13:22Z" level=info msg="memberlist: Suspect cfaab0a7290f has failed, no acks received" [2022-02-12T02:13:22.776Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === Skipped [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-02-12T02:13:22.869Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-02-12T02:13:22.869Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-02-12T02:13:22.869Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-02-12T02:13:22.869Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-02-12T02:13:22.869Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-02-12T02:13:22.869Z] client_test.go:23: runtime.GOOS == "windows" [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-02-12T02:13:22.869Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-02-12T02:13:22.869Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-02-12T02:13:22.869Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-02-12T02:13:22.869Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-02-12T02:13:22.869Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-02-12T02:13:22.869Z] daemon_test.go:145: root required [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-02-12T02:13:22.869Z] reload_test.go:342: root required [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-02-12T02:13:22.869Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-02-12T02:13:22.869Z] pull_v2_test.go:73: Needs fixing on Windows [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-02-12T02:13:22.869Z] pull_v2_test.go:118: Needs fixing on Windows [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-02-12T02:13:22.869Z] download_test.go:267: Needs fixing on Windows [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-02-12T02:13:22.869Z] layer_test.go:303: Failing on Windows [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-02-12T02:13:22.869Z] layer_test.go:352: Failing on Windows [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-02-12T02:13:22.869Z] layer_test.go:467: Failing on Windows [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-02-12T02:13:22.869Z] layer_test.go:696: Failing on Windows [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-02-12T02:13:22.869Z] migration_test.go:45: Failing on Windows [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-02-12T02:13:22.869Z] migration_test.go:181: Failing on Windows [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-02-12T02:13:22.869Z] mount_test.go:17: Failing on Windows [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-02-12T02:13:22.869Z] mount_test.go:76: Failing on Windows [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-02-12T02:13:22.869Z] mount_test.go:125: Failing on Windows [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-02-12T02:13:22.869Z] mount_test.go:212: Failing on Windows [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-02-12T02:13:22.869Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-02-12T02:13:22.869Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-02-12T02:13:22.869Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-02-12T02:13:22.869Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-02-12T02:13:22.869Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-02-12T02:13:22.869Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-02-12T02:13:22.869Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-02-12T02:13:22.869Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-02-12T02:13:22.869Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-02-12T02:13:22.869Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-02-12T02:13:22.869Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.869Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-02-12T02:13:22.869Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-02-12T02:13:22.869Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-02-12T02:13:22.870Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-02-12T02:13:22.870Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-02-12T02:13:22.870Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-02-12T02:13:22.870Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-02-12T02:13:22.870Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-02-12T02:13:22.870Z] archive_test.go:133: Xz not present in msys2 [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-02-12T02:13:22.870Z] archive_test.go:140: zstd not installed [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-02-12T02:13:22.870Z] archive_test.go:252: Failing on Windows CI machines [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-02-12T02:13:22.870Z] archive_windows_test.go:16: Currently fails [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-02-12T02:13:22.870Z] changes_test.go:195: needs more investigation [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-02-12T02:13:22.870Z] changes_test.go:432: needs further investigation [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-02-12T02:13:22.870Z] changes_test.go:468: needs further investigation [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-02-12T02:13:22.870Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-02-12T02:13:22.870Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-02-12T02:13:22.870Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-02-12T02:13:22.870Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-02-12T02:13:22.870Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-02-12T02:13:22.870Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-02-12T02:13:22.870Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-02-12T02:13:22.870Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-02-12T02:13:22.870Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-02-12T02:13:22.870Z] poller_test.go:40: No chmod on Windows [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-02-12T02:13:22.870Z] fileutils_test.go:133: Needs porting to Windows [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-02-12T02:13:22.870Z] fileutils_test.go:179: Needs porting to Windows [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-02-12T02:13:22.870Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-02-12T02:13:22.870Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-02-12T02:13:22.870Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-02-12T02:13:22.870Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-02-12T02:13:22.870Z] local_test.go:180: runtime.GOOS == "windows" [2022-02-12T02:13:22.870Z] [2022-02-12T02:13:22.870Z] DONE 2154 tests, 68 skipped in 261.532s [2022-02-12T02:13:22.870Z] INFO: make.ps1 ended at 02/12/2022 02:13:22 [2022-02-12T02:13:22.899Z] time="2022-02-12T02:13:22Z" level=info msg="Node d67f53f46397/172.18.97.75, left gossip cluster" [2022-02-12T02:13:22.899Z] time="2022-02-12T02:13:22Z" level=info msg="Node d67f53f46397/172.18.97.75, left gossip cluster" [2022-02-12T02:13:23.367Z] time="2022-02-12T02:13:23Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, left gossip cluster" [2022-02-12T02:13:23.367Z] time="2022-02-12T02:13:23Z" level=info msg="Node 3b16dbc283a9 change state NodeActive --> NodeFailed" [2022-02-12T02:13:23.367Z] time="2022-02-12T02:13:23Z" level=info msg="Node 3b16dbc283a9/172.18.97.75, added to failed nodes list" [2022-02-12T02:13:23.367Z] --- PASS: TestNetworkDBIslands (11.88s) [2022-02-12T02:13:23.367Z] PASS [2022-02-12T02:13:23.367Z] coverage: 60.1% of statements [2022-02-12T02:13:23.367Z] ok github.com/docker/docker/libnetwork/networkdb 104.574s coverage: 60.1% of statements [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/oci/caps [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/pkg/term [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/quota [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/rootless [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/testutil/request [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/volume [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-02-12T02:13:23.367Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-02-12T02:13:23.718Z] [2022-02-12T02:13:24.163Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-02-12T02:13:24.175Z] ---> 2a3e16c52a62 [2022-02-12T02:13:24.175Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-02-12T02:13:24.411Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-02-12T02:13:24.411Z] INFO: Unit tests ended at 02/12/2022 02:13:24. Duration:00:04:36.7835547 [2022-02-12T02:13:24.411Z] INFO: Building busybox [2022-02-12T02:13:24.411Z] Sending build context to Docker daemon 5.12kB [2022-02-12T02:13:24.411Z] [2022-02-12T02:13:24.411Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-02-12T02:13:24.411Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-02-12T02:13:24.411Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-02-12T02:13:24.411Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-02-12T02:13:24.411Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-02-12T02:13:24.411Z] ---> c703d4d60533 [2022-02-12T02:13:24.411Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-02-12T02:13:24.411Z] ---> Running in 8623cfa85790 [2022-02-12T02:13:24.631Z] ---> Running in 435bc173ada1 [2022-02-12T02:13:24.736Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-02-12T02:13:24.737Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-02-12T02:13:25.309Z] === RUN TestDockerSuite/TestCpRelativePath [2022-02-12T02:13:26.253Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-02-12T02:13:26.320Z] [2022-02-12T02:13:26.320Z] === Skipped [2022-02-12T02:13:26.320Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-02-12T02:13:26.320Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-02-12T02:13:26.320Z] [2022-02-12T02:13:26.320Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.01s) [2022-02-12T02:13:26.320Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:26.320Z] [2022-02-12T02:13:26.320Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-02-12T02:13:26.320Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:26.320Z] [2022-02-12T02:13:26.320Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-02-12T02:13:26.320Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:26.320Z] [2022-02-12T02:13:26.320Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-02-12T02:13:26.320Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:26.320Z] [2022-02-12T02:13:26.320Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-02-12T02:13:26.320Z] client_test.go:23: runtime.GOOS == "windows" [2022-02-12T02:13:26.320Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-02-12T02:13:26.321Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-02-12T02:13:26.321Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-02-12T02:13:26.321Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-02-12T02:13:26.321Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-02-12T02:13:26.321Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-02-12T02:13:26.321Z] daemon_test.go:145: root required [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-02-12T02:13:26.321Z] reload_test.go:342: root required [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-02-12T02:13:26.321Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-02-12T02:13:26.321Z] pull_v2_test.go:73: Needs fixing on Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-02-12T02:13:26.321Z] pull_v2_test.go:118: Needs fixing on Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-02-12T02:13:26.321Z] download_test.go:267: Needs fixing on Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-02-12T02:13:26.321Z] layer_test.go:303: Failing on Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-02-12T02:13:26.321Z] layer_test.go:352: Failing on Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-02-12T02:13:26.321Z] layer_test.go:467: Failing on Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-02-12T02:13:26.321Z] layer_test.go:696: Failing on Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-02-12T02:13:26.321Z] migration_test.go:45: Failing on Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-02-12T02:13:26.321Z] migration_test.go:181: Failing on Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-02-12T02:13:26.321Z] mount_test.go:17: Failing on Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-02-12T02:13:26.321Z] mount_test.go:76: Failing on Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-02-12T02:13:26.321Z] mount_test.go:125: Failing on Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-02-12T02:13:26.321Z] mount_test.go:212: Failing on Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-02-12T02:13:26.321Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-02-12T02:13:26.321Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-02-12T02:13:26.321Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.01s) [2022-02-12T02:13:26.321Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-02-12T02:13:26.321Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-02-12T02:13:26.321Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-02-12T02:13:26.321Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-02-12T02:13:26.321Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-02-12T02:13:26.321Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-02-12T02:13:26.321Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-02-12T02:13:26.321Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-02-12T02:13:26.321Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-02-12T02:13:26.321Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-02-12T02:13:26.321Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-02-12T02:13:26.321Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-02-12T02:13:26.321Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-02-12T02:13:26.321Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-02-12T02:13:26.321Z] archive_test.go:133: Xz not present in msys2 [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-02-12T02:13:26.321Z] archive_test.go:140: zstd not installed [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-02-12T02:13:26.321Z] archive_test.go:252: Failing on Windows CI machines [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-02-12T02:13:26.321Z] archive_windows_test.go:16: Currently fails [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-02-12T02:13:26.321Z] changes_test.go:195: needs more investigation [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-02-12T02:13:26.321Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-02-12T02:13:26.321Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-02-12T02:13:26.321Z] changes_test.go:432: needs further investigation [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-02-12T02:13:26.321Z] changes_test.go:468: needs further investigation [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-02-12T02:13:26.321Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-02-12T02:13:26.321Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-02-12T02:13:26.321Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-02-12T02:13:26.321Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-02-12T02:13:26.321Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-02-12T02:13:26.321Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-02-12T02:13:26.321Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-02-12T02:13:26.321Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-02-12T02:13:26.321Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-02-12T02:13:26.321Z] poller_test.go:40: No chmod on Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-02-12T02:13:26.321Z] fileutils_test.go:133: Needs porting to Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-02-12T02:13:26.321Z] fileutils_test.go:179: Needs porting to Windows [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-02-12T02:13:26.321Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-02-12T02:13:26.321Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.02s) [2022-02-12T02:13:26.321Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-02-12T02:13:26.321Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-02-12T02:13:26.321Z] local_test.go:180: runtime.GOOS == "windows" [2022-02-12T02:13:26.321Z] [2022-02-12T02:13:26.321Z] DONE 2154 tests, 70 skipped in 288.921s [2022-02-12T02:13:26.790Z] INFO: make.ps1 ended at 02/12/2022 02:13:26 [2022-02-12T02:13:26.826Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-02-12T02:13:27.398Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-02-12T02:13:28.018Z] --- PASS: TestCreateServiceConfigFileMode (12.38s) [2022-02-12T02:13:28.018Z] === RUN TestCreateServiceSysctls [2022-02-12T02:13:28.018Z] --- PASS: TestCreateServiceSysctls (2.44s) [2022-02-12T02:13:28.018Z] === RUN TestCreateServiceCapabilities [2022-02-12T02:13:28.342Z] === RUN TestDockerSuite/TestCpToCaseA [2022-02-12T02:13:28.358Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-02-12T02:13:28.358Z] INFO: Unit tests ended at 02/12/2022 02:13:28. Duration:00:05:05.5201637 [2022-02-12T02:13:28.358Z] INFO: Building busybox [2022-02-12T02:13:28.358Z] Sending build context to Docker daemon 5.12kB [2022-02-12T02:13:28.358Z] [2022-02-12T02:13:28.358Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-02-12T02:13:28.358Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-02-12T02:13:28.358Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-02-12T02:13:28.358Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-02-12T02:13:28.358Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-02-12T02:13:28.358Z] ---> bdeb13086b9f [2022-02-12T02:13:28.358Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-02-12T02:13:28.828Z] ---> Running in 06e8c8d906df [2022-02-12T02:13:29.285Z] === RUN TestDockerSuite/TestCpToCaseB [2022-02-12T02:13:29.857Z] === RUN TestDockerSuite/TestCpToCaseC [2022-02-12T02:13:30.538Z] --- PASS: TestCreateServiceCapabilities (1.94s) [2022-02-12T02:13:30.539Z] === RUN TestInspect [2022-02-12T02:13:31.775Z] === RUN TestDockerSuite/TestCpToCaseD [2022-02-12T02:13:32.431Z] --- PASS: TestInspect (2.23s) [2022-02-12T02:13:32.431Z] === RUN TestCreateJob [2022-02-12T02:13:34.322Z] === RUN TestDockerSuite/TestCpToCaseE [2022-02-12T02:13:34.699Z] Removing intermediate container 06e8c8d906df [2022-02-12T02:13:34.699Z] ---> 3c6189629961 [2022-02-12T02:13:34.699Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-02-12T02:13:34.699Z] ---> Running in c6ba9a7b0eb4 [2022-02-12T02:13:34.699Z] Removing intermediate container c6ba9a7b0eb4 [2022-02-12T02:13:34.699Z] ---> 649c3ea8567f [2022-02-12T02:13:34.699Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-02-12T02:13:34.699Z] ---> Running in 8623a4d6665d [2022-02-12T02:13:34.921Z] Removing intermediate container 435bc173ada1 [2022-02-12T02:13:34.921Z] ---> f129f71b424b [2022-02-12T02:13:34.921Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-02-12T02:13:34.921Z] ---> Running in 75fef3acab97 [2022-02-12T02:13:35.166Z] Removing intermediate container 8623a4d6665d [2022-02-12T02:13:35.166Z] ---> 0d6c967bb333 [2022-02-12T02:13:35.166Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-02-12T02:13:35.701Z] --- PASS: TestCreateJob (2.97s) [2022-02-12T02:13:35.702Z] === RUN TestReplicatedJob [2022-02-12T02:13:36.240Z] === RUN TestDockerSuite/TestCpToCaseF [2022-02-12T02:13:36.731Z] [2022-02-12T02:13:36.812Z] === RUN TestDockerSuite/TestCpToCaseG [2022-02-12T02:13:37.073Z] --- PASS: TestCreateServiceMultipleTimes (17.27s) [2022-02-12T02:13:37.073Z] === RUN TestCreateServiceConflict [2022-02-12T02:13:37.093Z] [2022-02-12T02:13:37.093Z] SUCCESS: Specified value was saved. [2022-02-12T02:13:37.200Z] ---> 8fdcebaa98b7 [2022-02-12T02:13:37.200Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-02-12T02:13:37.200Z] ---> Running in dac74c0edea1 [2022-02-12T02:13:39.646Z] --- PASS: TestCreateServiceConflict (2.55s) [2022-02-12T02:13:39.646Z] === RUN TestCreateServiceMaxReplicas [2022-02-12T02:13:39.872Z] --- PASS: TestReplicatedJob (4.27s) [2022-02-12T02:13:39.872Z] === RUN TestUpdateReplicatedJob [2022-02-12T02:13:39.908Z] === RUN TestDockerSuite/TestCpToCaseH [2022-02-12T02:13:39.996Z] Removing intermediate container 75fef3acab97 [2022-02-12T02:13:39.997Z] ---> 01571e44dec5 [2022-02-12T02:13:39.997Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-02-12T02:13:40.457Z] ---> Running in ed3d2f19c293 [2022-02-12T02:13:42.106Z] Removing intermediate container 8623cfa85790 [2022-02-12T02:13:42.106Z] ---> 17817b5b47c6 [2022-02-12T02:13:42.106Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-02-12T02:13:42.106Z] ---> Running in 313ccfdbb2ee [2022-02-12T02:13:42.393Z] --- PASS: TestUpdateReplicatedJob (2.42s) [2022-02-12T02:13:42.393Z] === RUN TestServiceListWithStatuses [2022-02-12T02:13:42.393Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-12T02:13:42.393Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-02-12T02:13:42.393Z] === RUN TestDockerNetworkConnectAlias [2022-02-12T02:13:42.458Z] === RUN TestDockerSuite/TestCpToCaseI [2022-02-12T02:13:42.566Z] Removing intermediate container 313ccfdbb2ee [2022-02-12T02:13:42.566Z] ---> a02cedb6f50d [2022-02-12T02:13:42.566Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-02-12T02:13:42.566Z] ---> Running in a0445dd6233a [2022-02-12T02:13:43.026Z] Removing intermediate container a0445dd6233a [2022-02-12T02:13:43.026Z] ---> 8227b6833c3d [2022-02-12T02:13:43.026Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-02-12T02:13:43.401Z] --- PASS: TestCreateServiceMaxReplicas (3.45s) [2022-02-12T02:13:43.401Z] === RUN TestCreateWithDuplicateNetworkNames [2022-02-12T02:13:43.401Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-02-12T02:13:44.566Z] [2022-02-12T02:13:44.566Z] ---> 2d05bd01df00 [2022-02-12T02:13:44.566Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-02-12T02:13:44.566Z] ---> Running in 870e21556864 [2022-02-12T02:13:45.139Z] Cannot create a file when that file already exists. [2022-02-12T02:13:46.563Z] --- PASS: TestDockerNetworkConnectAlias (3.96s) [2022-02-12T02:13:46.563Z] === RUN TestDockerNetworkReConnect [2022-02-12T02:13:46.706Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-02-12T02:13:47.278Z] === RUN TestDockerSuite/TestCpToDot [2022-02-12T02:13:47.539Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-02-12T02:13:47.629Z] Removing intermediate container dac74c0edea1 [2022-02-12T02:13:47.629Z] ---> 827aec2e10dc [2022-02-12T02:13:47.629Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-02-12T02:13:47.629Z] ---> Running in b7ad62ce295e [2022-02-12T02:13:48.480Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-02-12T02:13:49.082Z] --- PASS: TestDockerNetworkReConnect (3.30s) [2022-02-12T02:13:49.083Z] === RUN TestServicePlugin [2022-02-12T02:13:49.083Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-12T02:13:49.083Z] --- SKIP: TestServicePlugin (0.00s) [2022-02-12T02:13:49.083Z] === RUN TestServiceUpdateLabel [2022-02-12T02:13:49.195Z] [2022-02-12T02:13:49.195Z] SUCCESS: Specified value was saved. [2022-02-12T02:13:49.424Z] === RUN TestDockerSuite/TestCpToStdout [2022-02-12T02:13:49.995Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-02-12T02:13:50.911Z] Removing intermediate container ed3d2f19c293 [2022-02-12T02:13:50.911Z] ---> 511e95a8ac3f [2022-02-12T02:13:50.911Z] Step 13/13 : CMD ["sh"] [2022-02-12T02:13:50.911Z] ---> Running in dd668f258f3a [2022-02-12T02:13:50.938Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-02-12T02:13:50.938Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-02-12T02:13:50.974Z] --- PASS: TestServiceUpdateLabel (1.72s) [2022-02-12T02:13:50.974Z] === RUN TestServiceUpdateSecrets [2022-02-12T02:13:51.367Z] Removing intermediate container dd668f258f3a [2022-02-12T02:13:51.367Z] ---> 0b5985d60427 [2022-02-12T02:13:51.367Z] Successfully built 0b5985d60427 [2022-02-12T02:13:51.367Z] Successfully tagged busybox:latest [2022-02-12T02:13:51.367Z] INFO: Docker images of the daemon under test [2022-02-12T02:13:51.367Z] [2022-02-12T02:13:51.367Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-02-12T02:13:51.367Z] busybox latest 0b5985d60427 Less than a second ago 5GB [2022-02-12T02:13:51.367Z] microsoft/windowsservercore latest bdeb13086b9f 10 days ago 4.96GB [2022-02-12T02:13:51.367Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 10 days ago 4.96GB [2022-02-12T02:13:51.367Z] [2022-02-12T02:13:51.367Z] INFO: Running integration tests at 02/12/2022 02:13:51... [2022-02-12T02:13:51.367Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-02-12T02:13:51.367Z] INFO: Integration API tests being run from the host: [2022-02-12T02:13:51.511Z] === RUN TestDockerSuite/TestCpVolumePath [2022-02-12T02:13:51.822Z] INFO: make.ps1 starting at 02/12/2022 02:13:51 [2022-02-12T02:13:52.151Z] Removing intermediate container b7ad62ce295e [2022-02-12T02:13:52.151Z] ---> 987f60985730 [2022-02-12T02:13:52.151Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-02-12T02:13:52.455Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-02-12T02:13:52.455Z] === RUN TestDockerSuite/TestCreateArgs [2022-02-12T02:13:52.455Z] === RUN TestDockerSuite/TestCreateByImageID [2022-02-12T02:13:52.619Z] ---> Running in 0e908d959270 [2022-02-12T02:13:52.716Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-02-12T02:13:52.787Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-02-12T02:13:52.978Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-02-12T02:13:52.978Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-02-12T02:13:52.978Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-02-12T02:13:53.239Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-02-12T02:13:53.501Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-02-12T02:13:53.501Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-02-12T02:13:53.762Z] === RUN TestDockerSuite/TestCreateLabels [2022-02-12T02:13:53.762Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-02-12T02:13:54.023Z] === RUN TestDockerSuite/TestCreateRM [2022-02-12T02:13:54.023Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-02-12T02:13:54.023Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-12T02:13:54.023Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-02-12T02:13:54.023Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-02-12T02:13:54.285Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-02-12T02:13:56.201Z] docker_api_swarm_node_test.go:81: [d8af3a4ce1075] joining swarm manager [d317000d76988]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:13:56.201Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-02-12T02:13:56.201Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-02-12T02:13:56.201Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-02-12T02:13:57.146Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.81s) [2022-02-12T02:13:57.146Z] === RUN TestCreateServiceSecretFileMode [2022-02-12T02:13:57.379Z] Cannot create a file when that file already exists. [2022-02-12T02:14:00.461Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-02-12T02:14:00.461Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-02-12T02:14:00.461Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-02-12T02:14:00.461Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-02-12T02:14:00.461Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-02-12T02:14:00.722Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-02-12T02:14:00.984Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-02-12T02:14:01.931Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-02-12T02:14:02.504Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-02-12T02:14:03.246Z] Removing intermediate container 0e908d959270 [2022-02-12T02:14:03.246Z] ---> ded065c808df [2022-02-12T02:14:03.246Z] Step 13/13 : CMD ["sh"] [2022-02-12T02:14:03.246Z] ---> Running in 47356f9f8102 [2022-02-12T02:14:03.246Z] Removing intermediate container 47356f9f8102 [2022-02-12T02:14:03.246Z] ---> 79438ae63288 [2022-02-12T02:14:03.246Z] Successfully built 79438ae63288 [2022-02-12T02:14:03.246Z] Successfully tagged busybox:latest [2022-02-12T02:14:03.246Z] INFO: Docker images of the daemon under test [2022-02-12T02:14:03.246Z] [2022-02-12T02:14:03.246Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-02-12T02:14:03.246Z] busybox latest 79438ae63288 Less than a second ago 5GB [2022-02-12T02:14:03.246Z] microsoft/windowsservercore latest bdeb13086b9f 10 days ago 4.96GB [2022-02-12T02:14:03.246Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 10 days ago 4.96GB [2022-02-12T02:14:03.246Z] [2022-02-12T02:14:03.246Z] INFO: Running integration tests at 02/12/2022 02:14:02... [2022-02-12T02:14:03.246Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-02-12T02:14:03.246Z] INFO: Integration API tests being run from the host: [2022-02-12T02:14:03.246Z] INFO: make.ps1 starting at 02/12/2022 02:14:03 [2022-02-12T02:14:03.890Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-02-12T02:14:04.830Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-02-12T02:14:04.833Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-02-12T02:14:05.405Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-02-12T02:14:05.690Z] Removing intermediate container 870e21556864 [2022-02-12T02:14:05.690Z] ---> 89ad14325e99 [2022-02-12T02:14:05.690Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-02-12T02:14:05.690Z] ---> Running in ba7941106345 [2022-02-12T02:14:05.690Z] [2022-02-12T02:14:05.690Z] SUCCESS: Specified value was saved. [2022-02-12T02:14:05.817Z] --- PASS: TestServiceUpdateSecrets (14.21s) [2022-02-12T02:14:05.817Z] === RUN TestServiceUpdateConfigs [2022-02-12T02:14:05.977Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-02-12T02:14:05.977Z] === RUN TestDockerSuite/TestDevicePermissions [2022-02-12T02:14:06.239Z] === RUN TestDockerSuite/TestDockerFails [2022-02-12T02:14:06.239Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-02-12T02:14:06.239Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-02-12T02:14:06.239Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-02-12T02:14:07.184Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-02-12T02:14:07.230Z] Removing intermediate container ba7941106345 [2022-02-12T02:14:07.230Z] ---> 30950f9b571b [2022-02-12T02:14:07.230Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-02-12T02:14:07.230Z] ---> Running in e2fa9e79b6a3 [2022-02-12T02:14:07.445Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-02-12T02:14:08.391Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-02-12T02:14:08.391Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-02-12T02:14:08.652Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-02-12T02:14:08.652Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-02-12T02:14:09.224Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-02-12T02:14:10.168Z] --- PASS: TestCreateServiceSecretFileMode (13.29s) [2022-02-12T02:14:10.168Z] === RUN TestCreateServiceConfigFileMode [2022-02-12T02:14:11.554Z] docker_api_swarm_node_test.go:53: [d502ec58b84ce] joining swarm manager [db7223c2606ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:14:12.127Z] docker_api_swarm_node_test.go:54: [d8ed575bf2ba1] joining swarm manager [db7223c2606ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:14:13.031Z] Cannot create a file when that file already exists. [2022-02-12T02:14:14.042Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-02-12T02:14:15.428Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-02-12T02:14:16.773Z] Removing intermediate container e2fa9e79b6a3 [2022-02-12T02:14:16.773Z] ---> a8f48509f940 [2022-02-12T02:14:16.773Z] Step 13/13 : CMD ["sh"] [2022-02-12T02:14:16.773Z] ---> Running in 981e504f5022 [2022-02-12T02:14:17.233Z] Removing intermediate container 981e504f5022 [2022-02-12T02:14:17.233Z] ---> 1ea81785dbdf [2022-02-12T02:14:17.233Z] Successfully built 1ea81785dbdf [2022-02-12T02:14:17.233Z] Successfully tagged busybox:latest [2022-02-12T02:14:17.233Z] INFO: Docker images of the daemon under test [2022-02-12T02:14:17.233Z] [2022-02-12T02:14:17.233Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-02-12T02:14:17.233Z] busybox latest 1ea81785dbdf 1 second ago 5.78GB [2022-02-12T02:14:17.233Z] microsoft/windowsservercore latest c703d4d60533 9 days ago 5.75GB [2022-02-12T02:14:17.233Z] mcr.microsoft.com/windows/servercore ltsc2019 c703d4d60533 9 days ago 5.75GB [2022-02-12T02:14:17.233Z] [2022-02-12T02:14:17.233Z] INFO: Running integration tests at 02/12/2022 02:14:17... [2022-02-12T02:14:17.233Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-02-12T02:14:17.233Z] INFO: Integration API tests being run from the host: [2022-02-12T02:14:17.233Z] INFO: make.ps1 starting at 02/12/2022 02:14:17 [2022-02-12T02:14:17.344Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-02-12T02:14:18.203Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-02-12T02:14:18.290Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-02-12T02:14:18.862Z] === RUN TestDockerSuite/TestEventsAttach [2022-02-12T02:14:19.438Z] === RUN TestDockerSuite/TestEventsCommit [2022-02-12T02:14:20.030Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-02-12T02:14:20.292Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-02-12T02:14:20.662Z] --- PASS: TestServiceUpdateConfigs (14.30s) [2022-02-12T02:14:20.662Z] === RUN TestServiceUpdateNetwork [2022-02-12T02:14:20.864Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-02-12T02:14:21.435Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-02-12T02:14:22.821Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-02-12T02:14:23.082Z] --- PASS: TestCreateServiceConfigFileMode (12.76s) [2022-02-12T02:14:23.082Z] === RUN TestCreateServiceSysctls [2022-02-12T02:14:24.027Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-02-12T02:14:26.578Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-02-12T02:14:26.578Z] --- PASS: TestCreateServiceSysctls (3.49s) [2022-02-12T02:14:26.578Z] === RUN TestCreateServiceCapabilities [2022-02-12T02:14:28.492Z] === RUN TestDockerSuite/TestEventsCopy [2022-02-12T02:14:28.507Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:14:28.507Z] INFO: Testing against a local daemon [2022-02-12T02:14:28.507Z] === RUN TestBuildWithSession [2022-02-12T02:14:28.507Z] build_session_test.go:25: TODO: BuildKit [2022-02-12T02:14:28.507Z] --- SKIP: TestBuildWithSession (0.00s) [2022-02-12T02:14:28.507Z] === RUN TestBuildSquashParent [2022-02-12T02:14:28.507Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:14:28.507Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-02-12T02:14:28.507Z] === RUN TestBuildWithRemoveAndForceRemove [2022-02-12T02:14:28.507Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:14:28.507Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:14:28.507Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:14:28.507Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:14:28.507Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:14:28.507Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:14:28.507Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:14:28.507Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:14:28.507Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:14:28.507Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:14:28.507Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:14:28.507Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:14:28.508Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:14:28.508Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:14:28.508Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:14:28.508Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:14:29.065Z] --- PASS: TestCreateServiceCapabilities (2.53s) [2022-02-12T02:14:29.065Z] === RUN TestInspect [2022-02-12T02:14:29.637Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-02-12T02:14:30.579Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-02-12T02:14:31.968Z] --- PASS: TestInspect (2.98s) [2022-02-12T02:14:31.968Z] === RUN TestCreateJob [2022-02-12T02:14:32.834Z] --- PASS: TestServiceUpdateNetwork (12.06s) [2022-02-12T02:14:32.834Z] === RUN TestServiceUpdatePidsLimit [2022-02-12T02:14:32.834Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-02-12T02:14:32.834Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-02-12T02:14:35.273Z] --- PASS: TestCreateJob (2.97s) [2022-02-12T02:14:35.273Z] === RUN TestReplicatedJob [2022-02-12T02:14:36.216Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-02-12T02:14:36.216Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-02-12T02:14:37.602Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-02-12T02:14:38.175Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-02-12T02:14:38.441Z] === RUN TestDockerSuite/TestEventsFilterType [2022-02-12T02:14:38.703Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-02-12T02:14:38.964Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-02-12T02:14:38.964Z] === RUN TestDockerSuite/TestEventsFilters [2022-02-12T02:14:40.371Z] === RUN TestDockerSuite/TestEventsFormat [2022-02-12T02:14:40.634Z] --- PASS: TestReplicatedJob (5.67s) [2022-02-12T02:14:40.634Z] === RUN TestUpdateReplicatedJob [2022-02-12T02:14:40.717Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:14:40.717Z] INFO: Testing against a local daemon [2022-02-12T02:14:40.717Z] === RUN TestBuildWithSession [2022-02-12T02:14:40.717Z] build_session_test.go:25: TODO: BuildKit [2022-02-12T02:14:40.717Z] --- SKIP: TestBuildWithSession (0.00s) [2022-02-12T02:14:40.717Z] === RUN TestBuildSquashParent [2022-02-12T02:14:40.717Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:14:40.717Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-02-12T02:14:40.717Z] === RUN TestBuildWithRemoveAndForceRemove [2022-02-12T02:14:40.717Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:14:40.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:14:40.717Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:14:40.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:14:40.717Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:14:40.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:14:40.717Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:14:40.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:14:40.717Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:14:40.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:14:40.717Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:14:40.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:14:40.717Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:14:40.717Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:14:40.717Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:14:40.717Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:14:40.921Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-02-12T02:14:41.580Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-02-12T02:14:41.580Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-02-12T02:14:41.580Z] === RUN TestDockerSuite/TestEventsImageImport [2022-02-12T02:14:41.842Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-02-12T02:14:42.104Z] === RUN TestDockerSuite/TestEventsImagePull [2022-02-12T02:14:43.048Z] === RUN TestDockerSuite/TestEventsImageTag [2022-02-12T02:14:43.992Z] --- PASS: TestUpdateReplicatedJob (3.18s) [2022-02-12T02:14:43.992Z] === RUN TestServiceListWithStatuses [2022-02-12T02:14:43.992Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-12T02:14:43.992Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-02-12T02:14:43.992Z] === RUN TestDockerNetworkConnectAlias [2022-02-12T02:14:43.992Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-02-12T02:14:44.252Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-02-12T02:14:44.252Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-02-12T02:14:44.252Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-02-12T02:14:44.252Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-02-12T02:14:44.252Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-02-12T02:14:44.513Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-02-12T02:14:46.181Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:14:46.181Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:14:46.428Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-02-12T02:14:47.001Z] === RUN TestDockerSuite/TestEventsRename [2022-02-12T02:14:47.459Z] --- PASS: TestServiceUpdatePidsLimit (15.42s) [2022-02-12T02:14:47.459Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.52s) [2022-02-12T02:14:47.459Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-02-12T02:14:47.459Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-02-12T02:14:47.459Z] PASS [2022-02-12T02:14:47.459Z] [2022-02-12T02:14:47.459Z] === Skipped [2022-02-12T02:14:47.459Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-02-12T02:14:47.459Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-12T02:14:47.459Z] [2022-02-12T02:14:47.459Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-02-12T02:14:47.459Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-12T02:14:47.459Z] [2022-02-12T02:14:47.459Z] DONE 27 tests, 2 skipped in 144.672s [2022-02-12T02:14:47.459Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-02-12T02:14:47.459Z] ++ 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-02-12T02:14:47.459Z] ++ set -e [2022-02-12T02:14:47.459Z] ++ '[' -n 0 ']' [2022-02-12T02:14:47.459Z] ++ set -x [2022-02-12T02:14:47.460Z] ++ 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-02-12T02:14:47.460Z] INFO: Testing against a local daemon [2022-02-12T02:14:47.460Z] === RUN TestSessionCreate [2022-02-12T02:14:47.460Z] --- PASS: TestSessionCreate (0.02s) [2022-02-12T02:14:47.460Z] === RUN TestSessionCreateWithBadUpgrade [2022-02-12T02:14:47.460Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-02-12T02:14:47.460Z] PASS [2022-02-12T02:14:47.460Z] [2022-02-12T02:14:47.460Z] DONE 2 tests in 0.144s [2022-02-12T02:14:47.460Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-02-12T02:14:47.460Z] ++ 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-02-12T02:14:47.460Z] ++ set -e [2022-02-12T02:14:47.460Z] ++ '[' -n 0 ']' [2022-02-12T02:14:47.460Z] ++ set -x [2022-02-12T02:14:47.460Z] ++ 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-02-12T02:14:47.460Z] INFO: Testing against a local daemon [2022-02-12T02:14:47.460Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-02-12T02:14:47.460Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-02-12T02:14:47.460Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-12T02:14:47.460Z] === RUN TestDiskUsage [2022-02-12T02:14:47.460Z] === PAUSE TestDiskUsage [2022-02-12T02:14:47.460Z] === RUN TestEventsExecDie [2022-02-12T02:14:47.574Z] === RUN TestDockerSuite/TestEventsResize [2022-02-12T02:14:47.715Z] --- PASS: TestEventsExecDie (0.53s) [2022-02-12T02:14:47.715Z] === RUN TestEventsBackwardsCompatible [2022-02-12T02:14:47.715Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-02-12T02:14:47.715Z] === RUN TestEventsVolumeCreate [2022-02-12T02:14:47.715Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-02-12T02:14:47.715Z] === RUN TestInfoBinaryCommits [2022-02-12T02:14:47.991Z] --- PASS: TestInfoBinaryCommits (0.03s) [2022-02-12T02:14:47.991Z] === RUN TestInfoAPIVersioned [2022-02-12T02:14:47.991Z] --- PASS: TestInfoAPIVersioned (0.05s) [2022-02-12T02:14:47.991Z] === RUN TestInfoAPI [2022-02-12T02:14:47.991Z] --- PASS: TestInfoAPI (0.02s) [2022-02-12T02:14:47.991Z] === RUN TestInfoAPIWarnings [2022-02-12T02:14:48.200Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:14:48.201Z] INFO: Testing against a local daemon [2022-02-12T02:14:48.201Z] === RUN TestBuildWithSession [2022-02-12T02:14:48.201Z] build_session_test.go:25: TODO: BuildKit [2022-02-12T02:14:48.201Z] --- SKIP: TestBuildWithSession (0.00s) [2022-02-12T02:14:48.201Z] === RUN TestBuildSquashParent [2022-02-12T02:14:48.201Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:14:48.201Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-02-12T02:14:48.201Z] === RUN TestBuildWithRemoveAndForceRemove [2022-02-12T02:14:48.201Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:14:48.201Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:14:48.201Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:14:48.201Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:14:48.201Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:14:48.201Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:14:48.201Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:14:48.201Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:14:48.201Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:14:48.201Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:14:48.201Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:14:48.201Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:14:48.201Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-12T02:14:48.201Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:14:48.201Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-12T02:14:48.201Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-12T02:14:48.517Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-02-12T02:14:48.779Z] --- PASS: TestDockerNetworkConnectAlias (5.03s) [2022-02-12T02:14:48.779Z] === RUN TestDockerNetworkReConnect [2022-02-12T02:14:51.330Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-02-12T02:14:51.902Z] --- PASS: TestDockerNetworkReConnect (3.04s) [2022-02-12T02:14:51.902Z] === RUN TestServicePlugin [2022-02-12T02:14:53.288Z] docker_api_swarm_test.go:202: [d2d321ed45405] joining swarm manager [df8abce28e5ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:14:53.859Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-02-12T02:14:54.431Z] === RUN TestDockerSuite/TestEventsStreaming [2022-02-12T02:14:55.005Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-02-12T02:14:55.687Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:14:55.687Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-12T02:14:55.948Z] plugin_test.go:61: [d17aff0e09ba6] joining swarm manager [d0c7b5c9f5e7e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:14:56.484Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-02-12T02:14:56.484Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (18.77s) [2022-02-12T02:14:56.484Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (19.38s) [2022-02-12T02:14:56.484Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (19.39s) [2022-02-12T02:14:56.484Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (19.98s) [2022-02-12T02:14:56.484Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.97s) [2022-02-12T02:14:56.484Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.47s) [2022-02-12T02:14:56.484Z] === RUN TestBuildMultiStageCopy [2022-02-12T02:14:56.484Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-02-12T02:14:56.794Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-12T02:14:56.794Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-12T02:14:57.337Z] plugin_test.go:64: [df673dc48d413] joining swarm manager [d0c7b5c9f5e7e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:14:57.910Z] === RUN TestDockerSuite/TestEventsTop [2022-02-12T02:14:58.482Z] === RUN TestDockerSuite/TestEventsUntag [2022-02-12T02:15:01.060Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-02-12T02:15:04.356Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-02-12T02:15:04.356Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (16.02s) [2022-02-12T02:15:04.356Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (16.99s) [2022-02-12T02:15:04.356Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (18.06s) [2022-02-12T02:15:04.356Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (18.24s) [2022-02-12T02:15:04.356Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.79s) [2022-02-12T02:15:04.356Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (9.91s) [2022-02-12T02:15:04.356Z] === RUN TestBuildMultiStageCopy [2022-02-12T02:15:04.356Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-02-12T02:15:06.072Z] --- PASS: TestInfoAPIWarnings (16.22s) [2022-02-12T02:15:06.072Z] === RUN TestInfoDebug [2022-02-12T02:15:06.072Z] --- PASS: TestInfoDebug (0.52s) [2022-02-12T02:15:06.072Z] === RUN TestInfoInsecureRegistries [2022-02-12T02:15:06.072Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-02-12T02:15:06.072Z] === RUN TestInfoRegistryMirrors [2022-02-12T02:15:06.072Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-02-12T02:15:06.072Z] === RUN TestLoginFailsWithBadCredentials [2022-02-12T02:15:06.072Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-02-12T02:15:06.072Z] === RUN TestPingCacheHeaders [2022-02-12T02:15:06.072Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-02-12T02:15:06.072Z] === RUN TestPingGet [2022-02-12T02:15:06.072Z] --- PASS: TestPingGet (0.02s) [2022-02-12T02:15:06.072Z] === RUN TestPingHead [2022-02-12T02:15:06.072Z] --- PASS: TestPingHead (0.02s) [2022-02-12T02:15:06.072Z] === RUN TestVersion [2022-02-12T02:15:06.072Z] --- PASS: TestVersion (0.02s) [2022-02-12T02:15:06.072Z] === CONT TestDiskUsage [2022-02-12T02:15:06.329Z] === RUN TestDiskUsage/empty [2022-02-12T02:15:06.329Z] === RUN TestDiskUsage/empty/container_types [2022-02-12T02:15:06.329Z] === RUN TestDiskUsage/empty/image_types [2022-02-12T02:15:06.329Z] === RUN TestDiskUsage/empty/volume_types [2022-02-12T02:15:06.329Z] === RUN TestDiskUsage/empty/build-cache_types [2022-02-12T02:15:06.329Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-02-12T02:15:06.329Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-02-12T02:15:06.329Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-02-12T02:15:06.329Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-02-12T02:15:06.329Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-02-12T02:15:06.329Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-02-12T02:15:06.329Z] === RUN TestDiskUsage/after_LoadBusybox [2022-02-12T02:15:06.586Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-02-12T02:15:06.586Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-02-12T02:15:06.586Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-02-12T02:15:06.586Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-02-12T02:15:06.586Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-02-12T02:15:06.586Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-02-12T02:15:06.586Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-02-12T02:15:06.586Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-02-12T02:15:06.586Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-02-12T02:15:06.586Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-02-12T02:15:06.586Z] === RUN TestDiskUsage/after_container.Run [2022-02-12T02:15:06.842Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-02-12T02:15:06.843Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-02-12T02:15:06.843Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-02-12T02:15:06.843Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-02-12T02:15:06.843Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-02-12T02:15:06.843Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-02-12T02:15:06.843Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-02-12T02:15:06.843Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-02-12T02:15:06.843Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-02-12T02:15:06.843Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage (1.07s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_container.Run (0.28s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-02-12T02:15:06.843Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-02-12T02:15:06.843Z] PASS [2022-02-12T02:15:06.843Z] [2022-02-12T02:15:06.843Z] === Skipped [2022-02-12T02:15:06.843Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-12T02:15:06.843Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-02-12T02:15:06.843Z] [2022-02-12T02:15:06.843Z] DONE 50 tests, 1 skipped in 19.853s [2022-02-12T02:15:06.843Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-02-12T02:15:06.843Z] ++ 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-02-12T02:15:06.843Z] ++ set -e [2022-02-12T02:15:06.843Z] ++ '[' -n 0 ']' [2022-02-12T02:15:06.843Z] ++ set -x [2022-02-12T02:15:06.843Z] ++ 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-02-12T02:15:07.099Z] INFO: Testing against a local daemon [2022-02-12T02:15:07.100Z] === RUN TestVolumesCreateAndList [2022-02-12T02:15:07.100Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-02-12T02:15:07.100Z] === RUN TestVolumesRemove [2022-02-12T02:15:07.100Z] --- PASS: TestVolumesRemove (0.06s) [2022-02-12T02:15:07.100Z] === RUN TestVolumesInspect [2022-02-12T02:15:07.100Z] --- PASS: TestVolumesInspect (0.02s) [2022-02-12T02:15:07.100Z] === RUN TestVolumesInvalidJSON [2022-02-12T02:15:07.100Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-02-12T02:15:07.100Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-02-12T02:15:07.100Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-02-12T02:15:07.100Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-02-12T02:15:07.100Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-02-12T02:15:07.100Z] PASS [2022-02-12T02:15:07.100Z] [2022-02-12T02:15:07.100Z] DONE 5 tests in 0.220s [2022-02-12T02:15:07.100Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-02-12T02:15:07.148Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-02-12T02:15:07.149Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (10.57s) [2022-02-12T02:15:07.149Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.85s) [2022-02-12T02:15:07.149Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.20s) [2022-02-12T02:15:07.149Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (12.40s) [2022-02-12T02:15:07.149Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.89s) [2022-02-12T02:15:07.149Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.28s) [2022-02-12T02:15:07.149Z] === RUN TestBuildMultiStageCopy [2022-02-12T02:15:07.149Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-02-12T02:15:07.356Z] ++++ cat bundles/test-integration/docker.pid [2022-02-12T02:15:07.356Z] +++ kill 13071 [2022-02-12T02:15:07.613Z] +++ /etc/init.d/apparmor stop [2022-02-12T02:15:07.613Z] Leaving: AppArmorNo profiles have been unloaded. [2022-02-12T02:15:07.613Z] [2022-02-12T02:15:07.613Z] Unloading profiles will leave already running processes permanently [2022-02-12T02:15:07.613Z] unconfined, which can lead to unexpected situations. [2022-02-12T02:15:07.613Z] [2022-02-12T02:15:07.613Z] To set a process to complain mode, use the command line tool [2022-02-12T02:15:07.613Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-02-12T02:15:07.613Z] +++ true [2022-02-12T02:15:07.613Z] exiting test-integration [2022-02-12T02:15:07.613Z] ++ exit 0 [2022-02-12T02:15:07.613Z] Post stage [Pipeline] junit [2022-02-12T02:15:08.186Z] Recording test results [2022-02-12T02:15:08.466Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-02-12T02:15:08.836Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-02-12T02:15:08.839Z] + echo Ensuring container killed. [2022-02-12T02:15:08.839Z] Ensuring container killed. [2022-02-12T02:15:08.839Z] + docker rm -vf docker-pr1 [2022-02-12T02:15:08.839Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-02-12T02:15:09.159Z] + echo Chowning /workspace to jenkins user [2022-02-12T02:15:09.159Z] Chowning /workspace to jenkins user [2022-02-12T02:15:09.159Z] + id -u [2022-02-12T02:15:09.159Z] + id -g [2022-02-12T02:15:09.159Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43231:/workspace busybox chown -R 1000:1000 /workspace [2022-02-12T02:15:09.159Z] Unable to find image 'busybox:latest' locally [2022-02-12T02:15:09.159Z] latest: Pulling from library/busybox [2022-02-12T02:15:09.417Z] b0fae56fd889: Pulling fs layer [2022-02-12T02:15:09.417Z] b0fae56fd889: Verifying Checksum [2022-02-12T02:15:09.417Z] b0fae56fd889: Download complete [2022-02-12T02:15:09.674Z] b0fae56fd889: Pull complete [2022-02-12T02:15:09.674Z] Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb [2022-02-12T02:15:09.674Z] Status: Downloaded newer image for busybox:latest [2022-02-12T02:15:09.800Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-02-12T02:15:11.328Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-02-12T02:15:11.383Z] + bundleName=arm64-integration [2022-02-12T02:15:11.383Z] + echo Creating arm64-integration-bundles.tar.gz [2022-02-12T02:15:11.383Z] Creating arm64-integration-bundles.tar.gz [2022-02-12T02:15:11.383Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-02-12T02:15:11.383Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-02-12T02:15:11.393Z] Archiving artifacts [2022-02-12T02:15:12.289Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-02-12T02:15:13.078Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43231/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-12T02:15:13.290Z] === RUN TestDockerSuite/TestExec [2022-02-12T02:15:13.290Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-02-12T02:15:13.290Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-02-12T02:15:13.290Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-02-12T02:15:13.431Z] + make clean [2022-02-12T02:15:13.431Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-12T02:15:13.431Z] docker-dev-cache [2022-02-12T02:15:13.431Z] docker-mod-cache [Pipeline] deleteDir [2022-02-12T02:15:13.551Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-02-12T02:15:14.125Z] === RUN TestDockerSuite/TestExecAPIStart [2022-02-12T02:15:14.236Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-02-12T02:15:14.462Z] --- PASS: TestBuildMultiStageCopy (17.50s) [2022-02-12T02:15:14.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (12.28s) [2022-02-12T02:15:14.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-02-12T02:15:14.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.16s) [2022-02-12T02:15:14.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.42s) [2022-02-12T02:15:14.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.62s) [2022-02-12T02:15:14.462Z] === RUN TestBuildMultiStageParentConfig [2022-02-12T02:15:14.696Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-02-12T02:15:15.069Z] docker_api_swarm_test.go:384: [d8b584f8ce2aa] joining swarm manager [d47d8c49d8de0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-12T02:15:15.331Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-02-12T02:15:15.670Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-02-12T02:15:15.904Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-02-12T02:15:16.477Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-02-12T02:15:16.850Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-02-12T02:15:17.052Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-02-12T02:15:17.052Z] docker_api_swarm_test.go:385: [d8db1131ce91e] joining swarm manager [d47d8c49d8de0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:15:17.211Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-02-12T02:15:17.318Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-02-12T02:15:17.353Z] --- PASS: TestBuildMultiStageParentConfig (3.07s) [2022-02-12T02:15:17.354Z] === RUN TestBuildLabelWithTargets [2022-02-12T02:15:17.354Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:15:17.354Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-02-12T02:15:17.354Z] === RUN TestBuildWithEmptyLayers [2022-02-12T02:15:17.623Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-02-12T02:15:18.182Z] --- PASS: TestBuildMultiStageCopy (12.28s) [2022-02-12T02:15:18.182Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.08s) [2022-02-12T02:15:18.182Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.79s) [2022-02-12T02:15:18.182Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.97s) [2022-02-12T02:15:18.182Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.12s) [2022-02-12T02:15:18.182Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.31s) [2022-02-12T02:15:18.182Z] === RUN TestBuildMultiStageParentConfig [2022-02-12T02:15:18.195Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-02-12T02:15:18.305Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-02-12T02:15:18.456Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-02-12T02:15:18.885Z] --- PASS: TestBuildWithEmptyLayers (1.81s) [2022-02-12T02:15:18.885Z] === RUN TestBuildMultiStageOnBuild [2022-02-12T02:15:19.399Z] === RUN TestDockerSuite/TestExecCgroup [2022-02-12T02:15:19.870Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-02-12T02:15:20.343Z] === RUN TestDockerSuite/TestExecEnv [2022-02-12T02:15:20.604Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-02-12T02:15:21.092Z] --- PASS: TestBuildMultiStageParentConfig (2.69s) [2022-02-12T02:15:21.092Z] === RUN TestBuildLabelWithTargets [2022-02-12T02:15:21.092Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:15:21.092Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-02-12T02:15:21.092Z] === RUN TestBuildWithEmptyLayers [2022-02-12T02:15:21.435Z] --- PASS: TestBuildMultiStageCopy (17.19s) [2022-02-12T02:15:21.435Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (11.88s) [2022-02-12T02:15:21.435Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.99s) [2022-02-12T02:15:21.435Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.17s) [2022-02-12T02:15:21.435Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.43s) [2022-02-12T02:15:21.435Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.72s) [2022-02-12T02:15:21.435Z] === RUN TestBuildMultiStageParentConfig [2022-02-12T02:15:21.991Z] === RUN TestDockerSuite/TestExecExitStatus [2022-02-12T02:15:22.253Z] === RUN TestDockerSuite/TestExecInspectID [2022-02-12T02:15:22.514Z] --- PASS: TestServicePlugin (30.66s) [2022-02-12T02:15:22.514Z] === RUN TestServiceUpdateLabel [2022-02-12T02:15:22.634Z] --- PASS: TestBuildWithEmptyLayers (1.42s) [2022-02-12T02:15:22.634Z] === RUN TestBuildMultiStageOnBuild [2022-02-12T02:15:24.387Z] --- PASS: TestBuildMultiStageParentConfig (2.96s) [2022-02-12T02:15:24.387Z] === RUN TestBuildLabelWithTargets [2022-02-12T02:15:24.387Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:15:24.387Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-02-12T02:15:24.387Z] === RUN TestBuildWithEmptyLayers [2022-02-12T02:15:25.060Z] --- PASS: TestServiceUpdateLabel (2.15s) [2022-02-12T02:15:25.060Z] === RUN TestServiceUpdateSecrets [2022-02-12T02:15:25.060Z] === RUN TestDockerSuite/TestExecInteractive [2022-02-12T02:15:25.633Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-02-12T02:15:26.204Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-02-12T02:15:26.605Z] --- PASS: TestBuildWithEmptyLayers (1.69s) [2022-02-12T02:15:26.605Z] === RUN TestBuildMultiStageOnBuild [2022-02-12T02:15:26.779Z] === RUN TestDockerSuite/TestExecParseError [2022-02-12T02:15:27.365Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-02-12T02:15:27.963Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-02-12T02:15:28.224Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-02-12T02:15:29.168Z] === RUN TestDockerSuite/TestExecSetEnv [2022-02-12T02:15:29.740Z] === RUN TestDockerSuite/TestExecStartFails [2022-02-12T02:15:30.313Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-02-12T02:15:35.033Z] --- PASS: TestBuildMultiStageOnBuild (11.33s) [2022-02-12T02:15:35.033Z] === RUN TestBuildUncleanTarFilenames [2022-02-12T02:15:35.033Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:15:35.033Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-02-12T02:15:35.033Z] === RUN TestBuildMultiStageLayerLeak [2022-02-12T02:15:36.546Z] --- PASS: TestBuildMultiStageOnBuild (17.10s) [2022-02-12T02:15:36.546Z] === RUN TestBuildUncleanTarFilenames [2022-02-12T02:15:36.546Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:15:36.546Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-02-12T02:15:36.546Z] === RUN TestBuildMultiStageLayerLeak [2022-02-12T02:15:40.312Z] --- PASS: TestServiceUpdateSecrets (14.67s) [2022-02-12T02:15:40.312Z] === RUN TestServiceUpdateConfigs [2022-02-12T02:15:41.255Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-02-12T02:15:41.827Z] === RUN TestDockerSuite/TestExecTTY [2022-02-12T02:15:42.089Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-02-12T02:15:42.662Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-02-12T02:15:43.233Z] === RUN TestDockerSuite/TestExecUlimits [2022-02-12T02:15:43.805Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-02-12T02:15:43.805Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-02-12T02:15:43.805Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-02-12T02:15:44.418Z] --- PASS: TestBuildMultiStageOnBuild (15.74s) [2022-02-12T02:15:44.418Z] === RUN TestBuildUncleanTarFilenames [2022-02-12T02:15:44.418Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:15:44.418Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-02-12T02:15:44.418Z] === RUN TestBuildMultiStageLayerLeak [2022-02-12T02:15:44.749Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-02-12T02:15:45.323Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-02-12T02:15:45.895Z] === RUN TestDockerSuite/TestExecWithTERM [2022-02-12T02:15:46.468Z] === RUN TestDockerSuite/TestExecWithUser [2022-02-12T02:15:47.040Z] === RUN TestDockerSuite/TestGetContainerStats [2022-02-12T02:15:49.858Z] --- PASS: TestBuildMultiStageLayerLeak (14.38s) [2022-02-12T02:15:49.858Z] === RUN TestBuildWithHugeFile [2022-02-12T02:15:51.335Z] --- PASS: TestBuildMultiStageLayerLeak (13.92s) [2022-02-12T02:15:51.335Z] === RUN TestBuildWithHugeFile [2022-02-12T02:15:52.330Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-02-12T02:15:53.716Z] --- PASS: TestServiceUpdateConfigs (14.32s) [2022-02-12T02:15:53.716Z] === RUN TestServiceUpdateNetwork [2022-02-12T02:15:56.280Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-02-12T02:15:56.908Z] --- PASS: TestBuildMultiStageLayerLeak (13.37s) [2022-02-12T02:15:56.908Z] === RUN TestBuildWithHugeFile [2022-02-12T02:15:57.666Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-02-12T02:16:02.956Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-02-12T02:16:02.956Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-02-12T02:16:02.956Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-02-12T02:16:02.956Z] === RUN TestDockerSuite/TestHealth [2022-02-12T02:16:06.257Z] --- PASS: TestServiceUpdateNetwork (12.39s) [2022-02-12T02:16:06.257Z] === RUN TestServiceUpdatePidsLimit [2022-02-12T02:16:07.644Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-02-12T02:16:08.218Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-02-12T02:16:16.360Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-02-12T02:16:17.745Z] check_test.go:379: [d8db1131ce91e] daemon is not started [2022-02-12T02:16:17.745Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-02-12T02:16:19.660Z] docker_api_swarm_test.go:802: [d5d6eba2f3211] joining swarm manager [d419ed18c96b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:16:21.046Z] docker_api_swarm_test.go:802: [d7b2638354734] joining swarm manager [d419ed18c96b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:16:21.307Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-02-12T02:16:21.568Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-02-12T02:16:21.568Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-02-12T02:16:21.568Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-02-12T02:16:22.141Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-02-12T02:16:22.141Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-02-12T02:16:22.403Z] docker_api_swarm_test.go:802: [ddb576ad6bd6b] joining swarm manager [d419ed18c96b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-02-12T02:16:22.979Z] --- PASS: TestServiceUpdatePidsLimit (16.77s) [2022-02-12T02:16:22.979Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.82s) [2022-02-12T02:16:22.979Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.00s) [2022-02-12T02:16:22.979Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-02-12T02:16:22.979Z] PASS [2022-02-12T02:16:22.979Z] [2022-02-12T02:16:22.979Z] === Skipped [2022-02-12T02:16:22.979Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-02-12T02:16:22.979Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-12T02:16:22.979Z] [2022-02-12T02:16:22.979Z] DONE 27 tests, 1 skipped in 191.378s [2022-02-12T02:16:22.979Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-02-12T02:16:22.979Z] ++ 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-02-12T02:16:22.979Z] ++ set -e [2022-02-12T02:16:22.979Z] ++ '[' -n 0 ']' [2022-02-12T02:16:22.979Z] ++ set -x [2022-02-12T02:16:22.979Z] ++ 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-02-12T02:16:22.979Z] INFO: Testing against a local daemon [2022-02-12T02:16:22.979Z] === RUN TestSessionCreate [2022-02-12T02:16:22.979Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-02-12T02:16:22.979Z] --- PASS: TestSessionCreate (0.03s) [2022-02-12T02:16:22.979Z] === RUN TestSessionCreateWithBadUpgrade [2022-02-12T02:16:22.979Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-02-12T02:16:22.979Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-02-12T02:16:22.979Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-02-12T02:16:22.979Z] PASS [2022-02-12T02:16:22.979Z] [2022-02-12T02:16:22.979Z] DONE 2 tests in 0.142s [2022-02-12T02:16:22.979Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-02-12T02:16:22.979Z] ++ 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-02-12T02:16:22.979Z] ++ set -e [2022-02-12T02:16:22.979Z] ++ '[' -n 0 ']' [2022-02-12T02:16:22.979Z] ++ set -x [2022-02-12T02:16:22.979Z] ++ 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-02-12T02:16:23.240Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-02-12T02:16:23.241Z] INFO: Testing against a local daemon [2022-02-12T02:16:23.241Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-02-12T02:16:23.241Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-02-12T02:16:23.241Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-12T02:16:23.241Z] === RUN TestDiskUsage [2022-02-12T02:16:23.241Z] === PAUSE TestDiskUsage [2022-02-12T02:16:23.241Z] === RUN TestEventsExecDie [2022-02-12T02:16:23.502Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-02-12T02:16:24.074Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-02-12T02:16:24.074Z] docker_api_swarm_test.go:802: [d5dd42c1a0359] joining swarm manager [d419ed18c96b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-02-12T02:16:24.074Z] --- PASS: TestEventsExecDie (0.74s) [2022-02-12T02:16:24.074Z] === RUN TestEventsBackwardsCompatible [2022-02-12T02:16:24.074Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2022-02-12T02:16:24.074Z] === RUN TestEventsVolumeCreate [2022-02-12T02:16:24.074Z] --- PASS: TestEventsVolumeCreate (0.08s) [2022-02-12T02:16:24.074Z] === RUN TestInfoBinaryCommits [2022-02-12T02:16:24.074Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-02-12T02:16:24.074Z] === RUN TestInfoAPIVersioned [2022-02-12T02:16:24.074Z] --- PASS: TestInfoAPIVersioned (0.02s) [2022-02-12T02:16:24.074Z] === RUN TestInfoAPI [2022-02-12T02:16:24.074Z] --- PASS: TestInfoAPI (0.03s) [2022-02-12T02:16:24.074Z] === RUN TestInfoAPIWarnings [2022-02-12T02:16:24.335Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-02-12T02:16:24.335Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-02-12T02:16:24.908Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-02-12T02:16:24.908Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-02-12T02:16:25.481Z] docker_api_swarm_test.go:810: [d791818a97a92] joining swarm manager [d419ed18c96b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-02-12T02:16:25.742Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-02-12T02:16:26.314Z] === RUN TestDockerSuite/TestImagesFormat [2022-02-12T02:16:26.314Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-02-12T02:16:26.888Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-02-12T02:16:29.432Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-02-12T02:16:29.432Z] === RUN TestDockerSuite/TestImportBadURL [2022-02-12T02:16:29.432Z] === RUN TestDockerSuite/TestImportDisplay [2022-02-12T02:16:30.376Z] === RUN TestDockerSuite/TestImportFile [2022-02-12T02:16:31.765Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-02-12T02:16:31.765Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-02-12T02:16:32.712Z] === RUN TestDockerSuite/TestImportGzipped [2022-02-12T02:16:34.099Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-02-12T02:16:35.043Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-02-12T02:16:35.306Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-02-12T02:16:35.880Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-02-12T02:16:36.456Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-02-12T02:16:36.456Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-02-12T02:16:36.456Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-02-12T02:16:36.717Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-02-12T02:16:37.289Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-02-12T02:16:37.550Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-02-12T02:16:38.122Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-02-12T02:16:38.384Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-02-12T02:16:38.956Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-02-12T02:16:38.956Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-02-12T02:16:40.343Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-02-12T02:16:40.605Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-02-12T02:16:40.605Z] --- PASS: TestInfoAPIWarnings (16.30s) [2022-02-12T02:16:40.605Z] === RUN TestInfoDebug [2022-02-12T02:16:40.867Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-02-12T02:16:41.128Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-02-12T02:16:41.128Z] --- PASS: TestInfoDebug (0.54s) [2022-02-12T02:16:41.128Z] === RUN TestInfoInsecureRegistries [2022-02-12T02:16:41.734Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-02-12T02:16:41.734Z] === RUN TestInfoRegistryMirrors [2022-02-12T02:16:41.734Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-02-12T02:16:41.734Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-02-12T02:16:41.734Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-02-12T02:16:41.999Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-02-12T02:16:41.999Z] === RUN TestLoginFailsWithBadCredentials [2022-02-12T02:16:42.266Z] --- PASS: TestLoginFailsWithBadCredentials (0.14s) [2022-02-12T02:16:42.266Z] === RUN TestPingCacheHeaders [2022-02-12T02:16:42.266Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-02-12T02:16:42.266Z] === RUN TestPingGet [2022-02-12T02:16:42.266Z] --- PASS: TestPingGet (0.02s) [2022-02-12T02:16:42.266Z] === RUN TestPingHead [2022-02-12T02:16:42.266Z] --- PASS: TestPingHead (0.02s) [2022-02-12T02:16:42.266Z] === RUN TestVersion [2022-02-12T02:16:42.266Z] --- PASS: TestVersion (0.02s) [2022-02-12T02:16:42.266Z] === CONT TestDiskUsage [2022-02-12T02:16:42.266Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-02-12T02:16:42.837Z] === RUN TestDiskUsage/empty [2022-02-12T02:16:42.837Z] === RUN TestDiskUsage/empty/container_types [2022-02-12T02:16:42.837Z] === RUN TestDiskUsage/empty/image_types [2022-02-12T02:16:42.837Z] === RUN TestDiskUsage/empty/volume_types [2022-02-12T02:16:42.837Z] === RUN TestDiskUsage/empty/build-cache_types [2022-02-12T02:16:42.837Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-02-12T02:16:42.837Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-02-12T02:16:42.837Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-02-12T02:16:42.837Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-02-12T02:16:42.837Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-02-12T02:16:42.837Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-02-12T02:16:42.837Z] === RUN TestDiskUsage/after_LoadBusybox [2022-02-12T02:16:42.837Z] === RUN TestDockerSuite/TestInspectDefault [2022-02-12T02:16:43.099Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-02-12T02:16:43.099Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-02-12T02:16:43.099Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-02-12T02:16:43.099Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-02-12T02:16:43.099Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-02-12T02:16:43.099Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-02-12T02:16:43.099Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-02-12T02:16:43.099Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-02-12T02:16:43.099Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-02-12T02:16:43.099Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-02-12T02:16:43.099Z] === RUN TestDiskUsage/after_container.Run [2022-02-12T02:16:43.672Z] === RUN TestDockerSuite/TestInspectHistory [2022-02-12T02:16:43.672Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-02-12T02:16:43.672Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-02-12T02:16:43.672Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-02-12T02:16:43.672Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-02-12T02:16:43.672Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-02-12T02:16:43.672Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-02-12T02:16:43.672Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-02-12T02:16:43.672Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-02-12T02:16:43.672Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-02-12T02:16:43.672Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage (1.63s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.29s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_container.Run (0.59s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-02-12T02:16:43.935Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-02-12T02:16:43.935Z] PASS [2022-02-12T02:16:43.935Z] [2022-02-12T02:16:43.935Z] === Skipped [2022-02-12T02:16:43.935Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-12T02:16:43.935Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-02-12T02:16:43.935Z] [2022-02-12T02:16:43.935Z] DONE 50 tests, 1 skipped in 20.845s [2022-02-12T02:16:43.935Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-02-12T02:16:43.935Z] ++ 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-02-12T02:16:43.935Z] ++ set -e [2022-02-12T02:16:43.935Z] ++ '[' -n 0 ']' [2022-02-12T02:16:43.935Z] ++ set -x [2022-02-12T02:16:43.935Z] ++ 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-02-12T02:16:44.197Z] INFO: Testing against a local daemon [2022-02-12T02:16:44.197Z] === RUN TestVolumesCreateAndList [2022-02-12T02:16:44.197Z] --- PASS: TestVolumesCreateAndList (0.03s) [2022-02-12T02:16:44.197Z] === RUN TestVolumesRemove [2022-02-12T02:16:44.197Z] --- PASS: TestVolumesRemove (0.07s) [2022-02-12T02:16:44.197Z] === RUN TestVolumesInspect [2022-02-12T02:16:44.197Z] --- PASS: TestVolumesInspect (0.04s) [2022-02-12T02:16:44.197Z] === RUN TestVolumesInvalidJSON [2022-02-12T02:16:44.197Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-02-12T02:16:44.197Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-02-12T02:16:44.197Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-02-12T02:16:44.197Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-02-12T02:16:44.197Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-02-12T02:16:44.197Z] PASS [2022-02-12T02:16:44.197Z] [2022-02-12T02:16:44.197Z] DONE 5 tests in 0.281s [2022-02-12T02:16:44.197Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-02-12T02:16:44.458Z] ++++ cat bundles/test-integration/docker.pid [2022-02-12T02:16:44.458Z] +++ kill 6144 [2022-02-12T02:16:44.719Z] === RUN TestDockerSuite/TestInspectImage [2022-02-12T02:16:44.719Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-02-12T02:16:44.719Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-02-12T02:16:44.719Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-02-12T02:16:44.719Z] === RUN TestDockerSuite/TestInspectInt64 [2022-02-12T02:16:44.981Z] +++ /etc/init.d/apparmor stop [2022-02-12T02:16:44.981Z] Leaving: AppArmorNo profiles have been unloaded. [2022-02-12T02:16:44.981Z] [2022-02-12T02:16:44.981Z] Unloading profiles will leave already running processes permanently [2022-02-12T02:16:44.981Z] unconfined, which can lead to unexpected situations. [2022-02-12T02:16:44.981Z] [2022-02-12T02:16:44.981Z] To set a process to complain mode, use the command line tool [2022-02-12T02:16:44.981Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-02-12T02:16:44.981Z] +++ true [2022-02-12T02:16:44.981Z] exiting test-integration [2022-02-12T02:16:44.981Z] ++ exit 0 [2022-02-12T02:16:44.981Z] [2022-02-12T02:16:45.243Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-02-12T02:16:45.243Z] + for job in $(jobs -p) [2022-02-12T02:16:45.243Z] + wait 5736 [2022-02-12T02:16:46.186Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-02-12T02:16:46.186Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-02-12T02:16:46.447Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-02-12T02:16:47.019Z] === RUN TestDockerSuite/TestInspectPlugin [2022-02-12T02:16:48.933Z] === RUN TestDockerSuite/TestInspectRootFS [2022-02-12T02:16:48.933Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-02-12T02:16:49.505Z] === RUN TestDockerSuite/TestInspectStatus [2022-02-12T02:16:50.078Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-02-12T02:16:51.021Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-02-12T02:16:51.282Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-02-12T02:16:51.854Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-02-12T02:16:52.116Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-02-12T02:16:52.689Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-02-12T02:16:52.950Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-02-12T02:16:53.522Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-02-12T02:16:53.522Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-02-12T02:16:54.910Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-02-12T02:16:55.854Z] === RUN TestDockerSuite/TestLinksEnvs [2022-02-12T02:16:56.797Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-02-12T02:16:56.797Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-02-12T02:16:58.184Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-02-12T02:16:59.127Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-02-12T02:17:00.548Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-02-12T02:17:00.548Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-02-12T02:17:01.939Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-02-12T02:17:02.200Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-02-12T02:17:02.772Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-02-12T02:17:09.365Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-02-12T02:17:10.309Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-02-12T02:17:11.252Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-02-12T02:17:11.824Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-02-12T02:17:13.212Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-02-12T02:17:13.212Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-02-12T02:17:13.474Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-02-12T02:17:13.474Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-02-12T02:17:13.474Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-02-12T02:17:14.046Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-02-12T02:17:14.307Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-02-12T02:17:18.514Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-02-12T02:17:18.514Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-02-12T02:17:19.456Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-02-12T02:17:22.758Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-02-12T02:17:23.331Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-02-12T02:17:23.331Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-02-12T02:17:23.904Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-02-12T02:17:24.848Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-02-12T02:17:25.525Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-02-12T02:17:26.468Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-02-12T02:17:27.040Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-02-12T02:17:28.956Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-02-12T02:17:29.219Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-02-12T02:17:29.792Z] === RUN TestDockerSuite/TestLogsSince [2022-02-12T02:17:36.381Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-02-12T02:17:40.591Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-02-12T02:17:41.976Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-02-12T02:17:42.238Z] === RUN TestDockerSuite/TestLogsTail [2022-02-12T02:17:43.183Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-02-12T02:17:43.756Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-02-12T02:17:44.701Z] === RUN TestDockerSuite/TestMountIntoProc [2022-02-12T02:17:44.701Z] === RUN TestDockerSuite/TestMountIntoSys [2022-02-12T02:17:44.962Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-02-12T02:17:45.223Z] === RUN TestDockerSuite/TestNetHostname [2022-02-12T02:17:47.144Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-02-12T02:17:47.144Z] docker_api_swarm_service_test.go:395: [d3ffc87119efb] joining swarm manager [d8f47a84739c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:17:47.144Z] === RUN TestDockerSuite/TestNetworkEvents [2022-02-12T02:17:47.716Z] docker_api_swarm_service_test.go:395: [d6894f0a0aa52] joining swarm manager [d8f47a84739c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:17:53.023Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-02-12T02:17:53.968Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-02-12T02:17:54.229Z] === RUN TestDockerSuite/TestPluginActive [2022-02-12T02:17:56.775Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-02-12T02:18:02.064Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-02-12T02:18:02.064Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-02-12T02:18:02.064Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-02-12T02:18:02.636Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-02-12T02:18:02.898Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-02-12T02:18:02.946Z] --- PASS: TestBuildWithHugeFile (126.76s) [2022-02-12T02:18:02.946Z] === RUN TestBuildWCOWSandboxSize [2022-02-12T02:18:02.946Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-12T02:18:02.946Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-02-12T02:18:02.946Z] === RUN TestBuildWithEmptyDockerfile [2022-02-12T02:18:02.946Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:18:02.946Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:18:02.946Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:18:02.946Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:18:02.946Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:18:02.946Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:18:02.946Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:18:02.946Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:18:02.946Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:18:02.946Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-02-12T02:18:02.946Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-02-12T02:18:02.946Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-02-12T02:18:02.946Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-02-12T02:18:02.946Z] === RUN TestBuildPreserveOwnership [2022-02-12T02:18:02.946Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:18:02.946Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-02-12T02:18:02.946Z] === RUN TestBuildPlatformInvalid [2022-02-12T02:18:02.946Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-02-12T02:18:02.946Z] PASS [2022-02-12T02:18:02.946Z] ok github.com/docker/docker/integration/build 211.305s [2022-02-12T02:18:02.946Z] [2022-02-12T02:18:02.946Z] === Skipped [2022-02-12T02:18:02.946Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-02-12T02:18:02.946Z] build_session_test.go:25: TODO: BuildKit [2022-02-12T02:18:02.946Z] [2022-02-12T02:18:02.946Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-02-12T02:18:02.946Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:02.946Z] [2022-02-12T02:18:02.946Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-02-12T02:18:02.946Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:18:02.946Z] [2022-02-12T02:18:02.946Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-02-12T02:18:02.946Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:18:02.946Z] [2022-02-12T02:18:02.946Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-02-12T02:18:02.946Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-12T02:18:02.946Z] [2022-02-12T02:18:02.946Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-02-12T02:18:02.946Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:18:02.946Z] [2022-02-12T02:18:02.946Z] DONE 29 tests, 6 skipped in 244.623s [2022-02-12T02:18:02.946Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-02-12T02:18:02.946Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:18:02.946Z] INFO: Testing against a local daemon [2022-02-12T02:18:02.946Z] === RUN TestConfigInspect [2022-02-12T02:18:02.946Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:02.946Z] --- SKIP: TestConfigInspect (0.00s) [2022-02-12T02:18:02.946Z] === RUN TestConfigList [2022-02-12T02:18:02.946Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:02.946Z] --- SKIP: TestConfigList (0.00s) [2022-02-12T02:18:02.946Z] === RUN TestConfigsCreateAndDelete [2022-02-12T02:18:02.946Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:02.946Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-02-12T02:18:02.946Z] === RUN TestConfigsUpdate [2022-02-12T02:18:02.946Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:02.946Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-02-12T02:18:02.946Z] === RUN TestTemplatedConfig [2022-02-12T02:18:02.946Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:02.946Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-02-12T02:18:02.946Z] === RUN TestConfigCreateResolve [2022-02-12T02:18:02.946Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:18:02.946Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-02-12T02:18:02.946Z] PASS [2022-02-12T02:18:02.946Z] ok github.com/docker/docker/integration/config 0.119s [2022-02-12T02:18:02.946Z] [2022-02-12T02:18:02.946Z] === Skipped [2022-02-12T02:18:02.946Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-02-12T02:18:02.946Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:02.946Z] [2022-02-12T02:18:02.946Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-02-12T02:18:02.946Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:02.946Z] [2022-02-12T02:18:02.946Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-02-12T02:18:02.946Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:02.946Z] [2022-02-12T02:18:02.946Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-02-12T02:18:02.946Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:02.946Z] [2022-02-12T02:18:02.946Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-02-12T02:18:02.946Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:02.946Z] [2022-02-12T02:18:02.946Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-02-12T02:18:02.946Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:18:02.946Z] [2022-02-12T02:18:02.946Z] DONE 6 tests, 6 skipped in 2.489s [2022-02-12T02:18:02.946Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-02-12T02:18:03.402Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:18:03.402Z] INFO: Testing against a local daemon [2022-02-12T02:18:03.402Z] === RUN TestCheckpoint [2022-02-12T02:18:03.402Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-12T02:18:03.402Z] --- SKIP: TestCheckpoint (0.00s) [2022-02-12T02:18:03.402Z] === RUN TestContainerInvalidJSON [2022-02-12T02:18:03.402Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:18:03.402Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:18:03.402Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:18:03.402Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:18:03.402Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:18:03.402Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:18:03.402Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-02-12T02:18:03.402Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-02-12T02:18:03.402Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-02-12T02:18:03.402Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-02-12T02:18:03.402Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2022-02-12T02:18:03.402Z] === RUN TestCopyFromContainerPathIsNotDir [2022-02-12T02:18:03.860Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.27s) [2022-02-12T02:18:03.860Z] === RUN TestCopyToContainerPathDoesNotExist [2022-02-12T02:18:04.317Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.26s) [2022-02-12T02:18:04.317Z] === RUN TestCopyToContainerPathIsNotDir [2022-02-12T02:18:04.317Z] --- PASS: TestCopyToContainerPathIsNotDir (0.26s) [2022-02-12T02:18:04.317Z] === RUN TestCopyFromContainer [2022-02-12T02:18:04.317Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:04.317Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-02-12T02:18:04.317Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-02-12T02:18:04.317Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:18:04.317Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:18:04.317Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:18:04.317Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:18:04.317Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:18:04.317Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:18:04.317Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:18:04.317Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:18:04.317Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:18:04.317Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-02-12T02:18:04.317Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-02-12T02:18:04.317Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-02-12T02:18:04.317Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-02-12T02:18:04.317Z] === RUN TestCreateLinkToNonExistingContainer [2022-02-12T02:18:04.317Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-02-12T02:18:04.317Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-02-12T02:18:04.317Z] === RUN TestCreateWithInvalidEnv [2022-02-12T02:18:04.317Z] === RUN TestCreateWithInvalidEnv/0 [2022-02-12T02:18:04.317Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-02-12T02:18:04.317Z] === RUN TestCreateWithInvalidEnv/1 [2022-02-12T02:18:04.317Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-02-12T02:18:04.317Z] === RUN TestCreateWithInvalidEnv/2 [2022-02-12T02:18:04.317Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-02-12T02:18:04.317Z] === CONT TestCreateWithInvalidEnv/0 [2022-02-12T02:18:04.317Z] === CONT TestCreateWithInvalidEnv/1 [2022-02-12T02:18:04.317Z] === CONT TestCreateWithInvalidEnv/2 [2022-02-12T02:18:04.317Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-02-12T02:18:04.317Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-02-12T02:18:04.317Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-02-12T02:18:04.317Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-02-12T02:18:04.317Z] === RUN TestCreateTmpfsMountsTarget [2022-02-12T02:18:04.317Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:04.317Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-02-12T02:18:04.317Z] === RUN TestCreateWithCustomMaskedPaths [2022-02-12T02:18:04.317Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:18:04.317Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-02-12T02:18:04.317Z] === RUN TestCreateWithCustomReadonlyPaths [2022-02-12T02:18:04.317Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:18:04.317Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-02-12T02:18:04.317Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-02-12T02:18:04.317Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:18:04.317Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:18:04.317Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:18:04.317Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:18:04.317Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:18:04.317Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:18:04.317Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:18:04.317Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:18:04.317Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:18:04.317Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:18:04.317Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:18:04.317Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:18:04.317Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:18:04.317Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:18:04.317Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:18:04.317Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-02-12T02:18:04.317Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-02-12T02:18:04.317Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-02-12T02:18:04.317Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-02-12T02:18:04.317Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-02-12T02:18:04.317Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-02-12T02:18:04.317Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-02-12T02:18:04.317Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-02-12T02:18:04.317Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-02-12T02:18:04.317Z] === RUN TestCreateDifferentPlatform [2022-02-12T02:18:04.780Z] === RUN TestCreateDifferentPlatform/different_os [2022-02-12T02:18:04.780Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-02-12T02:18:04.780Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-02-12T02:18:04.780Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-02-12T02:18:04.780Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-02-12T02:18:04.780Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-02-12T02:18:04.780Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.15s) [2022-02-12T02:18:04.780Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-02-12T02:18:04.780Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-02-12T02:18:04.780Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-02-12T02:18:04.780Z] === RUN TestContainerKillOnDaemonStart [2022-02-12T02:18:04.780Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:04.780Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-02-12T02:18:04.780Z] === RUN TestDiff [2022-02-12T02:18:04.780Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:04.780Z] --- SKIP: TestDiff (0.00s) [2022-02-12T02:18:04.780Z] === RUN TestExecWithCloseStdin [2022-02-12T02:18:04.780Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-02-12T02:18:04.780Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-02-12T02:18:04.780Z] === RUN TestExec [2022-02-12T02:18:04.814Z] docker_api_swarm_service_test.go:343: [d19d2f3894b4e] joining swarm manager [dc4f443996fa7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:18:05.386Z] docker_api_swarm_service_test.go:343: [d7a8cff90c719] joining swarm manager [dc4f443996fa7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:18:06.330Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-02-12T02:18:08.246Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-02-12T02:18:08.700Z] --- PASS: TestBuildWithHugeFile (131.31s) [2022-02-12T02:18:08.700Z] === RUN TestBuildWCOWSandboxSize [2022-02-12T02:18:08.700Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-12T02:18:08.700Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-02-12T02:18:08.700Z] === RUN TestBuildWithEmptyDockerfile [2022-02-12T02:18:08.700Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:18:08.700Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:18:08.700Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:18:08.700Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:18:08.700Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:18:08.700Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:18:08.700Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:18:08.700Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:18:08.700Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:18:08.700Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-02-12T02:18:08.700Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-02-12T02:18:08.700Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-02-12T02:18:08.700Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-02-12T02:18:08.700Z] === RUN TestBuildPreserveOwnership [2022-02-12T02:18:08.701Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:18:08.701Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-02-12T02:18:08.701Z] === RUN TestBuildPlatformInvalid [2022-02-12T02:18:08.701Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-02-12T02:18:08.701Z] PASS [2022-02-12T02:18:08.701Z] ok github.com/docker/docker/integration/build 209.440s [2022-02-12T02:18:08.701Z] [2022-02-12T02:18:08.701Z] === Skipped [2022-02-12T02:18:08.701Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-02-12T02:18:08.701Z] build_session_test.go:25: TODO: BuildKit [2022-02-12T02:18:08.701Z] [2022-02-12T02:18:08.701Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-02-12T02:18:08.701Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:08.701Z] [2022-02-12T02:18:08.701Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-02-12T02:18:08.701Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:18:08.701Z] [2022-02-12T02:18:08.701Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-02-12T02:18:08.701Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:18:08.701Z] [2022-02-12T02:18:08.701Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-02-12T02:18:08.701Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-12T02:18:08.701Z] [2022-02-12T02:18:08.701Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-02-12T02:18:08.701Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:18:08.701Z] [2022-02-12T02:18:08.701Z] DONE 29 tests, 6 skipped in 242.804s [2022-02-12T02:18:08.701Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-02-12T02:18:09.462Z] --- PASS: TestExec (4.56s) [2022-02-12T02:18:09.462Z] === RUN TestExecUser [2022-02-12T02:18:09.462Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-02-12T02:18:09.462Z] --- SKIP: TestExecUser (0.00s) [2022-02-12T02:18:09.462Z] === RUN TestExportContainerAndImportImage [2022-02-12T02:18:09.462Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:09.462Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-02-12T02:18:09.462Z] === RUN TestExportContainerAfterDaemonRestart [2022-02-12T02:18:09.462Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:09.462Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-02-12T02:18:09.462Z] === RUN TestHealthCheckWorkdir [2022-02-12T02:18:09.462Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:09.462Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-02-12T02:18:09.462Z] === RUN TestHealthKillContainer [2022-02-12T02:18:09.462Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-02-12T02:18:09.462Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-02-12T02:18:09.462Z] === RUN TestInspectCpusetInConfigPre120 [2022-02-12T02:18:09.462Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-12T02:18:09.462Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-02-12T02:18:09.462Z] === RUN TestKillContainerInvalidSignal [2022-02-12T02:18:09.665Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:18:09.665Z] INFO: Testing against a local daemon [2022-02-12T02:18:09.665Z] === RUN TestConfigInspect [2022-02-12T02:18:09.665Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:09.665Z] --- SKIP: TestConfigInspect (0.00s) [2022-02-12T02:18:09.665Z] === RUN TestConfigList [2022-02-12T02:18:09.665Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:09.665Z] --- SKIP: TestConfigList (0.00s) [2022-02-12T02:18:09.665Z] === RUN TestConfigsCreateAndDelete [2022-02-12T02:18:09.665Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:09.665Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-02-12T02:18:09.665Z] === RUN TestConfigsUpdate [2022-02-12T02:18:09.665Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:09.665Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-02-12T02:18:09.665Z] === RUN TestTemplatedConfig [2022-02-12T02:18:09.665Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:09.665Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-02-12T02:18:09.665Z] === RUN TestConfigCreateResolve [2022-02-12T02:18:09.665Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:18:09.665Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-02-12T02:18:09.665Z] PASS [2022-02-12T02:18:09.665Z] ok github.com/docker/docker/integration/config 0.111s [2022-02-12T02:18:10.122Z] [2022-02-12T02:18:10.122Z] === Skipped [2022-02-12T02:18:10.122Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-02-12T02:18:10.122Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:10.122Z] [2022-02-12T02:18:10.122Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-02-12T02:18:10.122Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:10.122Z] [2022-02-12T02:18:10.122Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-02-12T02:18:10.122Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:10.122Z] [2022-02-12T02:18:10.122Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-02-12T02:18:10.122Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:10.122Z] [2022-02-12T02:18:10.122Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-02-12T02:18:10.122Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:10.122Z] [2022-02-12T02:18:10.122Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-02-12T02:18:10.122Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:18:10.122Z] [2022-02-12T02:18:10.122Z] DONE 6 tests, 6 skipped in 2.493s [2022-02-12T02:18:10.122Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-02-12T02:18:10.793Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-02-12T02:18:13.181Z] --- PASS: TestKillContainerInvalidSignal (3.58s) [2022-02-12T02:18:13.181Z] === RUN TestKillContainer [2022-02-12T02:18:13.181Z] === RUN TestKillContainer/no_signal [2022-02-12T02:18:13.861Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:18:13.861Z] INFO: Testing against a local daemon [2022-02-12T02:18:13.861Z] === RUN TestCheckpoint [2022-02-12T02:18:13.861Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-12T02:18:13.861Z] --- SKIP: TestCheckpoint (0.00s) [2022-02-12T02:18:13.861Z] === RUN TestContainerInvalidJSON [2022-02-12T02:18:13.861Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:18:13.861Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:18:13.861Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:18:13.861Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:18:13.861Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:18:13.861Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:18:13.861Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-02-12T02:18:13.861Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-02-12T02:18:13.861Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-02-12T02:18:13.861Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-02-12T02:18:13.861Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2022-02-12T02:18:13.861Z] === RUN TestCopyFromContainerPathIsNotDir [2022-02-12T02:18:13.861Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.26s) [2022-02-12T02:18:13.861Z] === RUN TestCopyToContainerPathDoesNotExist [2022-02-12T02:18:13.861Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.27s) [2022-02-12T02:18:13.861Z] === RUN TestCopyToContainerPathIsNotDir [2022-02-12T02:18:14.318Z] --- PASS: TestCopyToContainerPathIsNotDir (0.26s) [2022-02-12T02:18:14.318Z] === RUN TestCopyFromContainer [2022-02-12T02:18:14.318Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:14.318Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-02-12T02:18:14.318Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-02-12T02:18:14.318Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:18:14.318Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:18:14.318Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:18:14.318Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:18:14.318Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:18:14.318Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:18:14.318Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:18:14.318Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:18:14.318Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:18:14.318Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-02-12T02:18:14.319Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-02-12T02:18:14.319Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-02-12T02:18:14.319Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-02-12T02:18:14.319Z] === RUN TestCreateLinkToNonExistingContainer [2022-02-12T02:18:14.319Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-02-12T02:18:14.319Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-02-12T02:18:14.319Z] === RUN TestCreateWithInvalidEnv [2022-02-12T02:18:14.319Z] === RUN TestCreateWithInvalidEnv/0 [2022-02-12T02:18:14.319Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-02-12T02:18:14.319Z] === RUN TestCreateWithInvalidEnv/1 [2022-02-12T02:18:14.319Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-02-12T02:18:14.319Z] === RUN TestCreateWithInvalidEnv/2 [2022-02-12T02:18:14.319Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-02-12T02:18:14.319Z] === CONT TestCreateWithInvalidEnv/0 [2022-02-12T02:18:14.319Z] === CONT TestCreateWithInvalidEnv/2 [2022-02-12T02:18:14.319Z] === CONT TestCreateWithInvalidEnv/1 [2022-02-12T02:18:14.319Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-02-12T02:18:14.319Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-02-12T02:18:14.319Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-02-12T02:18:14.319Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-02-12T02:18:14.319Z] === RUN TestCreateTmpfsMountsTarget [2022-02-12T02:18:14.319Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:14.319Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-02-12T02:18:14.319Z] === RUN TestCreateWithCustomMaskedPaths [2022-02-12T02:18:14.319Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:18:14.319Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-02-12T02:18:14.319Z] === RUN TestCreateWithCustomReadonlyPaths [2022-02-12T02:18:14.319Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:18:14.319Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-02-12T02:18:14.319Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-02-12T02:18:14.319Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:18:14.319Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:18:14.319Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:18:14.319Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:18:14.319Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:18:14.319Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:18:14.319Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:18:14.319Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:18:14.319Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:18:14.319Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:18:14.319Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:18:14.319Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:18:14.319Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:18:14.319Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:18:14.319Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:18:14.319Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-02-12T02:18:14.319Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-02-12T02:18:14.319Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-02-12T02:18:14.319Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-02-12T02:18:14.319Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-02-12T02:18:14.319Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-02-12T02:18:14.319Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-02-12T02:18:14.319Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-02-12T02:18:14.319Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-02-12T02:18:14.319Z] === RUN TestCreateDifferentPlatform [2022-02-12T02:18:14.319Z] === RUN TestCreateDifferentPlatform/different_os [2022-02-12T02:18:14.319Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-02-12T02:18:14.319Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-02-12T02:18:14.319Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-02-12T02:18:14.319Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-02-12T02:18:14.319Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-02-12T02:18:14.778Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.15s) [2022-02-12T02:18:14.778Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-02-12T02:18:14.778Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-02-12T02:18:14.778Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-02-12T02:18:14.778Z] === RUN TestContainerKillOnDaemonStart [2022-02-12T02:18:14.778Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:14.778Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-02-12T02:18:14.778Z] === RUN TestDiff [2022-02-12T02:18:14.778Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:14.778Z] --- SKIP: TestDiff (0.00s) [2022-02-12T02:18:14.778Z] === RUN TestExecWithCloseStdin [2022-02-12T02:18:16.079Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-02-12T02:18:16.777Z] --- PASS: TestBuildWithHugeFile (135.95s) [2022-02-12T02:18:16.777Z] === RUN TestBuildWCOWSandboxSize [2022-02-12T02:18:16.777Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-12T02:18:16.777Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-02-12T02:18:16.777Z] === RUN TestBuildWithEmptyDockerfile [2022-02-12T02:18:16.777Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:18:16.777Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:18:16.777Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:18:16.777Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:18:16.777Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:18:16.777Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:18:16.777Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-12T02:18:16.777Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-12T02:18:16.777Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-12T02:18:16.777Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-02-12T02:18:16.777Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-02-12T02:18:16.777Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-02-12T02:18:16.777Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-02-12T02:18:16.777Z] === RUN TestBuildPreserveOwnership [2022-02-12T02:18:16.777Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:18:16.777Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-02-12T02:18:16.777Z] === RUN TestBuildPlatformInvalid [2022-02-12T02:18:16.777Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2022-02-12T02:18:16.777Z] PASS [2022-02-12T02:18:16.777Z] ok github.com/docker/docker/integration/build 199.146s [2022-02-12T02:18:16.777Z] [2022-02-12T02:18:16.777Z] === Skipped [2022-02-12T02:18:16.777Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-02-12T02:18:16.777Z] build_session_test.go:25: TODO: BuildKit [2022-02-12T02:18:16.777Z] [2022-02-12T02:18:16.777Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-02-12T02:18:16.777Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.777Z] [2022-02-12T02:18:16.777Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-02-12T02:18:16.777Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:18:16.777Z] [2022-02-12T02:18:16.777Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-02-12T02:18:16.777Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:18:16.777Z] [2022-02-12T02:18:16.777Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-02-12T02:18:16.777Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-12T02:18:16.777Z] [2022-02-12T02:18:16.777Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-02-12T02:18:16.777Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:18:16.777Z] [2022-02-12T02:18:16.777Z] DONE 29 tests, 6 skipped in 226.364s [2022-02-12T02:18:16.777Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-02-12T02:18:16.777Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:18:16.777Z] INFO: Testing against a local daemon [2022-02-12T02:18:16.777Z] === RUN TestConfigInspect [2022-02-12T02:18:16.777Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.777Z] --- SKIP: TestConfigInspect (0.00s) [2022-02-12T02:18:16.777Z] === RUN TestConfigList [2022-02-12T02:18:16.777Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.777Z] --- SKIP: TestConfigList (0.00s) [2022-02-12T02:18:16.777Z] === RUN TestConfigsCreateAndDelete [2022-02-12T02:18:16.777Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.777Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-02-12T02:18:16.777Z] === RUN TestConfigsUpdate [2022-02-12T02:18:16.777Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.777Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-02-12T02:18:16.777Z] === RUN TestTemplatedConfig [2022-02-12T02:18:16.777Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.777Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-02-12T02:18:16.777Z] === RUN TestConfigCreateResolve [2022-02-12T02:18:16.777Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:18:16.777Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-02-12T02:18:16.777Z] PASS [2022-02-12T02:18:16.777Z] ok github.com/docker/docker/integration/config 0.092s [2022-02-12T02:18:16.777Z] [2022-02-12T02:18:16.777Z] === Skipped [2022-02-12T02:18:16.777Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-02-12T02:18:16.777Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.777Z] [2022-02-12T02:18:16.777Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-02-12T02:18:16.777Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.777Z] [2022-02-12T02:18:16.777Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-02-12T02:18:16.777Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.777Z] [2022-02-12T02:18:16.777Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-02-12T02:18:16.777Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.777Z] [2022-02-12T02:18:16.777Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-02-12T02:18:16.777Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.777Z] [2022-02-12T02:18:16.777Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-02-12T02:18:16.777Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:18:16.777Z] [2022-02-12T02:18:16.777Z] DONE 6 tests, 6 skipped in 2.016s [2022-02-12T02:18:16.777Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-02-12T02:18:16.777Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:18:16.777Z] INFO: Testing against a local daemon [2022-02-12T02:18:16.777Z] === RUN TestCheckpoint [2022-02-12T02:18:16.777Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-12T02:18:16.777Z] --- SKIP: TestCheckpoint (0.00s) [2022-02-12T02:18:16.777Z] === RUN TestContainerInvalidJSON [2022-02-12T02:18:16.777Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:18:16.777Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:18:16.777Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:18:16.777Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:18:16.777Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-02-12T02:18:16.777Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-02-12T02:18:16.777Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-02-12T02:18:16.777Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-02-12T02:18:16.777Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-02-12T02:18:16.777Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-02-12T02:18:16.777Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.24s) [2022-02-12T02:18:16.777Z] === RUN TestCopyFromContainerPathIsNotDir [2022-02-12T02:18:16.777Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.21s) [2022-02-12T02:18:16.777Z] === RUN TestCopyToContainerPathDoesNotExist [2022-02-12T02:18:16.777Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.22s) [2022-02-12T02:18:16.777Z] === RUN TestCopyToContainerPathIsNotDir [2022-02-12T02:18:16.777Z] --- PASS: TestCopyToContainerPathIsNotDir (0.22s) [2022-02-12T02:18:16.777Z] === RUN TestCopyFromContainer [2022-02-12T02:18:16.777Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.777Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-02-12T02:18:16.777Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-02-12T02:18:16.777Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:18:16.777Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:18:16.777Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:18:16.777Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:18:16.777Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:18:16.777Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:18:16.777Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-12T02:18:16.777Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-12T02:18:16.777Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-12T02:18:16.777Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-02-12T02:18:16.777Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-02-12T02:18:16.777Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-02-12T02:18:16.777Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-02-12T02:18:16.777Z] === RUN TestCreateLinkToNonExistingContainer [2022-02-12T02:18:16.777Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-02-12T02:18:16.777Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.01s) [2022-02-12T02:18:16.777Z] === RUN TestCreateWithInvalidEnv [2022-02-12T02:18:16.777Z] === RUN TestCreateWithInvalidEnv/0 [2022-02-12T02:18:16.777Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-02-12T02:18:16.777Z] === RUN TestCreateWithInvalidEnv/1 [2022-02-12T02:18:16.777Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-02-12T02:18:16.777Z] === RUN TestCreateWithInvalidEnv/2 [2022-02-12T02:18:16.777Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-02-12T02:18:16.777Z] === CONT TestCreateWithInvalidEnv/0 [2022-02-12T02:18:16.777Z] === CONT TestCreateWithInvalidEnv/2 [2022-02-12T02:18:16.777Z] === CONT TestCreateWithInvalidEnv/1 [2022-02-12T02:18:16.777Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-02-12T02:18:16.777Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-02-12T02:18:16.777Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-02-12T02:18:16.777Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-02-12T02:18:16.777Z] === RUN TestCreateTmpfsMountsTarget [2022-02-12T02:18:16.777Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.777Z] --- SKIP: TestCreateTmpfsMountsTarget (0.01s) [2022-02-12T02:18:16.777Z] === RUN TestCreateWithCustomMaskedPaths [2022-02-12T02:18:16.777Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:18:16.777Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-02-12T02:18:16.777Z] === RUN TestCreateWithCustomReadonlyPaths [2022-02-12T02:18:16.777Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:18:16.777Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-02-12T02:18:16.777Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-02-12T02:18:16.777Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:18:16.778Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:18:16.778Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:18:16.778Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:18:16.778Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:18:16.778Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:18:16.778Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:18:16.778Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:18:16.778Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:18:16.778Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:18:16.778Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-12T02:18:16.778Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-12T02:18:16.778Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-12T02:18:16.778Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-12T02:18:16.778Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-12T02:18:16.778Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-02-12T02:18:16.778Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-02-12T02:18:16.778Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-02-12T02:18:16.778Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-02-12T02:18:16.778Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-02-12T02:18:16.778Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2022-02-12T02:18:16.778Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-02-12T02:18:16.778Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-02-12T02:18:16.778Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-02-12T02:18:16.778Z] === RUN TestCreateDifferentPlatform [2022-02-12T02:18:16.778Z] === RUN TestCreateDifferentPlatform/different_os [2022-02-12T02:18:16.778Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-02-12T02:18:16.778Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-02-12T02:18:16.778Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-02-12T02:18:16.778Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-02-12T02:18:16.778Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-02-12T02:18:16.778Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2022-02-12T02:18:16.778Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-02-12T02:18:16.778Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-02-12T02:18:16.778Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-02-12T02:18:16.778Z] === RUN TestContainerKillOnDaemonStart [2022-02-12T02:18:16.778Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.778Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-02-12T02:18:16.778Z] === RUN TestDiff [2022-02-12T02:18:16.778Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:16.778Z] --- SKIP: TestDiff (0.00s) [2022-02-12T02:18:16.778Z] === RUN TestExecWithCloseStdin [2022-02-12T02:18:16.778Z] --- PASS: TestExecWithCloseStdin (2.37s) [2022-02-12T02:18:16.778Z] === RUN TestExec [2022-02-12T02:18:16.778Z] --- PASS: TestExec (2.16s) [2022-02-12T02:18:16.778Z] === RUN TestExecUser [2022-02-12T02:18:16.778Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-02-12T02:18:16.778Z] --- SKIP: TestExecUser (0.00s) [2022-02-12T02:18:16.778Z] === RUN TestExportContainerAndImportImage [2022-02-12T02:18:16.778Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.778Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-02-12T02:18:16.778Z] === RUN TestExportContainerAfterDaemonRestart [2022-02-12T02:18:16.778Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:16.778Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-02-12T02:18:16.778Z] === RUN TestHealthCheckWorkdir [2022-02-12T02:18:16.778Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:16.778Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-02-12T02:18:16.778Z] === RUN TestHealthKillContainer [2022-02-12T02:18:16.778Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-02-12T02:18:16.778Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-02-12T02:18:16.778Z] === RUN TestInspectCpusetInConfigPre120 [2022-02-12T02:18:16.778Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-12T02:18:16.778Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-02-12T02:18:16.778Z] === RUN TestKillContainerInvalidSignal [2022-02-12T02:18:16.778Z] --- PASS: TestKillContainerInvalidSignal (1.97s) [2022-02-12T02:18:16.778Z] === RUN TestKillContainer [2022-02-12T02:18:16.778Z] === RUN TestKillContainer/no_signal [2022-02-12T02:18:16.906Z] === RUN TestKillContainer/non_killing_signal [2022-02-12T02:18:16.906Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-02-12T02:18:16.906Z] === RUN TestKillContainer/killing_signal [2022-02-12T02:18:17.035Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-02-12T02:18:17.714Z] --- PASS: TestExecWithCloseStdin (3.05s) [2022-02-12T02:18:17.714Z] === RUN TestExec [2022-02-12T02:18:17.981Z] === RUN TestDockerSuite/TestPortHostBinding [2022-02-12T02:18:18.925Z] === RUN TestDockerSuite/TestPortList [2022-02-12T02:18:18.925Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-02-12T02:18:18.959Z] === RUN TestKillContainer/non_killing_signal [2022-02-12T02:18:18.959Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-02-12T02:18:18.959Z] === RUN TestKillContainer/killing_signal [2022-02-12T02:18:20.630Z] --- PASS: TestKillContainer (7.23s) [2022-02-12T02:18:20.630Z] --- PASS: TestKillContainer/no_signal (3.58s) [2022-02-12T02:18:20.630Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-02-12T02:18:20.630Z] --- PASS: TestKillContainer/killing_signal (3.60s) [2022-02-12T02:18:20.630Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-02-12T02:18:20.630Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:18:20.630Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-02-12T02:18:20.630Z] === RUN TestKillStoppedContainer [2022-02-12T02:18:20.630Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:18:20.630Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-02-12T02:18:20.630Z] === RUN TestKillStoppedContainerAPIPre120 [2022-02-12T02:18:20.630Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:18:20.630Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-02-12T02:18:20.630Z] === RUN TestKillDifferentUserContainer [2022-02-12T02:18:20.630Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-02-12T02:18:20.630Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-02-12T02:18:20.630Z] === RUN TestInspectOomKilledTrue [2022-02-12T02:18:20.630Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:20.630Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-02-12T02:18:20.630Z] === RUN TestInspectOomKilledFalse [2022-02-12T02:18:20.630Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-12T02:18:20.630Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-02-12T02:18:20.630Z] === RUN TestLogsFollowTailEmpty [2022-02-12T02:18:20.671Z] --- PASS: TestExec (2.72s) [2022-02-12T02:18:20.671Z] === RUN TestExecUser [2022-02-12T02:18:20.671Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-02-12T02:18:20.671Z] --- SKIP: TestExecUser (0.00s) [2022-02-12T02:18:20.671Z] === RUN TestExportContainerAndImportImage [2022-02-12T02:18:20.671Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:20.671Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-02-12T02:18:20.671Z] === RUN TestExportContainerAfterDaemonRestart [2022-02-12T02:18:20.671Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:20.671Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-02-12T02:18:20.671Z] === RUN TestHealthCheckWorkdir [2022-02-12T02:18:20.671Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:20.671Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-02-12T02:18:20.671Z] === RUN TestHealthKillContainer [2022-02-12T02:18:20.671Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-02-12T02:18:20.671Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-02-12T02:18:20.671Z] === RUN TestInspectCpusetInConfigPre120 [2022-02-12T02:18:20.671Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-12T02:18:20.671Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-02-12T02:18:20.671Z] === RUN TestKillContainerInvalidSignal [2022-02-12T02:18:21.143Z] --- PASS: TestKillContainer (4.23s) [2022-02-12T02:18:21.143Z] --- PASS: TestKillContainer/no_signal (1.85s) [2022-02-12T02:18:21.143Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-02-12T02:18:21.143Z] --- PASS: TestKillContainer/killing_signal (2.33s) [2022-02-12T02:18:21.143Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-02-12T02:18:21.143Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:18:21.143Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-02-12T02:18:21.143Z] === RUN TestKillStoppedContainer [2022-02-12T02:18:21.143Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:18:21.143Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-02-12T02:18:21.143Z] === RUN TestKillStoppedContainerAPIPre120 [2022-02-12T02:18:21.143Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:18:21.143Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-02-12T02:18:21.143Z] === RUN TestKillDifferentUserContainer [2022-02-12T02:18:21.143Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-02-12T02:18:21.143Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-02-12T02:18:21.143Z] === RUN TestInspectOomKilledTrue [2022-02-12T02:18:21.143Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:21.143Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-02-12T02:18:21.143Z] === RUN TestInspectOomKilledFalse [2022-02-12T02:18:21.143Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-12T02:18:21.143Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-02-12T02:18:21.143Z] === RUN TestLogsFollowTailEmpty [2022-02-12T02:18:21.474Z] docker_api_swarm_service_test.go:490: [dfdbbf3a693ab] joining swarm manager [d6a4ab9d66562]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:18:22.047Z] docker_api_swarm_service_test.go:490: [d8e528dc9512b] joining swarm manager [d6a4ab9d66562]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:18:22.893Z] --- PASS: TestKillContainerInvalidSignal (2.43s) [2022-02-12T02:18:22.893Z] === RUN TestKillContainer [2022-02-12T02:18:22.893Z] === RUN TestKillContainer/no_signal [2022-02-12T02:18:23.325Z] --- PASS: TestLogsFollowTailEmpty (1.94s) [2022-02-12T02:18:23.325Z] === RUN TestNetworkNat [2022-02-12T02:18:23.325Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:23.325Z] --- SKIP: TestNetworkNat (0.00s) [2022-02-12T02:18:23.325Z] === RUN TestNetworkLocalhostTCPNat [2022-02-12T02:18:23.520Z] --- PASS: TestLogsFollowTailEmpty (3.58s) [2022-02-12T02:18:23.520Z] === RUN TestNetworkNat [2022-02-12T02:18:23.520Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:23.520Z] --- SKIP: TestNetworkNat (0.00s) [2022-02-12T02:18:23.520Z] === RUN TestNetworkLocalhostTCPNat [2022-02-12T02:18:25.507Z] --- PASS: TestNetworkLocalhostTCPNat (2.30s) [2022-02-12T02:18:25.507Z] === RUN TestNetworkLoopbackNat [2022-02-12T02:18:25.507Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:25.507Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-02-12T02:18:25.507Z] === RUN TestPause [2022-02-12T02:18:25.507Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-02-12T02:18:25.507Z] --- SKIP: TestPause (0.00s) [2022-02-12T02:18:25.507Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-02-12T02:18:25.845Z] === RUN TestKillContainer/non_killing_signal [2022-02-12T02:18:25.845Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-02-12T02:18:25.845Z] === RUN TestKillContainer/killing_signal [2022-02-12T02:18:26.258Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-02-12T02:18:26.831Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-02-12T02:18:27.690Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.94s) [2022-02-12T02:18:27.690Z] === RUN TestPauseStopPausedContainer [2022-02-12T02:18:27.690Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:27.690Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-02-12T02:18:27.690Z] === RUN TestPsFilter [2022-02-12T02:18:27.690Z] --- PASS: TestPsFilter (0.20s) [2022-02-12T02:18:27.690Z] === RUN TestRemoveContainerWithRemovedVolume [2022-02-12T02:18:28.193Z] --- PASS: TestNetworkLocalhostTCPNat (4.44s) [2022-02-12T02:18:28.193Z] === RUN TestNetworkLoopbackNat [2022-02-12T02:18:28.193Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:28.193Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-02-12T02:18:28.193Z] === RUN TestPause [2022-02-12T02:18:28.193Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-02-12T02:18:28.193Z] --- SKIP: TestPause (0.00s) [2022-02-12T02:18:28.193Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-02-12T02:18:28.799Z] --- PASS: TestKillContainer (5.67s) [2022-02-12T02:18:28.799Z] --- PASS: TestKillContainer/no_signal (2.47s) [2022-02-12T02:18:28.799Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-02-12T02:18:28.799Z] --- PASS: TestKillContainer/killing_signal (3.15s) [2022-02-12T02:18:28.799Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-02-12T02:18:28.799Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:18:28.799Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-02-12T02:18:28.799Z] === RUN TestKillStoppedContainer [2022-02-12T02:18:28.799Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:18:28.799Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-02-12T02:18:28.799Z] === RUN TestKillStoppedContainerAPIPre120 [2022-02-12T02:18:28.799Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:18:28.799Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-02-12T02:18:28.799Z] === RUN TestKillDifferentUserContainer [2022-02-12T02:18:28.799Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-02-12T02:18:28.799Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-02-12T02:18:28.799Z] === RUN TestInspectOomKilledTrue [2022-02-12T02:18:28.799Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:28.799Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-02-12T02:18:28.799Z] === RUN TestInspectOomKilledFalse [2022-02-12T02:18:28.799Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-12T02:18:28.799Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-02-12T02:18:28.799Z] === RUN TestLogsFollowTailEmpty [2022-02-12T02:18:29.876Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.36s) [2022-02-12T02:18:29.876Z] === RUN TestRemoveContainerWithVolume [2022-02-12T02:18:31.016Z] --- PASS: TestLogsFollowTailEmpty (2.48s) [2022-02-12T02:18:31.016Z] === RUN TestNetworkNat [2022-02-12T02:18:31.016Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:31.016Z] --- SKIP: TestNetworkNat (0.00s) [2022-02-12T02:18:31.016Z] === RUN TestNetworkLocalhostTCPNat [2022-02-12T02:18:31.912Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.57s) [2022-02-12T02:18:31.912Z] === RUN TestPauseStopPausedContainer [2022-02-12T02:18:31.912Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:31.912Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-02-12T02:18:31.912Z] === RUN TestPsFilter [2022-02-12T02:18:31.912Z] --- PASS: TestPsFilter (0.37s) [2022-02-12T02:18:31.912Z] === RUN TestRemoveContainerWithRemovedVolume [2022-02-12T02:18:32.070Z] --- PASS: TestRemoveContainerWithVolume (2.35s) [2022-02-12T02:18:32.070Z] === RUN TestRemoveContainerRunning [2022-02-12T02:18:33.418Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-02-12T02:18:33.418Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-02-12T02:18:33.418Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-02-12T02:18:33.418Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-02-12T02:18:33.418Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-02-12T02:18:33.679Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-02-12T02:18:33.679Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-02-12T02:18:33.977Z] --- PASS: TestNetworkLocalhostTCPNat (2.89s) [2022-02-12T02:18:33.977Z] === RUN TestNetworkLoopbackNat [2022-02-12T02:18:33.977Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:33.977Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-02-12T02:18:33.977Z] === RUN TestPause [2022-02-12T02:18:33.977Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-02-12T02:18:33.977Z] --- SKIP: TestPause (0.00s) [2022-02-12T02:18:33.977Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-02-12T02:18:34.250Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-02-12T02:18:34.251Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-02-12T02:18:34.253Z] --- PASS: TestRemoveContainerRunning (1.96s) [2022-02-12T02:18:34.254Z] === RUN TestRemoveContainerForceRemoveRunning [2022-02-12T02:18:34.512Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-02-12T02:18:35.084Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-02-12T02:18:35.084Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-02-12T02:18:35.632Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.44s) [2022-02-12T02:18:35.632Z] === RUN TestRemoveContainerWithVolume [2022-02-12T02:18:36.441Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.06s) [2022-02-12T02:18:36.441Z] === RUN TestRemoveInvalidContainer [2022-02-12T02:18:36.441Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-02-12T02:18:36.441Z] === RUN TestRenameLinkedContainer [2022-02-12T02:18:36.441Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:36.441Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-02-12T02:18:36.441Z] === RUN TestRenameStoppedContainer [2022-02-12T02:18:36.936Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.61s) [2022-02-12T02:18:36.936Z] === RUN TestPauseStopPausedContainer [2022-02-12T02:18:36.936Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:18:36.936Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-02-12T02:18:36.936Z] === RUN TestPsFilter [2022-02-12T02:18:36.936Z] --- PASS: TestPsFilter (0.41s) [2022-02-12T02:18:36.936Z] === RUN TestRemoveContainerWithRemovedVolume [2022-02-12T02:18:37.639Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-02-12T02:18:38.584Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-02-12T02:18:38.623Z] --- PASS: TestRenameStoppedContainer (2.51s) [2022-02-12T02:18:39.084Z] === RUN TestRenameRunningContainerAndReuse [2022-02-12T02:18:39.157Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-02-12T02:18:39.352Z] --- PASS: TestRemoveContainerWithVolume (3.51s) [2022-02-12T02:18:39.353Z] === RUN TestRemoveContainerRunning [2022-02-12T02:18:39.418Z] === RUN TestDockerSuite/TestPsByOrder [2022-02-12T02:18:39.893Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.08s) [2022-02-12T02:18:39.893Z] === RUN TestRemoveContainerWithVolume [2022-02-12T02:18:40.361Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-02-12T02:18:41.772Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-02-12T02:18:42.716Z] docker_api_swarm_service_test.go:128: [d647d7eb2b1f0] joining swarm manager [d09b96a24f7de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:18:42.716Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-02-12T02:18:42.840Z] --- PASS: TestRenameRunningContainerAndReuse (3.99s) [2022-02-12T02:18:42.840Z] === RUN TestRenameInvalidName [2022-02-12T02:18:43.074Z] --- PASS: TestRemoveContainerRunning (3.57s) [2022-02-12T02:18:43.074Z] === RUN TestRemoveContainerForceRemoveRunning [2022-02-12T02:18:43.289Z] docker_api_swarm_service_test.go:129: [db0948f6ef848] joining swarm manager [d09b96a24f7de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:18:43.687Z] --- PASS: TestRemoveContainerWithVolume (3.21s) [2022-02-12T02:18:43.687Z] === RUN TestRemoveContainerRunning [2022-02-12T02:18:45.022Z] --- PASS: TestRenameInvalidName (1.95s) [2022-02-12T02:18:45.022Z] === RUN TestRenameAnonymousContainer [2022-02-12T02:18:45.205Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-02-12T02:18:45.205Z] docker_api_swarm_service_test.go:137: [d2eff11fcda47] joining swarm manager [d09b96a24f7de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-02-12T02:18:45.903Z] --- PASS: TestRemoveContainerRunning (2.52s) [2022-02-12T02:18:45.903Z] === RUN TestRemoveContainerForceRemoveRunning [2022-02-12T02:18:46.148Z] docker_api_swarm_service_test.go:138: [d54d55a70bb66] joining swarm manager [d09b96a24f7de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-02-12T02:18:46.790Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.56s) [2022-02-12T02:18:46.790Z] === RUN TestRemoveInvalidContainer [2022-02-12T02:18:46.790Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-02-12T02:18:46.790Z] === RUN TestRenameLinkedContainer [2022-02-12T02:18:46.790Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:46.790Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-02-12T02:18:46.790Z] === RUN TestRenameStoppedContainer [2022-02-12T02:18:48.122Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.54s) [2022-02-12T02:18:48.122Z] === RUN TestRemoveInvalidContainer [2022-02-12T02:18:48.592Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-02-12T02:18:48.592Z] === RUN TestRenameLinkedContainer [2022-02-12T02:18:48.592Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:48.592Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-02-12T02:18:48.592Z] === RUN TestRenameStoppedContainer [2022-02-12T02:18:48.698Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-02-12T02:18:48.698Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-02-12T02:18:49.690Z] --- PASS: TestRenameStoppedContainer (3.60s) [2022-02-12T02:18:49.690Z] === RUN TestRenameRunningContainerAndReuse [2022-02-12T02:18:51.248Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-02-12T02:18:51.551Z] --- PASS: TestRenameStoppedContainer (3.14s) [2022-02-12T02:18:51.551Z] === RUN TestRenameRunningContainerAndReuse [2022-02-12T02:18:56.772Z] --- PASS: TestRenameRunningContainerAndReuse (7.15s) [2022-02-12T02:18:56.772Z] === RUN TestRenameInvalidName [2022-02-12T02:18:57.423Z] --- PASS: TestRenameRunningContainerAndReuse (5.15s) [2022-02-12T02:18:57.423Z] === RUN TestRenameInvalidName [2022-02-12T02:18:57.425Z] --- PASS: TestRenameAnonymousContainer (11.88s) [2022-02-12T02:18:57.425Z] === RUN TestRenameContainerWithSameName [2022-02-12T02:18:57.837Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-02-12T02:18:58.396Z] --- PASS: TestRenameContainerWithSameName (1.88s) [2022-02-12T02:18:58.396Z] === RUN TestRenameContainerWithLinkedContainer [2022-02-12T02:18:58.396Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-02-12T02:18:58.396Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.01s) [2022-02-12T02:18:58.396Z] === RUN TestResize [2022-02-12T02:18:58.409Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-02-12T02:18:59.639Z] --- PASS: TestRenameInvalidName (2.59s) [2022-02-12T02:18:59.639Z] === RUN TestRenameAnonymousContainer [2022-02-12T02:18:59.795Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-02-12T02:19:00.369Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-02-12T02:19:00.488Z] --- PASS: TestRenameInvalidName (3.53s) [2022-02-12T02:19:00.488Z] === RUN TestRenameAnonymousContainer [2022-02-12T02:19:00.577Z] --- PASS: TestResize (1.96s) [2022-02-12T02:19:00.577Z] === RUN TestResizeWithInvalidSize [2022-02-12T02:19:01.312Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-02-12T02:19:02.699Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-02-12T02:19:02.763Z] --- PASS: TestResizeWithInvalidSize (2.11s) [2022-02-12T02:19:02.763Z] === RUN TestResizeWhenContainerNotStarted [2022-02-12T02:19:04.615Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-02-12T02:19:04.945Z] --- PASS: TestResizeWhenContainerNotStarted (2.38s) [2022-02-12T02:19:04.945Z] === RUN TestDaemonRestartKillContainers [2022-02-12T02:19:04.945Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:19:04.945Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-02-12T02:19:04.945Z] === RUN TestStats [2022-02-12T02:19:04.945Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-02-12T02:19:04.945Z] --- SKIP: TestStats (0.00s) [2022-02-12T02:19:04.945Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-02-12T02:19:05.197Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-02-12T02:19:05.198Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-02-12T02:19:05.775Z] === RUN TestDockerSuite/TestPsRightTagName [2022-02-12T02:19:07.161Z] === RUN TestDockerSuite/TestPsShowMounts [2022-02-12T02:19:08.109Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-02-12T02:19:08.682Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-02-12T02:19:09.254Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-02-12T02:19:09.254Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-02-12T02:19:09.254Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-02-12T02:19:09.516Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-02-12T02:19:09.516Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-02-12T02:19:09.645Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.12s) [2022-02-12T02:19:09.645Z] === RUN TestStopContainerWithTimeout [2022-02-12T02:19:09.645Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-02-12T02:19:09.645Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-02-12T02:19:09.645Z] === RUN TestUpdateRestartPolicy [2022-02-12T02:19:09.778Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-02-12T02:19:10.352Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-02-12T02:19:10.614Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-02-12T02:19:11.560Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-02-12T02:19:12.142Z] --- PASS: TestRenameAnonymousContainer (11.27s) [2022-02-12T02:19:12.142Z] === RUN TestRenameContainerWithSameName [2022-02-12T02:19:12.504Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-02-12T02:19:12.767Z] docker_api_swarm_service_test.go:304: [dd51a48741116] joining swarm manager [d176d0c74d15e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:19:13.029Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-02-12T02:19:13.131Z] --- PASS: TestRenameContainerWithSameName (2.50s) [2022-02-12T02:19:13.131Z] === RUN TestRenameContainerWithLinkedContainer [2022-02-12T02:19:13.131Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-02-12T02:19:13.131Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-02-12T02:19:13.131Z] === RUN TestResize [2022-02-12T02:19:13.975Z] docker_api_swarm_service_test.go:304: [d1b697d4fb14d] joining swarm manager [d176d0c74d15e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:19:15.272Z] --- PASS: TestRenameAnonymousContainer (13.43s) [2022-02-12T02:19:15.272Z] === RUN TestRenameContainerWithSameName [2022-02-12T02:19:16.085Z] --- PASS: TestResize (2.61s) [2022-02-12T02:19:16.085Z] === RUN TestResizeWithInvalidSize [2022-02-12T02:19:17.442Z] --- PASS: TestRenameContainerWithSameName (3.67s) [2022-02-12T02:19:17.442Z] === RUN TestRenameContainerWithLinkedContainer [2022-02-12T02:19:17.442Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-02-12T02:19:17.442Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-02-12T02:19:17.442Z] === RUN TestResize [2022-02-12T02:19:18.304Z] --- PASS: TestResizeWithInvalidSize (2.46s) [2022-02-12T02:19:18.304Z] === RUN TestResizeWhenContainerNotStarted [2022-02-12T02:19:19.270Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-02-12T02:19:20.213Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-02-12T02:19:21.163Z] --- PASS: TestResize (3.72s) [2022-02-12T02:19:21.163Z] === RUN TestResizeWithInvalidSize [2022-02-12T02:19:21.267Z] --- PASS: TestResizeWhenContainerNotStarted (3.23s) [2022-02-12T02:19:21.267Z] === RUN TestDaemonRestartKillContainers [2022-02-12T02:19:21.267Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:19:21.267Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-02-12T02:19:21.267Z] === RUN TestStats [2022-02-12T02:19:21.267Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-02-12T02:19:21.267Z] --- SKIP: TestStats (0.00s) [2022-02-12T02:19:21.267Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-02-12T02:19:21.599Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-02-12T02:19:21.599Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-02-12T02:19:21.599Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-02-12T02:19:21.599Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-02-12T02:19:24.156Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-02-12T02:19:24.729Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-02-12T02:19:24.887Z] --- PASS: TestResizeWithInvalidSize (3.49s) [2022-02-12T02:19:24.887Z] === RUN TestResizeWhenContainerNotStarted [2022-02-12T02:19:26.658Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-02-12T02:19:27.605Z] === RUN TestDockerSuite/TestRmiBlank [2022-02-12T02:19:27.605Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-02-12T02:19:27.605Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-02-12T02:19:28.612Z] --- PASS: TestResizeWhenContainerNotStarted (3.61s) [2022-02-12T02:19:28.612Z] === RUN TestDaemonRestartKillContainers [2022-02-12T02:19:28.612Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:19:28.612Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-02-12T02:19:28.612Z] === RUN TestStats [2022-02-12T02:19:28.612Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-02-12T02:19:28.612Z] --- SKIP: TestStats (0.00s) [2022-02-12T02:19:28.612Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-02-12T02:19:30.149Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-02-12T02:19:30.721Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-02-12T02:19:30.721Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-02-12T02:19:30.760Z] --- PASS: TestUpdateRestartPolicy (20.75s) [2022-02-12T02:19:30.760Z] === RUN TestUpdateRestartWithAutoRemove [2022-02-12T02:19:31.698Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.96s) [2022-02-12T02:19:31.698Z] === RUN TestStopContainerWithTimeout [2022-02-12T02:19:31.698Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-02-12T02:19:31.698Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-02-12T02:19:31.698Z] === RUN TestUpdateRestartPolicy [2022-02-12T02:19:31.733Z] --- PASS: TestUpdateRestartWithAutoRemove (1.99s) [2022-02-12T02:19:31.733Z] === RUN TestWaitNonBlocked [2022-02-12T02:19:31.733Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:19:31.733Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:19:31.733Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:19:31.733Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:19:31.733Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:19:31.733Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:19:32.106Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-02-12T02:19:32.679Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-02-12T02:19:33.627Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-02-12T02:19:33.627Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-02-12T02:19:34.199Z] === RUN TestDockerSuite/TestRmiTag [2022-02-12T02:19:34.460Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-02-12T02:19:34.651Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-02-12T02:19:34.651Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.57s) [2022-02-12T02:19:34.651Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.69s) [2022-02-12T02:19:34.651Z] === RUN TestWaitBlocked [2022-02-12T02:19:34.651Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:19:34.651Z] --- SKIP: TestWaitBlocked (0.00s) [2022-02-12T02:19:34.651Z] PASS [2022-02-12T02:19:34.651Z] ok github.com/docker/docker/integration/container 85.463s [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === Skipped [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-02-12T02:19:34.651Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-02-12T02:19:34.651Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.01s) [2022-02-12T02:19:34.651Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.01s) [2022-02-12T02:19:34.651Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-02-12T02:19:34.651Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-02-12T02:19:34.651Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-02-12T02:19:34.651Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-02-12T02:19:34.651Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-02-12T02:19:34.651Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-02-12T02:19:34.651Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-02-12T02:19:34.651Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-02-12T02:19:34.651Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-02-12T02:19:34.651Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-02-12T02:19:34.651Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-02-12T02:19:34.651Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-02-12T02:19:34.651Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-02-12T02:19:34.651Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-02-12T02:19:34.651Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-02-12T02:19:34.651Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-02-12T02:19:34.651Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-02-12T02:19:34.651Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-02-12T02:19:34.651Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-02-12T02:19:34.651Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-02-12T02:19:34.651Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-02-12T02:19:34.651Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-02-12T02:19:34.651Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-02-12T02:19:34.651Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-02-12T02:19:34.651Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-02-12T02:19:34.651Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.01s) [2022-02-12T02:19:34.651Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-02-12T02:19:34.651Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-02-12T02:19:34.651Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-02-12T02:19:34.651Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-02-12T02:19:34.651Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:19:34.651Z] [2022-02-12T02:19:34.651Z] DONE 87 tests, 33 skipped in 87.830s [2022-02-12T02:19:34.651Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-02-12T02:19:35.035Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-02-12T02:19:35.979Z] docker_api_swarm_service_test.go:100: [d53b7c2a7f0f2] joining swarm manager [d0cbd6f9552b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:19:36.921Z] docker_api_swarm_service_test.go:101: [d87a87a16038c] joining swarm manager [d0cbd6f9552b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:19:37.866Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-02-12T02:19:38.439Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-02-12T02:19:38.905Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.91s) [2022-02-12T02:19:38.905Z] === RUN TestStopContainerWithTimeout [2022-02-12T02:19:38.905Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-02-12T02:19:38.905Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-02-12T02:19:38.905Z] === RUN TestUpdateRestartPolicy [2022-02-12T02:19:39.384Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-02-12T02:19:39.957Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-02-12T02:19:41.344Z] === RUN TestDockerSuite/TestRunAddHost [2022-02-12T02:19:41.605Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-02-12T02:19:41.866Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-02-12T02:19:42.127Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-02-12T02:19:42.388Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-02-12T02:19:42.649Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-02-12T02:19:43.591Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-02-12T02:19:44.163Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-02-12T02:19:44.738Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-02-12T02:19:45.315Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-02-12T02:19:46.258Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-02-12T02:19:46.831Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-02-12T02:19:47.777Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-02-12T02:19:48.349Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-02-12T02:19:48.924Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-02-12T02:19:49.185Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-02-12T02:19:49.758Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-02-12T02:19:50.716Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-02-12T02:19:51.291Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-02-12T02:19:52.236Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-02-12T02:19:52.497Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-02-12T02:19:53.070Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-02-12T02:19:53.070Z] === RUN TestDockerSuite/TestRunBindMounts [2022-02-12T02:19:54.985Z] check_test.go:379: [d53b7c2a7f0f2] daemon is not started [2022-02-12T02:19:55.246Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-02-12T02:19:55.508Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-02-12T02:19:55.845Z] === RUN TestConfigDaemonLibtrustID [2022-02-12T02:19:55.845Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-02-12T02:19:55.845Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-02-12T02:19:55.845Z] === RUN TestDaemonConfigValidation [2022-02-12T02:19:55.845Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-02-12T02:19:55.845Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-02-12T02:19:55.845Z] === RUN TestConfigDaemonSeccompProfiles [2022-02-12T02:19:55.845Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-02-12T02:19:55.845Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-02-12T02:19:55.845Z] === RUN TestDaemonProxy [2022-02-12T02:19:55.845Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-02-12T02:19:55.845Z] --- SKIP: TestDaemonProxy (0.00s) [2022-02-12T02:19:55.845Z] PASS [2022-02-12T02:19:55.845Z] ok github.com/docker/docker/integration/daemon 0.105s [2022-02-12T02:19:55.845Z] [2022-02-12T02:19:55.845Z] === Skipped [2022-02-12T02:19:55.845Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-02-12T02:19:55.845Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-02-12T02:19:55.845Z] [2022-02-12T02:19:55.845Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-02-12T02:19:55.845Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-02-12T02:19:55.845Z] [2022-02-12T02:19:55.845Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-02-12T02:19:55.845Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-02-12T02:19:55.845Z] [2022-02-12T02:19:55.845Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-02-12T02:19:55.845Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-02-12T02:19:55.845Z] [2022-02-12T02:19:55.845Z] DONE 4 tests, 4 skipped in 20.424s [2022-02-12T02:19:55.845Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-02-12T02:19:56.081Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-02-12T02:19:56.654Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-02-12T02:19:56.914Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-02-12T02:19:56.914Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-02-12T02:19:56.991Z] --- PASS: TestUpdateRestartPolicy (24.17s) [2022-02-12T02:19:56.991Z] === RUN TestUpdateRestartWithAutoRemove [2022-02-12T02:19:56.991Z] --- PASS: TestUpdateRestartWithAutoRemove (2.57s) [2022-02-12T02:19:56.991Z] === RUN TestWaitNonBlocked [2022-02-12T02:19:56.991Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:19:56.991Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:19:56.991Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:19:56.991Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:19:56.991Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:19:56.991Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:19:57.487Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-02-12T02:19:57.748Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-02-12T02:19:58.321Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-02-12T02:19:58.584Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-02-12T02:19:59.157Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-02-12T02:19:59.157Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-02-12T02:19:59.608Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:19:59.608Z] INFO: Testing against a local daemon [2022-02-12T02:19:59.608Z] === RUN TestCommitInheritsEnv [2022-02-12T02:19:59.608Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:19:59.608Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-02-12T02:19:59.608Z] === RUN TestImportExtremelyLargeImageWorks [2022-02-12T02:19:59.608Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-02-12T02:19:59.608Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-02-12T02:19:59.608Z] === RUN TestImportWithCustomPlatform [2022-02-12T02:19:59.608Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-02-12T02:19:59.608Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-02-12T02:19:59.608Z] === RUN TestImagesFilterMultiReference [2022-02-12T02:19:59.608Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-02-12T02:19:59.608Z] === RUN TestImagePullPlatformInvalid [2022-02-12T02:19:59.608Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-02-12T02:19:59.608Z] === RUN TestRemoveImageOrphaning [2022-02-12T02:19:59.730Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-02-12T02:19:59.730Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-02-12T02:19:59.991Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-02-12T02:20:00.073Z] --- PASS: TestRemoveImageOrphaning (1.00s) [2022-02-12T02:20:00.073Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-02-12T02:20:00.253Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-02-12T02:20:00.533Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-02-12T02:20:00.533Z] === RUN TestTagInvalidReference [2022-02-12T02:20:00.533Z] --- PASS: TestTagInvalidReference (0.03s) [2022-02-12T02:20:00.533Z] === RUN TestTagValidPrefixedRepo [2022-02-12T02:20:00.533Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-02-12T02:20:00.533Z] === RUN TestTagExistedNameWithoutForce [2022-02-12T02:20:00.533Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-02-12T02:20:00.533Z] === RUN TestTagOfficialNames [2022-02-12T02:20:00.534Z] --- PASS: TestTagOfficialNames (0.09s) [2022-02-12T02:20:00.534Z] === RUN TestTagMatchesDigest [2022-02-12T02:20:00.534Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-02-12T02:20:00.534Z] PASS [2022-02-12T02:20:00.534Z] ok github.com/docker/docker/integration/image 1.521s [2022-02-12T02:20:00.534Z] [2022-02-12T02:20:00.534Z] === Skipped [2022-02-12T02:20:00.534Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-02-12T02:20:00.534Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:20:00.534Z] [2022-02-12T02:20:00.534Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-02-12T02:20:00.534Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-02-12T02:20:00.534Z] [2022-02-12T02:20:00.534Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-02-12T02:20:00.534Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-02-12T02:20:00.534Z] [2022-02-12T02:20:00.534Z] DONE 12 tests, 3 skipped in 5.320s [2022-02-12T02:20:00.829Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-02-12T02:20:00.995Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-02-12T02:20:01.402Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-02-12T02:20:01.749Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-02-12T02:20:01.749Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.97s) [2022-02-12T02:20:01.749Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.26s) [2022-02-12T02:20:01.749Z] === RUN TestWaitBlocked [2022-02-12T02:20:01.749Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:01.749Z] --- SKIP: TestWaitBlocked (0.00s) [2022-02-12T02:20:01.749Z] PASS [2022-02-12T02:20:01.749Z] ok github.com/docker/docker/integration/container 108.216s [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === Skipped [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-02-12T02:20:01.749Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-02-12T02:20:01.749Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-02-12T02:20:01.749Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-02-12T02:20:01.749Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-02-12T02:20:01.749Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-02-12T02:20:01.749Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-02-12T02:20:01.749Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-02-12T02:20:01.749Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-02-12T02:20:01.749Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-02-12T02:20:01.749Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-02-12T02:20:01.749Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-02-12T02:20:01.749Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-02-12T02:20:01.749Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-02-12T02:20:01.749Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-02-12T02:20:01.749Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-02-12T02:20:01.749Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-02-12T02:20:01.749Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-02-12T02:20:01.749Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-02-12T02:20:01.749Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-02-12T02:20:01.749Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-02-12T02:20:01.749Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-02-12T02:20:01.749Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-02-12T02:20:01.749Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-02-12T02:20:01.749Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-02-12T02:20:01.749Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-02-12T02:20:01.749Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-02-12T02:20:01.749Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-02-12T02:20:01.749Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-02-12T02:20:01.749Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-02-12T02:20:01.749Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-02-12T02:20:01.749Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-02-12T02:20:01.749Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-02-12T02:20:01.749Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-02-12T02:20:01.749Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:01.749Z] [2022-02-12T02:20:01.749Z] DONE 87 tests, 33 skipped in 111.211s [2022-02-12T02:20:01.749Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-02-12T02:20:01.981Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-02-12T02:20:02.241Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-02-12T02:20:02.242Z] docker_api_swarm_service_test.go:533: [da8c96a561fd9] joining swarm manager [d6b03e8a8ba49]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:20:02.814Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-02-12T02:20:03.186Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:20:03.186Z] INFO: Testing against a local daemon [2022-02-12T02:20:03.186Z] === RUN TestNetworkCreateDelete [2022-02-12T02:20:03.186Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:03.186Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-02-12T02:20:03.186Z] === RUN TestDockerNetworkDeletePreferID [2022-02-12T02:20:03.186Z] 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-02-12T02:20:03.186Z] --- SKIP: TestDockerNetworkDeletePreferID (0.01s) [2022-02-12T02:20:03.186Z] === RUN TestDaemonDNSFallback [2022-02-12T02:20:03.186Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:03.186Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-02-12T02:20:03.186Z] === RUN TestInspectNetwork [2022-02-12T02:20:03.186Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:03.186Z] --- SKIP: TestInspectNetwork (0.00s) [2022-02-12T02:20:03.186Z] === RUN TestRunContainerWithBridgeNone [2022-02-12T02:20:03.186Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:03.186Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-02-12T02:20:03.186Z] === RUN TestNetworkInvalidJSON [2022-02-12T02:20:03.186Z] === RUN TestNetworkInvalidJSON//networks/create [2022-02-12T02:20:03.186Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-02-12T02:20:03.186Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:20:03.186Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:20:03.186Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:20:03.186Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:20:03.186Z] === CONT TestNetworkInvalidJSON//networks/create [2022-02-12T02:20:03.186Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:20:03.186Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:20:03.186Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-02-12T02:20:03.186Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-02-12T02:20:03.186Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-02-12T02:20:03.186Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-02-12T02:20:03.186Z] === RUN TestNetworkList [2022-02-12T02:20:03.186Z] === RUN TestNetworkList//networks [2022-02-12T02:20:03.186Z] === PAUSE TestNetworkList//networks [2022-02-12T02:20:03.186Z] === RUN TestNetworkList//networks/ [2022-02-12T02:20:03.186Z] === PAUSE TestNetworkList//networks/ [2022-02-12T02:20:03.186Z] === CONT TestNetworkList//networks [2022-02-12T02:20:03.186Z] === CONT TestNetworkList//networks/ [2022-02-12T02:20:03.186Z] --- PASS: TestNetworkList (0.04s) [2022-02-12T02:20:03.186Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-02-12T02:20:03.186Z] --- PASS: TestNetworkList//networks (0.00s) [2022-02-12T02:20:03.186Z] === RUN TestHostIPv4BridgeLabel [2022-02-12T02:20:03.186Z] network_test.go:128: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-02-12T02:20:03.186Z] === RUN TestDaemonRestartWithLiveRestore [2022-02-12T02:20:03.186Z] service_test.go:30: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-02-12T02:20:03.186Z] === RUN TestDaemonDefaultNetworkPools [2022-02-12T02:20:03.186Z] service_test.go:59: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-02-12T02:20:03.186Z] === RUN TestDaemonRestartWithExistingNetwork [2022-02-12T02:20:03.186Z] service_test.go:103: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-12T02:20:03.186Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-02-12T02:20:03.186Z] service_test.go:137: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-12T02:20:03.186Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-02-12T02:20:03.186Z] service_test.go:188: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-12T02:20:03.186Z] === RUN TestServiceWithPredefinedNetwork [2022-02-12T02:20:03.186Z] service_test.go:213: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-02-12T02:20:03.186Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-02-12T02:20:03.186Z] service_test.go:243: FLAKY_TEST [2022-02-12T02:20:03.186Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-12T02:20:03.186Z] === RUN TestServiceWithDataPathPortInit [2022-02-12T02:20:03.186Z] service_test.go:334: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-02-12T02:20:03.186Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-02-12T02:20:03.186Z] service_test.go:402: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-12T02:20:03.186Z] PASS [2022-02-12T02:20:03.186Z] ok github.com/docker/docker/integration/network 0.184s [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === Skipped [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-02-12T02:20:03.186Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.01s) [2022-02-12T02:20:03.186Z] 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-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-02-12T02:20:03.186Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-02-12T02:20:03.186Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-02-12T02:20:03.186Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-02-12T02:20:03.186Z] network_test.go:128: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-02-12T02:20:03.186Z] service_test.go:30: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-02-12T02:20:03.186Z] service_test.go:59: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-12T02:20:03.186Z] service_test.go:103: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-12T02:20:03.186Z] service_test.go:137: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-12T02:20:03.186Z] service_test.go:188: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-02-12T02:20:03.186Z] service_test.go:213: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-12T02:20:03.186Z] service_test.go:243: FLAKY_TEST [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-02-12T02:20:03.186Z] service_test.go:334: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-12T02:20:03.186Z] service_test.go:402: testEnv.OSType == "windows" [2022-02-12T02:20:03.186Z] [2022-02-12T02:20:03.186Z] DONE 22 tests, 15 skipped in 2.213s [2022-02-12T02:20:03.186Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-02-12T02:20:03.647Z] testing: warning: no tests to run [2022-02-12T02:20:03.647Z] PASS [2022-02-12T02:20:03.647Z] ok github.com/docker/docker/integration/network/ipvlan 0.071s [2022-02-12T02:20:03.647Z] [2022-02-12T02:20:03.647Z] DONE 0 tests in 0.685s [2022-02-12T02:20:03.759Z] docker_api_swarm_service_test.go:534: [d6e81a5301b6c] joining swarm manager [d6b03e8a8ba49]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:20:03.759Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-02-12T02:20:04.107Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-02-12T02:20:04.568Z] testing: warning: no tests to run [2022-02-12T02:20:04.568Z] PASS [2022-02-12T02:20:04.568Z] ok github.com/docker/docker/integration/network/macvlan 0.087s [2022-02-12T02:20:04.568Z] [2022-02-12T02:20:04.568Z] DONE 0 tests in 0.720s [2022-02-12T02:20:04.704Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-02-12T02:20:05.027Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-02-12T02:20:05.488Z] testing: warning: no tests to run [2022-02-12T02:20:05.488Z] PASS [2022-02-12T02:20:05.488Z] ok github.com/docker/docker/integration/plugin 0.098s [2022-02-12T02:20:05.488Z] [2022-02-12T02:20:05.488Z] DONE 0 tests in 0.730s [2022-02-12T02:20:05.488Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-02-12T02:20:06.092Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-02-12T02:20:06.457Z] testing: warning: no tests to run [2022-02-12T02:20:06.457Z] PASS [2022-02-12T02:20:06.457Z] ok github.com/docker/docker/integration/plugin/authz 0.075s [2022-02-12T02:20:06.457Z] [2022-02-12T02:20:06.457Z] DONE 0 tests in 0.698s [2022-02-12T02:20:06.457Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-02-12T02:20:06.666Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-02-12T02:20:07.611Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-02-12T02:20:07.872Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-02-12T02:20:08.445Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-02-12T02:20:08.809Z] --- PASS: TestUpdateRestartPolicy (26.23s) [2022-02-12T02:20:08.809Z] === RUN TestUpdateRestartWithAutoRemove [2022-02-12T02:20:08.809Z] --- PASS: TestUpdateRestartWithAutoRemove (3.59s) [2022-02-12T02:20:08.809Z] === RUN TestWaitNonBlocked [2022-02-12T02:20:08.809Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:20:08.809Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:20:08.809Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:20:08.809Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:20:08.809Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-12T02:20:08.809Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-12T02:20:09.018Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-02-12T02:20:10.935Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-02-12T02:20:11.219Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:20:11.219Z] INFO: Testing against a local daemon [2022-02-12T02:20:11.219Z] === RUN TestPluginInvalidJSON [2022-02-12T02:20:11.219Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:20:11.219Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:20:11.219Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:20:11.219Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-02-12T02:20:11.219Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-02-12T02:20:11.219Z] === RUN TestPluginInstall [2022-02-12T02:20:11.219Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-02-12T02:20:11.219Z] --- SKIP: TestPluginInstall (0.00s) [2022-02-12T02:20:11.219Z] === RUN TestPluginsWithRuntimes [2022-02-12T02:20:11.219Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-02-12T02:20:11.219Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-02-12T02:20:11.219Z] === RUN TestPluginBackCompatMediaTypes [2022-02-12T02:20:11.219Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-02-12T02:20:11.219Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-02-12T02:20:11.219Z] PASS [2022-02-12T02:20:11.219Z] ok github.com/docker/docker/integration/plugin/common 0.133s [2022-02-12T02:20:11.219Z] [2022-02-12T02:20:11.219Z] === Skipped [2022-02-12T02:20:11.219Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-02-12T02:20:11.219Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-02-12T02:20:11.219Z] [2022-02-12T02:20:11.219Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-02-12T02:20:11.219Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-02-12T02:20:11.219Z] [2022-02-12T02:20:11.219Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-02-12T02:20:11.219Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-02-12T02:20:11.219Z] [2022-02-12T02:20:11.219Z] DONE 5 tests, 3 skipped in 4.596s [2022-02-12T02:20:11.219Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-02-12T02:20:12.851Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-02-12T02:20:12.851Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-02-12T02:20:13.112Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-02-12T02:20:13.406Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:20:13.406Z] INFO: Testing against a local daemon [2022-02-12T02:20:13.406Z] === RUN TestExternalGraphDriver [2022-02-12T02:20:13.406Z] external_test.go:47: runtime.GOOS == "windows" [2022-02-12T02:20:13.406Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-02-12T02:20:13.406Z] === RUN TestGraphdriverPluginV2 [2022-02-12T02:20:13.406Z] external_test.go:407: runtime.GOOS == "windows" [2022-02-12T02:20:13.406Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-02-12T02:20:13.406Z] PASS [2022-02-12T02:20:13.406Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.108s [2022-02-12T02:20:13.406Z] [2022-02-12T02:20:13.406Z] === Skipped [2022-02-12T02:20:13.406Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-02-12T02:20:13.406Z] external_test.go:47: runtime.GOOS == "windows" [2022-02-12T02:20:13.406Z] [2022-02-12T02:20:13.406Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-02-12T02:20:13.406Z] external_test.go:407: runtime.GOOS == "windows" [2022-02-12T02:20:13.406Z] [2022-02-12T02:20:13.406Z] DONE 2 tests, 2 skipped in 2.335s [2022-02-12T02:20:13.490Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-02-12T02:20:13.490Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.47s) [2022-02-12T02:20:13.490Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (5.25s) [2022-02-12T02:20:13.490Z] === RUN TestWaitBlocked [2022-02-12T02:20:13.490Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:13.490Z] --- SKIP: TestWaitBlocked (0.00s) [2022-02-12T02:20:13.490Z] PASS [2022-02-12T02:20:13.490Z] ok github.com/docker/docker/integration/container 130.242s [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === Skipped [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-02-12T02:20:13.490Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-02-12T02:20:13.490Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-02-12T02:20:13.490Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-02-12T02:20:13.490Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-02-12T02:20:13.490Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-02-12T02:20:13.490Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-02-12T02:20:13.490Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-02-12T02:20:13.490Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-02-12T02:20:13.490Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-02-12T02:20:13.490Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-02-12T02:20:13.490Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-02-12T02:20:13.490Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-02-12T02:20:13.490Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-02-12T02:20:13.490Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-02-12T02:20:13.490Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-02-12T02:20:13.490Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-02-12T02:20:13.490Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-02-12T02:20:13.490Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-02-12T02:20:13.490Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-02-12T02:20:13.490Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-02-12T02:20:13.490Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-02-12T02:20:13.490Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-02-12T02:20:13.490Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-02-12T02:20:13.490Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-02-12T02:20:13.490Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-02-12T02:20:13.490Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-02-12T02:20:13.490Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-02-12T02:20:13.490Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-02-12T02:20:13.490Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-02-12T02:20:13.490Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-02-12T02:20:13.490Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-02-12T02:20:13.490Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-02-12T02:20:13.490Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-02-12T02:20:13.490Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-02-12T02:20:13.490Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:13.490Z] [2022-02-12T02:20:13.490Z] DONE 87 tests, 34 skipped in 133.201s [2022-02-12T02:20:13.490Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-02-12T02:20:13.866Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-02-12T02:20:14.497Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-02-12T02:20:15.441Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-02-12T02:20:16.050Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:20:16.050Z] INFO: Testing against a local daemon [2022-02-12T02:20:16.050Z] === RUN TestReadPluginNoRead [2022-02-12T02:20:16.050Z] read_test.go:21: no unix domain sockets on Windows [2022-02-12T02:20:16.050Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-02-12T02:20:16.050Z] PASS [2022-02-12T02:20:16.050Z] ok github.com/docker/docker/integration/plugin/logging 0.103s [2022-02-12T02:20:16.050Z] [2022-02-12T02:20:16.050Z] === Skipped [2022-02-12T02:20:16.050Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-02-12T02:20:16.050Z] read_test.go:21: no unix domain sockets on Windows [2022-02-12T02:20:16.050Z] [2022-02-12T02:20:16.050Z] DONE 1 tests, 1 skipped in 2.115s [2022-02-12T02:20:16.050Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-02-12T02:20:16.830Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-02-12T02:20:17.021Z] testing: warning: no tests to run [2022-02-12T02:20:17.021Z] PASS [2022-02-12T02:20:17.021Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.063s [2022-02-12T02:20:17.021Z] [2022-02-12T02:20:17.021Z] DONE 0 tests in 1.046s [2022-02-12T02:20:17.021Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-02-12T02:20:18.215Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-02-12T02:20:18.215Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2022-02-12T02:20:18.215Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-02-12T02:20:18.215Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2022-02-12T02:20:18.215Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-02-12T02:20:18.788Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-02-12T02:20:19.220Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:20:19.220Z] INFO: Testing against a local daemon [2022-02-12T02:20:19.220Z] === RUN TestPluginWithDevMounts [2022-02-12T02:20:19.220Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:19.220Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-02-12T02:20:19.220Z] PASS [2022-02-12T02:20:19.220Z] ok github.com/docker/docker/integration/plugin/volumes 0.092s [2022-02-12T02:20:19.220Z] [2022-02-12T02:20:19.220Z] === Skipped [2022-02-12T02:20:19.220Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-02-12T02:20:19.220Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:19.220Z] [2022-02-12T02:20:19.220Z] DONE 1 tests, 1 skipped in 2.034s [2022-02-12T02:20:19.220Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-02-12T02:20:19.733Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-02-12T02:20:20.677Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-02-12T02:20:20.760Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:20:20.760Z] INFO: Testing against a local daemon [2022-02-12T02:20:20.760Z] === RUN TestSecretInspect [2022-02-12T02:20:20.760Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:20.760Z] --- SKIP: TestSecretInspect (0.00s) [2022-02-12T02:20:20.760Z] === RUN TestSecretList [2022-02-12T02:20:20.760Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:20.760Z] --- SKIP: TestSecretList (0.00s) [2022-02-12T02:20:20.760Z] === RUN TestSecretsCreateAndDelete [2022-02-12T02:20:20.760Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:20.760Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-02-12T02:20:20.760Z] === RUN TestSecretsUpdate [2022-02-12T02:20:20.760Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:20.760Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-02-12T02:20:20.760Z] === RUN TestTemplatedSecret [2022-02-12T02:20:20.760Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:20.760Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-02-12T02:20:20.760Z] === RUN TestSecretCreateResolve [2022-02-12T02:20:20.760Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:20.760Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-02-12T02:20:20.760Z] PASS [2022-02-12T02:20:20.760Z] ok github.com/docker/docker/integration/secret 0.106s [2022-02-12T02:20:20.760Z] [2022-02-12T02:20:20.760Z] === Skipped [2022-02-12T02:20:20.760Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-02-12T02:20:20.760Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:20.760Z] [2022-02-12T02:20:20.760Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-02-12T02:20:20.760Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:20.760Z] [2022-02-12T02:20:20.760Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-02-12T02:20:20.760Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:20.760Z] [2022-02-12T02:20:20.760Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-02-12T02:20:20.760Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:20.760Z] [2022-02-12T02:20:20.760Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-02-12T02:20:20.760Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:20.760Z] [2022-02-12T02:20:20.760Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-02-12T02:20:20.760Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:21.222Z] [2022-02-12T02:20:21.222Z] DONE 6 tests, 6 skipped in 1.699s [2022-02-12T02:20:21.222Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-02-12T02:20:22.073Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-02-12T02:20:22.646Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-02-12T02:20:23.411Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:20:23.411Z] INFO: Testing against a local daemon [2022-02-12T02:20:23.411Z] === RUN TestServiceCreateInit [2022-02-12T02:20:23.411Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-02-12T02:20:23.411Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-02-12T02:20:23.411Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- PASS: TestServiceCreateInit (0.04s) [2022-02-12T02:20:23.411Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-12T02:20:23.411Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestCreateServiceMultipleTimes [2022-02-12T02:20:23.411Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestCreateServiceConflict [2022-02-12T02:20:23.411Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestCreateServiceMaxReplicas [2022-02-12T02:20:23.411Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-02-12T02:20:23.411Z] === RUN TestCreateWithDuplicateNetworkNames [2022-02-12T02:20:23.411Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestCreateServiceSecretFileMode [2022-02-12T02:20:23.411Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestCreateServiceConfigFileMode [2022-02-12T02:20:23.411Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestCreateServiceSysctls [2022-02-12T02:20:23.411Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-02-12T02:20:23.411Z] === RUN TestCreateServiceCapabilities [2022-02-12T02:20:23.411Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-02-12T02:20:23.411Z] === RUN TestInspect [2022-02-12T02:20:23.411Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestInspect (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestCreateJob [2022-02-12T02:20:23.411Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestCreateJob (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestReplicatedJob [2022-02-12T02:20:23.411Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestReplicatedJob (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestUpdateReplicatedJob [2022-02-12T02:20:23.411Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestServiceListWithStatuses [2022-02-12T02:20:23.411Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestDockerNetworkConnectAlias [2022-02-12T02:20:23.411Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestDockerNetworkReConnect [2022-02-12T02:20:23.411Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestServicePlugin [2022-02-12T02:20:23.411Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestServicePlugin (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestServiceUpdateLabel [2022-02-12T02:20:23.411Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:23.411Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestServiceUpdateSecrets [2022-02-12T02:20:23.411Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:23.411Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestServiceUpdateConfigs [2022-02-12T02:20:23.411Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:23.411Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestServiceUpdateNetwork [2022-02-12T02:20:23.411Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:23.411Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-02-12T02:20:23.411Z] === RUN TestServiceUpdatePidsLimit [2022-02-12T02:20:23.411Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:23.411Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-02-12T02:20:23.411Z] PASS [2022-02-12T02:20:23.411Z] ok github.com/docker/docker/integration/service 0.259s [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === Skipped [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-12T02:20:23.411Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-12T02:20:23.411Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-02-12T02:20:23.411Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-02-12T02:20:23.411Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-02-12T02:20:23.411Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-02-12T02:20:23.411Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-02-12T02:20:23.411Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-02-12T02:20:23.411Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-02-12T02:20:23.411Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-02-12T02:20:23.411Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-02-12T02:20:23.411Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-02-12T02:20:23.411Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-02-12T02:20:23.411Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-02-12T02:20:23.411Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-02-12T02:20:23.411Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-02-12T02:20:23.411Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.411Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-02-12T02:20:23.411Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.411Z] [2022-02-12T02:20:23.412Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-02-12T02:20:23.412Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:23.412Z] [2022-02-12T02:20:23.412Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-02-12T02:20:23.412Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:23.412Z] [2022-02-12T02:20:23.412Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-02-12T02:20:23.412Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:23.412Z] [2022-02-12T02:20:23.412Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-02-12T02:20:23.412Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:23.412Z] [2022-02-12T02:20:23.412Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-02-12T02:20:23.412Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:23.412Z] [2022-02-12T02:20:23.412Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-02-12T02:20:23.412Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:23.412Z] [2022-02-12T02:20:23.412Z] DONE 24 tests, 23 skipped in 2.469s [2022-02-12T02:20:23.590Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-02-12T02:20:23.850Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-02-12T02:20:23.850Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-02-12T02:20:23.850Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-02-12T02:20:23.873Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-02-12T02:20:24.423Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-02-12T02:20:25.366Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-02-12T02:20:25.366Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-02-12T02:20:25.413Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:20:25.413Z] INFO: Testing against a local daemon [2022-02-12T02:20:25.413Z] === RUN TestSessionCreate [2022-02-12T02:20:25.413Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:25.413Z] --- SKIP: TestSessionCreate (0.00s) [2022-02-12T02:20:25.413Z] === RUN TestSessionCreateWithBadUpgrade [2022-02-12T02:20:25.413Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:25.413Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-02-12T02:20:25.413Z] PASS [2022-02-12T02:20:25.413Z] ok github.com/docker/docker/integration/session 0.111s [2022-02-12T02:20:25.413Z] [2022-02-12T02:20:25.413Z] === Skipped [2022-02-12T02:20:25.413Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-02-12T02:20:25.413Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:25.413Z] [2022-02-12T02:20:25.413Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-02-12T02:20:25.413Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:25.413Z] [2022-02-12T02:20:25.413Z] DONE 2 tests, 2 skipped in 1.736s [2022-02-12T02:20:25.413Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-02-12T02:20:25.627Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-02-12T02:20:26.200Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-02-12T02:20:26.504Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-02-12T02:20:26.504Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-02-12T02:20:27.076Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-02-12T02:20:27.076Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-02-12T02:20:27.622Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:20:27.622Z] INFO: Testing against a local daemon [2022-02-12T02:20:27.622Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-02-12T02:20:27.622Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:27.622Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-12T02:20:27.622Z] === RUN TestDiskUsage [2022-02-12T02:20:27.622Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-02-12T02:20:27.622Z] --- SKIP: TestDiskUsage (0.00s) [2022-02-12T02:20:27.622Z] === RUN TestEventsExecDie [2022-02-12T02:20:27.622Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-02-12T02:20:27.622Z] --- SKIP: TestEventsExecDie (0.00s) [2022-02-12T02:20:27.622Z] === RUN TestEventsBackwardsCompatible [2022-02-12T02:20:27.622Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-02-12T02:20:27.622Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-02-12T02:20:27.622Z] === RUN TestEventsVolumeCreate [2022-02-12T02:20:27.622Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-02-12T02:20:27.622Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-02-12T02:20:27.622Z] === RUN TestInfoAPI [2022-02-12T02:20:27.622Z] --- PASS: TestInfoAPI (0.05s) [2022-02-12T02:20:27.622Z] === RUN TestInfoAPIWarnings [2022-02-12T02:20:27.622Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:20:27.622Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-02-12T02:20:27.622Z] === RUN TestInfoDebug [2022-02-12T02:20:27.622Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:20:27.622Z] --- SKIP: TestInfoDebug (0.00s) [2022-02-12T02:20:27.622Z] === RUN TestInfoInsecureRegistries [2022-02-12T02:20:27.622Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:20:27.622Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-02-12T02:20:27.622Z] === RUN TestInfoRegistryMirrors [2022-02-12T02:20:27.622Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:20:27.622Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-02-12T02:20:27.622Z] === RUN TestLoginFailsWithBadCredentials [2022-02-12T02:20:27.649Z] === RUN TestDockerSuite/TestRunEnvironment [2022-02-12T02:20:27.910Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-02-12T02:20:28.082Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2022-02-12T02:20:28.082Z] === RUN TestPingCacheHeaders [2022-02-12T02:20:28.082Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-02-12T02:20:28.082Z] === RUN TestPingGet [2022-02-12T02:20:28.483Z] docker_api_swarm_service_test.go:148: [d34200fd80e10] joining swarm manager [d9ff68b72c5e8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:20:28.542Z] --- PASS: TestPingGet (0.04s) [2022-02-12T02:20:28.542Z] === RUN TestPingHead [2022-02-12T02:20:28.542Z] --- PASS: TestPingHead (0.04s) [2022-02-12T02:20:28.542Z] === RUN TestVersion [2022-02-12T02:20:28.542Z] --- PASS: TestVersion (0.03s) [2022-02-12T02:20:28.542Z] PASS [2022-02-12T02:20:28.542Z] ok github.com/docker/docker/integration/system 1.259s [2022-02-12T02:20:28.542Z] [2022-02-12T02:20:28.542Z] === Skipped [2022-02-12T02:20:28.542Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-12T02:20:28.542Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:28.542Z] [2022-02-12T02:20:28.542Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-02-12T02:20:28.542Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-02-12T02:20:28.542Z] [2022-02-12T02:20:28.542Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-02-12T02:20:28.542Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-02-12T02:20:28.542Z] [2022-02-12T02:20:28.542Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-02-12T02:20:28.542Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-02-12T02:20:28.542Z] [2022-02-12T02:20:28.542Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-02-12T02:20:28.542Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-02-12T02:20:28.542Z] [2022-02-12T02:20:28.542Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-02-12T02:20:28.542Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:20:28.542Z] [2022-02-12T02:20:28.542Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-02-12T02:20:28.542Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:20:28.542Z] [2022-02-12T02:20:28.542Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-02-12T02:20:28.542Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:20:28.542Z] [2022-02-12T02:20:28.542Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-02-12T02:20:28.542Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:20:28.542Z] [2022-02-12T02:20:28.542Z] DONE 15 tests, 9 skipped in 2.954s [2022-02-12T02:20:28.542Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-02-12T02:20:28.745Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-02-12T02:20:29.317Z] === RUN TestDockerSuite/TestRunExitCode [2022-02-12T02:20:29.579Z] docker_api_swarm_service_test.go:148: [d7a327faf318c] joining swarm manager [d9ff68b72c5e8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:20:29.841Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-02-12T02:20:30.414Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-02-12T02:20:30.731Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:20:30.731Z] INFO: Testing against a local daemon [2022-02-12T02:20:30.731Z] === RUN TestVolumesCreateAndList [2022-02-12T02:20:30.731Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-02-12T02:20:30.731Z] === RUN TestVolumesRemove [2022-02-12T02:20:30.731Z] --- PASS: TestVolumesRemove (0.11s) [2022-02-12T02:20:30.731Z] === RUN TestVolumesInspect [2022-02-12T02:20:30.731Z] --- PASS: TestVolumesInspect (0.04s) [2022-02-12T02:20:30.731Z] === RUN TestVolumesInvalidJSON [2022-02-12T02:20:30.731Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-02-12T02:20:30.731Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-02-12T02:20:30.731Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-02-12T02:20:30.731Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-02-12T02:20:30.731Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-02-12T02:20:30.731Z] PASS [2022-02-12T02:20:30.731Z] ok github.com/docker/docker/integration/volume 0.321s [2022-02-12T02:20:30.731Z] [2022-02-12T02:20:30.731Z] DONE 5 tests in 2.073s [2022-02-12T02:20:30.731Z] INFO: make.ps1 ended at 02/12/2022 02:20:30 [2022-02-12T02:20:30.731Z] INFO: Integration CLI tests being run from the host: [2022-02-12T02:20:30.731Z] 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-02-12T02:20:30.988Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-02-12T02:20:31.561Z] === RUN TestDockerSuite/TestRunExposePort [2022-02-12T02:20:31.561Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-02-12T02:20:31.892Z] === RUN TestConfigDaemonLibtrustID [2022-02-12T02:20:31.892Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-02-12T02:20:31.892Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-02-12T02:20:31.892Z] === RUN TestDaemonConfigValidation [2022-02-12T02:20:31.892Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-02-12T02:20:31.892Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-02-12T02:20:31.892Z] === RUN TestConfigDaemonSeccompProfiles [2022-02-12T02:20:31.892Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-02-12T02:20:31.892Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-02-12T02:20:31.892Z] === RUN TestDaemonProxy [2022-02-12T02:20:31.892Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-02-12T02:20:31.892Z] --- SKIP: TestDaemonProxy (0.00s) [2022-02-12T02:20:31.892Z] PASS [2022-02-12T02:20:31.892Z] ok github.com/docker/docker/integration/daemon 0.173s [2022-02-12T02:20:31.892Z] [2022-02-12T02:20:31.892Z] === Skipped [2022-02-12T02:20:31.892Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-02-12T02:20:31.892Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-02-12T02:20:31.892Z] [2022-02-12T02:20:31.892Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-02-12T02:20:31.892Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-02-12T02:20:31.892Z] [2022-02-12T02:20:31.892Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-02-12T02:20:31.892Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-02-12T02:20:31.892Z] [2022-02-12T02:20:31.892Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-02-12T02:20:31.892Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-02-12T02:20:31.892Z] [2022-02-12T02:20:31.892Z] DONE 4 tests, 4 skipped in 26.111s [2022-02-12T02:20:31.892Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-02-12T02:20:32.133Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-02-12T02:20:32.348Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:20:32.348Z] INFO: Testing against a local daemon [2022-02-12T02:20:32.348Z] === RUN TestCommitInheritsEnv [2022-02-12T02:20:32.348Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:20:32.348Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-02-12T02:20:32.348Z] === RUN TestImportExtremelyLargeImageWorks [2022-02-12T02:20:32.348Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-02-12T02:20:32.348Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-02-12T02:20:32.348Z] === RUN TestImportWithCustomPlatform [2022-02-12T02:20:32.348Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-02-12T02:20:32.348Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-02-12T02:20:32.348Z] === RUN TestImagesFilterMultiReference [2022-02-12T02:20:32.348Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-02-12T02:20:32.348Z] === RUN TestImagePullPlatformInvalid [2022-02-12T02:20:32.394Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-02-12T02:20:32.805Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-02-12T02:20:32.805Z] === RUN TestRemoveImageOrphaning [2022-02-12T02:20:33.768Z] --- PASS: TestRemoveImageOrphaning (1.30s) [2022-02-12T02:20:33.768Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-02-12T02:20:33.768Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-02-12T02:20:33.768Z] === RUN TestTagInvalidReference [2022-02-12T02:20:33.768Z] --- PASS: TestTagInvalidReference (0.03s) [2022-02-12T02:20:33.768Z] === RUN TestTagValidPrefixedRepo [2022-02-12T02:20:33.785Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-02-12T02:20:33.785Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-12T02:20:33.785Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-12T02:20:33.785Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-02-12T02:20:34.224Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-02-12T02:20:34.224Z] === RUN TestTagExistedNameWithoutForce [2022-02-12T02:20:34.224Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-02-12T02:20:34.224Z] === RUN TestTagOfficialNames [2022-02-12T02:20:34.224Z] --- PASS: TestTagOfficialNames (0.10s) [2022-02-12T02:20:34.224Z] === RUN TestTagMatchesDigest [2022-02-12T02:20:34.224Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-02-12T02:20:34.224Z] PASS [2022-02-12T02:20:34.224Z] ok github.com/docker/docker/integration/image 1.870s [2022-02-12T02:20:34.224Z] [2022-02-12T02:20:34.224Z] === Skipped [2022-02-12T02:20:34.224Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-02-12T02:20:34.224Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:20:34.224Z] [2022-02-12T02:20:34.224Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-02-12T02:20:34.224Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-02-12T02:20:34.224Z] [2022-02-12T02:20:34.224Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-02-12T02:20:34.224Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-02-12T02:20:34.224Z] [2022-02-12T02:20:34.224Z] DONE 12 tests, 3 skipped in 6.579s [2022-02-12T02:20:34.681Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-02-12T02:20:35.700Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-02-12T02:20:36.273Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-02-12T02:20:36.855Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:20:36.855Z] INFO: Testing against a local daemon [2022-02-12T02:20:36.855Z] === RUN TestNetworkCreateDelete [2022-02-12T02:20:36.855Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:36.855Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-02-12T02:20:36.855Z] === RUN TestDockerNetworkDeletePreferID [2022-02-12T02:20:36.855Z] 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-02-12T02:20:36.855Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-02-12T02:20:36.855Z] === RUN TestDaemonDNSFallback [2022-02-12T02:20:36.855Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:36.855Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-02-12T02:20:36.855Z] === RUN TestInspectNetwork [2022-02-12T02:20:36.855Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:36.855Z] --- SKIP: TestInspectNetwork (0.00s) [2022-02-12T02:20:36.855Z] === RUN TestRunContainerWithBridgeNone [2022-02-12T02:20:36.855Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:36.855Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-02-12T02:20:36.855Z] === RUN TestNetworkInvalidJSON [2022-02-12T02:20:36.855Z] === RUN TestNetworkInvalidJSON//networks/create [2022-02-12T02:20:36.855Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-02-12T02:20:36.855Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:20:36.855Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:20:36.855Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:20:36.855Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:20:36.855Z] === CONT TestNetworkInvalidJSON//networks/create [2022-02-12T02:20:36.855Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:20:36.855Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:20:36.855Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-02-12T02:20:36.855Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-02-12T02:20:36.855Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-02-12T02:20:36.855Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-02-12T02:20:36.855Z] === RUN TestNetworkList [2022-02-12T02:20:36.855Z] === RUN TestNetworkList//networks [2022-02-12T02:20:36.855Z] === PAUSE TestNetworkList//networks [2022-02-12T02:20:36.855Z] === RUN TestNetworkList//networks/ [2022-02-12T02:20:36.855Z] === PAUSE TestNetworkList//networks/ [2022-02-12T02:20:36.855Z] === CONT TestNetworkList//networks [2022-02-12T02:20:36.855Z] === CONT TestNetworkList//networks/ [2022-02-12T02:20:36.855Z] --- PASS: TestNetworkList (0.06s) [2022-02-12T02:20:36.855Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-02-12T02:20:36.855Z] --- PASS: TestNetworkList//networks (0.00s) [2022-02-12T02:20:36.855Z] === RUN TestHostIPv4BridgeLabel [2022-02-12T02:20:36.855Z] network_test.go:128: testEnv.OSType == "windows" [2022-02-12T02:20:36.855Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-02-12T02:20:36.855Z] === RUN TestDaemonRestartWithLiveRestore [2022-02-12T02:20:36.855Z] service_test.go:30: testEnv.OSType == "windows" [2022-02-12T02:20:36.855Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-02-12T02:20:36.855Z] === RUN TestDaemonDefaultNetworkPools [2022-02-12T02:20:36.855Z] service_test.go:59: testEnv.OSType == "windows" [2022-02-12T02:20:36.855Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-02-12T02:20:36.855Z] === RUN TestDaemonRestartWithExistingNetwork [2022-02-12T02:20:36.855Z] service_test.go:103: testEnv.OSType == "windows" [2022-02-12T02:20:36.855Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-12T02:20:36.856Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-02-12T02:20:36.856Z] service_test.go:137: testEnv.OSType == "windows" [2022-02-12T02:20:36.856Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-12T02:20:36.856Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-02-12T02:20:36.856Z] service_test.go:188: testEnv.OSType == "windows" [2022-02-12T02:20:36.856Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-12T02:20:36.856Z] === RUN TestServiceWithPredefinedNetwork [2022-02-12T02:20:36.856Z] service_test.go:213: testEnv.OSType == "windows" [2022-02-12T02:20:36.856Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-02-12T02:20:36.856Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-02-12T02:20:36.856Z] service_test.go:243: FLAKY_TEST [2022-02-12T02:20:36.856Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-12T02:20:36.856Z] === RUN TestServiceWithDataPathPortInit [2022-02-12T02:20:36.856Z] service_test.go:334: testEnv.OSType == "windows" [2022-02-12T02:20:36.856Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-02-12T02:20:36.856Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-02-12T02:20:36.856Z] service_test.go:402: testEnv.OSType == "windows" [2022-02-12T02:20:36.856Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-12T02:20:36.856Z] PASS [2022-02-12T02:20:36.856Z] ok github.com/docker/docker/integration/network 0.194s [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === Skipped [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-02-12T02:20:37.313Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-02-12T02:20:37.313Z] 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-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-02-12T02:20:37.313Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-02-12T02:20:37.313Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-02-12T02:20:37.313Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-02-12T02:20:37.313Z] network_test.go:128: testEnv.OSType == "windows" [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-02-12T02:20:37.313Z] service_test.go:30: testEnv.OSType == "windows" [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-02-12T02:20:37.313Z] service_test.go:59: testEnv.OSType == "windows" [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-12T02:20:37.313Z] service_test.go:103: testEnv.OSType == "windows" [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-12T02:20:37.313Z] service_test.go:137: testEnv.OSType == "windows" [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-12T02:20:37.313Z] service_test.go:188: testEnv.OSType == "windows" [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-02-12T02:20:37.313Z] service_test.go:213: testEnv.OSType == "windows" [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-12T02:20:37.313Z] service_test.go:243: FLAKY_TEST [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-02-12T02:20:37.313Z] service_test.go:334: testEnv.OSType == "windows" [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-12T02:20:37.313Z] service_test.go:402: testEnv.OSType == "windows" [2022-02-12T02:20:37.313Z] [2022-02-12T02:20:37.313Z] DONE 22 tests, 15 skipped in 2.593s [2022-02-12T02:20:37.313Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-02-12T02:20:38.280Z] testing: warning: no tests to run [2022-02-12T02:20:38.280Z] PASS [2022-02-12T02:20:38.280Z] ok github.com/docker/docker/integration/network/ipvlan 0.095s [2022-02-12T02:20:38.280Z] [2022-02-12T02:20:38.280Z] DONE 0 tests in 0.787s [2022-02-12T02:20:38.280Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-02-12T02:20:38.727Z] === RUN TestConfigDaemonLibtrustID [2022-02-12T02:20:38.728Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-02-12T02:20:38.728Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-02-12T02:20:38.728Z] === RUN TestDaemonConfigValidation [2022-02-12T02:20:38.728Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-02-12T02:20:38.728Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-02-12T02:20:38.728Z] === RUN TestConfigDaemonSeccompProfiles [2022-02-12T02:20:38.728Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-02-12T02:20:38.728Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-02-12T02:20:38.728Z] === RUN TestDaemonProxy [2022-02-12T02:20:38.728Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-02-12T02:20:38.728Z] --- SKIP: TestDaemonProxy (0.00s) [2022-02-12T02:20:38.728Z] PASS [2022-02-12T02:20:38.728Z] ok github.com/docker/docker/integration/daemon 0.132s [2022-02-12T02:20:38.728Z] [2022-02-12T02:20:38.728Z] === Skipped [2022-02-12T02:20:38.728Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-02-12T02:20:38.728Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-02-12T02:20:38.728Z] [2022-02-12T02:20:38.728Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-02-12T02:20:38.728Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-02-12T02:20:38.728Z] [2022-02-12T02:20:38.728Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-02-12T02:20:38.728Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-02-12T02:20:38.728Z] [2022-02-12T02:20:38.728Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-02-12T02:20:38.728Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-02-12T02:20:38.728Z] [2022-02-12T02:20:38.728Z] DONE 4 tests, 4 skipped in 24.946s [2022-02-12T02:20:38.728Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-02-12T02:20:39.243Z] testing: warning: no tests to run [2022-02-12T02:20:39.243Z] PASS [2022-02-12T02:20:39.243Z] ok github.com/docker/docker/integration/network/macvlan 0.080s [2022-02-12T02:20:39.243Z] [2022-02-12T02:20:39.243Z] DONE 0 tests in 0.814s [2022-02-12T02:20:39.243Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-02-12T02:20:40.206Z] testing: warning: no tests to run [2022-02-12T02:20:40.206Z] PASS [2022-02-12T02:20:40.206Z] ok github.com/docker/docker/integration/plugin 0.094s [2022-02-12T02:20:40.206Z] [2022-02-12T02:20:40.206Z] DONE 0 tests in 0.851s [2022-02-12T02:20:40.206Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-02-12T02:20:40.663Z] testing: warning: no tests to run [2022-02-12T02:20:40.663Z] PASS [2022-02-12T02:20:40.663Z] ok github.com/docker/docker/integration/plugin/authz 0.089s [2022-02-12T02:20:41.070Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-12T02:20:41.070Z] INFO: Testing against a local daemon [2022-02-12T02:20:41.070Z] === RUN TestDockerSuite [2022-02-12T02:20:41.070Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-02-12T02:20:41.070Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-02-12T02:20:41.070Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-02-12T02:20:41.070Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-02-12T02:20:41.070Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-02-12T02:20:41.070Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-02-12T02:20:41.070Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-02-12T02:20:41.070Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-02-12T02:20:41.070Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-02-12T02:20:41.070Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-02-12T02:20:41.070Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-02-12T02:20:41.070Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-02-12T02:20:41.120Z] [2022-02-12T02:20:41.120Z] DONE 0 tests in 0.770s [2022-02-12T02:20:41.120Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-02-12T02:20:41.530Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-02-12T02:20:41.990Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-02-12T02:20:43.448Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:20:43.449Z] INFO: Testing against a local daemon [2022-02-12T02:20:43.449Z] === RUN TestCommitInheritsEnv [2022-02-12T02:20:43.449Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:20:43.449Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-02-12T02:20:43.449Z] === RUN TestImportExtremelyLargeImageWorks [2022-02-12T02:20:43.449Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-02-12T02:20:43.449Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-02-12T02:20:43.449Z] === RUN TestImportWithCustomPlatform [2022-02-12T02:20:43.449Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-02-12T02:20:43.449Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-02-12T02:20:43.449Z] === RUN TestImagesFilterMultiReference [2022-02-12T02:20:43.449Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-02-12T02:20:43.449Z] === RUN TestImagePullPlatformInvalid [2022-02-12T02:20:43.449Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-02-12T02:20:43.449Z] === RUN TestRemoveImageOrphaning [2022-02-12T02:20:44.410Z] --- PASS: TestRemoveImageOrphaning (1.21s) [2022-02-12T02:20:44.410Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-02-12T02:20:44.410Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-02-12T02:20:44.410Z] === RUN TestTagInvalidReference [2022-02-12T02:20:44.410Z] --- PASS: TestTagInvalidReference (0.04s) [2022-02-12T02:20:44.410Z] === RUN TestTagValidPrefixedRepo [2022-02-12T02:20:44.872Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-02-12T02:20:44.872Z] === RUN TestTagExistedNameWithoutForce [2022-02-12T02:20:44.872Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-02-12T02:20:44.872Z] === RUN TestTagOfficialNames [2022-02-12T02:20:44.872Z] --- PASS: TestTagOfficialNames (0.14s) [2022-02-12T02:20:44.872Z] === RUN TestTagMatchesDigest [2022-02-12T02:20:44.872Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-02-12T02:20:44.872Z] PASS [2022-02-12T02:20:44.872Z] ok github.com/docker/docker/integration/image 1.854s [2022-02-12T02:20:44.872Z] [2022-02-12T02:20:44.872Z] === Skipped [2022-02-12T02:20:44.872Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-02-12T02:20:44.872Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:20:44.872Z] [2022-02-12T02:20:44.872Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-02-12T02:20:44.872Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-02-12T02:20:44.872Z] [2022-02-12T02:20:44.872Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-02-12T02:20:44.872Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-02-12T02:20:44.872Z] [2022-02-12T02:20:44.872Z] DONE 12 tests, 3 skipped in 6.257s [2022-02-12T02:20:45.332Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-02-12T02:20:46.907Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:20:46.907Z] INFO: Testing against a local daemon [2022-02-12T02:20:46.907Z] === RUN TestPluginInvalidJSON [2022-02-12T02:20:46.907Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:20:46.907Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:20:46.907Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:20:46.907Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-02-12T02:20:46.907Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-02-12T02:20:46.907Z] === RUN TestPluginInstall [2022-02-12T02:20:46.907Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-02-12T02:20:46.907Z] --- SKIP: TestPluginInstall (0.00s) [2022-02-12T02:20:46.907Z] === RUN TestPluginsWithRuntimes [2022-02-12T02:20:46.907Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-02-12T02:20:46.907Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-02-12T02:20:46.907Z] === RUN TestPluginBackCompatMediaTypes [2022-02-12T02:20:46.907Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-02-12T02:20:46.907Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-02-12T02:20:46.907Z] PASS [2022-02-12T02:20:46.907Z] ok github.com/docker/docker/integration/plugin/common 0.118s [2022-02-12T02:20:46.907Z] [2022-02-12T02:20:46.907Z] === Skipped [2022-02-12T02:20:46.907Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-02-12T02:20:46.907Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-02-12T02:20:46.907Z] [2022-02-12T02:20:46.907Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-02-12T02:20:46.907Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-02-12T02:20:46.907Z] [2022-02-12T02:20:46.907Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-02-12T02:20:46.907Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-02-12T02:20:46.907Z] [2022-02-12T02:20:46.907Z] DONE 5 tests, 3 skipped in 5.398s [2022-02-12T02:20:46.907Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-02-12T02:20:47.512Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:20:47.513Z] INFO: Testing against a local daemon [2022-02-12T02:20:47.513Z] === RUN TestNetworkCreateDelete [2022-02-12T02:20:47.513Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:47.513Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-02-12T02:20:47.513Z] === RUN TestDockerNetworkDeletePreferID [2022-02-12T02:20:47.513Z] 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-02-12T02:20:47.513Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-02-12T02:20:47.513Z] === RUN TestDaemonDNSFallback [2022-02-12T02:20:47.513Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:47.513Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-02-12T02:20:47.513Z] === RUN TestInspectNetwork [2022-02-12T02:20:47.513Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:47.513Z] --- SKIP: TestInspectNetwork (0.00s) [2022-02-12T02:20:47.513Z] === RUN TestRunContainerWithBridgeNone [2022-02-12T02:20:47.513Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:47.513Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-02-12T02:20:47.513Z] === RUN TestNetworkInvalidJSON [2022-02-12T02:20:47.513Z] === RUN TestNetworkInvalidJSON//networks/create [2022-02-12T02:20:47.513Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-02-12T02:20:47.513Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:20:47.513Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:20:47.513Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:20:47.513Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:20:47.513Z] === CONT TestNetworkInvalidJSON//networks/create [2022-02-12T02:20:47.513Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-12T02:20:47.513Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-02-12T02:20:47.513Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-02-12T02:20:47.513Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-02-12T02:20:47.513Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-02-12T02:20:47.513Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-02-12T02:20:47.513Z] === RUN TestNetworkList [2022-02-12T02:20:47.513Z] === RUN TestNetworkList//networks [2022-02-12T02:20:47.513Z] === PAUSE TestNetworkList//networks [2022-02-12T02:20:47.513Z] === RUN TestNetworkList//networks/ [2022-02-12T02:20:47.513Z] === PAUSE TestNetworkList//networks/ [2022-02-12T02:20:47.513Z] === CONT TestNetworkList//networks [2022-02-12T02:20:47.513Z] === CONT TestNetworkList//networks/ [2022-02-12T02:20:47.513Z] --- PASS: TestNetworkList (0.04s) [2022-02-12T02:20:47.513Z] --- PASS: TestNetworkList//networks (0.00s) [2022-02-12T02:20:47.513Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-02-12T02:20:47.513Z] === RUN TestHostIPv4BridgeLabel [2022-02-12T02:20:47.513Z] network_test.go:128: testEnv.OSType == "windows" [2022-02-12T02:20:47.513Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-02-12T02:20:47.513Z] === RUN TestDaemonRestartWithLiveRestore [2022-02-12T02:20:47.513Z] service_test.go:30: testEnv.OSType == "windows" [2022-02-12T02:20:47.513Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-02-12T02:20:47.513Z] === RUN TestDaemonDefaultNetworkPools [2022-02-12T02:20:47.513Z] service_test.go:59: testEnv.OSType == "windows" [2022-02-12T02:20:47.513Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-02-12T02:20:47.513Z] === RUN TestDaemonRestartWithExistingNetwork [2022-02-12T02:20:47.513Z] service_test.go:103: testEnv.OSType == "windows" [2022-02-12T02:20:47.513Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-12T02:20:47.513Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-02-12T02:20:47.513Z] service_test.go:137: testEnv.OSType == "windows" [2022-02-12T02:20:47.513Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-12T02:20:47.513Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-02-12T02:20:47.513Z] service_test.go:188: testEnv.OSType == "windows" [2022-02-12T02:20:47.513Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-12T02:20:47.513Z] === RUN TestServiceWithPredefinedNetwork [2022-02-12T02:20:47.973Z] service_test.go:213: testEnv.OSType == "windows" [2022-02-12T02:20:47.973Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-02-12T02:20:47.973Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-02-12T02:20:47.973Z] service_test.go:243: FLAKY_TEST [2022-02-12T02:20:47.973Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-12T02:20:47.973Z] === RUN TestServiceWithDataPathPortInit [2022-02-12T02:20:47.973Z] service_test.go:334: testEnv.OSType == "windows" [2022-02-12T02:20:47.973Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-02-12T02:20:47.973Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-02-12T02:20:47.973Z] service_test.go:402: testEnv.OSType == "windows" [2022-02-12T02:20:47.973Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-12T02:20:47.973Z] PASS [2022-02-12T02:20:47.973Z] ok github.com/docker/docker/integration/network 0.179s [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === Skipped [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-02-12T02:20:47.973Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-02-12T02:20:47.973Z] 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-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-02-12T02:20:47.973Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-02-12T02:20:47.973Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-02-12T02:20:47.973Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-02-12T02:20:47.973Z] network_test.go:128: testEnv.OSType == "windows" [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-02-12T02:20:47.973Z] service_test.go:30: testEnv.OSType == "windows" [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-02-12T02:20:47.973Z] service_test.go:59: testEnv.OSType == "windows" [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-12T02:20:47.973Z] service_test.go:103: testEnv.OSType == "windows" [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-12T02:20:47.973Z] service_test.go:137: testEnv.OSType == "windows" [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-12T02:20:47.973Z] service_test.go:188: testEnv.OSType == "windows" [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-02-12T02:20:47.973Z] service_test.go:213: testEnv.OSType == "windows" [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-12T02:20:47.973Z] service_test.go:243: FLAKY_TEST [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-02-12T02:20:47.973Z] service_test.go:334: testEnv.OSType == "windows" [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-12T02:20:47.973Z] service_test.go:402: testEnv.OSType == "windows" [2022-02-12T02:20:47.973Z] [2022-02-12T02:20:47.973Z] DONE 22 tests, 15 skipped in 2.835s [2022-02-12T02:20:47.973Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-02-12T02:20:48.537Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-02-12T02:20:48.537Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-02-12T02:20:48.537Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-02-12T02:20:48.537Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-02-12T02:20:48.537Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-02-12T02:20:48.537Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-02-12T02:20:48.935Z] testing: warning: no tests to run [2022-02-12T02:20:48.936Z] PASS [2022-02-12T02:20:48.936Z] ok github.com/docker/docker/integration/network/ipvlan 0.099s [2022-02-12T02:20:48.936Z] [2022-02-12T02:20:48.936Z] DONE 0 tests in 0.778s [2022-02-12T02:20:48.936Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-02-12T02:20:49.084Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:20:49.084Z] INFO: Testing against a local daemon [2022-02-12T02:20:49.084Z] === RUN TestExternalGraphDriver [2022-02-12T02:20:49.084Z] external_test.go:47: runtime.GOOS == "windows" [2022-02-12T02:20:49.084Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-02-12T02:20:49.084Z] === RUN TestGraphdriverPluginV2 [2022-02-12T02:20:49.084Z] external_test.go:407: runtime.GOOS == "windows" [2022-02-12T02:20:49.084Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-02-12T02:20:49.084Z] PASS [2022-02-12T02:20:49.084Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.130s [2022-02-12T02:20:49.108Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-02-12T02:20:49.540Z] [2022-02-12T02:20:49.540Z] === Skipped [2022-02-12T02:20:49.540Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-02-12T02:20:49.540Z] external_test.go:47: runtime.GOOS == "windows" [2022-02-12T02:20:49.540Z] [2022-02-12T02:20:49.540Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-02-12T02:20:49.540Z] external_test.go:407: runtime.GOOS == "windows" [2022-02-12T02:20:49.540Z] [2022-02-12T02:20:49.540Z] DONE 2 tests, 2 skipped in 2.833s [2022-02-12T02:20:49.540Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-02-12T02:20:49.898Z] testing: warning: no tests to run [2022-02-12T02:20:49.899Z] PASS [2022-02-12T02:20:49.899Z] ok github.com/docker/docker/integration/network/macvlan 0.089s [2022-02-12T02:20:49.899Z] [2022-02-12T02:20:49.899Z] DONE 0 tests in 0.780s [2022-02-12T02:20:49.899Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-02-12T02:20:50.863Z] testing: warning: no tests to run [2022-02-12T02:20:50.863Z] PASS [2022-02-12T02:20:50.863Z] ok github.com/docker/docker/integration/plugin 0.093s [2022-02-12T02:20:50.863Z] [2022-02-12T02:20:50.863Z] DONE 0 tests in 0.791s [2022-02-12T02:20:50.863Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-02-12T02:20:51.026Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-02-12T02:20:51.598Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-02-12T02:20:51.713Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:20:51.713Z] INFO: Testing against a local daemon [2022-02-12T02:20:51.713Z] === RUN TestReadPluginNoRead [2022-02-12T02:20:51.713Z] read_test.go:21: no unix domain sockets on Windows [2022-02-12T02:20:51.713Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-02-12T02:20:51.713Z] PASS [2022-02-12T02:20:51.713Z] ok github.com/docker/docker/integration/plugin/logging 0.124s [2022-02-12T02:20:51.829Z] testing: warning: no tests to run [2022-02-12T02:20:51.829Z] PASS [2022-02-12T02:20:51.829Z] ok github.com/docker/docker/integration/plugin/authz 0.102s [2022-02-12T02:20:51.829Z] [2022-02-12T02:20:51.829Z] DONE 0 tests in 0.790s [2022-02-12T02:20:51.829Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-02-12T02:20:52.170Z] [2022-02-12T02:20:52.170Z] === Skipped [2022-02-12T02:20:52.170Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-02-12T02:20:52.170Z] read_test.go:21: no unix domain sockets on Windows [2022-02-12T02:20:52.170Z] [2022-02-12T02:20:52.170Z] DONE 1 tests, 1 skipped in 2.536s [2022-02-12T02:20:52.170Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-02-12T02:20:52.545Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-02-12T02:20:53.703Z] testing: warning: no tests to run [2022-02-12T02:20:53.703Z] PASS [2022-02-12T02:20:53.703Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.093s [2022-02-12T02:20:53.703Z] [2022-02-12T02:20:53.703Z] DONE 0 tests in 1.384s [2022-02-12T02:20:53.703Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-02-12T02:20:56.601Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:20:56.601Z] INFO: Testing against a local daemon [2022-02-12T02:20:56.601Z] === RUN TestPluginWithDevMounts [2022-02-12T02:20:56.601Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:56.601Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-02-12T02:20:56.601Z] PASS [2022-02-12T02:20:56.601Z] ok github.com/docker/docker/integration/plugin/volumes 0.112s [2022-02-12T02:20:56.601Z] [2022-02-12T02:20:56.601Z] === Skipped [2022-02-12T02:20:56.601Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-02-12T02:20:56.601Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:56.601Z] [2022-02-12T02:20:56.601Z] DONE 1 tests, 1 skipped in 2.577s [2022-02-12T02:20:56.601Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-02-12T02:20:57.627Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:20:57.627Z] INFO: Testing against a local daemon [2022-02-12T02:20:57.627Z] === RUN TestPluginInvalidJSON [2022-02-12T02:20:57.627Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:20:57.627Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:20:57.627Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-02-12T02:20:57.627Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-02-12T02:20:57.627Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-02-12T02:20:57.627Z] === RUN TestPluginInstall [2022-02-12T02:20:57.627Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-02-12T02:20:57.627Z] --- SKIP: TestPluginInstall (0.00s) [2022-02-12T02:20:57.627Z] === RUN TestPluginsWithRuntimes [2022-02-12T02:20:57.627Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-02-12T02:20:57.627Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-02-12T02:20:57.627Z] === RUN TestPluginBackCompatMediaTypes [2022-02-12T02:20:57.627Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-02-12T02:20:57.627Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-02-12T02:20:57.627Z] PASS [2022-02-12T02:20:57.627Z] ok github.com/docker/docker/integration/plugin/common 0.127s [2022-02-12T02:20:57.627Z] [2022-02-12T02:20:57.627Z] === Skipped [2022-02-12T02:20:57.627Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-02-12T02:20:57.627Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-02-12T02:20:57.627Z] [2022-02-12T02:20:57.627Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-02-12T02:20:57.627Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-02-12T02:20:57.627Z] [2022-02-12T02:20:57.627Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-02-12T02:20:57.627Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-02-12T02:20:57.627Z] [2022-02-12T02:20:57.627Z] DONE 5 tests, 3 skipped in 5.437s [2022-02-12T02:20:57.627Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-02-12T02:20:58.791Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:20:58.791Z] INFO: Testing against a local daemon [2022-02-12T02:20:58.791Z] === RUN TestSecretInspect [2022-02-12T02:20:58.791Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:58.791Z] --- SKIP: TestSecretInspect (0.00s) [2022-02-12T02:20:58.791Z] === RUN TestSecretList [2022-02-12T02:20:58.791Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:58.791Z] --- SKIP: TestSecretList (0.00s) [2022-02-12T02:20:58.791Z] === RUN TestSecretsCreateAndDelete [2022-02-12T02:20:58.791Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:58.791Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-02-12T02:20:58.791Z] === RUN TestSecretsUpdate [2022-02-12T02:20:58.791Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:58.791Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-02-12T02:20:58.791Z] === RUN TestTemplatedSecret [2022-02-12T02:20:58.791Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:58.791Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-02-12T02:20:58.791Z] === RUN TestSecretCreateResolve [2022-02-12T02:20:58.791Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:58.791Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-02-12T02:20:58.791Z] PASS [2022-02-12T02:20:58.791Z] ok github.com/docker/docker/integration/secret 0.115s [2022-02-12T02:20:58.791Z] [2022-02-12T02:20:58.791Z] === Skipped [2022-02-12T02:20:58.791Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-02-12T02:20:58.791Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:58.791Z] [2022-02-12T02:20:58.791Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-02-12T02:20:58.791Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:58.791Z] [2022-02-12T02:20:58.791Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-02-12T02:20:58.791Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:58.791Z] [2022-02-12T02:20:58.791Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-02-12T02:20:58.791Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:58.791Z] [2022-02-12T02:20:58.791Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-02-12T02:20:58.791Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:20:58.791Z] [2022-02-12T02:20:58.791Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-02-12T02:20:58.791Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:20:58.791Z] [2022-02-12T02:20:58.791Z] DONE 6 tests, 6 skipped in 2.119s [2022-02-12T02:20:58.791Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-02-12T02:20:59.133Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-02-12T02:20:59.133Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-02-12T02:20:59.133Z] === RUN TestDockerSuite/TestRunModeHostname [2022-02-12T02:20:59.395Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-02-12T02:20:59.395Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-02-12T02:20:59.657Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-02-12T02:21:00.525Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:21:00.525Z] INFO: Testing against a local daemon [2022-02-12T02:21:00.525Z] === RUN TestExternalGraphDriver [2022-02-12T02:21:00.525Z] external_test.go:47: runtime.GOOS == "windows" [2022-02-12T02:21:00.525Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-02-12T02:21:00.525Z] === RUN TestGraphdriverPluginV2 [2022-02-12T02:21:00.525Z] external_test.go:407: runtime.GOOS == "windows" [2022-02-12T02:21:00.525Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-02-12T02:21:00.525Z] PASS [2022-02-12T02:21:00.525Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.132s [2022-02-12T02:21:00.525Z] [2022-02-12T02:21:00.525Z] === Skipped [2022-02-12T02:21:00.525Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-02-12T02:21:00.525Z] external_test.go:47: runtime.GOOS == "windows" [2022-02-12T02:21:00.525Z] [2022-02-12T02:21:00.525Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-02-12T02:21:00.525Z] external_test.go:407: runtime.GOOS == "windows" [2022-02-12T02:21:00.525Z] [2022-02-12T02:21:00.525Z] DONE 2 tests, 2 skipped in 2.873s [2022-02-12T02:21:00.525Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-02-12T02:21:00.599Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-02-12T02:21:01.171Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-02-12T02:21:01.684Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:21:01.684Z] INFO: Testing against a local daemon [2022-02-12T02:21:01.684Z] === RUN TestServiceCreateInit [2022-02-12T02:21:01.684Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-02-12T02:21:01.684Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-02-12T02:21:01.684Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- PASS: TestServiceCreateInit (0.05s) [2022-02-12T02:21:01.684Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-12T02:21:01.684Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestCreateServiceMultipleTimes [2022-02-12T02:21:01.684Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestCreateServiceConflict [2022-02-12T02:21:01.684Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestCreateServiceMaxReplicas [2022-02-12T02:21:01.684Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-02-12T02:21:01.684Z] === RUN TestCreateWithDuplicateNetworkNames [2022-02-12T02:21:01.684Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestCreateServiceSecretFileMode [2022-02-12T02:21:01.684Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestCreateServiceConfigFileMode [2022-02-12T02:21:01.684Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestCreateServiceSysctls [2022-02-12T02:21:01.684Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-02-12T02:21:01.684Z] === RUN TestCreateServiceCapabilities [2022-02-12T02:21:01.684Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-02-12T02:21:01.684Z] === RUN TestInspect [2022-02-12T02:21:01.684Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestInspect (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestCreateJob [2022-02-12T02:21:01.684Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestCreateJob (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestReplicatedJob [2022-02-12T02:21:01.684Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestReplicatedJob (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestUpdateReplicatedJob [2022-02-12T02:21:01.684Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestServiceListWithStatuses [2022-02-12T02:21:01.684Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestDockerNetworkConnectAlias [2022-02-12T02:21:01.684Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestDockerNetworkReConnect [2022-02-12T02:21:01.684Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestServicePlugin [2022-02-12T02:21:01.684Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestServicePlugin (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestServiceUpdateLabel [2022-02-12T02:21:01.684Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:01.684Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestServiceUpdateSecrets [2022-02-12T02:21:01.684Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:01.684Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestServiceUpdateConfigs [2022-02-12T02:21:01.684Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:01.684Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestServiceUpdateNetwork [2022-02-12T02:21:01.684Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:01.684Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-02-12T02:21:01.684Z] === RUN TestServiceUpdatePidsLimit [2022-02-12T02:21:01.684Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:01.684Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-02-12T02:21:01.684Z] PASS [2022-02-12T02:21:01.684Z] ok github.com/docker/docker/integration/service 0.280s [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === Skipped [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-12T02:21:01.684Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-12T02:21:01.684Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-02-12T02:21:01.684Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-02-12T02:21:01.684Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-02-12T02:21:01.684Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-02-12T02:21:01.684Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-02-12T02:21:01.684Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-02-12T02:21:01.684Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-02-12T02:21:01.684Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-02-12T02:21:01.684Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-02-12T02:21:01.684Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-02-12T02:21:01.684Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-02-12T02:21:01.684Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-02-12T02:21:01.684Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-02-12T02:21:01.684Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-02-12T02:21:01.684Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-02-12T02:21:01.684Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-02-12T02:21:01.684Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-02-12T02:21:01.684Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-02-12T02:21:01.684Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-02-12T02:21:01.684Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-02-12T02:21:01.684Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-02-12T02:21:01.684Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:01.684Z] [2022-02-12T02:21:01.684Z] DONE 24 tests, 23 skipped in 2.925s [2022-02-12T02:21:01.684Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-02-12T02:21:02.115Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-02-12T02:21:02.115Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-02-12T02:21:02.377Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-02-12T02:21:02.690Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:21:02.690Z] INFO: Testing against a local daemon [2022-02-12T02:21:02.690Z] === RUN TestReadPluginNoRead [2022-02-12T02:21:02.690Z] read_test.go:21: no unix domain sockets on Windows [2022-02-12T02:21:02.690Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-02-12T02:21:02.690Z] PASS [2022-02-12T02:21:02.690Z] ok github.com/docker/docker/integration/plugin/logging 0.135s [2022-02-12T02:21:03.146Z] [2022-02-12T02:21:03.146Z] === Skipped [2022-02-12T02:21:03.146Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-02-12T02:21:03.146Z] read_test.go:21: no unix domain sockets on Windows [2022-02-12T02:21:03.146Z] [2022-02-12T02:21:03.146Z] DONE 1 tests, 1 skipped in 2.557s [2022-02-12T02:21:03.146Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-02-12T02:21:03.320Z] === RUN TestDockerSuite/TestRunMount [2022-02-12T02:21:03.871Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:21:03.871Z] INFO: Testing against a local daemon [2022-02-12T02:21:03.871Z] === RUN TestSessionCreate [2022-02-12T02:21:03.871Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-02-12T02:21:03.871Z] --- SKIP: TestSessionCreate (0.00s) [2022-02-12T02:21:03.871Z] === RUN TestSessionCreateWithBadUpgrade [2022-02-12T02:21:03.871Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-02-12T02:21:03.871Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-02-12T02:21:03.871Z] PASS [2022-02-12T02:21:03.871Z] ok github.com/docker/docker/integration/session 0.106s [2022-02-12T02:21:03.871Z] [2022-02-12T02:21:03.871Z] === Skipped [2022-02-12T02:21:03.871Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-02-12T02:21:03.871Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-02-12T02:21:03.871Z] [2022-02-12T02:21:03.871Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-02-12T02:21:03.871Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-02-12T02:21:03.871Z] [2022-02-12T02:21:03.871Z] DONE 2 tests, 2 skipped in 2.078s [2022-02-12T02:21:03.871Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-02-12T02:21:04.114Z] testing: warning: no tests to run [2022-02-12T02:21:04.114Z] PASS [2022-02-12T02:21:04.114Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.086s [2022-02-12T02:21:04.267Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-02-12T02:21:04.570Z] [2022-02-12T02:21:04.570Z] DONE 0 tests in 1.268s [2022-02-12T02:21:04.570Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-02-12T02:21:06.060Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:21:06.060Z] INFO: Testing against a local daemon [2022-02-12T02:21:06.060Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-02-12T02:21:06.060Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:06.060Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-12T02:21:06.060Z] === RUN TestDiskUsage [2022-02-12T02:21:06.060Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-02-12T02:21:06.060Z] --- SKIP: TestDiskUsage (0.00s) [2022-02-12T02:21:06.060Z] === RUN TestEventsExecDie [2022-02-12T02:21:06.060Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-02-12T02:21:06.060Z] --- SKIP: TestEventsExecDie (0.00s) [2022-02-12T02:21:06.060Z] === RUN TestEventsBackwardsCompatible [2022-02-12T02:21:06.060Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-02-12T02:21:06.060Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-02-12T02:21:06.060Z] === RUN TestEventsVolumeCreate [2022-02-12T02:21:06.060Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-02-12T02:21:06.060Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-02-12T02:21:06.060Z] === RUN TestInfoAPI [2022-02-12T02:21:06.060Z] --- PASS: TestInfoAPI (0.06s) [2022-02-12T02:21:06.060Z] === RUN TestInfoAPIWarnings [2022-02-12T02:21:06.060Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:21:06.060Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-02-12T02:21:06.060Z] === RUN TestInfoDebug [2022-02-12T02:21:06.060Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:21:06.060Z] --- SKIP: TestInfoDebug (0.00s) [2022-02-12T02:21:06.060Z] === RUN TestInfoInsecureRegistries [2022-02-12T02:21:06.060Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:21:06.060Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-02-12T02:21:06.060Z] === RUN TestInfoRegistryMirrors [2022-02-12T02:21:06.060Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:21:06.060Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-02-12T02:21:06.060Z] === RUN TestLoginFailsWithBadCredentials [2022-02-12T02:21:06.742Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:21:06.742Z] INFO: Testing against a local daemon [2022-02-12T02:21:06.742Z] === RUN TestPluginWithDevMounts [2022-02-12T02:21:06.742Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:06.742Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-02-12T02:21:06.742Z] PASS [2022-02-12T02:21:06.742Z] ok github.com/docker/docker/integration/plugin/volumes 0.114s [2022-02-12T02:21:07.024Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s) [2022-02-12T02:21:07.024Z] === RUN TestPingCacheHeaders [2022-02-12T02:21:07.024Z] --- PASS: TestPingCacheHeaders (0.06s) [2022-02-12T02:21:07.024Z] === RUN TestPingGet [2022-02-12T02:21:07.199Z] [2022-02-12T02:21:07.199Z] === Skipped [2022-02-12T02:21:07.199Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-02-12T02:21:07.199Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:07.199Z] [2022-02-12T02:21:07.199Z] DONE 1 tests, 1 skipped in 2.490s [2022-02-12T02:21:07.199Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-02-12T02:21:07.481Z] --- PASS: TestPingGet (0.04s) [2022-02-12T02:21:07.481Z] === RUN TestPingHead [2022-02-12T02:21:07.481Z] --- PASS: TestPingHead (0.04s) [2022-02-12T02:21:07.481Z] === RUN TestVersion [2022-02-12T02:21:07.481Z] --- PASS: TestVersion (0.04s) [2022-02-12T02:21:07.481Z] PASS [2022-02-12T02:21:07.481Z] ok github.com/docker/docker/integration/system 1.320s [2022-02-12T02:21:07.481Z] [2022-02-12T02:21:07.481Z] === Skipped [2022-02-12T02:21:07.481Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-12T02:21:07.481Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:07.481Z] [2022-02-12T02:21:07.481Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-02-12T02:21:07.481Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-02-12T02:21:07.481Z] [2022-02-12T02:21:07.481Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-02-12T02:21:07.481Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-02-12T02:21:07.481Z] [2022-02-12T02:21:07.481Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-02-12T02:21:07.481Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-02-12T02:21:07.481Z] [2022-02-12T02:21:07.481Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-02-12T02:21:07.481Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-02-12T02:21:07.481Z] [2022-02-12T02:21:07.481Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-02-12T02:21:07.481Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:21:07.481Z] [2022-02-12T02:21:07.481Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-02-12T02:21:07.481Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:21:07.481Z] [2022-02-12T02:21:07.481Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-02-12T02:21:07.481Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:21:07.481Z] [2022-02-12T02:21:07.481Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-02-12T02:21:07.481Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:21:07.481Z] [2022-02-12T02:21:07.481Z] DONE 15 tests, 9 skipped in 3.606s [2022-02-12T02:21:07.938Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-02-12T02:21:08.476Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-02-12T02:21:08.476Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-02-12T02:21:09.049Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-02-12T02:21:09.368Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:21:09.368Z] INFO: Testing against a local daemon [2022-02-12T02:21:09.368Z] === RUN TestSecretInspect [2022-02-12T02:21:09.368Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:09.368Z] --- SKIP: TestSecretInspect (0.00s) [2022-02-12T02:21:09.368Z] === RUN TestSecretList [2022-02-12T02:21:09.368Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:09.368Z] --- SKIP: TestSecretList (0.00s) [2022-02-12T02:21:09.368Z] === RUN TestSecretsCreateAndDelete [2022-02-12T02:21:09.368Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:09.368Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-02-12T02:21:09.368Z] === RUN TestSecretsUpdate [2022-02-12T02:21:09.368Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:09.368Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-02-12T02:21:09.368Z] === RUN TestTemplatedSecret [2022-02-12T02:21:09.368Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:09.368Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-02-12T02:21:09.368Z] === RUN TestSecretCreateResolve [2022-02-12T02:21:09.368Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:09.368Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-02-12T02:21:09.368Z] PASS [2022-02-12T02:21:09.368Z] ok github.com/docker/docker/integration/secret 0.107s [2022-02-12T02:21:09.368Z] [2022-02-12T02:21:09.368Z] === Skipped [2022-02-12T02:21:09.368Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-02-12T02:21:09.368Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:09.368Z] [2022-02-12T02:21:09.368Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-02-12T02:21:09.368Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:09.368Z] [2022-02-12T02:21:09.368Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-02-12T02:21:09.368Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:09.368Z] [2022-02-12T02:21:09.368Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-02-12T02:21:09.368Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:09.368Z] [2022-02-12T02:21:09.368Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-02-12T02:21:09.368Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:09.368Z] [2022-02-12T02:21:09.368Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-02-12T02:21:09.368Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:09.368Z] [2022-02-12T02:21:09.368Z] DONE 6 tests, 6 skipped in 2.208s [2022-02-12T02:21:09.368Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-02-12T02:21:09.993Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-02-12T02:21:10.107Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:21:10.107Z] INFO: Testing against a local daemon [2022-02-12T02:21:10.107Z] === RUN TestVolumesCreateAndList [2022-02-12T02:21:10.107Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-02-12T02:21:10.107Z] === RUN TestVolumesRemove [2022-02-12T02:21:10.107Z] --- PASS: TestVolumesRemove (0.19s) [2022-02-12T02:21:10.107Z] === RUN TestVolumesInspect [2022-02-12T02:21:10.107Z] --- PASS: TestVolumesInspect (0.05s) [2022-02-12T02:21:10.107Z] === RUN TestVolumesInvalidJSON [2022-02-12T02:21:10.107Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-02-12T02:21:10.107Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-02-12T02:21:10.107Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-02-12T02:21:10.107Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-02-12T02:21:10.107Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-02-12T02:21:10.107Z] PASS [2022-02-12T02:21:10.107Z] ok github.com/docker/docker/integration/volume 0.405s [2022-02-12T02:21:10.564Z] [2022-02-12T02:21:10.564Z] DONE 5 tests in 2.527s [2022-02-12T02:21:10.564Z] INFO: make.ps1 ended at 02/12/2022 02:21:10 [2022-02-12T02:21:10.564Z] INFO: Integration CLI tests being run from the host: [2022-02-12T02:21:10.564Z] 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-02-12T02:21:11.411Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-02-12T02:21:12.259Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:21:12.259Z] INFO: Testing against a local daemon [2022-02-12T02:21:12.259Z] === RUN TestServiceCreateInit [2022-02-12T02:21:12.259Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-02-12T02:21:12.259Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-02-12T02:21:12.259Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- PASS: TestServiceCreateInit (0.04s) [2022-02-12T02:21:12.259Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-12T02:21:12.259Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestCreateServiceMultipleTimes [2022-02-12T02:21:12.259Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestCreateServiceConflict [2022-02-12T02:21:12.259Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-02-12T02:21:12.259Z] === RUN TestCreateServiceMaxReplicas [2022-02-12T02:21:12.259Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-02-12T02:21:12.259Z] === RUN TestCreateWithDuplicateNetworkNames [2022-02-12T02:21:12.259Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestCreateServiceSecretFileMode [2022-02-12T02:21:12.259Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestCreateServiceConfigFileMode [2022-02-12T02:21:12.259Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestCreateServiceSysctls [2022-02-12T02:21:12.259Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-02-12T02:21:12.259Z] === RUN TestCreateServiceCapabilities [2022-02-12T02:21:12.259Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-02-12T02:21:12.259Z] === RUN TestInspect [2022-02-12T02:21:12.259Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestInspect (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestCreateJob [2022-02-12T02:21:12.259Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestCreateJob (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestReplicatedJob [2022-02-12T02:21:12.259Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestReplicatedJob (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestUpdateReplicatedJob [2022-02-12T02:21:12.259Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestServiceListWithStatuses [2022-02-12T02:21:12.259Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestDockerNetworkConnectAlias [2022-02-12T02:21:12.259Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestDockerNetworkReConnect [2022-02-12T02:21:12.259Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestServicePlugin [2022-02-12T02:21:12.259Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.259Z] --- SKIP: TestServicePlugin (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestServiceUpdateLabel [2022-02-12T02:21:12.259Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:12.259Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestServiceUpdateSecrets [2022-02-12T02:21:12.259Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:12.259Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestServiceUpdateConfigs [2022-02-12T02:21:12.259Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:12.259Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestServiceUpdateNetwork [2022-02-12T02:21:12.259Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:12.259Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-02-12T02:21:12.259Z] === RUN TestServiceUpdatePidsLimit [2022-02-12T02:21:12.259Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:12.259Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-02-12T02:21:12.259Z] PASS [2022-02-12T02:21:12.259Z] ok github.com/docker/docker/integration/service 0.283s [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === Skipped [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-12T02:21:12.716Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-12T02:21:12.716Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-02-12T02:21:12.716Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.01s) [2022-02-12T02:21:12.716Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-02-12T02:21:12.716Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-02-12T02:21:12.716Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-02-12T02:21:12.716Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-02-12T02:21:12.716Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-02-12T02:21:12.716Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-02-12T02:21:12.716Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-02-12T02:21:12.716Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-02-12T02:21:12.716Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-02-12T02:21:12.716Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-02-12T02:21:12.716Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-02-12T02:21:12.716Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-02-12T02:21:12.716Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-02-12T02:21:12.716Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-02-12T02:21:12.716Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-02-12T02:21:12.716Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-02-12T02:21:12.716Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-02-12T02:21:12.716Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-02-12T02:21:12.716Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-02-12T02:21:12.716Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-02-12T02:21:12.716Z] [2022-02-12T02:21:12.716Z] DONE 24 tests, 23 skipped in 3.043s [2022-02-12T02:21:12.716Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-02-12T02:21:13.959Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-02-12T02:21:14.893Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:21:14.893Z] INFO: Testing against a local daemon [2022-02-12T02:21:14.893Z] === RUN TestSessionCreate [2022-02-12T02:21:14.893Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-02-12T02:21:14.893Z] --- SKIP: TestSessionCreate (0.00s) [2022-02-12T02:21:14.893Z] === RUN TestSessionCreateWithBadUpgrade [2022-02-12T02:21:14.893Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-02-12T02:21:14.893Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-02-12T02:21:14.893Z] PASS [2022-02-12T02:21:14.893Z] ok github.com/docker/docker/integration/session 0.114s [2022-02-12T02:21:14.893Z] [2022-02-12T02:21:14.893Z] === Skipped [2022-02-12T02:21:14.893Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-02-12T02:21:14.893Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-02-12T02:21:14.893Z] [2022-02-12T02:21:14.893Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-02-12T02:21:14.893Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-02-12T02:21:14.893Z] [2022-02-12T02:21:14.893Z] DONE 2 tests, 2 skipped in 2.096s [2022-02-12T02:21:14.893Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-02-12T02:21:15.345Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-02-12T02:21:16.732Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-02-12T02:21:17.062Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:21:17.062Z] INFO: Testing against a local daemon [2022-02-12T02:21:17.062Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-02-12T02:21:17.062Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:17.062Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-12T02:21:17.062Z] === RUN TestDiskUsage [2022-02-12T02:21:17.062Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-02-12T02:21:17.062Z] --- SKIP: TestDiskUsage (0.00s) [2022-02-12T02:21:17.062Z] === RUN TestEventsExecDie [2022-02-12T02:21:17.062Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-02-12T02:21:17.062Z] --- SKIP: TestEventsExecDie (0.00s) [2022-02-12T02:21:17.062Z] === RUN TestEventsBackwardsCompatible [2022-02-12T02:21:17.062Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-02-12T02:21:17.062Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-02-12T02:21:17.062Z] === RUN TestEventsVolumeCreate [2022-02-12T02:21:17.062Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-02-12T02:21:17.062Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-02-12T02:21:17.062Z] === RUN TestInfoAPI [2022-02-12T02:21:17.062Z] --- PASS: TestInfoAPI (0.05s) [2022-02-12T02:21:17.062Z] === RUN TestInfoAPIWarnings [2022-02-12T02:21:17.062Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:21:17.062Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-02-12T02:21:17.062Z] === RUN TestInfoDebug [2022-02-12T02:21:17.062Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:21:17.062Z] --- SKIP: TestInfoDebug (0.00s) [2022-02-12T02:21:17.062Z] === RUN TestInfoInsecureRegistries [2022-02-12T02:21:17.062Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:21:17.062Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-02-12T02:21:17.062Z] === RUN TestInfoRegistryMirrors [2022-02-12T02:21:17.062Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:21:17.062Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-02-12T02:21:17.062Z] === RUN TestLoginFailsWithBadCredentials [2022-02-12T02:21:17.681Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-02-12T02:21:18.023Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) [2022-02-12T02:21:18.023Z] === RUN TestPingCacheHeaders [2022-02-12T02:21:18.023Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-02-12T02:21:18.023Z] === RUN TestPingGet [2022-02-12T02:21:18.023Z] --- PASS: TestPingGet (0.04s) [2022-02-12T02:21:18.023Z] === RUN TestPingHead [2022-02-12T02:21:18.023Z] --- PASS: TestPingHead (0.04s) [2022-02-12T02:21:18.023Z] === RUN TestVersion [2022-02-12T02:21:18.023Z] --- PASS: TestVersion (0.04s) [2022-02-12T02:21:18.023Z] PASS [2022-02-12T02:21:18.023Z] ok github.com/docker/docker/integration/system 1.286s [2022-02-12T02:21:18.485Z] [2022-02-12T02:21:18.485Z] === Skipped [2022-02-12T02:21:18.485Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-12T02:21:18.485Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-02-12T02:21:18.485Z] [2022-02-12T02:21:18.485Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-02-12T02:21:18.485Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-02-12T02:21:18.485Z] [2022-02-12T02:21:18.485Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-02-12T02:21:18.485Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-02-12T02:21:18.485Z] [2022-02-12T02:21:18.485Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-02-12T02:21:18.485Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-02-12T02:21:18.485Z] [2022-02-12T02:21:18.485Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-02-12T02:21:18.485Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-02-12T02:21:18.485Z] [2022-02-12T02:21:18.485Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-02-12T02:21:18.485Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-12T02:21:18.485Z] [2022-02-12T02:21:18.485Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-02-12T02:21:18.485Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:21:18.485Z] [2022-02-12T02:21:18.485Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-02-12T02:21:18.485Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:21:18.485Z] [2022-02-12T02:21:18.485Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-02-12T02:21:18.485Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-12T02:21:18.485Z] [2022-02-12T02:21:18.485Z] DONE 15 tests, 9 skipped in 3.374s [2022-02-12T02:21:18.485Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-02-12T02:21:18.625Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-02-12T02:21:18.625Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-02-12T02:21:19.198Z] === RUN TestDockerSuite/TestRunNetHost [2022-02-12T02:21:20.144Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-02-12T02:21:20.661Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:21:20.661Z] INFO: Testing against a local daemon [2022-02-12T02:21:20.661Z] === RUN TestVolumesCreateAndList [2022-02-12T02:21:20.661Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-02-12T02:21:20.661Z] === RUN TestVolumesRemove [2022-02-12T02:21:20.661Z] --- PASS: TestVolumesRemove (0.20s) [2022-02-12T02:21:20.661Z] === RUN TestVolumesInspect [2022-02-12T02:21:20.661Z] --- PASS: TestVolumesInspect (0.05s) [2022-02-12T02:21:20.661Z] === RUN TestVolumesInvalidJSON [2022-02-12T02:21:20.661Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-02-12T02:21:20.661Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-02-12T02:21:20.661Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-02-12T02:21:20.661Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-02-12T02:21:20.661Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-02-12T02:21:20.661Z] PASS [2022-02-12T02:21:20.661Z] ok github.com/docker/docker/integration/volume 0.414s [2022-02-12T02:21:20.717Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-02-12T02:21:20.979Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-02-12T02:21:21.117Z] [2022-02-12T02:21:21.117Z] DONE 5 tests in 2.732s [2022-02-12T02:21:21.117Z] INFO: make.ps1 ended at 02/12/2022 02:21:20 [2022-02-12T02:21:21.117Z] INFO: Integration CLI tests being run from the host: [2022-02-12T02:21:21.117Z] 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-02-12T02:21:22.895Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-02-12T02:21:22.976Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:21:22.976Z] INFO: Testing against a local daemon [2022-02-12T02:21:22.976Z] === RUN TestDockerSuite [2022-02-12T02:21:22.976Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-02-12T02:21:22.976Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-02-12T02:21:22.976Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-02-12T02:21:22.976Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-02-12T02:21:22.976Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-02-12T02:21:22.976Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-02-12T02:21:22.976Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-02-12T02:21:22.976Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-02-12T02:21:22.976Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-02-12T02:21:22.976Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-02-12T02:21:22.976Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-02-12T02:21:22.976Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-02-12T02:21:23.939Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-02-12T02:21:24.286Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-02-12T02:21:24.400Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-02-12T02:21:26.836Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-02-12T02:21:27.410Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-02-12T02:21:27.673Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-02-12T02:21:28.247Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-02-12T02:21:28.509Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-02-12T02:21:28.907Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-02-12T02:21:29.168Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-02-12T02:21:29.429Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-02-12T02:21:29.690Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-02-12T02:21:29.951Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-02-12T02:21:33.286Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-02-12T02:21:33.490Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-12T02:21:33.490Z] INFO: Testing against a local daemon [2022-02-12T02:21:33.490Z] === RUN TestDockerSuite [2022-02-12T02:21:33.490Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-02-12T02:21:33.490Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-02-12T02:21:33.490Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-02-12T02:21:33.490Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-02-12T02:21:33.490Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-02-12T02:21:33.490Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-02-12T02:21:33.490Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-02-12T02:21:33.490Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-02-12T02:21:33.490Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-02-12T02:21:33.490Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-02-12T02:21:33.490Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-02-12T02:21:33.946Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-02-12T02:21:34.907Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-02-12T02:21:34.907Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-02-12T02:21:35.203Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-02-12T02:21:35.775Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-02-12T02:21:35.775Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-02-12T02:21:35.775Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-02-12T02:21:36.349Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-02-12T02:21:36.611Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-02-12T02:21:38.000Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-02-12T02:21:38.261Z] === RUN TestDockerSuite/TestRunPortInUse [2022-02-12T02:21:38.835Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-02-12T02:21:39.407Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-02-12T02:21:39.407Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-02-12T02:21:39.668Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-02-12T02:21:40.612Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-02-12T02:21:40.873Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-02-12T02:21:41.135Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-02-12T02:21:41.396Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-12T02:21:41.396Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2022-02-12T02:21:41.396Z] === RUN TestDockerSuite/TestRunPublishPort [2022-02-12T02:21:41.970Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-02-12T02:21:42.543Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-02-12T02:21:42.543Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2022-02-12T02:21:42.543Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-02-12T02:21:43.117Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-02-12T02:21:44.062Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-02-12T02:21:44.323Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-02-12T02:21:44.323Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2022-02-12T02:21:44.323Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-02-12T02:21:46.872Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-02-12T02:21:46.872Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-02-12T02:21:47.815Z] === RUN TestDockerSuite/TestRunRm [2022-02-12T02:21:48.388Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-02-12T02:21:50.305Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-02-12T02:21:52.246Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-02-12T02:21:52.818Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-02-12T02:21:53.389Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-02-12T02:21:53.961Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-02-12T02:21:54.904Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-02-12T02:21:55.477Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-02-12T02:21:58.026Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-02-12T02:22:00.573Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-02-12T02:22:00.834Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-02-12T02:22:01.095Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-02-12T02:22:01.356Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-02-12T02:22:01.928Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-02-12T02:22:02.189Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-02-12T02:22:02.762Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-02-12T02:22:03.334Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-02-12T02:22:03.595Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-02-12T02:22:04.168Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-02-12T02:22:06.714Z] === RUN TestDockerSuite/TestRunState [2022-02-12T02:22:07.288Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-02-12T02:22:07.860Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-02-12T02:22:08.121Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-02-12T02:22:08.382Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-02-12T02:22:08.382Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-02-12T02:22:08.382Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-02-12T02:22:08.643Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-02-12T02:22:09.214Z] === RUN TestDockerSuite/TestRunSysctls [2022-02-12T02:22:10.175Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-02-12T02:22:10.175Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-02-12T02:22:10.175Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-02-12T02:22:10.437Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-02-12T02:22:11.824Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-02-12T02:22:12.396Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-02-12T02:22:13.339Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-02-12T02:22:15.887Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-02-12T02:22:17.799Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-02-12T02:22:18.371Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-02-12T02:22:18.632Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-02-12T02:22:19.204Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-02-12T02:22:19.778Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-02-12T02:22:21.695Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-02-12T02:22:22.639Z] === RUN TestDockerSuite/TestRunUserByID [2022-02-12T02:22:23.211Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-02-12T02:22:23.211Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-02-12T02:22:23.278Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-02-12T02:22:23.278Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-02-12T02:22:23.278Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-02-12T02:22:23.278Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-02-12T02:22:23.278Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-02-12T02:22:23.278Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-02-12T02:22:23.278Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-02-12T02:22:23.278Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-02-12T02:22:23.278Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-02-12T02:22:23.278Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-02-12T02:22:23.278Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-02-12T02:22:23.278Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-02-12T02:22:23.278Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-02-12T02:22:23.278Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-02-12T02:22:23.278Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-02-12T02:22:23.278Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T02:22:23.278Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-02-12T02:22:23.278Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-02-12T02:22:23.278Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-02-12T02:22:23.278Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-02-12T02:22:23.472Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-02-12T02:22:24.045Z] === RUN TestDockerSuite/TestRunUserByName [2022-02-12T02:22:24.306Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-02-12T02:22:24.818Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-02-12T02:22:24.818Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-02-12T02:22:24.818Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-02-12T02:22:24.818Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-02-12T02:22:24.818Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-02-12T02:22:24.878Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-02-12T02:22:24.878Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-02-12T02:22:24.878Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-02-12T02:22:24.878Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-02-12T02:22:25.450Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-02-12T02:22:26.836Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-02-12T02:22:27.737Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-02-12T02:22:28.752Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-02-12T02:22:29.013Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-02-12T02:22:29.980Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-02-12T02:22:30.241Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-02-12T02:22:30.648Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-02-12T02:22:30.648Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-02-12T02:22:30.648Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-02-12T02:22:30.648Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-02-12T02:22:30.648Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-02-12T02:22:30.648Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-02-12T02:22:30.648Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-02-12T02:22:30.648Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-02-12T02:22:30.648Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-02-12T02:22:31.626Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-02-12T02:22:32.570Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-02-12T02:22:33.559Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-02-12T02:22:33.559Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-02-12T02:22:33.559Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-02-12T02:22:33.559Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-02-12T02:22:33.559Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-02-12T02:22:33.958Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-02-12T02:22:35.609Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-02-12T02:22:35.871Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-02-12T02:22:35.871Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2022-02-12T02:22:35.871Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-02-12T02:22:35.871Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2022-02-12T02:22:35.871Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-02-12T02:22:35.871Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2022-02-12T02:22:35.871Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-02-12T02:22:36.132Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-02-12T02:22:36.132Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-02-12T02:22:36.132Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-02-12T02:22:36.704Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-02-12T02:22:36.965Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-02-12T02:22:37.907Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-02-12T02:22:38.480Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-02-12T02:22:38.741Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-02-12T02:22:38.741Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-02-12T02:22:39.313Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-02-12T02:22:39.313Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-02-12T02:22:39.313Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-02-12T02:22:39.313Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-02-12T02:22:39.313Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-02-12T02:22:39.313Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-02-12T02:22:39.313Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-02-12T02:22:39.313Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-02-12T02:22:39.313Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-02-12T02:22:39.313Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-02-12T02:22:39.313Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-02-12T02:22:39.313Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-02-12T02:22:39.313Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-02-12T02:22:39.313Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-02-12T02:22:39.313Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-02-12T02:22:39.885Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-02-12T02:22:40.146Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-02-12T02:22:40.146Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-02-12T02:22:40.647Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-02-12T02:22:40.718Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-02-12T02:22:40.718Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-02-12T02:22:41.290Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-02-12T02:22:41.290Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-02-12T02:22:41.861Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-02-12T02:22:42.122Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-02-12T02:22:42.122Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-02-12T02:22:42.122Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-02-12T02:22:42.695Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-02-12T02:22:42.957Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-02-12T02:22:43.901Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-02-12T02:22:44.162Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-02-12T02:22:44.162Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-02-12T02:22:44.162Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-02-12T02:22:44.736Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-02-12T02:22:44.736Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-02-12T02:22:46.124Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-02-12T02:22:46.124Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-02-12T02:22:46.386Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-02-12T02:22:48.324Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-02-12T02:22:48.585Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-02-12T02:22:48.585Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-02-12T02:22:48.585Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-02-12T02:22:48.846Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-02-12T02:22:49.420Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-02-12T02:22:49.993Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-02-12T02:22:50.937Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-02-12T02:22:50.937Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-02-12T02:22:51.511Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-02-12T02:22:52.455Z] === RUN TestDockerSuite/TestSaveImageId [2022-02-12T02:22:52.455Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-02-12T02:22:53.028Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-02-12T02:22:54.417Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents701828624 [2022-02-12T02:22:54.417Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-02-12T02:22:54.679Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-02-12T02:22:54.940Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-02-12T02:22:55.883Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-02-12T02:22:56.144Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-02-12T02:22:56.144Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-02-12T02:22:57.535Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-02-12T02:22:57.535Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-02-12T02:22:58.922Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-02-12T02:22:59.185Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-02-12T02:22:59.446Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-02-12T02:22:59.446Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-02-12T02:22:59.446Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-02-12T02:23:00.019Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-02-12T02:23:00.019Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-02-12T02:23:00.898Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-02-12T02:23:02.037Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-02-12T02:23:02.037Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-02-12T02:23:02.037Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-02-12T02:23:02.493Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-02-12T02:23:02.493Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-02-12T02:23:02.493Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-02-12T02:23:02.493Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-02-12T02:23:02.493Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-02-12T02:23:02.493Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-02-12T02:23:02.493Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-02-12T02:23:02.493Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-02-12T02:23:02.493Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-02-12T02:23:02.493Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-02-12T02:23:02.493Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-02-12T02:23:02.494Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T02:23:02.494Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-02-12T02:23:02.494Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-02-12T02:23:02.494Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-02-12T02:23:02.494Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-02-12T02:23:02.494Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-12T02:23:02.494Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-02-12T02:23:02.494Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-02-12T02:23:02.494Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-02-12T02:23:02.494Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-02-12T02:23:02.494Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-02-12T02:23:02.494Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-12T02:23:02.494Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-02-12T02:23:02.573Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-02-12T02:23:02.573Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-02-12T02:23:05.124Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-02-12T02:23:05.651Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-02-12T02:23:05.651Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-02-12T02:23:05.651Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-02-12T02:23:05.651Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-02-12T02:23:05.651Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-02-12T02:23:05.651Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-02-12T02:23:05.651Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-02-12T02:23:05.651Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-02-12T02:23:05.651Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-02-12T02:23:05.651Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-02-12T02:23:05.651Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-02-12T02:23:06.244Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-02-12T02:23:06.244Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-02-12T02:23:06.244Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-02-12T02:23:06.244Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-02-12T02:23:06.244Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-02-12T02:23:06.244Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-02-12T02:23:06.244Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-02-12T02:23:06.244Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-02-12T02:23:06.244Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-02-12T02:23:07.695Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-02-12T02:23:09.079Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-02-12T02:23:09.441Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-02-12T02:23:09.650Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-02-12T02:23:10.593Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-02-12T02:23:10.594Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-02-12T02:23:12.010Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-02-12T02:23:12.010Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-02-12T02:23:12.010Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-02-12T02:23:12.010Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-02-12T02:23:12.010Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-02-12T02:23:12.398Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-02-12T02:23:12.398Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-02-12T02:23:12.398Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-02-12T02:23:12.398Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-02-12T02:23:12.398Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-02-12T02:23:12.398Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-02-12T02:23:12.398Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-02-12T02:23:12.398Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-02-12T02:23:12.398Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-02-12T02:23:13.139Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-02-12T02:23:15.057Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-02-12T02:23:15.318Z] === RUN TestDockerSuite/TestStartRecordError [2022-02-12T02:23:15.354Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-02-12T02:23:15.354Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-02-12T02:23:15.579Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-02-12T02:23:15.822Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-02-12T02:23:15.822Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-02-12T02:23:15.822Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-02-12T02:23:16.522Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-02-12T02:23:18.437Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-02-12T02:23:19.381Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-02-12T02:23:20.549Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-02-12T02:23:21.928Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-02-12T02:23:22.986Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-02-12T02:23:26.133Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-02-12T02:23:28.677Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-02-12T02:23:28.937Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-02-12T02:23:31.511Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-02-12T02:23:33.426Z] === RUN TestDockerSuite/TestStatsNoStream [2022-02-12T02:23:34.371Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-02-12T02:23:36.286Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-02-12T02:23:37.229Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-02-12T02:23:37.490Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-02-12T02:23:38.063Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-02-12T02:23:38.636Z] === RUN TestDockerSuite/TestTopPrivileged [2022-02-12T02:23:39.211Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-02-12T02:23:39.211Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-02-12T02:23:39.211Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-02-12T02:23:39.783Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-02-12T02:23:42.330Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-02-12T02:23:42.591Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-02-12T02:23:45.136Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-02-12T02:23:45.398Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-02-12T02:23:45.971Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-02-12T02:23:46.543Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-02-12T02:23:46.543Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-02-12T02:23:46.543Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-02-12T02:23:46.543Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-02-12T02:23:46.543Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-02-12T02:23:47.488Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-02-12T02:23:48.061Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-02-12T02:23:48.634Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-02-12T02:23:49.581Z] === RUN TestDockerSuite/TestUpdateStats [2022-02-12T02:23:53.803Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-02-12T02:23:54.065Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-02-12T02:23:54.065Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-02-12T02:23:54.065Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-02-12T02:23:54.638Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-02-12T02:23:55.212Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-02-12T02:23:57.760Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-02-12T02:23:57.760Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-02-12T02:24:00.307Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-02-12T02:24:02.220Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-02-12T02:24:03.165Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-02-12T02:24:05.712Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-02-12T02:24:07.626Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-02-12T02:24:09.011Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-02-12T02:24:10.397Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-02-12T02:24:10.397Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-02-12T02:24:11.341Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-02-12T02:24:12.285Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-02-12T02:24:13.245Z] docker_cli_service_logs_test.go:246: checking task o5ivip0n4dze [2022-02-12T02:24:13.245Z] docker_cli_service_logs_test.go:251: checking messages for o5ivip0n4dze [2022-02-12T02:24:13.245Z] docker_cli_service_logs_test.go:246: checking task 2wd47thcdug7 [2022-02-12T02:24:13.245Z] docker_cli_service_logs_test.go:251: checking messages for 2wd47thcdug7 [2022-02-12T02:24:13.816Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-02-12T02:24:15.202Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-02-12T02:24:16.147Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-02-12T02:24:17.536Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-02-12T02:24:18.923Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-02-12T02:24:21.941Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-02-12T02:24:21.941Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-02-12T02:24:21.941Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-02-12T02:24:22.401Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-02-12T02:24:22.401Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-02-12T02:24:24.209Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-02-12T02:24:26.123Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-02-12T02:24:26.146Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-02-12T02:24:27.116Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-02-12T02:24:27.116Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-02-12T02:24:27.116Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-02-12T02:24:27.116Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-02-12T02:24:27.116Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-02-12T02:24:27.116Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-02-12T02:24:27.116Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-02-12T02:24:27.116Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-02-12T02:24:28.088Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-02-12T02:24:31.831Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-02-12T02:24:33.378Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-02-12T02:24:33.378Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-02-12T02:24:33.378Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-02-12T02:24:33.378Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-02-12T02:24:33.378Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-02-12T02:24:33.378Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-02-12T02:24:34.261Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-02-12T02:24:34.261Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-02-12T02:24:34.261Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-02-12T02:24:34.522Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-02-12T02:24:34.522Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-02-12T02:24:34.522Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-02-12T02:24:34.784Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-02-12T02:24:35.357Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-02-12T02:24:35.357Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-02-12T02:24:36.290Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-02-12T02:24:36.300Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-02-12T02:24:36.300Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-02-12T02:24:36.300Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-02-12T02:24:36.300Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-02-12T02:24:36.300Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-02-12T02:24:37.687Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-02-12T02:24:37.687Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-02-12T02:24:37.950Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-02-12T02:24:37.950Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-02-12T02:24:37.950Z] === RUN TestDockerSuite/TestVolumeEvents [2022-02-12T02:24:44.563Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-02-12T02:24:44.563Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-02-12T02:24:44.824Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-02-12T02:24:45.085Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-02-12T02:24:45.085Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-02-12T02:24:46.032Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-02-12T02:24:46.975Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-02-12T02:24:48.682Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-02-12T02:24:48.894Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-02-12T02:24:49.839Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-02-12T02:24:49.839Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite (1258.61s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.38s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.17s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.56s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.60s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.16s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.26s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.30s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.09s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.94s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.17s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.76s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.52s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.38s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.63s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.56s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.51s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.52s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.56s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.72s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.77s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAttachDetach (0.98s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.92s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.74s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.80s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.58s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (0.93s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.21s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.00s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.96s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.00s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.93s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.26s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.39s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.28s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.52s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.67s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.17s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.02s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.73s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.92s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.55s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.79s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.89s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.53s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (1.98s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.61s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.11s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.40s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.96s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.47s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.79s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.37s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.44s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.77s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.24s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (0.98s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.24s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.88s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.26s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.65s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.50s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.93s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.69s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.60s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.73s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.02s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.12s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.27s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.76s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.15s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.38s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.87s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (1.81s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.64s) [2022-02-12T02:24:49.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.19s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.17s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.74s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.80s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.27s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.22s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.52s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.70s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.77s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.87s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.97s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.51s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCmd (0.39s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.34s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.33s) [2022-02-12T02:24:49.840Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.25s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.41s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.90s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.74s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.18s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.72s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.36s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.16s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (8.50s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.86s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.58s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.79s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.24s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.28s) [2022-02-12T02:24:49.840Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-02-12T02:24:49.840Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-02-12T02:24:49.840Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-02-12T02:24:49.840Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.75s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.17s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.64s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.36s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (3.58s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.26s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.42s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.81s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.48s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.47s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.14s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.12s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.06s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.87s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.10s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.80s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.57s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.84s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.29s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.21s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.12s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.61s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.89s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.91s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (13.69s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.37s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.39s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.40s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.70s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.21s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.38s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.32s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.10s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.46s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.61s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEnv (1.49s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.23s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.10s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.55s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (18.81s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.27s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.38s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.00s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.52s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.57s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.26s) [2022-02-12T02:24:49.840Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.52s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.05s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildExpose (0.31s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.61s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.49s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.28s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildFails (0.68s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.13s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.33s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.76s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.38s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.42s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.78s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.56s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.84s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.29s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.71s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.08s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.55s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildHistory (3.98s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.41s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.70s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.57s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.52s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.76s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildLabel (0.51s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.42s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.39s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.27s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildLabels (0.38s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.99s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.61s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.76s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.58s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.26s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.54s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.30s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.14s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.63s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.59s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.71s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.67s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.76s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.97s) [2022-02-12T02:24:49.840Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (2.73s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.27s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.59s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.24s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.62s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.39s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.75s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.74s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.16s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.33s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.29s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.27s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.56s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.39s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.48s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.93s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.97s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.73s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.73s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.77s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.25s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.17s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildPATH (1.44s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.55s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.80s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (5.71s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.03s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.18s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildRm (1.81s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.82s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.80s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.32s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.41s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.87s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.08s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.73s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.12s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.22s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.46s) [2022-02-12T02:24:49.840Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.44s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.03s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildStderr (0.81s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.37s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.84s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.84s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.39s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.69s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.17s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildUser (1.24s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.47s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.06s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.60s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.23s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.65s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.72s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.81s) [2022-02-12T02:24:49.840Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-02-12T02:24:49.840Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-02-12T02:24:49.840Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-02-12T02:24:49.840Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.15s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.62s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.60s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.73s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.22s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.79s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.52s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.70s) [2022-02-12T02:24:49.840Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.97s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.55s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-02-12T02:24:49.840Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.96s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.75s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestCommitChange (0.75s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.63s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.01s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.12s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.52s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestCommitTTY (0.93s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.51s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.00s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.51s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICommit (0.94s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (0.95s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.42s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.49s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.42s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.47s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.40s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.40s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.05s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.05s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.45s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.42s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.45s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.99s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.44s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.44s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.45s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.47s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.44s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.45s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.45s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.46s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.43s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (0.99s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.05s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-02-12T02:24:49.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.53s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.38s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.52s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.53s) [2022-02-12T02:24:49.841Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.47s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.57s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.81s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.22s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.44s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.93s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.64s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.39s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.51s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.46s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.43s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000c62c60_} (1.45s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12679781698_/foo_false____} (1.30s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12679781698_/foo_true____} (1.49s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3686757748_/foo_false____} (1.44s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3686757748_/foo_true____} (1.43s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3686757748_/foo_true__0xc000c62cc0__} (1.53s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000c62cf0_} (1.38s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000c62d20_} (1.31s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000c62d38_} (1.44s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000c62d50_} (1.36s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.98s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.15s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.32s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.75s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.54s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.21s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.88s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.69s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.79s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.57s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.69s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.62s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.73s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.84s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.73s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.81s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.81s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.72s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.77s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.12s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.15s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.66s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.63s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.87s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.77s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.54s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.71s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.09s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.43s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.86s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToCaseD (2.73s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToCaseE (1.76s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.66s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.23s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.43s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.87s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.36s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.53s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToDot (0.48s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.82s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.87s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToStdout (0.64s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.89s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.17s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.50s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.73s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.31s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.41s) [2022-02-12T02:24:49.841Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.41s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.28s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.07s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2022-02-12T02:24:49.841Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.18s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.65s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.29s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.44s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.97s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.59s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.36s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.00s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.44s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.43s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.05s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.42s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.69s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.47s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.97s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.27s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.52s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.55s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.19s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.63s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsAttach (0.48s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsCommit (0.60s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.45s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.43s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.49s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.54s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.06s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.47s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.16s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsCopy (0.96s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.02s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.55s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.41s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.43s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.29s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.29s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.27s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.06s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsFilters (1.25s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsFormat (1.04s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.54s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.26s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.73s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.04s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2022-02-12T02:24:49.841Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-02-12T02:24:49.841Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.19s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.66s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsRename (0.57s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsResize (0.76s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.52s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.62s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.51s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.75s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsTop (0.61s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.95s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExec (0.64s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.59s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.52s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.45s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.32s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.47s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.49s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.56s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.59s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.54s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.45s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.94s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecCgroup (0.79s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecEnv (0.50s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.06s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.52s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecInspectID (2.74s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecInteractive (0.58s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.50s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.76s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecParseError (0.48s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.49s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.47s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.95s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.49s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecStartFails (0.52s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.80s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.66s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecTTY (0.48s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.53s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.47s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecUlimits (0.49s) [2022-02-12T02:24:49.841Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.11s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.50s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.71s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.52s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestExecWithUser (0.56s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.48s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.48s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.58s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.48s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.43s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestHealth (18.84s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.60s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.03s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.92s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.15s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.31s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.38s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.45s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.57s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.74s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.53s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.51s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.53s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImportDisplay (0.92s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImportFile (1.40s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.02s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImportGzipped (1.13s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.03s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.50s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.47s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.49s) [2022-02-12T02:24:49.841Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.44s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.38s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.07s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.45s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.48s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.05s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.53s) [2022-02-12T02:24:49.842Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.80s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.52s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectDefault (0.79s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectHistory (0.99s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-12T02:24:49.842Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.59s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.78s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.42s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.95s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.04s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.46s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectStatus (0.56s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.88s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.46s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.44s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.41s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.44s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.40s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.92s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.86s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.24s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (0.98s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.31s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.33s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.29s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.48s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.34s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.33s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.06s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.41s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.25s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.44s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.42s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.44s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.41s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.46s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.53s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.78s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.79s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.84s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.89s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.65s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.71s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.48s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.46s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsSince (6.49s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.58s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsTail (0.88s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.66s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.68s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.35s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.47s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestNetHostname (1.49s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.33s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.62s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.12s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.41s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPluginActive (2.05s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.46s) [2022-02-12T02:24:49.842Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.22s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.10s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (2.17s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.63s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.81s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.32s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.88s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.85s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPortList (7.21s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.87s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.86s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.44s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.45s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.91s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.51s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.06s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.44s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.29s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsByOrder (2.21s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.95s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.62s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.41s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.24s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.38s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.97s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.33s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.87s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.85s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.45s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.50s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.85s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.52s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.42s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.53s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.55s) [2022-02-12T02:24:49.842Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.21s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.70s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.06s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.99s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.71s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.08s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.77s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.32s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.09s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.08s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.95s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.83s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.95s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.40s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.61s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.21s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.10s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.65s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.07s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.70s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiTag (0.17s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.48s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.85s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.57s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.07s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.49s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.22s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAddHost (0.42s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.45s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (0.99s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.56s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.55s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.85s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.86s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.66s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.58s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.59s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.50s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.60s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.69s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.83s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.71s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.46s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.47s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.13s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.44s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.46s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.42s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.42s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.44s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.42s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.69s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.59s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.50s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.65s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.11s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.52s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.06s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.93s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.40s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.68s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.70s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.58s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.56s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.51s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.54s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (1.93s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.43s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.28s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.99s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.61s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.42s) [2022-02-12T02:24:49.842Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-02-12T02:24:49.842Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.44s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.08s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.82s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.48s) [2022-02-12T02:24:49.842Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.47s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.93s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.42s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.40s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (0.95s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.40s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.42s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.42s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.45s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.05s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.46s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.47s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.66s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.50s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunExitCode (0.56s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.64s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.70s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.50s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.41s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.44s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.12s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.19s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.98s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.43s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.87s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.61s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.86s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.44s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.72s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.85s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.95s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.65s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.30s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.30s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.74s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.82s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.73s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.92s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.88s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunMount (4.66s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.62s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.55s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.92s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.48s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.05s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.57s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.50s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.08s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.06s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.49s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNetHost (0.70s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.65s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.45s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.68s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.53s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.67s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.55s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.80s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.64s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.41s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.46s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.60s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.55s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.48s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.53s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.65s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.40s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.52s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.60s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.63s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.46s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.56s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.47s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.69s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.19s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.47s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.92s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunRm (0.63s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.61s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.62s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.70s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.54s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.41s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.59s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.42s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.40s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.37s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.40s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.43s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.40s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.41s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.44s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.41s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.42s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.41s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunState (0.91s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.43s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.42s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.14s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.42s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.39s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunSysctls (0.89s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.41s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.41s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.44s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.04s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.09s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.74s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.53s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.45s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.63s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.73s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.17s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunUserByID (0.46s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.44s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunUserByName (0.42s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.44s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.43s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.14s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.57s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.02s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.38s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.23s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.32s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.54s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.41s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.17s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.50s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.43s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.86s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.46s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.45s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.47s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.44s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.41s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.44s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.15s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.45s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.42s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.43s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.60s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.01s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.39s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.43s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.08s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.20s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.47s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.64s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.57s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.75s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.75s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.88s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.07s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.34s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.43s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.88s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.11s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.13s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.49s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.26s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.44s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.13s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.60s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.11s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.08s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.58s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.68s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.11s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.52s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.51s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.61s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStartRecordError (1.23s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.64s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.20s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.43s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.84s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.67s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.51s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.63s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.52s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.52s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.70s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.58s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.65s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.95s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.47s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.47s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.19s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.54s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.52s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.94s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUpdateStats (3.47s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.85s) [2022-02-12T02:24:49.843Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.65s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.54s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.14s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.64s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.99s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.31s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.10s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.37s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.23s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.29s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.99s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.89s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.72s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.21s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.25s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.25s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.24s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.60s) [2022-02-12T02:24:49.843Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.08s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.09s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.63s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.78s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.12s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.34s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.45s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.50s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.11s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.08s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.01s) [2022-02-12T02:24:49.844Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.68s) [2022-02-12T02:24:49.844Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-02-12T02:24:49.844Z] === RUN TestDockerRegistrySuite [2022-02-12T02:24:49.844Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-02-12T02:24:50.789Z] docker_cli_swarm_test.go:1895: [d9cc4e1b8278c] joining swarm manager [d7b3df16b933a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:24:51.361Z] check_test.go:195: [dd2b6a8189f58] daemon is not started [2022-02-12T02:24:51.361Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-02-12T02:24:52.309Z] docker_cli_swarm_test.go:1896: [d54e9937fbdcb] joining swarm manager [d7b3df16b933a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:24:52.309Z] check_test.go:195: [dc3535e3b085d] daemon is not started [2022-02-12T02:24:52.309Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-02-12T02:24:53.695Z] check_test.go:195: [d6381eaeaffbb] daemon is not started [2022-02-12T02:24:53.695Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-02-12T02:24:53.958Z] check_test.go:195: [d6d1b45935367] daemon is not started [2022-02-12T02:24:53.958Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-02-12T02:24:56.507Z] check_test.go:195: [d19bf9378b31e] daemon is not started [2022-02-12T02:24:56.507Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-02-12T02:24:57.272Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-02-12T02:24:57.272Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-02-12T02:24:57.272Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-02-12T02:24:57.272Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-02-12T02:25:01.020Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-02-12T02:25:01.737Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-02-12T02:25:01.737Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-02-12T02:25:01.737Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-02-12T02:25:01.800Z] check_test.go:195: [d702f6180d917] daemon is not started [2022-02-12T02:25:01.800Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-02-12T02:25:02.559Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-02-12T02:25:03.717Z] check_test.go:195: [dc86f16a085bb] daemon is not started [2022-02-12T02:25:03.717Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-02-12T02:25:04.439Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-02-12T02:25:04.439Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-02-12T02:25:04.439Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-02-12T02:25:04.627Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-02-12T02:25:04.627Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-02-12T02:25:04.665Z] check_test.go:195: [d83c623ca56d1] daemon is not started [2022-02-12T02:25:04.665Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-02-12T02:25:05.608Z] check_test.go:195: [d4fd6ff4d4519] daemon is not started [2022-02-12T02:25:05.608Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-02-12T02:25:06.304Z] === RUN TestDockerSuite/TestBuildAddScript [2022-02-12T02:25:06.304Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-02-12T02:25:06.304Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-02-12T02:25:06.304Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-02-12T02:25:06.304Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-02-12T02:25:06.304Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-02-12T02:25:06.304Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-02-12T02:25:06.304Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-02-12T02:25:06.304Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-02-12T02:25:06.550Z] check_test.go:195: [d701aba0f7ee4] daemon is not started [2022-02-12T02:25:06.551Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-02-12T02:25:07.281Z] === RUN TestDockerSuite/TestBuildAddTar [2022-02-12T02:25:07.494Z] check_test.go:195: [d9680966d5877] daemon is not started [2022-02-12T02:25:07.495Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-02-12T02:25:08.438Z] check_test.go:195: [d7f75d99545b3] daemon is not started [2022-02-12T02:25:08.438Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-02-12T02:25:09.380Z] check_test.go:195: [d700f19e84d44] daemon is not started [2022-02-12T02:25:09.380Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-02-12T02:25:10.324Z] check_test.go:195: [d7bf5e322805c] daemon is not started [2022-02-12T02:25:10.324Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-02-12T02:25:10.394Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-02-12T02:25:10.849Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-02-12T02:25:10.849Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-02-12T02:25:10.849Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-02-12T02:25:10.849Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-02-12T02:25:10.849Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-02-12T02:25:10.849Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-02-12T02:25:10.849Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-02-12T02:25:10.897Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e4acaf486cf8cb0b013b8c6bee729289bc8a5f15998774f43d5a99ebd325b727 [2022-02-12T02:25:11.305Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-02-12T02:25:11.493Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-02-12T02:25:11.493Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-02-12T02:25:11.841Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f32bed06322403a5693a0c8817e6f706ca3dd975eaa647cf753add4bb1bd2a33 [2022-02-12T02:25:11.841Z] check_test.go:195: [d16b245e4e3cc] daemon is not started [2022-02-12T02:25:11.841Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-02-12T02:25:12.268Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-02-12T02:25:12.784Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:7378f2c1ce508fdbd6b3111564ddbe0fc2f7b33e55b7a001c63c2edc6adda09d [2022-02-12T02:25:13.356Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-02-12T02:25:13.617Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:33cfae8b2e5469b490878982528b45cc2fc1a1f6f9dd53333e05330ebd0c5266 [2022-02-12T02:25:13.617Z] check_test.go:195: [d5e45b6219155] daemon is not started [2022-02-12T02:25:13.880Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-02-12T02:25:14.823Z] check_test.go:195: [d0b5044a731f6] daemon is not started [2022-02-12T02:25:14.823Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-02-12T02:25:15.982Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-02-12T02:25:16.180Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-02-12T02:25:16.637Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-02-12T02:25:16.637Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-02-12T02:25:16.637Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-02-12T02:25:16.637Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-02-12T02:25:16.637Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-02-12T02:25:16.637Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-02-12T02:25:16.637Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-02-12T02:25:17.095Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-02-12T02:25:17.373Z] check_test.go:195: [db8ae21e2d8bb] daemon is not started [2022-02-12T02:25:17.373Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-02-12T02:25:17.945Z] check_test.go:195: [dd206ffb87e06] daemon is not started [2022-02-12T02:25:17.945Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-02-12T02:25:17.945Z] check_test.go:195: [d4006c3f6157f] daemon is not started [2022-02-12T02:25:17.945Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-02-12T02:25:18.058Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-02-12T02:25:18.154Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-02-12T02:25:18.154Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-02-12T02:25:18.154Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-02-12T02:25:18.154Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-02-12T02:25:18.154Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-02-12T02:25:18.154Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-02-12T02:25:18.888Z] check_test.go:195: [d0d25bc84f4fe] daemon is not started [2022-02-12T02:25:18.888Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-02-12T02:25:19.831Z] check_test.go:195: [dadab07064ee6] daemon is not started [2022-02-12T02:25:19.831Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-02-12T02:25:20.778Z] check_test.go:195: [d44e94eb1c438] daemon is not started [2022-02-12T02:25:20.778Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-02-12T02:25:21.352Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-02-12T02:25:21.783Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-02-12T02:25:21.870Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-02-12T02:25:23.278Z] check_test.go:195: [d2bf882c9d6cc] daemon is not started [2022-02-12T02:25:23.278Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-02-12T02:25:23.862Z] check_test.go:195: [dff9e9b6a7765] daemon is not started [2022-02-12T02:25:23.862Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-02-12T02:25:23.862Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-02-12T02:25:23.951Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-02-12T02:25:23.951Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-02-12T02:25:23.951Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-02-12T02:25:23.951Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-02-12T02:25:23.951Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-02-12T02:25:23.951Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-02-12T02:25:24.806Z] check_test.go:195: [d1b9938ce2ad4] daemon is not started [2022-02-12T02:25:24.806Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-02-12T02:25:25.378Z] check_test.go:195: [d215755225e54] daemon is not started [2022-02-12T02:25:25.378Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-02-12T02:25:25.378Z] check_test.go:195: [d7c22d1fb8c89] daemon is not started [2022-02-12T02:25:25.378Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-02-12T02:25:25.640Z] check_test.go:195: [d811719280a3c] daemon is not started [2022-02-12T02:25:25.640Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-02-12T02:25:26.213Z] check_test.go:195: [df5f8df58f1d3] daemon is not started [2022-02-12T02:25:26.213Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-02-12T02:25:26.474Z] check_test.go:195: [d61144b15d56d] daemon is not started [2022-02-12T02:25:26.474Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-02-12T02:25:26.474Z] check_test.go:195: [dde4419d6c182] daemon is not started [2022-02-12T02:25:26.474Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-02-12T02:25:27.416Z] check_test.go:195: [d1f7387b73924] daemon is not started [2022-02-12T02:25:27.416Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-02-12T02:25:27.676Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-02-12T02:25:28.802Z] check_test.go:195: [d109f344889c2] daemon is not started [2022-02-12T02:25:28.802Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-02-12T02:25:29.745Z] check_test.go:195: [df30ca952c20c] daemon is not started [2022-02-12T02:25:29.746Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-02-12T02:25:30.692Z] check_test.go:195: [d75f4f80c0d0b] daemon is not started [2022-02-12T02:25:30.692Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-02-12T02:25:31.635Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite (42.47s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.51s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.13s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.33s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.51s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.73s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.52s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.99s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.82s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.97s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.07s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.99s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.84s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.90s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.73s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.78s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.15s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.09s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.89s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.93s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.84s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.80s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.68s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.46s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.16s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.13s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.37s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.34s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.37s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.93s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.31s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.76s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.95s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.93s) [2022-02-12T02:25:32.206Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2022-02-12T02:25:32.206Z] === RUN TestDockerSchema1RegistrySuite [2022-02-12T02:25:32.206Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-02-12T02:25:32.467Z] check_test.go:222: [db86e1e0c3dff] daemon is not started [2022-02-12T02:25:32.467Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-02-12T02:25:35.771Z] check_test.go:222: [d0ff3a708a53e] daemon is not started [2022-02-12T02:25:35.771Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-02-12T02:25:36.649Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-02-12T02:25:39.979Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-02-12T02:25:39.979Z] check_test.go:222: [d8bbee7cb0705] daemon is not started [2022-02-12T02:25:39.979Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-02-12T02:25:40.923Z] check_test.go:222: [d8821fc5d03ba] daemon is not started [2022-02-12T02:25:40.923Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-02-12T02:25:41.184Z] check_test.go:222: [d54924c841664] daemon is not started [2022-02-12T02:25:41.184Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-02-12T02:25:41.756Z] docker_cli_swarm_test.go:1796: [dd96374de5a0d] joining swarm manager [d979903ab90e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:25:42.327Z] check_test.go:222: [d23b780366929] daemon is not started [2022-02-12T02:25:42.327Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-02-12T02:25:42.427Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-02-12T02:25:42.470Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-02-12T02:25:42.899Z] docker_cli_swarm_test.go:1797: [ded026fd2bd75] joining swarm manager [d979903ab90e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:25:43.471Z] check_test.go:222: [dc6c15413982c] daemon is not started [2022-02-12T02:25:43.471Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-02-12T02:25:43.965Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-02-12T02:25:43.965Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-02-12T02:25:43.965Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-02-12T02:25:44.430Z] check_test.go:222: [d154d02da609c] daemon is not started [2022-02-12T02:25:44.430Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-02-12T02:25:46.346Z] check_test.go:222: [d2d8385a35b92] daemon is not started [2022-02-12T02:25:46.346Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-02-12T02:25:46.920Z] check_test.go:222: [df17e1fa87a34] daemon is not started [2022-02-12T02:25:46.920Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-02-12T02:25:47.180Z] check_test.go:222: [d390a894413a6] daemon is not started [2022-02-12T02:25:47.180Z] --- PASS: TestDockerSchema1RegistrySuite (14.97s) [2022-02-12T02:25:47.180Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.29s) [2022-02-12T02:25:47.180Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.83s) [2022-02-12T02:25:47.180Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.50s) [2022-02-12T02:25:47.180Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.13s) [2022-02-12T02:25:47.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.17s) [2022-02-12T02:25:47.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.26s) [2022-02-12T02:25:47.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.97s) [2022-02-12T02:25:47.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.83s) [2022-02-12T02:25:47.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.22s) [2022-02-12T02:25:47.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2022-02-12T02:25:47.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.37s) [2022-02-12T02:25:47.181Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-02-12T02:25:47.181Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-02-12T02:25:47.688Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-02-12T02:25:47.753Z] check_test.go:251: [d6b3126fbdb2d] daemon is not started [2022-02-12T02:25:48.014Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-02-12T02:25:48.586Z] check_test.go:251: [dcd230bc33cd9] daemon is not started [2022-02-12T02:25:48.586Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-02-12T02:25:48.586Z] check_test.go:251: [d495abbb0f5e4] daemon is not started [2022-02-12T02:25:48.586Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-02-12T02:25:49.220Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-02-12T02:25:49.546Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-02-12T02:25:49.971Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-02-12T02:25:50.003Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-02-12T02:25:50.003Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-02-12T02:25:50.003Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-02-12T02:25:50.544Z] check_test.go:251: [d7c2c25baee6b] daemon is not started [2022-02-12T02:25:50.544Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-02-12T02:25:50.804Z] check_test.go:251: [d2ae9486319a0] daemon is not started [2022-02-12T02:25:50.804Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-02-12T02:25:51.747Z] check_test.go:251: [d1b00758082b6] daemon is not started [2022-02-12T02:25:51.747Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-02-12T02:25:51.747Z] check_test.go:251: [d78eeb6f65b53] daemon is not started [2022-02-12T02:25:51.747Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.62s) [2022-02-12T02:25:51.747Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.67s) [2022-02-12T02:25:51.747Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.56s) [2022-02-12T02:25:51.747Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-02-12T02:25:51.747Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.22s) [2022-02-12T02:25:51.747Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.54s) [2022-02-12T02:25:51.747Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.48s) [2022-02-12T02:25:51.747Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.84s) [2022-02-12T02:25:51.747Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-02-12T02:25:51.747Z] === RUN TestDockerRegistryAuthTokenSuite [2022-02-12T02:25:51.747Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-02-12T02:25:53.730Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-02-12T02:25:55.261Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-02-12T02:25:56.279Z] === RUN TestDockerSuite/TestBuildAddScript [2022-02-12T02:25:56.279Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-02-12T02:25:56.279Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-02-12T02:25:56.279Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-02-12T02:25:56.279Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-02-12T02:25:56.279Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-02-12T02:25:56.279Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-02-12T02:25:56.279Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-02-12T02:25:56.279Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-02-12T02:25:56.279Z] === RUN TestDockerSuite/TestBuildAddTar [2022-02-12T02:25:57.035Z] check_test.go:278: [d5b568f617ff6] daemon is not started [2022-02-12T02:25:57.035Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-02-12T02:25:57.035Z] check_test.go:278: [d6b0f95f17a98] daemon is not started [2022-02-12T02:25:57.035Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-02-12T02:25:57.296Z] check_test.go:278: [d51273d889dbf] daemon is not started [2022-02-12T02:25:57.296Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-02-12T02:25:57.557Z] check_test.go:278: [d108214da6f6f] daemon is not started [2022-02-12T02:25:57.557Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-02-12T02:25:57.557Z] check_test.go:278: [d1a3a310cf5c0] daemon is not started [2022-02-12T02:25:57.557Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2022-02-12T02:25:57.557Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-02-12T02:25:57.557Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-02-12T02:25:57.557Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2022-02-12T02:25:57.557Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-02-12T02:25:57.557Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-02-12T02:25:57.557Z] === RUN TestDockerNetworkSuite [2022-02-12T02:25:57.557Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-02-12T02:25:58.014Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-02-12T02:25:58.014Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-02-12T02:25:58.014Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-02-12T02:25:58.014Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-02-12T02:25:58.014Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-02-12T02:25:58.502Z] docker_cli_network_unix_test.go:46: [d64cf26141a8a] daemon is not started [2022-02-12T02:25:58.502Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-02-12T02:25:58.502Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-02-12T02:25:59.074Z] docker_cli_network_unix_test.go:46: [de236cd704e19] daemon is not started [2022-02-12T02:25:59.074Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-02-12T02:26:01.627Z] docker_cli_network_unix_test.go:46: [d012aa12fb2b8] daemon is not started [2022-02-12T02:26:02.199Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-02-12T02:26:02.313Z] === RUN TestDockerSuite/TestBuildAddScript [2022-02-12T02:26:02.313Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-02-12T02:26:02.313Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-02-12T02:26:02.313Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-02-12T02:26:02.313Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-02-12T02:26:02.313Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-02-12T02:26:02.313Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-02-12T02:26:02.313Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-02-12T02:26:02.313Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-02-12T02:26:02.313Z] === RUN TestDockerSuite/TestBuildAddTar [2022-02-12T02:26:03.584Z] docker_cli_network_unix_test.go:46: [d1786ec0d652c] daemon is not started [2022-02-12T02:26:03.846Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-02-12T02:26:03.846Z] docker_cli_network_unix_test.go:1233: [d3f50697048bf] daemon is not started [2022-02-12T02:26:06.414Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-02-12T02:26:06.414Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-02-12T02:26:07.357Z] docker_cli_network_unix_test.go:46: [de243de1ae3e6] daemon is not started [2022-02-12T02:26:07.931Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-02-12T02:26:08.505Z] docker_cli_swarm_test.go:1315: [d752b67a3a988] joining swarm manager [d842879bff545]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:26:09.892Z] docker_cli_swarm_test.go:1316: [d2039aceba881] joining swarm manager [d842879bff545]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:26:12.442Z] docker_cli_network_unix_test.go:46: [dc8d7eb00dbd9] daemon is not started [2022-02-12T02:26:13.384Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-02-12T02:26:14.769Z] docker_cli_network_unix_test.go:46: [d51060c84d9c6] daemon is not started [2022-02-12T02:26:15.343Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-02-12T02:26:16.288Z] docker_cli_network_unix_test.go:46: [d8b6a11418373] daemon is not started [2022-02-12T02:26:16.288Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-02-12T02:26:16.861Z] docker_cli_network_unix_test.go:46: [d09ea8d34e0cd] daemon is not started [2022-02-12T02:26:16.861Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-02-12T02:26:17.122Z] docker_cli_network_unix_test.go:46: [d98ab108983ee] daemon is not started [2022-02-12T02:26:17.122Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-02-12T02:26:17.693Z] docker_cli_network_unix_test.go:46: [d4d5b85e8b1a2] daemon is not started [2022-02-12T02:26:17.959Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-02-12T02:26:18.531Z] docker_cli_network_unix_test.go:46: [dbc6d4e97eb12] daemon is not started [2022-02-12T02:26:18.792Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-02-12T02:26:19.053Z] docker_cli_network_unix_test.go:46: [d97c36b5d1032] daemon is not started [2022-02-12T02:26:19.053Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-02-12T02:26:19.315Z] docker_cli_network_unix_test.go:46: [de74f9732db56] daemon is not started [2022-02-12T02:26:19.315Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-02-12T02:26:19.886Z] docker_cli_network_unix_test.go:46: [dc8ef5177d4bf] daemon is not started [2022-02-12T02:26:20.148Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-02-12T02:26:20.148Z] docker_cli_network_unix_test.go:46: [d4739663195e9] daemon is not started [2022-02-12T02:26:20.148Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-02-12T02:26:20.148Z] docker_cli_network_unix_test.go:46: [d6545c02773de] daemon is not started [2022-02-12T02:26:20.148Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-02-12T02:26:20.409Z] docker_cli_network_unix_test.go:46: [dec7dc862bb6a] daemon is not started [2022-02-12T02:26:20.409Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-02-12T02:26:21.354Z] docker_cli_network_unix_test.go:46: [d948a2cb5c6f8] daemon is not started [2022-02-12T02:26:21.354Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-02-12T02:26:21.927Z] docker_cli_network_unix_test.go:46: [dbd10e1374797] daemon is not started [2022-02-12T02:26:22.188Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-02-12T02:26:22.188Z] docker_cli_network_unix_test.go:46: [ded83be0a1606] daemon is not started [2022-02-12T02:26:22.188Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-02-12T02:26:22.449Z] docker_cli_network_unix_test.go:46: [d6a92c3c6dbe1] daemon is not started [2022-02-12T02:26:22.449Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-02-12T02:26:22.449Z] docker_cli_network_unix_test.go:46: [d977a8876afde] daemon is not started [2022-02-12T02:26:22.449Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-02-12T02:26:23.182Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-02-12T02:26:23.182Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-02-12T02:26:23.182Z] === RUN TestDockerSuite/TestBuildBlankName [2022-02-12T02:26:23.182Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-02-12T02:26:23.838Z] docker_cli_network_unix_test.go:968: [d598c88d81792] daemon is not started [2022-02-12T02:26:24.804Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-02-12T02:26:26.190Z] docker_cli_network_unix_test.go:46: [d7d860ced7b6a] daemon is not started [2022-02-12T02:26:26.190Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-02-12T02:26:28.736Z] docker_cli_network_unix_test.go:1116: [da4865a0f754d] daemon is not started [2022-02-12T02:26:30.276Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-02-12T02:26:30.276Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-02-12T02:26:30.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-02-12T02:26:31.286Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-02-12T02:26:31.547Z] docker_cli_network_unix_test.go:46: [d81a43bd30f5f] daemon is not started [2022-02-12T02:26:31.547Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-02-12T02:26:32.491Z] docker_cli_network_unix_test.go:46: [dbffbff68d97e] daemon is not started [2022-02-12T02:26:32.491Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-02-12T02:26:32.491Z] docker_cli_network_unix_test.go:46: [de3c900a6db6f] daemon is not started [2022-02-12T02:26:32.491Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-02-12T02:26:32.491Z] docker_cli_network_unix_test.go:46: [d7d7bc5fb78a8] daemon is not started [2022-02-12T02:26:32.491Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-02-12T02:26:32.752Z] docker_cli_network_unix_test.go:46: [d35aeca55e4f2] daemon is not started [2022-02-12T02:26:32.752Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-02-12T02:26:32.752Z] docker_cli_network_unix_test.go:46: [d805c407b2816] daemon is not started [2022-02-12T02:26:32.752Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-02-12T02:26:32.752Z] docker_cli_network_unix_test.go:46: [dce95ff2422a8] daemon is not started [2022-02-12T02:26:32.752Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-02-12T02:26:34.137Z] docker_cli_network_unix_test.go:46: [d6afa4bd68814] daemon is not started [2022-02-12T02:26:35.082Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-02-12T02:26:35.345Z] docker_cli_network_unix_test.go:46: [dbd0e9fe29ff1] daemon is not started [2022-02-12T02:26:35.345Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-02-12T02:26:35.345Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-02-12T02:26:35.345Z] docker_cli_network_unix_test.go:46: [d24095d1427f8] daemon is not started [2022-02-12T02:26:35.345Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-02-12T02:26:35.434Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-02-12T02:26:35.607Z] docker_cli_network_unix_test.go:46: [d535ac1231dee] daemon is not started [2022-02-12T02:26:35.868Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-02-12T02:26:38.757Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-02-12T02:26:38.757Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-02-12T02:26:39.171Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-02-12T02:26:39.213Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-02-12T02:26:39.213Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-02-12T02:26:39.670Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-02-12T02:26:40.557Z] docker_cli_network_unix_test.go:1084: [d70a7fd9f9f89] daemon is not started [2022-02-12T02:26:42.473Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-02-12T02:26:42.473Z] docker_cli_network_unix_test.go:46: [d4b1fdfaae0e5] daemon is not started [2022-02-12T02:26:42.473Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-02-12T02:26:42.734Z] docker_cli_network_unix_test.go:46: [d4c4652866e24] daemon is not started [2022-02-12T02:26:42.995Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-02-12T02:26:43.937Z] docker_cli_network_unix_test.go:46: [ddde55d1f7005] daemon is not started [2022-02-12T02:26:44.018Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-02-12T02:26:44.510Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-02-12T02:26:44.510Z] docker_cli_network_unix_test.go:46: [dc48f9c647ea8] daemon is not started [2022-02-12T02:26:44.510Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-02-12T02:26:44.771Z] docker_cli_network_unix_test.go:46: [d03d751825cc0] daemon is not started [2022-02-12T02:26:44.870Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-02-12T02:26:44.870Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-02-12T02:26:44.870Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-02-12T02:26:44.870Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-02-12T02:26:44.870Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-02-12T02:26:45.032Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-02-12T02:26:45.616Z] docker_cli_network_unix_test.go:46: [d6216f0cc86d9] daemon is not started [2022-02-12T02:26:45.616Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-02-12T02:26:46.193Z] docker_cli_network_unix_test.go:46: [dca843a1119a5] daemon is not started [2022-02-12T02:26:46.454Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-02-12T02:26:51.103Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-02-12T02:26:51.104Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-02-12T02:26:51.563Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-02-12T02:26:51.744Z] docker_cli_network_unix_test.go:46: [d35712cefa3d0] daemon is not started [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite (54.45s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (0.94s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.67s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.08s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.44s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.49s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.65s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.30s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.07s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.09s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.51s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.34s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.88s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.82s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2022-02-12T02:26:52.004Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.69s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.15s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.70s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.05s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.29s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.14s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.24s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.22s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.35s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-02-12T02:26:52.005Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.68s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.35s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.86s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.74s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.43s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.63s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.46s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.89s) [2022-02-12T02:26:52.005Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.68s) [2022-02-12T02:26:52.005Z] === RUN TestDockerHubPullSuite [2022-02-12T02:26:52.005Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-02-12T02:26:53.918Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-02-12T02:26:56.262Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-02-12T02:26:56.262Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-02-12T02:26:56.262Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-02-12T02:26:56.262Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-02-12T02:26:56.262Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-02-12T02:26:56.461Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-02-12T02:26:56.722Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-02-12T02:26:58.106Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-02-12T02:26:58.367Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-02-12T02:26:58.367Z] --- PASS: TestDockerHubPullSuite (6.38s) [2022-02-12T02:26:58.367Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.85s) [2022-02-12T02:26:58.367Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2022-02-12T02:26:58.367Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.65s) [2022-02-12T02:26:58.367Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.36s) [2022-02-12T02:26:58.367Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.23s) [2022-02-12T02:26:58.367Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-02-12T02:26:58.367Z] PASS [2022-02-12T02:26:58.367Z] [2022-02-12T02:26:58.367Z] === Skipped [2022-02-12T02:26:58.367Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-02-12T02:26:58.367Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.367Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-02-12T02:26:58.367Z] [2022-02-12T02:26:58.367Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-02-12T02:26:58.367Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.367Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-02-12T02:26:58.367Z] [2022-02-12T02:26:58.367Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-02-12T02:26:58.367Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.367Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-02-12T02:26:58.367Z] [2022-02-12T02:26:58.367Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-02-12T02:26:58.367Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.367Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-02-12T02:26:58.367Z] [2022-02-12T02:26:58.367Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-02-12T02:26:58.367Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.367Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-02-12T02:26:58.367Z] [2022-02-12T02:26:58.367Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-02-12T02:26:58.367Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.367Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-02-12T02:26:58.367Z] [2022-02-12T02:26:58.367Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-02-12T02:26:58.367Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.367Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-02-12T02:26:58.367Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-02-12T02:26:58.368Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-02-12T02:26:58.368Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-02-12T02:26:58.368Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-02-12T02:26:58.368Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-02-12T02:26:58.368Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-02-12T02:26:58.368Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-02-12T02:26:58.368Z] docker_cli_sni_test.go:18: Flakey test [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-02-12T02:26:58.368Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-02-12T02:26:58.368Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-02-12T02:26:58.368Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-02-12T02:26:58.368Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-02-12T02:26:58.368Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-02-12T02:26:58.368Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-02-12T02:26:58.368Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-02-12T02:26:58.368Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-02-12T02:26:58.368Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-02-12T02:26:58.368Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-02-12T02:26:58.368Z] docker_cli_network_unix_test.go:46: [d24095d1427f8] daemon is not started [2022-02-12T02:26:58.368Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] DONE 1262 tests, 51 skipped in 1392.806s [2022-02-12T02:26:58.368Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-02-12T02:26:58.368Z] ++++ cat bundles/test-integration/docker.pid [2022-02-12T02:26:58.368Z] +++ kill 8347 [2022-02-12T02:26:58.368Z] +++ /etc/init.d/apparmor stop [2022-02-12T02:26:58.368Z] Leaving: AppArmorNo profiles have been unloaded. [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] Unloading profiles will leave already running processes permanently [2022-02-12T02:26:58.368Z] unconfined, which can lead to unexpected situations. [2022-02-12T02:26:58.368Z] [2022-02-12T02:26:58.368Z] To set a process to complain mode, use the command line tool [2022-02-12T02:26:58.368Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-02-12T02:26:58.368Z] +++ true [2022-02-12T02:26:58.629Z] exiting test-integration [2022-02-12T02:26:58.629Z] ++ exit 0 [2022-02-12T02:26:58.629Z] [2022-02-12T02:26:58.629Z] + for job in $(jobs -p) [2022-02-12T02:26:58.629Z] + wait 5737 [2022-02-12T02:27:02.071Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-02-12T02:27:02.071Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-02-12T02:27:02.071Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-02-12T02:27:03.041Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-02-12T02:27:03.042Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-02-12T02:27:03.042Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-02-12T02:27:03.042Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-02-12T02:27:03.042Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-02-12T02:27:04.765Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-02-12T02:27:04.765Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-02-12T02:27:04.765Z] === RUN TestDockerSuite/TestBuildBlankName [2022-02-12T02:27:04.765Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-02-12T02:27:06.108Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-02-12T02:27:06.108Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-02-12T02:27:06.108Z] === RUN TestDockerSuite/TestBuildBlankName [2022-02-12T02:27:06.577Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-02-12T02:27:15.061Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-02-12T02:27:15.061Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-02-12T02:27:15.061Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-02-12T02:27:15.248Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-02-12T02:27:15.248Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-02-12T02:27:16.235Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-02-12T02:27:22.107Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-02-12T02:27:22.108Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-02-12T02:27:32.538Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-02-12T02:27:34.465Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-02-12T02:27:42.967Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-02-12T02:27:42.967Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-02-12T02:27:42.967Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-02-12T02:27:45.588Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-02-12T02:27:46.824Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-02-12T02:27:46.824Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-02-12T02:27:46.824Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-02-12T02:27:47.129Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-02-12T02:27:47.129Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-02-12T02:27:47.590Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-02-12T02:27:47.590Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-02-12T02:27:48.061Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-02-12T02:27:48.838Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-02-12T02:27:48.839Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-02-12T02:27:48.839Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-02-12T02:27:48.839Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-02-12T02:27:48.839Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-02-12T02:27:49.602Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-02-12T02:27:49.602Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-02-12T02:27:49.602Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-02-12T02:27:52.599Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-02-12T02:27:52.599Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-02-12T02:27:52.599Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-02-12T02:27:52.599Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-02-12T02:27:52.599Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-02-12T02:27:53.343Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-02-12T02:27:54.884Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-02-12T02:27:54.884Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-02-12T02:27:54.884Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-02-12T02:27:54.884Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-02-12T02:27:54.884Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-02-12T02:27:56.424Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-02-12T02:27:57.398Z] === RUN TestDockerSuite/TestBuildCmd [2022-02-12T02:27:57.505Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-02-12T02:27:57.505Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-02-12T02:27:57.505Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-02-12T02:27:57.505Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-02-12T02:27:57.505Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-02-12T02:27:57.505Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-02-12T02:27:57.505Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-02-12T02:27:57.505Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-02-12T02:27:57.858Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-02-12T02:27:58.319Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-02-12T02:27:59.289Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-02-12T02:28:01.142Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-02-12T02:28:01.142Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-02-12T02:28:01.142Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-02-12T02:28:01.142Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-02-12T02:28:01.142Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-02-12T02:28:01.142Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-02-12T02:28:01.142Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-02-12T02:28:01.142Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-02-12T02:28:05.088Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-02-12T02:28:06.628Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-02-12T02:28:06.628Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-02-12T02:28:06.628Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-02-12T02:28:08.170Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-02-12T02:28:08.170Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-02-12T02:28:08.170Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-02-12T02:28:08.631Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-02-12T02:28:10.814Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-02-12T02:28:11.274Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-02-12T02:28:11.735Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-02-12T02:28:11.735Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-02-12T02:28:11.735Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-02-12T02:28:12.705Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-02-12T02:28:13.675Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-02-12T02:28:13.675Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-02-12T02:28:13.675Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-02-12T02:28:13.675Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-02-12T02:28:13.675Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-02-12T02:28:18.379Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-02-12T02:28:20.111Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-02-12T02:28:20.111Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-02-12T02:28:20.111Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-02-12T02:28:25.412Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-02-12T02:28:27.327Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-02-12T02:28:27.606Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-02-12T02:28:31.066Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-02-12T02:28:31.326Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-02-12T02:28:31.326Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-02-12T02:28:31.531Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-02-12T02:28:32.288Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-02-12T02:28:32.288Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-02-12T02:28:32.744Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-02-12T02:28:33.445Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-02-12T02:28:34.910Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-02-12T02:28:34.910Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-02-12T02:28:34.910Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-02-12T02:28:36.749Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-02-12T02:28:36.749Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-02-12T02:28:36.749Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-02-12T02:28:38.112Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-02-12T02:28:38.112Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-02-12T02:28:38.112Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-02-12T02:28:38.112Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-02-12T02:28:38.577Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-02-12T02:28:39.585Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-02-12T02:28:40.742Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-02-12T02:28:40.742Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-02-12T02:28:40.742Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-02-12T02:28:41.752Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-02-12T02:28:41.752Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-02-12T02:28:41.752Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-02-12T02:28:41.752Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-02-12T02:28:41.752Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-02-12T02:28:42.039Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-02-12T02:28:42.299Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-02-12T02:28:42.871Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-02-12T02:28:43.280Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-02-12T02:28:44.809Z] === RUN TestDockerSuite/TestBuildCmd [2022-02-12T02:28:45.269Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-02-12T02:28:45.481Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-02-12T02:28:45.725Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-02-12T02:28:46.510Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-02-12T02:28:46.687Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-02-12T02:28:48.038Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-02-12T02:28:48.038Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-02-12T02:28:48.038Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-02-12T02:28:48.038Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-02-12T02:28:48.038Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-02-12T02:28:48.349Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-02-12T02:28:48.349Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-02-12T02:28:48.811Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-02-12T02:28:50.203Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-02-12T02:28:51.164Z] === RUN TestDockerSuite/TestBuildCmd [2022-02-12T02:28:51.620Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-02-12T02:28:52.583Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-02-12T02:28:53.039Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-02-12T02:28:53.506Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-02-12T02:28:53.506Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-02-12T02:28:53.506Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-02-12T02:28:53.506Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-02-12T02:28:53.739Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-02-12T02:28:53.966Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-02-12T02:28:53.966Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-02-12T02:28:53.966Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-02-12T02:28:54.427Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-02-12T02:28:54.427Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-02-12T02:28:54.427Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-02-12T02:28:55.906Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-02-12T02:28:55.906Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-02-12T02:28:56.366Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-02-12T02:28:57.895Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-02-12T02:28:57.895Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-02-12T02:28:57.895Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-02-12T02:28:58.350Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-02-12T02:29:00.519Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-02-12T02:29:01.482Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-02-12T02:29:01.588Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-02-12T02:29:01.938Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-02-12T02:29:01.938Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-02-12T02:29:01.938Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-02-12T02:29:03.466Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-02-12T02:29:03.753Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-02-12T02:29:03.753Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-02-12T02:29:03.753Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-02-12T02:29:03.922Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-02-12T02:29:03.922Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-02-12T02:29:03.922Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-02-12T02:29:03.922Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-02-12T02:29:03.922Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-02-12T02:29:05.281Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-02-12T02:29:05.281Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-02-12T02:29:05.281Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-02-12T02:29:05.736Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-02-12T02:29:08.625Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-02-12T02:29:10.153Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-02-12T02:29:10.610Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-02-12T02:29:10.610Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-02-12T02:29:10.610Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-02-12T02:29:11.031Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-02-12T02:29:11.572Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-02-12T02:29:12.536Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-02-12T02:29:12.536Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-02-12T02:29:12.536Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-02-12T02:29:12.536Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-02-12T02:29:12.536Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-02-12T02:29:19.595Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-02-12T02:29:24.392Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-02-12T02:29:24.853Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-02-12T02:29:24.853Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-02-12T02:29:25.317Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-02-12T02:29:41.748Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-02-12T02:29:41.748Z] docker_cli_swarm_test.go:1180: [d54e199ef1495] joining swarm manager [df9dd17f7330d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:29:47.035Z] docker_cli_swarm_test.go:1189: [d45d823b4c20a] joining swarm manager [df9dd17f7330d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:29:53.503Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-02-12T02:29:53.503Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-02-12T02:29:53.503Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-02-12T02:29:55.316Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-02-12T02:29:55.316Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-02-12T02:29:55.316Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-02-12T02:30:00.553Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-02-12T02:30:00.553Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-02-12T02:30:00.553Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-02-12T02:30:00.553Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-02-12T02:30:00.553Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-02-12T02:30:00.553Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-02-12T02:30:00.553Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-02-12T02:30:01.121Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-02-12T02:30:01.516Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-02-12T02:30:01.516Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-02-12T02:30:01.516Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-02-12T02:30:04.035Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-02-12T02:30:06.947Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-02-12T02:30:10.226Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-02-12T02:30:10.226Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-02-12T02:30:10.226Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-02-12T02:30:12.407Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-02-12T02:30:12.407Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-02-12T02:30:12.863Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-02-12T02:30:12.863Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-02-12T02:30:13.319Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-02-12T02:30:13.319Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-02-12T02:30:13.319Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-02-12T02:30:14.281Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-02-12T02:30:14.281Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-02-12T02:30:14.281Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-02-12T02:30:31.423Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-02-12T02:30:31.423Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-02-12T02:30:31.423Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-02-12T02:30:31.423Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-02-12T02:30:43.302Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-02-12T02:30:44.194Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-02-12T02:30:44.194Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-02-12T02:30:44.194Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-02-12T02:30:44.650Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-02-12T02:30:45.848Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-02-12T02:30:50.094Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-02-12T02:30:52.007Z] docker_cli_swarm_test.go:1112: [d967e9b32e45e] joining swarm manager [d15a26b4147b7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:30:52.476Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-02-12T02:30:53.391Z] docker_cli_swarm_test.go:1113: [d33a17eeb05d3] joining swarm manager [d15a26b4147b7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:30:54.003Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-02-12T02:30:55.532Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-02-12T02:31:00.215Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-02-12T02:31:03.934Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-02-12T02:31:07.654Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-02-12T02:31:09.746Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-02-12T02:31:09.746Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-02-12T02:31:11.274Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-02-12T02:31:15.943Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-02-12T02:31:20.618Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-02-12T02:31:24.339Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-02-12T02:31:33.050Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-02-12T02:31:33.050Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-02-12T02:31:33.050Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-02-12T02:31:33.050Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-02-12T02:32:08.058Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-02-12T02:32:15.109Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-02-12T02:32:15.109Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-02-12T02:32:15.109Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-02-12T02:32:36.437Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-02-12T02:32:36.437Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-02-12T02:32:36.437Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-02-12T02:32:36.437Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-02-12T02:32:44.890Z] docker_cli_swarm_test.go:1166: [d79e3934ded50] joining swarm manager [d15a26b4147b7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-02-12T02:32:59.128Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-02-12T02:32:59.128Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-02-12T02:32:59.128Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-02-12T02:32:59.801Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-02-12T02:33:01.737Z] docker_cli_swarm_test.go:1447: [d0c2274334539] joining swarm manager [db4e5dac705ee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:33:02.679Z] docker_cli_swarm_test.go:1448: [d5d55e41e9282] joining swarm manager [db4e5dac705ee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-12T02:33:06.247Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-02-12T02:33:14.912Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-02-12T02:33:14.912Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-02-12T02:33:14.912Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-02-12T02:33:14.912Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-02-12T02:33:14.912Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-02-12T02:33:15.174Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-02-12T02:33:16.585Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-02-12T02:33:17.721Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-02-12T02:33:21.021Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-02-12T02:33:22.935Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-02-12T02:33:24.853Z] docker_cli_swarm_unix_test.go:63: [d8a91bc78b47b] joining swarm manager [d6e1b71a2a6df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:33:27.322Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-02-12T02:33:27.322Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-02-12T02:33:27.322Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-02-12T02:33:28.984Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-02-12T02:33:48.509Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-02-12T02:33:48.509Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-02-12T02:33:48.509Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-02-12T02:33:48.551Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-02-12T02:34:01.045Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-02-12T02:34:04.697Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-02-12T02:34:13.282Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-02-12T02:34:13.536Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-02-12T02:34:13.628Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-02-12T02:34:21.147Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-02-12T02:34:21.147Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-02-12T02:34:21.147Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-02-12T02:34:22.089Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-02-12T02:34:23.625Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-02-12T02:34:25.392Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-02-12T02:34:27.941Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-02-12T02:34:28.442Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-02-12T02:34:29.325Z] docker_api_swarm_test.go:962: [dcda1351c3d83] joining swarm manager [d7d0576f32dae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-12T02:34:40.823Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-02-12T02:34:47.442Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-02-12T02:34:49.444Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-02-12T02:34:59.672Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-02-12T02:35:01.059Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-02-12T02:35:01.938Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-02-12T02:35:03.626Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-02-12T02:35:06.172Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-02-12T02:35:14.311Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-02-12T02:35:14.441Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-02-12T02:35:16.472Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-02-12T02:35:18.516Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-02-12T02:35:21.064Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-02-12T02:35:23.611Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-02-12T02:35:25.525Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-02-12T02:35:28.071Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-02-12T02:35:31.270Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-02-12T02:35:31.378Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-02-12T02:35:33.290Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-02-12T02:35:43.634Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-02-12T02:36:20.138Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-02-12T02:36:20.138Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-02-12T02:36:20.138Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-02-12T02:36:20.138Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-02-12T02:36:20.138Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-02-12T02:36:20.138Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-02-12T02:36:20.138Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-02-12T02:36:20.138Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-02-12T02:36:20.138Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-02-12T02:36:20.138Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-02-12T02:36:20.138Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-02-12T02:36:20.138Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-02-12T02:36:20.138Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-02-12T02:36:21.109Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-02-12T02:36:25.807Z] === RUN TestDockerSuite/TestBuildEnv [2022-02-12T02:36:25.807Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-02-12T02:36:25.807Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-02-12T02:36:25.807Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-02-12T02:36:25.807Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-02-12T02:36:25.807Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-02-12T02:36:26.268Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-02-12T02:36:26.268Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-02-12T02:36:26.268Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-02-12T02:36:26.268Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-02-12T02:36:26.268Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-02-12T02:36:29.560Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-02-12T02:36:30.013Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-02-12T02:36:30.013Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-02-12T02:36:30.013Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-02-12T02:36:30.013Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-02-12T02:36:30.013Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-02-12T02:36:30.013Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-02-12T02:36:30.013Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-02-12T02:36:30.984Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-02-12T02:36:35.682Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-02-12T02:36:44.464Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-02-12T02:36:50.534Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-02-12T02:36:51.505Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-02-12T02:36:51.505Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-02-12T02:36:51.505Z] === RUN TestDockerSuite/TestBuildExpose [2022-02-12T02:36:51.505Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-02-12T02:36:51.505Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-02-12T02:36:51.505Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-02-12T02:36:51.505Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-02-12T02:36:51.505Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-02-12T02:36:51.505Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-02-12T02:36:51.505Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-02-12T02:36:51.505Z] === RUN TestDockerSuite/TestBuildFails [2022-02-12T02:36:55.926Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-02-12T02:36:55.926Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-02-12T02:36:55.926Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-02-12T02:36:55.926Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-02-12T02:36:55.926Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-02-12T02:36:55.926Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-02-12T02:36:55.926Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-02-12T02:36:55.926Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-02-12T02:36:55.926Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-02-12T02:36:55.926Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-02-12T02:36:55.926Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-02-12T02:36:55.926Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-02-12T02:36:56.382Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-02-12T02:36:58.598Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-02-12T02:36:58.599Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite (1658.71s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.94s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.86s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.05s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.24s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.01s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (27.84s) [2022-02-12T02:36:59.384Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.48s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.75s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.26s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.66s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.21s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.44s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.75s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.79s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (45.94s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.75s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.14s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.35s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (22.01s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (64.95s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (61.59s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.23s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.26s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.73s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.28s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.51s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.90s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.85s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.39s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.07s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.42s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.35s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (37.92s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.65s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.02s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.12s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.92s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.96s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.99s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.57s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.66s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.76s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.79s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.84s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.53s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.77s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.07s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.02s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.52s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.99s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.83s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.74s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.36s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.71s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.52s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (4.85s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.52s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.15s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.26s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.82s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.79s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.84s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.73s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.91s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.38s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.16s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.39s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.54s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.54s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.81s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.13s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.52s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.53s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.09s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.83s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (124.14s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.34s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.51s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.77s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.14s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (3.69s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.18s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.56s) [2022-02-12T02:36:59.384Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.79s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.15s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.47s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (58.53s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.78s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.16s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (129.71s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.24s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.23s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.13s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.11s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.15s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.13s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.23s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.17s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.90s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.17s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.00s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.39s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.88s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.55s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.15s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.24s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.67s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.95s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.35s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.40s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.46s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.41s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.39s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.95s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.17s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.77s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.15s) [2022-02-12T02:36:59.384Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.08s) [2022-02-12T02:36:59.384Z] === RUN TestDockerExternalVolumeSuite [2022-02-12T02:36:59.384Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-02-12T02:36:59.385Z] docker_cli_external_volume_driver_test.go:52: [dfd017ff14f29] daemon is not started [2022-02-12T02:37:00.100Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-02-12T02:37:04.397Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-02-12T02:37:05.870Z] === RUN TestDockerSuite/TestBuildEnv [2022-02-12T02:37:05.870Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-02-12T02:37:05.870Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-02-12T02:37:05.870Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-02-12T02:37:05.870Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-02-12T02:37:05.870Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-02-12T02:37:05.870Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-02-12T02:37:05.870Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-02-12T02:37:05.870Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-02-12T02:37:05.870Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-02-12T02:37:05.870Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-02-12T02:37:09.093Z] === RUN TestDockerSuite/TestBuildForceRm [2022-02-12T02:37:10.543Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-02-12T02:37:10.544Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-02-12T02:37:10.544Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-02-12T02:37:10.544Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-02-12T02:37:10.544Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-02-12T02:37:10.544Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-02-12T02:37:10.544Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-02-12T02:37:12.073Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-02-12T02:37:16.179Z] === RUN TestDockerSuite/TestBuildFromGit [2022-02-12T02:37:17.498Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-02-12T02:37:17.844Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-02-12T02:37:24.836Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-02-12T02:37:24.836Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-02-12T02:37:24.836Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-02-12T02:37:24.836Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-02-12T02:37:24.836Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-02-12T02:37:24.836Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-02-12T02:37:24.836Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-02-12T02:37:24.836Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-02-12T02:37:24.836Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-02-12T02:37:24.836Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-02-12T02:37:25.292Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-02-12T02:37:25.751Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-02-12T02:37:26.524Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-02-12T02:37:27.497Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-02-12T02:37:32.194Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-02-12T02:37:32.194Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-02-12T02:37:32.194Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-02-12T02:37:33.165Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-02-12T02:37:33.625Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-02-12T02:37:33.625Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-02-12T02:37:33.625Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-02-12T02:37:34.296Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-02-12T02:37:35.511Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-02-12T02:37:35.511Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-02-12T02:37:35.511Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-02-12T02:37:35.511Z] === RUN TestDockerSuite/TestBuildExpose [2022-02-12T02:37:35.511Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-02-12T02:37:35.511Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-02-12T02:37:35.511Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-02-12T02:37:35.511Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-02-12T02:37:35.511Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-02-12T02:37:35.511Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-02-12T02:37:35.511Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-02-12T02:37:35.511Z] === RUN TestDockerSuite/TestBuildFails [2022-02-12T02:37:37.678Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-02-12T02:37:37.678Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-02-12T02:37:38.020Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-02-12T02:37:43.835Z] === RUN TestDockerSuite/TestBuildEnv [2022-02-12T02:37:43.835Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-02-12T02:37:43.835Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-02-12T02:37:43.835Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-02-12T02:37:44.290Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-02-12T02:37:44.290Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-02-12T02:37:44.290Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-02-12T02:37:44.290Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-02-12T02:37:44.290Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-02-12T02:37:44.290Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-02-12T02:37:44.290Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-02-12T02:37:44.735Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-02-12T02:37:48.455Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-02-12T02:37:48.455Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-02-12T02:37:48.455Z] === RUN TestDockerSuite/TestBuildHistory [2022-02-12T02:37:48.967Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-02-12T02:37:48.967Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-02-12T02:37:48.967Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-02-12T02:37:48.967Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-02-12T02:37:48.967Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-02-12T02:37:48.967Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-02-12T02:37:48.967Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-02-12T02:37:49.928Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-02-12T02:37:53.286Z] === RUN TestDockerSuite/TestBuildForceRm [2022-02-12T02:37:56.976Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-02-12T02:37:58.785Z] === RUN TestDockerSuite/TestBuildIidFile [2022-02-12T02:37:58.785Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-02-12T02:38:00.969Z] === RUN TestDockerSuite/TestBuildInheritance [2022-02-12T02:38:00.969Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-02-12T02:38:00.969Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-02-12T02:38:01.430Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-02-12T02:38:01.829Z] === RUN TestDockerSuite/TestBuildFromGit [2022-02-12T02:38:01.891Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-02-12T02:38:05.634Z] === RUN TestDockerSuite/TestBuildLabel [2022-02-12T02:38:06.606Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-02-12T02:38:07.576Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-02-12T02:38:08.548Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-02-12T02:38:08.879Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-02-12T02:38:09.008Z] === RUN TestDockerSuite/TestBuildLabels [2022-02-12T02:38:09.843Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-02-12T02:38:09.978Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-02-12T02:38:11.517Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-02-12T02:38:14.631Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-02-12T02:38:14.631Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-02-12T02:38:14.631Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-02-12T02:38:14.631Z] === RUN TestDockerSuite/TestBuildExpose [2022-02-12T02:38:14.631Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-02-12T02:38:14.631Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-02-12T02:38:14.631Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-02-12T02:38:14.631Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-02-12T02:38:14.631Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-02-12T02:38:14.631Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-02-12T02:38:14.631Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-02-12T02:38:14.631Z] === RUN TestDockerSuite/TestBuildFails [2022-02-12T02:38:16.890Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-02-12T02:38:16.890Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-02-12T02:38:16.890Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-02-12T02:38:16.890Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-02-12T02:38:17.347Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-02-12T02:38:17.347Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-02-12T02:38:17.347Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-02-12T02:38:18.357Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-02-12T02:38:18.357Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-02-12T02:38:18.603Z] === RUN TestDockerSuite/TestBuildLastModified [2022-02-12T02:38:18.603Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-02-12T02:38:18.603Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-02-12T02:38:18.603Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-02-12T02:38:18.603Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-02-12T02:38:18.603Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-02-12T02:38:18.603Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-02-12T02:38:18.603Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-02-12T02:38:18.603Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-02-12T02:38:19.063Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-02-12T02:38:19.523Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-02-12T02:38:24.221Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-02-12T02:38:25.225Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-02-12T02:38:26.901Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-02-12T02:38:29.753Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-02-12T02:38:29.753Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-02-12T02:38:29.753Z] === RUN TestDockerSuite/TestBuildHistory [2022-02-12T02:38:31.811Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-02-12T02:38:33.962Z] === RUN TestDockerSuite/TestBuildForceRm [2022-02-12T02:38:39.048Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-02-12T02:38:39.048Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-02-12T02:38:39.048Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-02-12T02:38:41.230Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-02-12T02:38:42.243Z] === RUN TestDockerSuite/TestBuildIidFile [2022-02-12T02:38:42.711Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-02-12T02:38:44.252Z] === RUN TestDockerSuite/TestBuildFromGit [2022-02-12T02:38:45.662Z] === RUN TestDockerSuite/TestBuildInheritance [2022-02-12T02:38:45.663Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-02-12T02:38:45.663Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-02-12T02:38:46.133Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-02-12T02:38:46.601Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-02-12T02:38:46.745Z] docker_cli_external_volume_driver_test.go:52: [dc87bad27b998] daemon is not started [2022-02-12T02:38:51.302Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-02-12T02:38:52.264Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-02-12T02:38:52.469Z] === RUN TestDockerSuite/TestBuildLabel [2022-02-12T02:38:53.455Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-02-12T02:38:53.924Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-02-12T02:38:55.491Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-02-12T02:38:55.959Z] === RUN TestDockerSuite/TestBuildLabels [2022-02-12T02:38:56.945Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-02-12T02:38:59.169Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-02-12T02:38:59.314Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-02-12T02:38:59.314Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-02-12T02:38:59.314Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-02-12T02:38:59.776Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-02-12T02:39:00.742Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-02-12T02:39:00.742Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-02-12T02:39:00.742Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-02-12T02:39:01.658Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-02-12T02:39:06.328Z] === RUN TestDockerSuite/TestBuildLastModified [2022-02-12T02:39:06.328Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-02-12T02:39:06.328Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-02-12T02:39:06.328Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-02-12T02:39:06.328Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-02-12T02:39:06.328Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-02-12T02:39:06.328Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-02-12T02:39:06.328Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-02-12T02:39:06.328Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-02-12T02:39:07.315Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-02-12T02:39:07.783Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-02-12T02:39:11.199Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-02-12T02:39:13.097Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-02-12T02:39:13.097Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-02-12T02:39:13.097Z] === RUN TestDockerSuite/TestBuildHistory [2022-02-12T02:39:14.945Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-02-12T02:39:19.771Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-02-12T02:39:27.876Z] === RUN TestDockerSuite/TestBuildIidFile [2022-02-12T02:39:27.876Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-02-12T02:39:28.906Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-02-12T02:39:30.054Z] === RUN TestDockerSuite/TestBuildInheritance [2022-02-12T02:39:30.054Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-02-12T02:39:30.054Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-02-12T02:39:31.016Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-02-12T02:39:31.016Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-02-12T02:39:32.003Z] docker_cli_external_volume_driver_test.go:52: [d58c6215d692a] daemon is not started [2022-02-12T02:39:33.599Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-02-12T02:39:36.268Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-02-12T02:39:36.268Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-02-12T02:39:36.268Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-02-12T02:39:36.268Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-02-12T02:39:36.788Z] === RUN TestDockerSuite/TestBuildLabel [2022-02-12T02:39:38.319Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-02-12T02:39:38.775Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-02-12T02:39:39.407Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-02-12T02:39:40.312Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-02-12T02:39:40.769Z] === RUN TestDockerSuite/TestBuildLabels [2022-02-12T02:39:42.297Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-02-12T02:39:43.829Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-02-12T02:39:45.211Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-02-12T02:39:46.926Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-02-12T02:39:47.186Z] docker_cli_external_volume_driver_test.go:52: [d1bc0b8d1804d] daemon is not started [2022-02-12T02:39:50.885Z] === RUN TestDockerSuite/TestBuildLastModified [2022-02-12T02:39:50.885Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-02-12T02:39:50.885Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-02-12T02:39:50.885Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-02-12T02:39:50.885Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-02-12T02:39:50.885Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-02-12T02:39:50.885Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-02-12T02:39:51.342Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-02-12T02:39:51.342Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-02-12T02:39:51.800Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-02-12T02:39:52.762Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-02-12T02:39:59.807Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-02-12T02:40:02.092Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-02-12T02:40:06.317Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-02-12T02:40:06.318Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-02-12T02:40:06.318Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-02-12T02:40:12.119Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-02-12T02:40:12.119Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-02-12T02:40:12.119Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-02-12T02:40:12.119Z] === RUN TestDockerSuite/TestBuildNetNone [2022-02-12T02:40:12.119Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-02-12T02:40:12.119Z] === RUN TestDockerSuite/TestBuildNoContext [2022-02-12T02:40:18.975Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-02-12T02:40:20.710Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-02-12T02:40:20.861Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-02-12T02:40:20.861Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-02-12T02:40:20.861Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-02-12T02:40:23.026Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-02-12T02:40:29.299Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-02-12T02:40:33.832Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-02-12T02:40:34.202Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-02-12T02:40:36.385Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-02-12T02:40:36.385Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-02-12T02:40:36.385Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-02-12T02:40:39.298Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-02-12T02:40:39.605Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-02-12T02:40:40.268Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-02-12T02:40:41.809Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-02-12T02:40:48.156Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-02-12T02:40:50.388Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-02-12T02:40:51.929Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-02-12T02:40:52.316Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-02-12T02:40:53.934Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-02-12T02:41:00.505Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-02-12T02:41:04.247Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-02-12T02:41:07.251Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-02-12T02:41:12.825Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-02-12T02:41:13.671Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-02-12T02:41:15.066Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-02-12T02:41:15.066Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-02-12T02:41:15.066Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-02-12T02:41:16.576Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-02-12T02:41:21.271Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-02-12T02:41:22.241Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-02-12T02:41:22.242Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-02-12T02:41:22.242Z] === RUN TestDockerSuite/TestBuildPATH [2022-02-12T02:41:22.242Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-02-12T02:41:22.242Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-02-12T02:41:24.423Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-02-12T02:41:24.423Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-02-12T02:41:24.423Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-02-12T02:41:25.498Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-02-12T02:41:25.498Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-02-12T02:41:25.498Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-02-12T02:41:25.498Z] === RUN TestDockerSuite/TestBuildNetNone [2022-02-12T02:41:25.498Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-02-12T02:41:25.498Z] === RUN TestDockerSuite/TestBuildNoContext [2022-02-12T02:41:26.027Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-02-12T02:41:28.450Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-02-12T02:41:34.316Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-02-12T02:41:34.573Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-02-12T02:41:37.269Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-02-12T02:41:37.737Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-02-12T02:41:37.737Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-02-12T02:41:40.686Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-02-12T02:41:41.674Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-02-12T02:41:43.119Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-02-12T02:41:43.238Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-02-12T02:41:50.168Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-02-12T02:41:53.963Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-02-12T02:41:55.740Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-02-12T02:41:56.727Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-02-12T02:42:06.972Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-02-12T02:42:09.227Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-02-12T02:42:12.081Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-02-12T02:42:13.018Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-02-12T02:42:15.290Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-02-12T02:42:15.290Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-02-12T02:42:15.290Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-02-12T02:42:23.840Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-02-12T02:42:24.296Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-02-12T02:42:24.296Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-02-12T02:42:24.296Z] === RUN TestDockerSuite/TestBuildNetNone [2022-02-12T02:42:24.296Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-02-12T02:42:24.296Z] === RUN TestDockerSuite/TestBuildNoContext [2022-02-12T02:42:27.952Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-02-12T02:42:28.968Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-02-12T02:42:32.130Z] === RUN TestDockerSuite/TestBuildRm [2022-02-12T02:42:33.825Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-02-12T02:42:34.742Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-02-12T02:42:38.459Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-02-12T02:42:38.459Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-02-12T02:42:38.459Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-02-12T02:42:39.692Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-02-12T02:42:40.678Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-02-12T02:42:40.678Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-02-12T02:42:40.678Z] === RUN TestDockerSuite/TestBuildPATH [2022-02-12T02:42:40.678Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-02-12T02:42:40.678Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-02-12T02:42:41.353Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-02-12T02:42:42.319Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-02-12T02:42:42.464Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-02-12T02:42:43.633Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-02-12T02:42:43.633Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-02-12T02:42:43.633Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-02-12T02:42:43.846Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-02-12T02:42:44.214Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-02-12T02:42:44.650Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-02-12T02:42:44.650Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-02-12T02:42:44.650Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-02-12T02:42:44.650Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-02-12T02:42:44.650Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-02-12T02:42:46.191Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-02-12T02:42:49.932Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-02-12T02:42:56.201Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-02-12T02:42:58.366Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-02-12T02:42:58.528Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-02-12T02:43:02.273Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-02-12T02:43:10.709Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-02-12T02:43:15.387Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-02-12T02:43:16.326Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-02-12T02:43:23.385Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-02-12T02:43:23.385Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-02-12T02:43:23.385Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-02-12T02:43:27.743Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-02-12T02:43:28.556Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-02-12T02:43:33.514Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-02-12T02:43:33.720Z] === RUN TestDockerSuite/TestBuildSpaces [2022-02-12T02:43:33.720Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-02-12T02:43:34.463Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-02-12T02:43:37.465Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-02-12T02:43:37.465Z] === RUN TestDockerSuite/TestBuildStderr [2022-02-12T02:43:40.570Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-02-12T02:43:41.026Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-02-12T02:43:41.026Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-02-12T02:43:41.482Z] === RUN TestDockerSuite/TestBuildPATH [2022-02-12T02:43:41.482Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-02-12T02:43:41.482Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-02-12T02:43:42.171Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-02-12T02:43:45.202Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-02-12T02:43:45.202Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-02-12T02:43:45.202Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-02-12T02:43:46.670Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-02-12T02:43:46.670Z] docker_cli_external_volume_driver_test.go:484: [df3e63e3c8270] daemon is not started [2022-02-12T02:43:59.570Z] === RUN TestDockerSuite/TestBuildRm [2022-02-12T02:43:59.873Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-02-12T02:43:59.873Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-02-12T02:43:59.873Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-02-12T02:44:01.584Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-02-12T02:44:01.584Z] docker_cli_external_volume_driver_test.go:52: [dfb29ddd399c4] daemon is not started [2022-02-12T02:44:02.785Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-02-12T02:44:03.756Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-02-12T02:44:08.458Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-02-12T02:44:11.977Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-02-12T02:44:13.154Z] === RUN TestDockerSuite/TestBuildUser [2022-02-12T02:44:13.154Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-02-12T02:44:13.154Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-02-12T02:44:13.154Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-02-12T02:44:13.154Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-02-12T02:44:13.154Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-02-12T02:44:13.154Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-02-12T02:44:14.873Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-02-12T02:44:14.873Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-02-12T02:44:14.873Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-02-12T02:44:14.873Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-02-12T02:44:15.330Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite (436.75s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.50s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.13s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.06s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.15s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.20s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.18s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.24s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.86s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.13s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.57s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.00s) [2022-02-12T02:44:16.489Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-02-12T02:44:16.489Z] PASS [2022-02-12T02:44:16.489Z] [2022-02-12T02:44:16.489Z] === Skipped [2022-02-12T02:44:16.489Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-02-12T02:44:16.489Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-02-12T02:44:16.489Z] check_test.go:308: [d194c7da1bd69] daemon is not started [2022-02-12T02:44:16.489Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-02-12T02:44:16.489Z] [2022-02-12T02:44:16.489Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-02-12T02:44:16.489Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-02-12T02:44:16.489Z] check_test.go:308: [dab9cb767fd91] daemon is not started [2022-02-12T02:44:16.489Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-02-12T02:44:16.489Z] [2022-02-12T02:44:16.489Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-02-12T02:44:16.489Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-02-12T02:44:16.489Z] check_test.go:308: [d9eec5a949933] daemon is not started [2022-02-12T02:44:16.489Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-02-12T02:44:16.489Z] [2022-02-12T02:44:16.489Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-02-12T02:44:16.489Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-02-12T02:44:16.489Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-02-12T02:44:16.489Z] [2022-02-12T02:44:16.489Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-02-12T02:44:16.489Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-02-12T02:44:16.489Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-02-12T02:44:16.489Z] [2022-02-12T02:44:16.489Z] DONE 271 tests, 5 skipped in 2429.153s [2022-02-12T02:44:16.489Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-02-12T02:44:16.489Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d7002f3c2f254/docker.pid [2022-02-12T02:44:16.489Z] +++ kill 6282 [2022-02-12T02:44:16.489Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6282 is not a child of this shell [2022-02-12T02:44:16.489Z] warning: PID 6282 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d7002f3c2f254/docker.pid had a nonzero exit code [2022-02-12T02:44:16.489Z] ++++ cat bundles/test-integration/docker.pid [2022-02-12T02:44:16.489Z] +++ kill 8343 [2022-02-12T02:44:16.489Z] +++ /etc/init.d/apparmor stop [2022-02-12T02:44:16.489Z] Leaving: AppArmorNo profiles have been unloaded. [2022-02-12T02:44:16.489Z] [2022-02-12T02:44:16.489Z] Unloading profiles will leave already running processes permanently [2022-02-12T02:44:16.489Z] unconfined, which can lead to unexpected situations. [2022-02-12T02:44:16.489Z] [2022-02-12T02:44:16.489Z] To set a process to complain mode, use the command line tool [2022-02-12T02:44:16.489Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-02-12T02:44:16.489Z] +++ true [2022-02-12T02:44:16.489Z] exiting test-integration [2022-02-12T02:44:16.489Z] ++ exit 0 [2022-02-12T02:44:16.489Z] [2022-02-12T02:44:16.489Z] + exit 0 [2022-02-12T02:44:16.489Z] ++ jobs -p [2022-02-12T02:44:16.489Z] + pids= [2022-02-12T02:44:16.489Z] + echo 'Remaining pids to kill: []' [2022-02-12T02:44:16.489Z] Remaining pids to kill: [] [2022-02-12T02:44:16.489Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-02-12T02:44:16.510Z] Recording test results [2022-02-12T02:44:16.905Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-02-12T02:44:17.365Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-02-12T02:44:17.498Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-02-12T02:44:18.419Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-02-12T02:44:18.765Z] + echo Ensuring container killed. [2022-02-12T02:44:18.765Z] Ensuring container killed. [2022-02-12T02:44:18.765Z] + docker ps -aq -f name=docker-pr1-* [2022-02-12T02:44:18.765Z] + cids=0335d1d48918 [2022-02-12T02:44:18.765Z] 6a8bb0c7f907 [2022-02-12T02:44:18.765Z] 19087929fde1 [2022-02-12T02:44:18.765Z] + [ -n 0335d1d48918 [2022-02-12T02:44:18.765Z] 6a8bb0c7f907 [2022-02-12T02:44:18.765Z] 19087929fde1 ] [2022-02-12T02:44:18.765Z] + docker rm -vf 0335d1d48918 6a8bb0c7f907 19087929fde1 [2022-02-12T02:44:19.337Z] 0335d1d48918 [2022-02-12T02:44:19.337Z] 6a8bb0c7f907 [2022-02-12T02:44:19.337Z] 19087929fde1 [Pipeline] sh [2022-02-12T02:44:19.625Z] + echo Chowning /workspace to jenkins user [2022-02-12T02:44:19.625Z] Chowning /workspace to jenkins user [2022-02-12T02:44:19.625Z] + id -u [2022-02-12T02:44:19.625Z] + id -g [2022-02-12T02:44:19.625Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43231:/workspace busybox chown -R 1000:1000 /workspace [2022-02-12T02:44:19.625Z] Unable to find image 'busybox:latest' locally [2022-02-12T02:44:19.625Z] latest: Pulling from library/busybox [2022-02-12T02:44:19.886Z] 009932687766: Pulling fs layer [2022-02-12T02:44:19.886Z] 009932687766: Download complete [2022-02-12T02:44:19.886Z] 009932687766: Pull complete [2022-02-12T02:44:19.886Z] Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb [2022-02-12T02:44:19.886Z] Status: Downloaded newer image for busybox:latest [2022-02-12T02:44:22.174Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-02-12T02:44:22.735Z] + bundleName=amd64 [2022-02-12T02:44:22.735Z] + echo Creating amd64-bundles.tar.gz [2022-02-12T02:44:22.735Z] Creating amd64-bundles.tar.gz [2022-02-12T02:44:22.735Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-02-12T02:44:22.735Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-02-12T02:44:23.692Z] Archiving artifacts [2022-02-12T02:44:25.595Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43231/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-12T02:44:25.913Z] + make clean [2022-02-12T02:44:25.945Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-02-12T02:44:25.945Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-02-12T02:44:25.945Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-02-12T02:44:25.945Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-02-12T02:44:25.945Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-02-12T02:44:26.175Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-12T02:44:26.175Z] docker-dev-cache [2022-02-12T02:44:26.175Z] docker-mod-cache [Pipeline] deleteDir [2022-02-12T02:44:26.846Z] === RUN TestDockerSuite/TestBuildShellInherited [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-12T02:44:32.635Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-02-12T02:44:45.587Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-02-12T02:44:47.056Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-02-12T02:44:47.056Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-02-12T02:44:53.703Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-02-12T02:44:53.703Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-02-12T02:44:53.703Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-02-12T02:44:54.140Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-02-12T02:45:03.250Z] === RUN TestDockerSuite/TestBuildRm [2022-02-12T02:45:04.013Z] === RUN TestDockerSuite/TestBuildSpaces [2022-02-12T02:45:04.013Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-02-12T02:45:04.474Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-02-12T02:45:04.474Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-02-12T02:45:04.474Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-02-12T02:45:04.474Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-02-12T02:45:04.474Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-02-12T02:45:07.393Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-02-12T02:45:07.393Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-02-12T02:45:07.393Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-02-12T02:45:09.793Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-02-12T02:45:09.793Z] === RUN TestDockerSuite/TestBuildStderr [2022-02-12T02:45:15.623Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-02-12T02:45:17.731Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-02-12T02:45:20.901Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-02-12T02:45:22.435Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-02-12T02:45:22.435Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-02-12T02:45:23.068Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-02-12T02:45:23.068Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-02-12T02:45:23.068Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-02-12T02:45:23.068Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-02-12T02:45:23.524Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-02-12T02:45:25.698Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-02-12T02:45:30.371Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-02-12T02:45:36.146Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-02-12T02:45:40.916Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-02-12T02:45:40.916Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-02-12T02:45:40.916Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-02-12T02:45:41.927Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-02-12T02:45:42.481Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-02-12T02:45:44.045Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-02-12T02:45:47.588Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-02-12T02:45:47.588Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-02-12T02:45:47.588Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-02-12T02:45:47.588Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-02-12T02:45:47.588Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-02-12T02:45:47.588Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-02-12T02:45:47.588Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-02-12T02:45:47.588Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-02-12T02:45:49.911Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-02-12T02:45:54.673Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-02-12T02:45:56.213Z] === RUN TestDockerSuite/TestBuildXZHost [2022-02-12T02:45:56.213Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-02-12T02:45:56.213Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-02-12T02:45:56.213Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-02-12T02:45:56.213Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-02-12T02:45:56.213Z] docker_cli_sni_test.go:18: Flakey test [2022-02-12T02:45:56.673Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-02-12T02:45:57.074Z] === RUN TestDockerSuite/TestBuildUser [2022-02-12T02:45:57.074Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-02-12T02:45:57.074Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-02-12T02:45:57.074Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-02-12T02:45:57.074Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-02-12T02:45:57.074Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-02-12T02:45:57.074Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-02-12T02:45:58.855Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-02-12T02:46:00.866Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-02-12T02:46:01.853Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-02-12T02:46:02.596Z] === RUN TestDockerSuite/TestCommitChange [2022-02-12T02:46:02.995Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-02-12T02:46:03.956Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-02-12T02:46:04.413Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-02-12T02:46:05.652Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-02-12T02:46:05.652Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-02-12T02:46:05.652Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-02-12T02:46:05.652Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-02-12T02:46:05.652Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-02-12T02:46:07.294Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-02-12T02:46:11.991Z] === RUN TestDockerSuite/TestCommitHardlink [2022-02-12T02:46:11.991Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-02-12T02:46:11.991Z] === RUN TestDockerSuite/TestCommitNewFile [2022-02-12T02:46:16.760Z] === RUN TestDockerSuite/TestBuildSpaces [2022-02-12T02:46:16.760Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-02-12T02:46:22.325Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-02-12T02:46:22.325Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-02-12T02:46:22.325Z] === RUN TestDockerSuite/TestCommitTTY [2022-02-12T02:46:22.531Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-02-12T02:46:22.531Z] === RUN TestDockerSuite/TestBuildStderr [2022-02-12T02:46:28.304Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-02-12T02:46:34.720Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-02-12T02:46:35.760Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-02-12T02:46:35.760Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-02-12T02:46:43.302Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-02-12T02:46:43.302Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-02-12T02:46:43.302Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-02-12T02:46:43.302Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-02-12T02:46:43.302Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-02-12T02:46:43.302Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-02-12T02:46:43.302Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-02-12T02:46:43.302Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-02-12T02:46:43.302Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-02-12T02:46:43.302Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-02-12T02:46:43.302Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-02-12T02:46:43.302Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-02-12T02:46:43.302Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-02-12T02:46:43.302Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-02-12T02:46:43.302Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-02-12T02:46:43.302Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-02-12T02:46:44.424Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-02-12T02:46:50.292Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-02-12T02:46:50.292Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-02-12T02:46:50.387Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-02-12T02:46:50.765Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-02-12T02:46:50.765Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-02-12T02:46:50.765Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-02-12T02:46:53.719Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-02-12T02:46:53.719Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-02-12T02:46:54.705Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-02-12T02:46:58.225Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-02-12T02:46:58.225Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-02-12T02:46:58.225Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-02-12T02:46:59.756Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-02-12T02:47:01.925Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-02-12T02:47:02.899Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-02-12T02:47:02.899Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-02-12T02:47:02.899Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-02-12T02:47:03.359Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-02-12T02:47:03.359Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-02-12T02:47:03.359Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-02-12T02:47:03.359Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-02-12T02:47:03.359Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-02-12T02:47:03.359Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-02-12T02:47:03.359Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-02-12T02:47:05.539Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-02-12T02:47:05.539Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-02-12T02:47:05.539Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-02-12T02:47:05.539Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-02-12T02:47:07.778Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-02-12T02:47:08.455Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-02-12T02:47:08.455Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-02-12T02:47:08.455Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-02-12T02:47:08.455Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-02-12T02:47:08.455Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-02-12T02:47:08.455Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-02-12T02:47:08.455Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-02-12T02:47:08.455Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-02-12T02:47:09.635Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-02-12T02:47:10.638Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-02-12T02:47:12.819Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-02-12T02:47:13.404Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-02-12T02:47:13.404Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-02-12T02:47:14.831Z] === RUN TestDockerSuite/TestBuildUser [2022-02-12T02:47:14.831Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-02-12T02:47:14.831Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-02-12T02:47:14.831Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-02-12T02:47:14.831Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-02-12T02:47:14.831Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-02-12T02:47:14.831Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-02-12T02:47:15.008Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-02-12T02:47:15.008Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-02-12T02:47:15.008Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-02-12T02:47:15.008Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-02-12T02:47:17.190Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-02-12T02:47:17.190Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-02-12T02:47:20.100Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-02-12T02:47:20.100Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-02-12T02:47:20.100Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-02-12T02:47:20.100Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-02-12T02:47:20.100Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-02-12T02:47:20.613Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-02-12T02:47:21.575Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-02-12T02:47:22.290Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-02-12T02:47:22.290Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-02-12T02:47:24.473Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-02-12T02:47:24.473Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-02-12T02:47:24.473Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-02-12T02:47:25.313Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-02-12T02:47:25.314Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-02-12T02:47:25.314Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-02-12T02:47:25.314Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-02-12T02:47:25.314Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-02-12T02:47:26.655Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-02-12T02:47:27.116Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-02-12T02:47:29.299Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-02-12T02:47:31.056Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-02-12T02:47:31.056Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-02-12T02:47:31.056Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-02-12T02:47:31.056Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-02-12T02:47:31.056Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-02-12T02:47:31.056Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-02-12T02:47:31.056Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-02-12T02:47:32.024Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-02-12T02:47:37.891Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-02-12T02:47:42.323Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-02-12T02:47:42.590Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-02-12T02:47:42.590Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-02-12T02:47:42.590Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-02-12T02:47:42.590Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-02-12T02:47:42.590Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-02-12T02:47:43.856Z] === RUN TestDockerSuite/TestBuildXZHost [2022-02-12T02:47:43.856Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-02-12T02:47:44.138Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-02-12T02:47:44.138Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-02-12T02:47:44.312Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-02-12T02:47:44.312Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-02-12T02:47:44.312Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-02-12T02:47:44.312Z] docker_cli_sni_test.go:18: Flakey test [2022-02-12T02:47:44.312Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-02-12T02:47:44.598Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-02-12T02:47:46.480Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-02-12T02:47:47.509Z] === RUN TestDockerSuite/TestContainerAPITop [2022-02-12T02:47:47.509Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-02-12T02:47:47.509Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-02-12T02:47:49.691Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-02-12T02:47:49.691Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-02-12T02:47:52.261Z] === RUN TestDockerSuite/TestCommitChange [2022-02-12T02:47:54.389Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-02-12T02:47:55.222Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-02-12T02:47:55.222Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-02-12T02:47:56.573Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-02-12T02:47:56.573Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-02-12T02:47:56.573Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-02-12T02:47:56.573Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-02-12T02:47:56.573Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-02-12T02:47:56.573Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-02-12T02:47:56.573Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-02-12T02:47:56.573Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-02-12T02:47:56.573Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-02-12T02:47:56.573Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-02-12T02:47:56.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-02-12T02:47:58.759Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-02-12T02:47:58.759Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-02-12T02:47:59.337Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-02-12T02:48:01.674Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-02-12T02:48:04.018Z] === RUN TestDockerSuite/TestCommitHardlink [2022-02-12T02:48:04.018Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-02-12T02:48:04.018Z] === RUN TestDockerSuite/TestCommitNewFile [2022-02-12T02:48:04.588Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-02-12T02:48:05.512Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-02-12T02:48:06.772Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-02-12T02:48:09.684Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004420_} [2022-02-12T02:48:12.562Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-02-12T02:48:12.562Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-02-12T02:48:12.566Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-02-12T02:48:12.567Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-02-12T02:48:12.567Z] === RUN TestDockerSuite/TestCommitTTY [2022-02-12T02:48:12.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13502316105_c:\foo_false____} [2022-02-12T02:48:13.021Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-02-12T02:48:13.021Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-02-12T02:48:13.021Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-02-12T02:48:17.708Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-02-12T02:48:17.708Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-02-12T02:48:17.708Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-02-12T02:48:21.119Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-02-12T02:48:21.179Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13502316105_c:\foo_true____} [2022-02-12T02:48:23.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-02-12T02:48:23.368Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-02-12T02:48:23.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-02-12T02:48:23.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-02-12T02:48:23.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-02-12T02:48:23.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-02-12T02:48:23.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-02-12T02:48:23.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-02-12T02:48:23.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-02-12T02:48:23.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-02-12T02:48:23.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-02-12T02:48:23.829Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-02-12T02:48:23.829Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-02-12T02:48:23.829Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-02-12T02:48:23.829Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-02-12T02:48:23.829Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-02-12T02:48:23.829Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-02-12T02:48:23.829Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-02-12T02:48:23.829Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-02-12T02:48:23.829Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-02-12T02:48:23.829Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-02-12T02:48:23.829Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-02-12T02:48:23.829Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-02-12T02:48:23.829Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-02-12T02:48:26.746Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-02-12T02:48:26.746Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.746Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-02-12T02:48:26.746Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.746Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-02-12T02:48:26.746Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.746Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-02-12T02:48:26.746Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.746Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-02-12T02:48:26.746Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.746Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-02-12T02:48:26.746Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.746Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-02-12T02:48:26.746Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.746Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-02-12T02:48:26.746Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.746Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-02-12T02:48:26.746Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.746Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-02-12T02:48:26.746Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.746Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-02-12T02:48:26.746Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.746Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-02-12T02:48:26.746Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.746Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-02-12T02:48:26.746Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.746Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-02-12T02:48:26.892Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-02-12T02:48:26.892Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.892Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-02-12T02:48:26.892Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.892Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-02-12T02:48:26.892Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.892Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-02-12T02:48:26.892Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.892Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-02-12T02:48:26.892Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.892Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-02-12T02:48:26.892Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.892Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-02-12T02:48:26.892Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-02-12T02:48:26.892Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-02-12T02:48:27.349Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-02-12T02:48:28.928Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-02-12T02:48:28.928Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-02-12T02:48:28.928Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-02-12T02:48:28.928Z] === RUN TestDockerSuite/TestCpRelativePath [2022-02-12T02:48:31.838Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-02-12T02:48:31.838Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-02-12T02:48:31.838Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-02-12T02:48:31.838Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-02-12T02:48:31.838Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-02-12T02:48:31.838Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-02-12T02:48:31.838Z] === RUN TestDockerSuite/TestCpToCaseA [2022-02-12T02:48:35.351Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-02-12T02:48:35.902Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-02-12T02:48:37.639Z] === RUN TestDockerSuite/TestCpToCaseB [2022-02-12T02:48:39.821Z] === RUN TestDockerSuite/TestCpToCaseC [2022-02-12T02:48:39.821Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-02-12T02:48:39.821Z] === RUN TestDockerSuite/TestCpToCaseD [2022-02-12T02:48:39.821Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-02-12T02:48:39.821Z] === RUN TestDockerSuite/TestCpToCaseE [2022-02-12T02:48:40.018Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-02-12T02:48:40.018Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-02-12T02:48:46.200Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-02-12T02:48:46.201Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-02-12T02:48:46.201Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-02-12T02:48:47.730Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-02-12T02:48:47.730Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-02-12T02:48:47.730Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-02-12T02:48:47.730Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-02-12T02:48:47.730Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-02-12T02:48:47.730Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-02-12T02:48:47.730Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-02-12T02:48:51.453Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-02-12T02:48:51.453Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-02-12T02:48:51.453Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-02-12T02:48:51.453Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-02-12T02:48:54.350Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-02-12T02:48:54.350Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-02-12T02:48:54.350Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-02-12T02:48:54.350Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-02-12T02:48:54.350Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-02-12T02:48:54.350Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-02-12T02:48:54.350Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-02-12T02:48:54.350Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-02-12T02:48:57.670Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-02-12T02:48:57.670Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-02-12T02:48:58.070Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-02-12T02:48:58.126Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-02-12T02:48:58.126Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-02-12T02:48:58.582Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-02-12T02:48:58.582Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-02-12T02:48:58.582Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-02-12T02:49:00.114Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-02-12T02:49:00.240Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-02-12T02:49:00.931Z] === RUN TestDockerSuite/TestCpToCaseF [2022-02-12T02:49:00.931Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-02-12T02:49:00.931Z] === RUN TestDockerSuite/TestCpToCaseG [2022-02-12T02:49:00.931Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-02-12T02:49:00.931Z] === RUN TestDockerSuite/TestCpToCaseH [2022-02-12T02:49:03.133Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-02-12T02:49:03.133Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-02-12T02:49:03.133Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-02-12T02:49:03.133Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-02-12T02:49:06.027Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-02-12T02:49:06.027Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-02-12T02:49:08.920Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-02-12T02:49:08.920Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-02-12T02:49:08.920Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-02-12T02:49:08.920Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-02-12T02:49:08.920Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-02-12T02:49:11.269Z] === RUN TestDockerSuite/TestCpToCaseI [2022-02-12T02:49:11.270Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-02-12T02:49:11.270Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-02-12T02:49:11.270Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-02-12T02:49:11.270Z] === RUN TestDockerSuite/TestCpToDot [2022-02-12T02:49:11.813Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-02-12T02:49:11.813Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-02-12T02:49:12.464Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-02-12T02:49:12.812Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-02-12T02:49:12.812Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-02-12T02:49:12.812Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-02-12T02:49:12.812Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-02-12T02:49:12.812Z] === RUN TestDockerSuite/TestCpToStdout [2022-02-12T02:49:12.919Z] === RUN TestDockerSuite/TestBuildXZHost [2022-02-12T02:49:12.919Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-02-12T02:49:13.884Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-02-12T02:49:13.884Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-02-12T02:49:13.884Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-02-12T02:49:13.884Z] docker_cli_sni_test.go:18: Flakey test [2022-02-12T02:49:13.884Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-02-12T02:49:14.006Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-02-12T02:49:14.006Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-02-12T02:49:14.006Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-02-12T02:49:15.733Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-02-12T02:49:15.733Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T02:49:15.733Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-02-12T02:49:15.733Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-02-12T02:49:15.733Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-02-12T02:49:15.733Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-02-12T02:49:15.733Z] === RUN TestDockerSuite/TestCpVolumePath [2022-02-12T02:49:15.733Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-02-12T02:49:15.733Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-02-12T02:49:15.733Z] === RUN TestDockerSuite/TestCreateArgs [2022-02-12T02:49:16.050Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-02-12T02:49:16.050Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-12T02:49:16.050Z] === RUN TestDockerSuite/TestCommitChange [2022-02-12T02:49:16.194Z] === RUN TestDockerSuite/TestCreateByImageID [2022-02-12T02:49:17.797Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-02-12T02:49:18.265Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-02-12T02:49:18.377Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-02-12T02:49:21.227Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-02-12T02:49:21.290Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-02-12T02:49:21.290Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-02-12T02:49:21.290Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-02-12T02:49:23.106Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-02-12T02:49:23.471Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-02-12T02:49:24.441Z] === RUN TestDockerSuite/TestCreateLabels [2022-02-12T02:49:24.441Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-02-12T02:49:24.441Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-02-12T02:49:24.441Z] === RUN TestDockerSuite/TestCreateRM [2022-02-12T02:49:24.901Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-02-12T02:49:24.901Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-12T02:49:24.901Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-02-12T02:49:25.361Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-02-12T02:49:25.361Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-02-12T02:49:25.979Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-02-12T02:49:28.883Z] === RUN TestDockerSuite/TestCommitHardlink [2022-02-12T02:49:28.883Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-02-12T02:49:28.883Z] === RUN TestDockerSuite/TestCommitNewFile [2022-02-12T02:49:30.732Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-02-12T02:49:30.732Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-02-12T02:49:30.732Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-02-12T02:49:30.732Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-02-12T02:49:30.732Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-02-12T02:49:32.947Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-02-12T02:49:32.947Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-02-12T02:49:32.947Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-02-12T02:49:35.899Z] === RUN TestDockerSuite/TestContainerAPITop [2022-02-12T02:49:35.899Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-02-12T02:49:35.899Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-02-12T02:49:38.849Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-02-12T02:49:38.849Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-02-12T02:49:39.174Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-02-12T02:49:39.174Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-02-12T02:49:39.174Z] === RUN TestDockerSuite/TestCommitTTY [2022-02-12T02:49:40.184Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-02-12T02:49:40.184Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-02-12T02:49:40.184Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-02-12T02:49:42.366Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-02-12T02:49:42.826Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-02-12T02:49:42.826Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-02-12T02:49:42.826Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-02-12T02:49:43.613Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-02-12T02:49:46.564Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-02-12T02:49:46.564Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-02-12T02:49:46.564Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-02-12T02:49:46.564Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-02-12T02:49:46.564Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-02-12T02:49:46.564Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-02-12T02:49:46.564Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-02-12T02:49:46.564Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-02-12T02:49:46.564Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-02-12T02:49:46.564Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-02-12T02:49:46.564Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-02-12T02:49:47.714Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-02-12T02:49:48.782Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-02-12T02:49:48.782Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-02-12T02:49:51.412Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-02-12T02:49:51.412Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-02-12T02:49:51.412Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-02-12T02:49:51.412Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-02-12T02:49:51.412Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-02-12T02:49:51.412Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-02-12T02:49:51.412Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-02-12T02:49:51.412Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-02-12T02:49:51.412Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDevicePermissions [2022-02-12T02:49:51.412Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDockerFails [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-02-12T02:49:51.412Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-02-12T02:49:51.412Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-02-12T02:49:51.412Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestEventsAttach [2022-02-12T02:49:51.412Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestEventsCommit [2022-02-12T02:49:51.412Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-02-12T02:49:51.412Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-02-12T02:49:51.735Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-02-12T02:49:53.593Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-02-12T02:49:54.685Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-02-12T02:49:54.772Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-02-12T02:49:54.772Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-02-12T02:49:54.772Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-02-12T02:49:54.772Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-02-12T02:49:54.772Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-02-12T02:49:54.772Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-02-12T02:49:54.772Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-02-12T02:49:54.772Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-02-12T02:49:54.772Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-02-12T02:49:54.772Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-02-12T02:49:54.772Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-02-12T02:49:54.772Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-02-12T02:49:54.772Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-02-12T02:49:54.772Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-02-12T02:49:54.772Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-02-12T02:49:54.772Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-02-12T02:49:55.776Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-02-12T02:49:57.640Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-02-12T02:49:58.687Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-02-12T02:50:00.591Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0002b6858_} [2022-02-12T02:50:03.316Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-02-12T02:50:03.546Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12623211736_c:\foo_false____} [2022-02-12T02:50:06.500Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12623211736_c:\foo_true____} [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-02-12T02:50:09.451Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-02-12T02:50:09.451Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-02-12T02:50:09.451Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-02-12T02:50:09.451Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-02-12T02:50:09.451Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-02-12T02:50:09.451Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-02-12T02:50:09.451Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-02-12T02:50:13.239Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-02-12T02:50:13.240Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-02-12T02:50:13.240Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-02-12T02:50:13.240Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T02:50:13.240Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-02-12T02:50:13.240Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T02:50:13.240Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-02-12T02:50:13.240Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-02-12T02:50:13.240Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-02-12T02:50:13.240Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-02-12T02:50:13.240Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-02-12T02:50:13.240Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-02-12T02:50:13.240Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-02-12T02:50:13.240Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-02-12T02:50:13.240Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-02-12T02:50:13.240Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-02-12T02:50:13.240Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-02-12T02:50:13.240Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-02-12T02:50:13.240Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-02-12T02:50:13.240Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-02-12T02:50:13.240Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-02-12T02:50:13.240Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-02-12T02:50:13.240Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-02-12T02:50:13.240Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T02:50:13.240Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-02-12T02:50:13.240Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-02-12T02:50:13.240Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-02-12T02:50:13.609Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-02-12T02:50:13.609Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-02-12T02:50:13.609Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-02-12T02:50:16.190Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-02-12T02:50:16.191Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-02-12T02:50:16.191Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-02-12T02:50:16.191Z] === RUN TestDockerSuite/TestCpRelativePath [2022-02-12T02:50:16.402Z] === RUN TestDockerSuite/TestEventsCopy [2022-02-12T02:50:16.506Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-02-12T02:50:16.506Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-02-12T02:50:16.962Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-02-12T02:50:16.962Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-02-12T02:50:16.962Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-02-12T02:50:16.962Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-02-12T02:50:16.962Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-02-12T02:50:19.142Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-02-12T02:50:19.143Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-02-12T02:50:19.143Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-02-12T02:50:19.143Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-02-12T02:50:19.143Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-02-12T02:50:19.143Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-02-12T02:50:19.143Z] === RUN TestDockerSuite/TestCpToCaseA [2022-02-12T02:50:20.683Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-02-12T02:50:20.683Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-02-12T02:50:20.683Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-02-12T02:50:20.683Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-02-12T02:50:21.131Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-02-12T02:50:23.582Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-02-12T02:50:23.582Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-02-12T02:50:23.582Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-02-12T02:50:23.582Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-02-12T02:50:23.582Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-02-12T02:50:23.582Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-02-12T02:50:23.582Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-02-12T02:50:23.582Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-02-12T02:50:25.009Z] === RUN TestDockerSuite/TestCpToCaseB [2022-02-12T02:50:26.932Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-02-12T02:50:27.959Z] === RUN TestDockerSuite/TestCpToCaseC [2022-02-12T02:50:27.959Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-02-12T02:50:27.959Z] === RUN TestDockerSuite/TestCpToCaseD [2022-02-12T02:50:27.959Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-02-12T02:50:27.959Z] === RUN TestDockerSuite/TestCpToCaseE [2022-02-12T02:50:28.250Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-02-12T02:50:29.116Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-02-12T02:50:29.577Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-02-12T02:50:31.144Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-02-12T02:50:34.276Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-02-12T02:50:34.277Z] === RUN TestDockerSuite/TestEventsFilterType [2022-02-12T02:50:34.863Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-02-12T02:50:34.863Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-02-12T02:50:34.863Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-02-12T02:50:34.863Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-02-12T02:50:35.248Z] === RUN TestDockerSuite/TestEventsFilters [2022-02-12T02:50:39.546Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-02-12T02:50:39.546Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-02-12T02:50:39.946Z] === RUN TestDockerSuite/TestEventsFormat [2022-02-12T02:50:40.455Z] === RUN TestDockerSuite/TestCpToCaseF [2022-02-12T02:50:40.456Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-02-12T02:50:40.456Z] === RUN TestDockerSuite/TestCpToCaseG [2022-02-12T02:50:40.456Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-02-12T02:50:40.456Z] === RUN TestDockerSuite/TestCpToCaseH [2022-02-12T02:50:42.443Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-02-12T02:50:42.443Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-02-12T02:50:42.443Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-02-12T02:50:42.443Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-02-12T02:50:42.443Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-02-12T02:50:46.159Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-02-12T02:50:46.159Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-02-12T02:50:49.881Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-02-12T02:50:49.881Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-02-12T02:50:49.881Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-02-12T02:50:50.280Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-02-12T02:50:50.280Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-02-12T02:50:50.280Z] === RUN TestDockerSuite/TestEventsImageImport [2022-02-12T02:50:50.280Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-02-12T02:50:50.280Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-02-12T02:50:50.280Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-02-12T02:50:50.280Z] === RUN TestDockerSuite/TestEventsImagePull [2022-02-12T02:50:50.280Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-02-12T02:50:50.280Z] === RUN TestDockerSuite/TestEventsImageTag [2022-02-12T02:50:50.884Z] === RUN TestDockerSuite/TestCpToCaseI [2022-02-12T02:50:50.884Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-02-12T02:50:50.884Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-02-12T02:50:50.884Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-02-12T02:50:50.884Z] === RUN TestDockerSuite/TestCpToDot [2022-02-12T02:50:51.252Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-02-12T02:50:51.252Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-02-12T02:50:51.252Z] === RUN TestDockerSuite/TestEventsRename [2022-02-12T02:50:53.098Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-02-12T02:50:53.098Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-02-12T02:50:53.098Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-02-12T02:50:53.098Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-02-12T02:50:53.098Z] === RUN TestDockerSuite/TestCpToStdout [2022-02-12T02:50:53.441Z] === RUN TestDockerSuite/TestEventsResize [2022-02-12T02:50:53.602Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-02-12T02:50:54.057Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-02-12T02:50:56.054Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-02-12T02:50:56.054Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T02:50:56.054Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-02-12T02:50:56.054Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-02-12T02:50:56.054Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-02-12T02:50:56.054Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-02-12T02:50:56.054Z] === RUN TestDockerSuite/TestCpVolumePath [2022-02-12T02:50:56.054Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-02-12T02:50:56.054Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-02-12T02:50:56.521Z] === RUN TestDockerSuite/TestCreateArgs [2022-02-12T02:50:56.521Z] === RUN TestDockerSuite/TestCreateByImageID [2022-02-12T02:50:57.781Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-02-12T02:50:58.735Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-02-12T02:51:02.032Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-02-12T02:51:02.527Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-02-12T02:51:02.527Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-02-12T02:51:02.527Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-02-12T02:51:03.572Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-02-12T02:51:04.741Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-02-12T02:51:04.838Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-02-12T02:51:05.727Z] === RUN TestDockerSuite/TestCreateLabels [2022-02-12T02:51:05.727Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-02-12T02:51:05.727Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-02-12T02:51:05.727Z] === RUN TestDockerSuite/TestCreateRM [2022-02-12T02:51:06.195Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-02-12T02:51:06.195Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-12T02:51:06.195Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-02-12T02:51:06.483Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-02-12T02:51:06.664Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-02-12T02:51:07.131Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-02-12T02:51:11.888Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-02-12T02:51:11.888Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-02-12T02:51:11.888Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-02-12T02:51:11.888Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-02-12T02:51:11.888Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-02-12T02:51:14.779Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-02-12T02:51:14.779Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-02-12T02:51:14.779Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-02-12T02:51:16.819Z] === RUN TestDockerSuite/TestEventsTop [2022-02-12T02:51:16.819Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-02-12T02:51:16.819Z] === RUN TestDockerSuite/TestEventsUntag [2022-02-12T02:51:17.552Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-02-12T02:51:17.552Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-02-12T02:51:17.553Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-02-12T02:51:18.503Z] === RUN TestDockerSuite/TestContainerAPITop [2022-02-12T02:51:18.503Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-02-12T02:51:18.503Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-02-12T02:51:19.008Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-02-12T02:51:21.342Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-02-12T02:51:21.342Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-02-12T02:51:21.342Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-02-12T02:51:21.342Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-02-12T02:51:22.226Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-02-12T02:51:22.226Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-02-12T02:51:23.708Z] === RUN TestDockerSuite/TestExec [2022-02-12T02:51:23.708Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T02:51:23.708Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-02-12T02:51:23.708Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-02-12T02:51:23.708Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-02-12T02:51:24.299Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-02-12T02:51:24.299Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.299Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-02-12T02:51:24.299Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-02-12T02:51:24.299Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.300Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-02-12T02:51:24.300Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.300Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-02-12T02:51:24.300Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.300Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-02-12T02:51:24.300Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.770Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-02-12T02:51:24.770Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.770Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-02-12T02:51:24.770Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.770Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-02-12T02:51:24.770Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.770Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-02-12T02:51:24.770Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.770Z] === RUN TestDockerSuite/TestDevicePermissions [2022-02-12T02:51:24.770Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.770Z] === RUN TestDockerSuite/TestDockerFails [2022-02-12T02:51:24.770Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-02-12T02:51:24.770Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.770Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-02-12T02:51:24.770Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.770Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-02-12T02:51:24.770Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.770Z] === RUN TestDockerSuite/TestEventsAttach [2022-02-12T02:51:24.770Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.770Z] === RUN TestDockerSuite/TestEventsCommit [2022-02-12T02:51:24.770Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-02-12T02:51:24.770Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-02-12T02:51:25.250Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-02-12T02:51:27.433Z] === RUN TestDockerSuite/TestExecAPIStart [2022-02-12T02:51:27.433Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T02:51:27.433Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-02-12T02:51:27.433Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T02:51:27.433Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-02-12T02:51:27.433Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-02-12T02:51:27.433Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-02-12T02:51:27.721Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-02-12T02:51:28.010Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-02-12T02:51:28.975Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-02-12T02:51:30.676Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-02-12T02:51:31.167Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-02-12T02:51:31.732Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-02-12T02:51:31.732Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-02-12T02:51:31.732Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-02-12T02:51:31.732Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-02-12T02:51:31.732Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-02-12T02:51:31.732Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-02-12T02:51:31.732Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-02-12T02:51:31.732Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-02-12T02:51:31.732Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-02-12T02:51:31.732Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-02-12T02:51:31.732Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-02-12T02:51:33.355Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-02-12T02:51:33.628Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-02-12T02:51:34.622Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-02-12T02:51:34.622Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-02-12T02:51:35.545Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-02-12T02:51:37.518Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-02-12T02:51:40.244Z] === RUN TestDockerSuite/TestExecCgroup [2022-02-12T02:51:40.244Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-02-12T02:51:40.244Z] === RUN TestDockerSuite/TestExecEnv [2022-02-12T02:51:40.244Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-02-12T02:51:40.244Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-02-12T02:51:40.244Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-02-12T02:51:40.244Z] === RUN TestDockerSuite/TestExecExitStatus [2022-02-12T02:51:41.242Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-02-12T02:51:42.431Z] === RUN TestDockerSuite/TestExecInspectID [2022-02-12T02:51:44.054Z] === RUN TestDockerSuite/TestEventsCopy [2022-02-12T02:51:44.963Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-02-12T02:51:46.178Z] === RUN TestDockerSuite/TestExecInteractive [2022-02-12T02:51:46.178Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-02-12T02:51:46.178Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-02-12T02:51:46.178Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-02-12T02:51:46.178Z] === RUN TestDockerSuite/TestExecParseError [2022-02-12T02:51:46.178Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-02-12T02:51:46.178Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-02-12T02:51:46.178Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-02-12T02:51:46.178Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-02-12T02:51:46.178Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-02-12T02:51:46.178Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-02-12T02:51:47.857Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000405530_} [2022-02-12T02:51:49.091Z] === RUN TestDockerSuite/TestExecSetEnv [2022-02-12T02:51:49.091Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-02-12T02:51:49.091Z] === RUN TestDockerSuite/TestExecStartFails [2022-02-12T02:51:49.091Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-02-12T02:51:49.091Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-02-12T02:51:49.091Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-02-12T02:51:49.091Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-02-12T02:51:49.091Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-02-12T02:51:49.091Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-02-12T02:51:49.091Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-02-12T02:51:49.091Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-02-12T02:51:49.919Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-02-12T02:51:51.272Z] === RUN TestDockerSuite/TestExecUlimits [2022-02-12T02:51:51.272Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-02-12T02:51:51.272Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-02-12T02:51:51.575Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12133934008_c:\foo_false____} [2022-02-12T02:51:54.469Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12133934008_c:\foo_true____} [2022-02-12T02:51:57.081Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-02-12T02:51:58.193Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-02-12T02:51:58.193Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-02-12T02:51:58.193Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-02-12T02:51:58.193Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-02-12T02:51:58.193Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-02-12T02:51:58.193Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-02-12T02:51:58.193Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-02-12T02:51:59.301Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-02-12T02:51:59.854Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-02-12T02:51:59.854Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-02-12T02:51:59.854Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-02-12T02:51:59.854Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-02-12T02:51:59.854Z] === RUN TestDockerSuite/TestExecWithUser [2022-02-12T02:51:59.854Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-02-12T02:51:59.854Z] === RUN TestDockerSuite/TestGetContainerStats [2022-02-12T02:52:00.286Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-02-12T02:52:01.914Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-02-12T02:52:01.914Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-02-12T02:52:01.914Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-02-12T02:52:01.914Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T02:52:01.914Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-02-12T02:52:01.914Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T02:52:01.914Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-02-12T02:52:01.914Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-02-12T02:52:01.914Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-02-12T02:52:01.914Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-02-12T02:52:01.914Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-02-12T02:52:01.914Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-02-12T02:52:01.914Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-02-12T02:52:01.914Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-02-12T02:52:01.914Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-02-12T02:52:01.914Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-02-12T02:52:01.914Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-02-12T02:52:01.914Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-02-12T02:52:01.914Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-02-12T02:52:01.914Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-02-12T02:52:01.914Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-02-12T02:52:01.914Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-02-12T02:52:01.914Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-02-12T02:52:01.914Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T02:52:01.914Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-02-12T02:52:01.914Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-02-12T02:52:01.914Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-02-12T02:52:05.632Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-02-12T02:52:05.632Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-02-12T02:52:05.632Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-02-12T02:52:05.632Z] === RUN TestDockerSuite/TestCpRelativePath [2022-02-12T02:52:06.156Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-02-12T02:52:06.156Z] === RUN TestDockerSuite/TestEventsFilterType [2022-02-12T02:52:06.939Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-02-12T02:52:07.728Z] === RUN TestDockerSuite/TestEventsFilters [2022-02-12T02:52:09.348Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-02-12T02:52:09.348Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-02-12T02:52:09.348Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-02-12T02:52:09.348Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-02-12T02:52:09.348Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-02-12T02:52:09.348Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-02-12T02:52:09.348Z] === RUN TestDockerSuite/TestCpToCaseA [2022-02-12T02:52:12.751Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-02-12T02:52:14.890Z] === RUN TestDockerSuite/TestEventsFormat [2022-02-12T02:52:15.668Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-02-12T02:52:16.402Z] === RUN TestDockerSuite/TestCpToCaseB [2022-02-12T02:52:19.303Z] === RUN TestDockerSuite/TestCpToCaseC [2022-02-12T02:52:19.303Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-02-12T02:52:19.303Z] === RUN TestDockerSuite/TestCpToCaseD [2022-02-12T02:52:19.303Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-02-12T02:52:19.303Z] === RUN TestDockerSuite/TestCpToCaseE [2022-02-12T02:52:20.761Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-02-12T02:52:21.230Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-02-12T02:52:21.230Z] === RUN TestDockerSuite/TestEventsImageImport [2022-02-12T02:52:21.230Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-02-12T02:52:21.230Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-02-12T02:52:21.230Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-02-12T02:52:21.230Z] === RUN TestDockerSuite/TestEventsImagePull [2022-02-12T02:52:21.230Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-02-12T02:52:21.230Z] === RUN TestDockerSuite/TestEventsImageTag [2022-02-12T02:52:22.753Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-02-12T02:52:22.753Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T02:52:22.753Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-02-12T02:52:22.753Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-02-12T02:52:22.753Z] === RUN TestDockerSuite/TestHealth [2022-02-12T02:52:22.753Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-02-12T02:52:22.753Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-02-12T02:52:22.753Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-02-12T02:52:22.753Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-02-12T02:52:22.753Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-02-12T02:52:22.795Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-02-12T02:52:22.795Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-02-12T02:52:22.795Z] === RUN TestDockerSuite/TestEventsRename [2022-02-12T02:52:25.755Z] === RUN TestDockerSuite/TestEventsResize [2022-02-12T02:52:26.929Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-02-12T02:52:26.930Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-02-12T02:52:26.930Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-02-12T02:52:26.930Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-02-12T02:52:26.930Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-02-12T02:52:26.930Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-02-12T02:52:27.390Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-02-12T02:52:28.360Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-02-12T02:52:28.360Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-02-12T02:52:28.360Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-02-12T02:52:29.330Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-02-12T02:52:29.330Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-02-12T02:52:31.515Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-02-12T02:52:31.515Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-02-12T02:52:34.125Z] === RUN TestDockerSuite/TestCpToCaseF [2022-02-12T02:52:34.125Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-02-12T02:52:34.125Z] === RUN TestDockerSuite/TestCpToCaseG [2022-02-12T02:52:34.125Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-02-12T02:52:34.125Z] === RUN TestDockerSuite/TestCpToCaseH [2022-02-12T02:52:34.416Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-02-12T02:52:34.424Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-02-12T02:52:37.366Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-02-12T02:52:40.318Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-02-12T02:52:41.529Z] === RUN TestDockerSuite/TestImagesFormat [2022-02-12T02:52:41.989Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-02-12T02:52:41.989Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-02-12T02:52:41.989Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-02-12T02:52:46.183Z] === RUN TestDockerSuite/TestEventsTop [2022-02-12T02:52:46.183Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-02-12T02:52:46.183Z] === RUN TestDockerSuite/TestEventsUntag [2022-02-12T02:52:46.473Z] === RUN TestDockerSuite/TestCpToCaseI [2022-02-12T02:52:46.473Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-02-12T02:52:46.473Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-02-12T02:52:46.473Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-02-12T02:52:46.473Z] === RUN TestDockerSuite/TestCpToDot [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestImportBadURL [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestImportDisplay [2022-02-12T02:52:46.689Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestImportFile [2022-02-12T02:52:46.689Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-02-12T02:52:46.689Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestImportGzipped [2022-02-12T02:52:46.689Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-02-12T02:52:46.689Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-02-12T02:52:46.689Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-02-12T02:52:46.689Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-02-12T02:52:46.689Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-02-12T02:52:46.689Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-02-12T02:52:46.689Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-12T02:52:46.689Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-02-12T02:52:49.131Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-02-12T02:52:49.604Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-02-12T02:52:50.192Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-02-12T02:52:50.192Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-02-12T02:52:50.192Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-02-12T02:52:50.192Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-02-12T02:52:50.192Z] === RUN TestDockerSuite/TestCpToStdout [2022-02-12T02:52:53.887Z] === RUN TestDockerSuite/TestExec [2022-02-12T02:52:53.887Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T02:52:53.887Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-02-12T02:52:53.887Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-02-12T02:52:53.887Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-02-12T02:52:53.912Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-02-12T02:52:53.912Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T02:52:53.912Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-02-12T02:52:53.912Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-02-12T02:52:53.912Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-02-12T02:52:53.912Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-02-12T02:52:53.912Z] === RUN TestDockerSuite/TestCpVolumePath [2022-02-12T02:52:53.912Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-02-12T02:52:53.912Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-02-12T02:52:53.912Z] === RUN TestDockerSuite/TestCreateArgs [2022-02-12T02:52:53.912Z] === RUN TestDockerSuite/TestCreateByImageID [2022-02-12T02:52:56.692Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-02-12T02:52:56.692Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-02-12T02:52:56.692Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-02-12T02:52:56.692Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-02-12T02:52:56.816Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-02-12T02:52:56.839Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-02-12T02:52:57.152Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-02-12T02:52:57.152Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-02-12T02:52:57.152Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-02-12T02:52:57.152Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-02-12T02:52:59.052Z] === RUN TestDockerSuite/TestExecAPIStart [2022-02-12T02:52:59.053Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T02:52:59.053Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-02-12T02:52:59.053Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T02:52:59.053Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-02-12T02:52:59.053Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-02-12T02:52:59.053Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-02-12T02:52:59.335Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-02-12T02:52:59.710Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-02-12T02:52:59.795Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-02-12T02:53:00.166Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-02-12T02:53:00.166Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-02-12T02:53:01.271Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-02-12T02:53:01.983Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-02-12T02:53:01.983Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-02-12T02:53:01.983Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-02-12T02:53:01.983Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-02-12T02:53:01.983Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-02-12T02:53:01.983Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-02-12T02:53:01.983Z] === RUN TestDockerSuite/TestInspectDefault [2022-02-12T02:53:03.058Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-02-12T02:53:04.019Z] === RUN TestDockerSuite/TestCreateLabels [2022-02-12T02:53:04.019Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-02-12T02:53:04.019Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-02-12T02:53:04.019Z] === RUN TestDockerSuite/TestCreateRM [2022-02-12T02:53:04.225Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-02-12T02:53:04.475Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-02-12T02:53:04.475Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-12T02:53:04.475Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-02-12T02:53:04.896Z] === RUN TestDockerSuite/TestInspectHistory [2022-02-12T02:53:04.931Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-02-12T02:53:05.387Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-02-12T02:53:06.439Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-02-12T02:53:08.641Z] === RUN TestDockerSuite/TestInspectImage [2022-02-12T02:53:08.641Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T02:53:08.654Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-02-12T02:53:09.101Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-02-12T02:53:09.101Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T02:53:09.101Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-02-12T02:53:09.101Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-12T02:53:09.101Z] === RUN TestDockerSuite/TestInspectInt64 [2022-02-12T02:53:11.286Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-02-12T02:53:14.199Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-02-12T02:53:14.199Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-02-12T02:53:16.380Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-02-12T02:53:17.741Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-02-12T02:53:17.741Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-02-12T02:53:17.741Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-02-12T02:53:18.562Z] === RUN TestDockerSuite/TestInspectPlugin [2022-02-12T02:53:18.562Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-02-12T02:53:18.562Z] === RUN TestDockerSuite/TestInspectRootFS [2022-02-12T02:53:18.562Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-02-12T02:53:19.071Z] === RUN TestDockerSuite/TestExecCgroup [2022-02-12T02:53:19.071Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-02-12T02:53:19.071Z] === RUN TestDockerSuite/TestExecEnv [2022-02-12T02:53:19.071Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-02-12T02:53:19.071Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-02-12T02:53:19.071Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-02-12T02:53:19.071Z] === RUN TestDockerSuite/TestExecExitStatus [2022-02-12T02:53:20.641Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-02-12T02:53:21.098Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-02-12T02:53:21.098Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-02-12T02:53:21.098Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-02-12T02:53:21.290Z] === RUN TestDockerSuite/TestExecInspectID [2022-02-12T02:53:21.473Z] === RUN TestDockerSuite/TestInspectStatus [2022-02-12T02:53:24.385Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-02-12T02:53:24.834Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-02-12T02:53:24.834Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-02-12T02:53:24.834Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-02-12T02:53:24.834Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-02-12T02:53:24.834Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-02-12T02:53:24.834Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-02-12T02:53:24.834Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-02-12T02:53:24.834Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-02-12T02:53:24.834Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-02-12T02:53:24.834Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-02-12T02:53:24.834Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T02:53:24.834Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-02-12T02:53:24.834Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-02-12T02:53:24.834Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-02-12T02:53:24.834Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-02-12T02:53:24.834Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-02-12T02:53:24.834Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T02:53:24.834Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-02-12T02:53:24.834Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-02-12T02:53:24.834Z] === RUN TestDockerSuite/TestDevicePermissions [2022-02-12T02:53:24.834Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-02-12T02:53:24.834Z] === RUN TestDockerSuite/TestDockerFails [2022-02-12T02:53:25.290Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-02-12T02:53:25.290Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-02-12T02:53:25.290Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-02-12T02:53:25.290Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-02-12T02:53:25.290Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-02-12T02:53:25.290Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-02-12T02:53:25.290Z] === RUN TestDockerSuite/TestEventsAttach [2022-02-12T02:53:25.290Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-02-12T02:53:25.290Z] === RUN TestDockerSuite/TestEventsCommit [2022-02-12T02:53:25.290Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-02-12T02:53:25.290Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-02-12T02:53:27.155Z] === RUN TestDockerSuite/TestExecInteractive [2022-02-12T02:53:27.155Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-02-12T02:53:27.155Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-02-12T02:53:27.155Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-02-12T02:53:27.155Z] === RUN TestDockerSuite/TestExecParseError [2022-02-12T02:53:27.155Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-02-12T02:53:27.155Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-02-12T02:53:27.155Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-02-12T02:53:27.155Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-02-12T02:53:27.155Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-02-12T02:53:27.155Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-02-12T02:53:29.012Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-02-12T02:53:29.082Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-02-12T02:53:29.371Z] === RUN TestDockerSuite/TestExecSetEnv [2022-02-12T02:53:29.371Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-02-12T02:53:29.371Z] === RUN TestDockerSuite/TestExecStartFails [2022-02-12T02:53:29.371Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-02-12T02:53:29.371Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-02-12T02:53:29.371Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-02-12T02:53:29.371Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-02-12T02:53:29.371Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-02-12T02:53:29.371Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-02-12T02:53:29.371Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-02-12T02:53:29.371Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-02-12T02:53:31.268Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-02-12T02:53:32.320Z] === RUN TestDockerSuite/TestExecUlimits [2022-02-12T02:53:32.321Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-02-12T02:53:32.321Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-02-12T02:53:32.739Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-02-12T02:53:34.184Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-02-12T02:53:36.366Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-02-12T02:53:36.456Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-02-12T02:53:38.198Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-02-12T02:53:38.199Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-02-12T02:53:38.667Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-02-12T02:53:38.667Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-02-12T02:53:38.667Z] === RUN TestDockerSuite/TestExecWithUser [2022-02-12T02:53:38.667Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-02-12T02:53:38.667Z] === RUN TestDockerSuite/TestGetContainerStats [2022-02-12T02:53:39.280Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-02-12T02:53:41.465Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-02-12T02:53:43.652Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-02-12T02:53:43.652Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-02-12T02:53:43.652Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T02:53:43.652Z] === RUN TestDockerSuite/TestLinksEnvs [2022-02-12T02:53:43.652Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-02-12T02:53:43.652Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-02-12T02:53:43.652Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-02-12T02:53:43.652Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-02-12T02:53:43.652Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-02-12T02:53:43.652Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-02-12T02:53:43.652Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-02-12T02:53:43.652Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-02-12T02:53:43.652Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-02-12T02:53:43.652Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-02-12T02:53:43.652Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T02:53:43.652Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-02-12T02:53:43.652Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-02-12T02:53:44.113Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-02-12T02:53:44.113Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-02-12T02:53:44.113Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-02-12T02:53:44.113Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-02-12T02:53:44.113Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-02-12T02:53:44.113Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-02-12T02:53:44.113Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-02-12T02:53:44.113Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T02:53:44.113Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-02-12T02:53:44.113Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-02-12T02:53:44.113Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-02-12T02:53:44.113Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-02-12T02:53:44.113Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-02-12T02:53:44.113Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-02-12T02:53:44.113Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-02-12T02:53:44.113Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-02-12T02:53:44.113Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-02-12T02:53:44.113Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-02-12T02:53:44.113Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-02-12T02:53:45.824Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-02-12T02:53:46.299Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-02-12T02:53:48.488Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-02-12T02:53:48.809Z] === RUN TestDockerSuite/TestEventsCopy [2022-02-12T02:53:51.689Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-02-12T02:53:54.637Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-02-12T02:53:54.856Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-02-12T02:53:55.863Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-02-12T02:54:01.792Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-02-12T02:54:01.793Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T02:54:01.793Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-02-12T02:54:01.793Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-02-12T02:54:01.793Z] === RUN TestDockerSuite/TestHealth [2022-02-12T02:54:01.793Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-02-12T02:54:01.793Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-02-12T02:54:01.793Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-02-12T02:54:01.793Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-02-12T02:54:01.793Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-02-12T02:54:01.941Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-02-12T02:54:01.941Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-02-12T02:54:01.941Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-02-12T02:54:02.924Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-02-12T02:54:04.128Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-02-12T02:54:04.589Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-02-12T02:54:05.818Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-02-12T02:54:06.782Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-02-12T02:54:07.668Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-02-12T02:54:07.668Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-02-12T02:54:07.668Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-02-12T02:54:07.668Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-02-12T02:54:07.668Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-02-12T02:54:07.668Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-02-12T02:54:08.136Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-02-12T02:54:09.123Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-02-12T02:54:09.123Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-02-12T02:54:09.123Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-02-12T02:54:10.109Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-02-12T02:54:10.109Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-02-12T02:54:11.675Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-02-12T02:54:12.324Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-02-12T02:54:12.794Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-02-12T02:54:13.841Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-02-12T02:54:13.841Z] === RUN TestDockerSuite/TestEventsFilterType [2022-02-12T02:54:14.802Z] === RUN TestDockerSuite/TestEventsFilters [2022-02-12T02:54:15.009Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-02-12T02:54:17.477Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-02-12T02:54:18.803Z] === RUN TestDockerSuite/TestImagesFormat [2022-02-12T02:54:18.803Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-02-12T02:54:18.803Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-02-12T02:54:18.803Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-02-12T02:54:21.848Z] === RUN TestDockerSuite/TestEventsFormat [2022-02-12T02:54:22.594Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-02-12T02:54:22.594Z] === RUN TestDockerSuite/TestImportBadURL [2022-02-12T02:54:23.063Z] === RUN TestDockerSuite/TestImportDisplay [2022-02-12T02:54:23.063Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-02-12T02:54:23.063Z] === RUN TestDockerSuite/TestImportFile [2022-02-12T02:54:23.063Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-02-12T02:54:23.063Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-02-12T02:54:23.063Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-02-12T02:54:23.063Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-02-12T02:54:23.063Z] === RUN TestDockerSuite/TestImportGzipped [2022-02-12T02:54:23.063Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-02-12T02:54:23.063Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-02-12T02:54:23.063Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T02:54:23.063Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-02-12T02:54:23.063Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-02-12T02:54:23.063Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-02-12T02:54:23.063Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-02-12T02:54:23.063Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-02-12T02:54:23.063Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-02-12T02:54:23.063Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-02-12T02:54:23.063Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-02-12T02:54:23.063Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-02-12T02:54:23.063Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-02-12T02:54:23.063Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-12T02:54:23.063Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-02-12T02:54:23.279Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-02-12T02:54:26.020Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-02-12T02:54:26.192Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-02-12T02:54:28.897Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-02-12T02:54:28.897Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-02-12T02:54:28.897Z] === RUN TestDockerSuite/TestEventsImageImport [2022-02-12T02:54:28.897Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-02-12T02:54:28.897Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-02-12T02:54:28.897Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-02-12T02:54:28.897Z] === RUN TestDockerSuite/TestEventsImagePull [2022-02-12T02:54:28.897Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-02-12T02:54:28.897Z] === RUN TestDockerSuite/TestEventsImageTag [2022-02-12T02:54:28.973Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-02-12T02:54:28.973Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-02-12T02:54:28.973Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-02-12T02:54:28.973Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-02-12T02:54:28.973Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-02-12T02:54:28.973Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-02-12T02:54:28.973Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-02-12T02:54:29.103Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-02-12T02:54:29.103Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-02-12T02:54:29.103Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-02-12T02:54:29.440Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-02-12T02:54:29.858Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-02-12T02:54:29.858Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-02-12T02:54:29.858Z] === RUN TestDockerSuite/TestEventsRename [2022-02-12T02:54:31.287Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-02-12T02:54:32.398Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-02-12T02:54:32.398Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-02-12T02:54:33.583Z] === RUN TestDockerSuite/TestEventsResize [2022-02-12T02:54:34.198Z] === RUN TestDockerSuite/TestLogsSince [2022-02-12T02:54:35.356Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-02-12T02:54:35.356Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-02-12T02:54:35.356Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-02-12T02:54:35.356Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-02-12T02:54:35.356Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-02-12T02:54:35.356Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-02-12T02:54:35.356Z] === RUN TestDockerSuite/TestInspectDefault [2022-02-12T02:54:38.309Z] === RUN TestDockerSuite/TestInspectHistory [2022-02-12T02:54:44.178Z] === RUN TestDockerSuite/TestInspectImage [2022-02-12T02:54:44.178Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T02:54:44.178Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-02-12T02:54:44.178Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T02:54:44.178Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-02-12T02:54:44.178Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-12T02:54:44.178Z] === RUN TestDockerSuite/TestInspectInt64 [2022-02-12T02:54:44.550Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-02-12T02:54:44.550Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-02-12T02:54:44.550Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-02-12T02:54:44.550Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-02-12T02:54:44.550Z] === RUN TestDockerSuite/TestLogsTail [2022-02-12T02:54:46.735Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-02-12T02:54:47.129Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-02-12T02:54:49.345Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-02-12T02:54:49.647Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-02-12T02:54:49.814Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-02-12T02:54:51.831Z] === RUN TestDockerSuite/TestMountIntoProc [2022-02-12T02:54:51.831Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-02-12T02:54:51.831Z] === RUN TestDockerSuite/TestMountIntoSys [2022-02-12T02:54:51.831Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-02-12T02:54:51.831Z] === RUN TestDockerSuite/TestNetHostname [2022-02-12T02:54:51.831Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-02-12T02:54:51.831Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-02-12T02:54:51.831Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-02-12T02:54:51.831Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-02-12T02:54:51.831Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-02-12T02:54:51.831Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-02-12T02:54:51.831Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-02-12T02:54:51.831Z] === RUN TestDockerSuite/TestPluginActive [2022-02-12T02:54:51.831Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-02-12T02:54:51.831Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-02-12T02:54:51.831Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-02-12T02:54:51.831Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-02-12T02:54:51.831Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-02-12T02:54:51.831Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-02-12T02:54:51.831Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-02-12T02:54:51.831Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-02-12T02:54:51.831Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-02-12T02:54:51.831Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-02-12T02:54:51.831Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-02-12T02:54:51.831Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-02-12T02:54:51.831Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-02-12T02:54:51.831Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-02-12T02:54:52.294Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-02-12T02:54:52.294Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-02-12T02:54:52.294Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-02-12T02:54:52.294Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-02-12T02:54:52.294Z] === RUN TestDockerSuite/TestPortHostBinding [2022-02-12T02:54:52.294Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-02-12T02:54:52.294Z] === RUN TestDockerSuite/TestPortList [2022-02-12T02:54:52.294Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-02-12T02:54:52.294Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-02-12T02:54:52.765Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-02-12T02:54:54.981Z] === RUN TestDockerSuite/TestInspectPlugin [2022-02-12T02:54:54.981Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-02-12T02:54:54.981Z] === RUN TestDockerSuite/TestInspectRootFS [2022-02-12T02:54:55.451Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-02-12T02:54:56.992Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-02-12T02:54:56.992Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T02:54:56.992Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-02-12T02:54:56.992Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-02-12T02:54:56.992Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-02-12T02:54:56.992Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-02-12T02:54:56.992Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-02-12T02:54:56.992Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-02-12T02:54:56.992Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-12T02:54:56.992Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-02-12T02:54:56.992Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-02-12T02:54:56.992Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-02-12T02:54:56.992Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-02-12T02:54:56.992Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-02-12T02:54:56.992Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-02-12T02:54:56.992Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-02-12T02:54:56.992Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-12T02:54:56.992Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-02-12T02:54:57.667Z] === RUN TestDockerSuite/TestInspectStatus [2022-02-12T02:55:01.459Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-02-12T02:55:02.792Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-02-12T02:55:02.792Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-02-12T02:55:02.792Z] === RUN TestDockerSuite/TestPsByOrder [2022-02-12T02:55:08.614Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-02-12T02:55:09.235Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-02-12T02:55:10.830Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-02-12T02:55:12.955Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-02-12T02:55:13.131Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-02-12T02:55:13.131Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-02-12T02:55:13.131Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-02-12T02:55:13.782Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-02-12T02:55:16.682Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-02-12T02:55:16.734Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-02-12T02:55:20.399Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-02-12T02:55:24.124Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-02-12T02:55:25.288Z] === RUN TestDockerSuite/TestEventsTop [2022-02-12T02:55:25.289Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-02-12T02:55:25.289Z] === RUN TestDockerSuite/TestEventsUntag [2022-02-12T02:55:25.535Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-02-12T02:55:27.017Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-02-12T02:55:27.017Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-02-12T02:55:27.017Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.017Z] === RUN TestDockerSuite/TestLinksEnvs [2022-02-12T02:55:27.017Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.017Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-02-12T02:55:27.017Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.017Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-02-12T02:55:27.017Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-02-12T02:55:27.018Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-02-12T02:55:27.018Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-02-12T02:55:27.018Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-02-12T02:55:27.018Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-02-12T02:55:27.018Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-02-12T02:55:27.018Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-02-12T02:55:27.018Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-02-12T02:55:27.018Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-02-12T02:55:27.018Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-02-12T02:55:27.018Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-02-12T02:55:27.018Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-02-12T02:55:27.018Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-02-12T02:55:27.018Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-02-12T02:55:27.460Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-02-12T02:55:29.915Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-02-12T02:55:32.086Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-02-12T02:55:34.516Z] === RUN TestDockerSuite/TestExec [2022-02-12T02:55:34.516Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T02:55:34.516Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-02-12T02:55:34.516Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-02-12T02:55:34.516Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-02-12T02:55:37.415Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-02-12T02:55:39.142Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-02-12T02:55:40.304Z] === RUN TestDockerSuite/TestExecAPIStart [2022-02-12T02:55:40.304Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T02:55:40.304Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-02-12T02:55:40.304Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T02:55:40.304Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-02-12T02:55:40.304Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-02-12T02:55:40.304Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-02-12T02:55:42.038Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-02-12T02:55:42.039Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-02-12T02:55:42.039Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-02-12T02:55:43.244Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-02-12T02:55:43.705Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-02-12T02:55:43.705Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-02-12T02:55:43.705Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-02-12T02:55:44.207Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-02-12T02:55:44.207Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-02-12T02:55:44.986Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-02-12T02:55:48.801Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-02-12T02:55:52.751Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-02-12T02:55:53.468Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-02-12T02:55:57.192Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-02-12T02:55:58.606Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-02-12T02:55:59.803Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-02-12T02:56:02.359Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-02-12T02:56:04.243Z] === RUN TestDockerSuite/TestExecCgroup [2022-02-12T02:56:04.243Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-02-12T02:56:04.243Z] === RUN TestDockerSuite/TestExecEnv [2022-02-12T02:56:04.243Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-02-12T02:56:04.243Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-02-12T02:56:04.243Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-02-12T02:56:04.243Z] === RUN TestDockerSuite/TestExecExitStatus [2022-02-12T02:56:08.345Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-02-12T02:56:08.909Z] === RUN TestDockerSuite/TestExecInspectID [2022-02-12T02:56:10.510Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-02-12T02:56:10.937Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-02-12T02:56:13.402Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-02-12T02:56:13.402Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-02-12T02:56:13.402Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-02-12T02:56:14.679Z] === RUN TestDockerSuite/TestExecInteractive [2022-02-12T02:56:14.679Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-02-12T02:56:14.679Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-02-12T02:56:14.679Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-02-12T02:56:14.679Z] === RUN TestDockerSuite/TestExecParseError [2022-02-12T02:56:14.679Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-02-12T02:56:14.679Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-02-12T02:56:14.679Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-02-12T02:56:14.679Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-02-12T02:56:14.679Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-02-12T02:56:14.679Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-02-12T02:56:15.643Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-02-12T02:56:15.643Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-02-12T02:56:15.643Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-02-12T02:56:15.643Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-02-12T02:56:15.643Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-02-12T02:56:16.305Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-02-12T02:56:19.198Z] === RUN TestDockerSuite/TestLogsSince [2022-02-12T02:56:19.356Z] === RUN TestDockerSuite/TestExecSetEnv [2022-02-12T02:56:19.356Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-02-12T02:56:19.356Z] === RUN TestDockerSuite/TestExecStartFails [2022-02-12T02:56:19.356Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-02-12T02:56:19.356Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-02-12T02:56:19.356Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-02-12T02:56:19.356Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-02-12T02:56:19.356Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-02-12T02:56:19.356Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-02-12T02:56:19.356Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-02-12T02:56:19.356Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-02-12T02:56:20.342Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-02-12T02:56:20.342Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-02-12T02:56:20.342Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-02-12T02:56:20.342Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-02-12T02:56:20.342Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-02-12T02:56:20.342Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-02-12T02:56:20.342Z] === RUN TestDockerSuite/TestPsRightTagName [2022-02-12T02:56:20.342Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-02-12T02:56:20.342Z] === RUN TestDockerSuite/TestPsShowMounts [2022-02-12T02:56:23.073Z] === RUN TestDockerSuite/TestExecUlimits [2022-02-12T02:56:23.073Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-02-12T02:56:23.073Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-02-12T02:56:28.925Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-02-12T02:56:28.925Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-02-12T02:56:28.925Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-02-12T02:56:29.492Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-02-12T02:56:29.492Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-02-12T02:56:29.492Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-02-12T02:56:29.492Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-02-12T02:56:29.492Z] === RUN TestDockerSuite/TestLogsTail [2022-02-12T02:56:30.126Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-02-12T02:56:30.126Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-02-12T02:56:30.467Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-02-12T02:56:30.467Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-02-12T02:56:30.467Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-02-12T02:56:30.589Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-02-12T02:56:30.589Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-02-12T02:56:30.589Z] === RUN TestDockerSuite/TestExecWithUser [2022-02-12T02:56:30.589Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-02-12T02:56:30.589Z] === RUN TestDockerSuite/TestGetContainerStats [2022-02-12T02:56:32.007Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-02-12T02:56:32.385Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-02-12T02:56:32.979Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-02-12T02:56:32.979Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-02-12T02:56:32.979Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-02-12T02:56:36.108Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-02-12T02:56:37.689Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestMountIntoProc [2022-02-12T02:56:39.004Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestMountIntoSys [2022-02-12T02:56:39.004Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestNetHostname [2022-02-12T02:56:39.004Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-02-12T02:56:39.004Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-02-12T02:56:39.004Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-02-12T02:56:39.004Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestPluginActive [2022-02-12T02:56:39.004Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-02-12T02:56:39.004Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-02-12T02:56:39.004Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-02-12T02:56:39.004Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-02-12T02:56:39.004Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-02-12T02:56:39.004Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-02-12T02:56:39.004Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-02-12T02:56:39.004Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-02-12T02:56:39.004Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestPortHostBinding [2022-02-12T02:56:39.004Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.004Z] === RUN TestDockerSuite/TestPortList [2022-02-12T02:56:39.004Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-02-12T02:56:39.128Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-02-12T02:56:39.460Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-02-12T02:56:42.392Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-02-12T02:56:44.576Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-02-12T02:56:45.233Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-02-12T02:56:45.233Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T02:56:45.233Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-02-12T02:56:45.233Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-02-12T02:56:45.233Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-02-12T02:56:45.233Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-02-12T02:56:45.233Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-02-12T02:56:45.233Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-02-12T02:56:45.233Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-12T02:56:45.233Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-02-12T02:56:45.233Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-02-12T02:56:45.233Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-02-12T02:56:45.233Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-02-12T02:56:45.233Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-02-12T02:56:45.233Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-02-12T02:56:45.233Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-02-12T02:56:45.233Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-12T02:56:45.233Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-02-12T02:56:46.184Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-02-12T02:56:49.901Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-02-12T02:56:52.282Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-02-12T02:56:52.282Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-02-12T02:56:52.282Z] === RUN TestDockerSuite/TestPsByOrder [2022-02-12T02:56:58.451Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-02-12T02:56:58.451Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T02:56:58.451Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-02-12T02:56:58.451Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-02-12T02:56:58.451Z] === RUN TestDockerSuite/TestHealth [2022-02-12T02:56:58.451Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-02-12T02:56:58.451Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-02-12T02:56:58.451Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-02-12T02:56:58.451Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-02-12T02:56:58.451Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-02-12T02:57:02.575Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-02-12T02:57:02.575Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-02-12T02:57:02.575Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-02-12T02:57:04.219Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-02-12T02:57:04.219Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-02-12T02:57:04.219Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-02-12T02:57:04.219Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-02-12T02:57:04.219Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-02-12T02:57:04.219Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-02-12T02:57:04.681Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-02-12T02:57:05.643Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-02-12T02:57:05.643Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-02-12T02:57:05.643Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-02-12T02:57:06.604Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-02-12T02:57:07.067Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-02-12T02:57:09.239Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-02-12T02:57:09.239Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-02-12T02:57:12.133Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-02-12T02:57:12.866Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-02-12T02:57:15.861Z] === RUN TestDockerSuite/TestImagesFormat [2022-02-12T02:57:15.861Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-02-12T02:57:15.861Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-02-12T02:57:15.861Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-02-12T02:57:20.303Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-02-12T02:57:20.303Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T02:57:20.303Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-02-12T02:57:20.622Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-02-12T02:57:20.623Z] === RUN TestDockerSuite/TestImportBadURL [2022-02-12T02:57:20.623Z] === RUN TestDockerSuite/TestImportDisplay [2022-02-12T02:57:20.623Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-02-12T02:57:20.623Z] === RUN TestDockerSuite/TestImportFile [2022-02-12T02:57:20.623Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-02-12T02:57:20.623Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-02-12T02:57:20.623Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-02-12T02:57:20.623Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-02-12T02:57:20.623Z] === RUN TestDockerSuite/TestImportGzipped [2022-02-12T02:57:20.623Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-02-12T02:57:20.623Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-02-12T02:57:20.623Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T02:57:20.623Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-02-12T02:57:20.623Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-02-12T02:57:20.623Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-02-12T02:57:20.623Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-02-12T02:57:20.623Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-02-12T02:57:20.623Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-02-12T02:57:20.623Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-02-12T02:57:20.623Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-02-12T02:57:20.623Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-02-12T02:57:20.623Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-02-12T02:57:20.623Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-12T02:57:20.623Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-02-12T02:57:24.419Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-02-12T02:57:25.087Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-02-12T02:57:25.559Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-02-12T02:57:25.559Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-02-12T02:57:26.554Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-02-12T02:57:27.405Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-02-12T02:57:27.405Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-02-12T02:57:27.405Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-02-12T02:57:27.405Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-02-12T02:57:27.405Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-02-12T02:57:27.405Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-02-12T02:57:27.405Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-02-12T02:57:27.405Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-02-12T02:57:30.628Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-02-12T02:57:30.628Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-02-12T02:57:30.628Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-02-12T02:57:30.628Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-02-12T02:57:31.203Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-02-12T02:57:31.203Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-02-12T02:57:31.341Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-02-12T02:57:34.156Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-02-12T02:57:34.156Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-02-12T02:57:34.156Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-02-12T02:57:34.156Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-02-12T02:57:34.156Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-02-12T02:57:34.156Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-02-12T02:57:34.156Z] === RUN TestDockerSuite/TestInspectDefault [2022-02-12T02:57:36.124Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-02-12T02:57:36.124Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T02:57:36.124Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-02-12T02:57:37.955Z] === RUN TestDockerSuite/TestInspectHistory [2022-02-12T02:57:40.913Z] === RUN TestDockerSuite/TestRmiBlank [2022-02-12T02:57:40.913Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-02-12T02:57:41.386Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-02-12T02:57:43.825Z] === RUN TestDockerSuite/TestInspectImage [2022-02-12T02:57:43.825Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T02:57:43.825Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-02-12T02:57:43.825Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T02:57:43.825Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-02-12T02:57:43.825Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-12T02:57:43.825Z] === RUN TestDockerSuite/TestInspectInt64 [2022-02-12T02:57:45.559Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-02-12T02:57:47.623Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-02-12T02:57:48.510Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-02-12T02:57:51.412Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-02-12T02:57:51.412Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-02-12T02:57:55.201Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-02-12T02:57:56.389Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-02-12T02:57:58.932Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-02-12T02:57:59.001Z] === RUN TestDockerSuite/TestInspectPlugin [2022-02-12T02:57:59.001Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-02-12T02:57:59.001Z] === RUN TestDockerSuite/TestInspectRootFS [2022-02-12T02:57:59.001Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-02-12T02:57:59.360Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-02-12T02:58:00.356Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-02-12T02:58:02.720Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-02-12T02:58:02.788Z] === RUN TestDockerSuite/TestInspectStatus [2022-02-12T02:58:03.187Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-02-12T02:58:03.187Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-02-12T02:58:03.187Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-02-12T02:58:03.187Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-02-12T02:58:07.553Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-02-12T02:58:09.058Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-02-12T02:58:09.058Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-02-12T02:58:09.058Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-02-12T02:58:09.058Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-02-12T02:58:09.058Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-02-12T02:58:09.058Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-02-12T02:58:09.058Z] === RUN TestDockerSuite/TestPsRightTagName [2022-02-12T02:58:09.058Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-02-12T02:58:09.058Z] === RUN TestDockerSuite/TestPsShowMounts [2022-02-12T02:58:11.447Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-02-12T02:58:12.344Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-02-12T02:58:17.862Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-02-12T02:58:17.862Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-02-12T02:58:17.862Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-02-12T02:58:18.849Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-02-12T02:58:18.849Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-02-12T02:58:18.849Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-02-12T02:58:19.834Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-02-12T02:58:20.118Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-02-12T02:58:20.820Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-02-12T02:58:20.820Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-02-12T02:58:20.820Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-02-12T02:58:21.049Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-02-12T02:58:23.075Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-02-12T02:58:24.868Z] === RUN TestDockerSuite/TestRmiTag [2022-02-12T02:58:25.573Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-02-12T02:58:25.863Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-02-12T02:58:26.867Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-02-12T02:58:28.106Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-02-12T02:58:30.665Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-02-12T02:58:31.441Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-02-12T02:58:33.627Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-02-12T02:58:34.391Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-02-12T02:58:37.424Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-02-12T02:58:40.381Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinksEnvs [2022-02-12T02:58:40.381Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-02-12T02:58:40.381Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-02-12T02:58:40.381Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-02-12T02:58:40.381Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-02-12T02:58:40.381Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-02-12T02:58:40.381Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-02-12T02:58:40.381Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-02-12T02:58:40.381Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-02-12T02:58:40.381Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-02-12T02:58:40.381Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-02-12T02:58:40.381Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-02-12T02:58:40.381Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-02-12T02:58:40.381Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-02-12T02:58:40.381Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-02-12T02:58:40.381Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-02-12T02:58:40.381Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-02-12T02:58:44.174Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-02-12T02:58:45.986Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-02-12T02:58:47.125Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-02-12T02:58:48.218Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-02-12T02:58:53.003Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-02-12T02:58:53.997Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-02-12T02:58:53.997Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-02-12T02:58:53.997Z] === RUN TestDockerSuite/TestRunAddHost [2022-02-12T02:58:53.997Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-02-12T02:58:53.997Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-02-12T02:58:53.997Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-02-12T02:58:53.997Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-02-12T02:58:53.997Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-02-12T02:58:53.997Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-02-12T02:58:53.997Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-02-12T02:58:53.997Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-02-12T02:58:53.997Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-02-12T02:58:53.997Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-02-12T02:58:53.997Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-02-12T02:58:53.997Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-02-12T02:58:54.291Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-02-12T02:58:56.230Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-02-12T02:58:56.230Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-02-12T02:58:56.230Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-02-12T02:58:56.230Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-02-12T02:58:56.230Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-02-12T02:58:57.247Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-02-12T02:58:57.247Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-02-12T02:58:57.247Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-02-12T02:58:59.683Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-02-12T02:58:59.684Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T02:58:59.684Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-02-12T02:59:01.018Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-02-12T02:59:01.041Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-02-12T02:59:01.041Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-02-12T02:59:03.998Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-02-12T02:59:08.343Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-02-12T02:59:08.343Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-02-12T02:59:08.810Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-02-12T02:59:09.278Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-02-12T02:59:09.711Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-02-12T02:59:12.704Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-02-12T02:59:15.149Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-02-12T02:59:17.004Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-02-12T02:59:18.866Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-02-12T02:59:21.048Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-02-12T02:59:21.048Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T02:59:21.048Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-02-12T02:59:25.547Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-02-12T02:59:25.964Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-02-12T02:59:26.425Z] === RUN TestDockerSuite/TestRunBindMounts [2022-02-12T02:59:26.913Z] === RUN TestDockerSuite/TestRmiBlank [2022-02-12T02:59:26.913Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-02-12T02:59:26.913Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-02-12T02:59:30.234Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-02-12T02:59:31.123Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-02-12T02:59:31.123Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-02-12T02:59:31.123Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-02-12T02:59:31.123Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-02-12T02:59:31.123Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-02-12T02:59:31.123Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-02-12T02:59:31.123Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-02-12T02:59:31.123Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-02-12T02:59:31.123Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-02-12T02:59:31.123Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-02-12T02:59:31.123Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-02-12T02:59:31.123Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-02-12T02:59:31.123Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-02-12T02:59:31.123Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-02-12T02:59:31.123Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-02-12T02:59:31.123Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-02-12T02:59:31.123Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-02-12T02:59:31.123Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-02-12T02:59:31.123Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-02-12T02:59:31.123Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-02-12T02:59:31.123Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-02-12T02:59:31.123Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-02-12T02:59:31.123Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-02-12T02:59:33.431Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-02-12T02:59:33.431Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-02-12T02:59:33.431Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-02-12T02:59:36.005Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-02-12T02:59:36.005Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-02-12T02:59:36.005Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-02-12T02:59:37.175Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-02-12T02:59:37.175Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-02-12T02:59:37.175Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-02-12T02:59:37.175Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-02-12T02:59:37.175Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-02-12T02:59:38.894Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-02-12T02:59:39.360Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-02-12T02:59:39.360Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-02-12T02:59:39.360Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-02-12T02:59:39.360Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-02-12T02:59:39.360Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-02-12T02:59:39.360Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-02-12T02:59:39.360Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-02-12T02:59:39.360Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-02-12T02:59:39.360Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-02-12T02:59:39.360Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-02-12T02:59:39.360Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-02-12T02:59:39.360Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-02-12T02:59:39.360Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-02-12T02:59:39.360Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-02-12T02:59:39.360Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-02-12T02:59:41.545Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-02-12T02:59:42.618Z] === RUN TestDockerSuite/TestLogsSince [2022-02-12T02:59:44.458Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-02-12T02:59:44.724Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-02-12T02:59:46.288Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-02-12T02:59:46.642Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-02-12T02:59:46.642Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-02-12T02:59:46.642Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-02-12T02:59:46.642Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-02-12T02:59:46.642Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-02-12T02:59:46.642Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-02-12T02:59:46.642Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-02-12T02:59:47.274Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-02-12T02:59:48.831Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-02-12T02:59:48.831Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-02-12T02:59:48.831Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-02-12T02:59:48.831Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-02-12T02:59:48.831Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-02-12T02:59:48.831Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-02-12T02:59:48.831Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-02-12T02:59:48.831Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-02-12T02:59:48.831Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-02-12T02:59:51.016Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-02-12T02:59:52.923Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-02-12T02:59:52.923Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-02-12T02:59:52.923Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-02-12T02:59:52.923Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-02-12T02:59:52.923Z] === RUN TestDockerSuite/TestLogsTail [2022-02-12T02:59:55.932Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-02-12T02:59:56.640Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-02-12T02:59:56.821Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-02-12T02:59:56.821Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-02-12T02:59:56.822Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-02-12T02:59:56.822Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-02-12T02:59:56.822Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-02-12T02:59:56.822Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-02-12T02:59:56.822Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-02-12T02:59:56.822Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-12T02:59:56.822Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-02-12T02:59:56.822Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-02-12T02:59:56.822Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-02-12T02:59:56.822Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-02-12T02:59:56.822Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-02-12T02:59:59.005Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-02-12T02:59:59.005Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-02-12T02:59:59.005Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-02-12T02:59:59.005Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-02-12T02:59:59.005Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-02-12T02:59:59.005Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-02-12T03:00:00.361Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-02-12T03:00:01.187Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-02-12T03:00:01.797Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestMountIntoProc [2022-02-12T03:00:03.253Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestMountIntoSys [2022-02-12T03:00:03.253Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestNetHostname [2022-02-12T03:00:03.253Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-02-12T03:00:03.253Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-02-12T03:00:03.253Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-02-12T03:00:03.253Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestPluginActive [2022-02-12T03:00:03.253Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-02-12T03:00:03.253Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-02-12T03:00:03.253Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-02-12T03:00:03.253Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-02-12T03:00:03.253Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-02-12T03:00:03.253Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-02-12T03:00:03.253Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.253Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-02-12T03:00:03.253Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.368Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-02-12T03:00:03.368Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.368Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-02-12T03:00:03.712Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-02-12T03:00:03.712Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.712Z] === RUN TestDockerSuite/TestPortHostBinding [2022-02-12T03:00:03.712Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.712Z] === RUN TestDockerSuite/TestPortList [2022-02-12T03:00:03.712Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-02-12T03:00:03.712Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-02-12T03:00:05.553Z] === RUN TestDockerSuite/TestRunEnvironment [2022-02-12T03:00:05.553Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-02-12T03:00:05.553Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-02-12T03:00:05.553Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-02-12T03:00:05.553Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-02-12T03:00:05.553Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-02-12T03:00:05.553Z] === RUN TestDockerSuite/TestRunExitCode [2022-02-12T03:00:08.465Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-02-12T03:00:10.458Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-02-12T03:00:10.650Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-02-12T03:00:10.760Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-02-12T03:00:10.760Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:00:10.760Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-02-12T03:00:10.760Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-02-12T03:00:10.760Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-02-12T03:00:10.760Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-02-12T03:00:10.760Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-02-12T03:00:10.760Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-02-12T03:00:10.760Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-12T03:00:10.760Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-02-12T03:00:10.760Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-02-12T03:00:10.760Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-02-12T03:00:10.760Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-02-12T03:00:10.760Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-02-12T03:00:10.760Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-02-12T03:00:10.760Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-02-12T03:00:10.760Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-12T03:00:10.760Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-02-12T03:00:12.833Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-02-12T03:00:15.018Z] === RUN TestDockerSuite/TestRunExposePort [2022-02-12T03:00:15.018Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-02-12T03:00:15.018Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-02-12T03:00:15.213Z] === RUN TestDockerSuite/TestRmiTag [2022-02-12T03:00:15.481Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-02-12T03:00:15.481Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-02-12T03:00:15.481Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-02-12T03:00:15.481Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-02-12T03:00:15.481Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-02-12T03:00:15.481Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-02-12T03:00:15.481Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-12T03:00:15.481Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-12T03:00:15.481Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-02-12T03:00:15.481Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-02-12T03:00:15.481Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-02-12T03:00:15.481Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-02-12T03:00:15.481Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-02-12T03:00:16.200Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-02-12T03:00:17.812Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-02-12T03:00:17.812Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-02-12T03:00:17.812Z] === RUN TestDockerSuite/TestPsByOrder [2022-02-12T03:00:19.151Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-02-12T03:00:20.184Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-02-12T03:00:20.184Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-02-12T03:00:20.184Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-02-12T03:00:20.184Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-02-12T03:00:20.184Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-02-12T03:00:20.184Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-02-12T03:00:20.184Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-02-12T03:00:20.184Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-02-12T03:00:20.184Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-02-12T03:00:20.184Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-02-12T03:00:20.184Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-02-12T03:00:20.184Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-02-12T03:00:30.519Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-02-12T03:00:30.519Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-02-12T03:00:30.519Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-02-12T03:00:30.980Z] === RUN TestDockerSuite/TestRunModeHostname [2022-02-12T03:00:30.980Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-02-12T03:00:30.980Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-02-12T03:00:30.980Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-02-12T03:00:30.980Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-02-12T03:00:30.980Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-02-12T03:00:30.980Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-02-12T03:00:30.980Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-02-12T03:00:30.980Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-02-12T03:00:30.980Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-02-12T03:00:30.980Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-02-12T03:00:30.980Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-02-12T03:00:30.980Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-02-12T03:00:30.980Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-02-12T03:00:31.441Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-02-12T03:00:31.441Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-02-12T03:00:31.441Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-02-12T03:00:31.441Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-02-12T03:00:31.441Z] === RUN TestDockerSuite/TestRunMount [2022-02-12T03:00:31.441Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-02-12T03:00:31.441Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-02-12T03:00:31.441Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-02-12T03:00:31.441Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-02-12T03:00:31.441Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-02-12T03:00:31.441Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-02-12T03:00:31.441Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-02-12T03:00:31.441Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-02-12T03:00:32.586Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-02-12T03:00:32.586Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-02-12T03:00:32.586Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-02-12T03:00:40.383Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-02-12T03:00:43.359Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-02-12T03:00:43.837Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-02-12T03:00:43.837Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-02-12T03:00:43.837Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-02-12T03:00:43.837Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-02-12T03:00:43.837Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-02-12T03:00:43.837Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-02-12T03:00:43.837Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-02-12T03:00:47.363Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-02-12T03:00:48.540Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-02-12T03:00:49.248Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-02-12T03:00:50.816Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-02-12T03:00:50.816Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-02-12T03:00:50.816Z] === RUN TestDockerSuite/TestRunAddHost [2022-02-12T03:00:50.816Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-02-12T03:00:50.816Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-02-12T03:00:50.816Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-02-12T03:00:50.816Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-02-12T03:00:50.816Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-02-12T03:00:50.816Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-02-12T03:00:50.816Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-02-12T03:00:50.816Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-02-12T03:00:50.816Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-02-12T03:00:50.816Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-02-12T03:00:50.816Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-02-12T03:00:50.816Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-02-12T03:00:53.238Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-02-12T03:00:53.238Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-02-12T03:00:53.238Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-02-12T03:00:53.238Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-02-12T03:00:53.238Z] === RUN TestDockerSuite/TestRunNetHost [2022-02-12T03:00:53.238Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-02-12T03:00:53.238Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-02-12T03:00:53.238Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-02-12T03:00:53.238Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-02-12T03:00:53.238Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-02-12T03:00:53.238Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-02-12T03:00:53.238Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-02-12T03:00:53.238Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-02-12T03:00:53.238Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-02-12T03:00:53.238Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-02-12T03:00:53.238Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-02-12T03:00:53.238Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-02-12T03:00:53.238Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-02-12T03:00:53.238Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-02-12T03:00:53.238Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-02-12T03:00:53.773Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-02-12T03:00:53.773Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-02-12T03:00:53.773Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-02-12T03:00:53.773Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-02-12T03:00:53.773Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-02-12T03:00:54.778Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-02-12T03:00:56.965Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-02-12T03:00:59.147Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-02-12T03:00:59.641Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-02-12T03:01:00.120Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-02-12T03:01:02.306Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-02-12T03:01:02.769Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-02-12T03:01:02.769Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-02-12T03:01:02.769Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-02-12T03:01:02.769Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-02-12T03:01:02.769Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-02-12T03:01:02.769Z] === RUN TestDockerSuite/TestRunPortInUse [2022-02-12T03:01:02.769Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-02-12T03:01:02.769Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-02-12T03:01:02.769Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-02-12T03:01:02.769Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-02-12T03:01:02.769Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-02-12T03:01:02.769Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-02-12T03:01:02.769Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-02-12T03:01:02.769Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-02-12T03:01:02.769Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-02-12T03:01:02.769Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-12T03:01:03.432Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-02-12T03:01:05.017Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-02-12T03:01:05.476Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-02-12T03:01:05.476Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-02-12T03:01:05.476Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-02-12T03:01:05.476Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-02-12T03:01:05.476Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-02-12T03:01:05.645Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-02-12T03:01:05.687Z] === RUN TestDockerSuite/TestRunPublishPort [2022-02-12T03:01:05.687Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-02-12T03:01:05.687Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-02-12T03:01:05.687Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-02-12T03:01:05.687Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-02-12T03:01:05.687Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-02-12T03:01:05.687Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-02-12T03:01:05.687Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-02-12T03:01:05.687Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-02-12T03:01:05.687Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-12T03:01:05.687Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-02-12T03:01:08.597Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-02-12T03:01:11.547Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-02-12T03:01:12.015Z] === RUN TestDockerSuite/TestRunBindMounts [2022-02-12T03:01:12.524Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-02-12T03:01:14.274Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-02-12T03:01:14.274Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-02-12T03:01:14.274Z] === RUN TestDockerSuite/TestRunRm [2022-02-12T03:01:15.815Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-02-12T03:01:17.889Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-02-12T03:01:17.889Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-02-12T03:01:17.889Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-02-12T03:01:17.889Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-02-12T03:01:17.889Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-02-12T03:01:17.889Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-02-12T03:01:17.889Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-02-12T03:01:17.889Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-02-12T03:01:17.889Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-02-12T03:01:17.889Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-02-12T03:01:17.889Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-02-12T03:01:17.889Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-02-12T03:01:17.889Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-02-12T03:01:17.889Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-02-12T03:01:17.889Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-02-12T03:01:17.889Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-02-12T03:01:17.889Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-02-12T03:01:17.889Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-02-12T03:01:17.889Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-02-12T03:01:17.889Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-02-12T03:01:17.889Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-02-12T03:01:17.889Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-02-12T03:01:17.889Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-02-12T03:01:20.842Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-02-12T03:01:20.842Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-02-12T03:01:20.842Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-02-12T03:01:21.618Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-02-12T03:01:22.832Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-02-12T03:01:23.799Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-02-12T03:01:24.634Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-02-12T03:01:24.634Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-02-12T03:01:24.634Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-02-12T03:01:24.634Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-02-12T03:01:24.634Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-02-12T03:01:25.984Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-02-12T03:01:27.585Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-02-12T03:01:27.585Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-02-12T03:01:27.585Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-02-12T03:01:27.585Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-02-12T03:01:27.585Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-02-12T03:01:27.585Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-02-12T03:01:27.585Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-02-12T03:01:27.585Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-02-12T03:01:27.585Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-02-12T03:01:27.585Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-02-12T03:01:27.585Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-02-12T03:01:27.585Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-02-12T03:01:27.585Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-02-12T03:01:27.585Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-02-12T03:01:27.585Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-02-12T03:01:28.169Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-02-12T03:01:29.797Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-02-12T03:01:29.890Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-02-12T03:01:29.890Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-02-12T03:01:29.890Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-02-12T03:01:29.890Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-02-12T03:01:29.890Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-02-12T03:01:31.092Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-02-12T03:01:31.092Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-02-12T03:01:31.092Z] === RUN TestDockerSuite/TestRunState [2022-02-12T03:01:31.092Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-02-12T03:01:31.092Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-02-12T03:01:33.286Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-02-12T03:01:33.286Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-02-12T03:01:33.286Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-02-12T03:01:33.591Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-02-12T03:01:34.825Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-02-12T03:01:34.825Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-02-12T03:01:34.825Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-02-12T03:01:34.825Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-02-12T03:01:34.825Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-02-12T03:01:35.285Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-02-12T03:01:35.285Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-02-12T03:01:35.285Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-02-12T03:01:35.285Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-02-12T03:01:36.546Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-02-12T03:01:36.546Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-02-12T03:01:36.547Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-02-12T03:01:36.547Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-02-12T03:01:36.547Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-02-12T03:01:36.547Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-02-12T03:01:36.547Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-02-12T03:01:38.435Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-02-12T03:01:38.435Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-02-12T03:01:38.435Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-02-12T03:01:38.435Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-02-12T03:01:38.435Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-02-12T03:01:38.435Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-02-12T03:01:38.435Z] === RUN TestDockerSuite/TestPsRightTagName [2022-02-12T03:01:38.435Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-02-12T03:01:38.435Z] === RUN TestDockerSuite/TestPsShowMounts [2022-02-12T03:01:39.498Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-02-12T03:01:39.498Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-02-12T03:01:39.498Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-02-12T03:01:39.498Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-02-12T03:01:39.498Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-02-12T03:01:39.498Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-02-12T03:01:39.498Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-02-12T03:01:39.498Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-02-12T03:01:39.498Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-02-12T03:01:39.990Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-02-12T03:01:39.990Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-02-12T03:01:39.990Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-02-12T03:01:39.990Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-02-12T03:01:39.990Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-02-12T03:01:39.990Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-02-12T03:01:39.990Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-02-12T03:01:39.990Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-02-12T03:01:39.990Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-02-12T03:01:39.990Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-02-12T03:01:39.990Z] === RUN TestDockerSuite/TestRunUserByID [2022-02-12T03:01:39.990Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-02-12T03:01:39.990Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-02-12T03:01:39.990Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-02-12T03:01:39.990Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-02-12T03:01:39.990Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-02-12T03:01:39.990Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-02-12T03:01:39.990Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-02-12T03:01:39.990Z] === RUN TestDockerSuite/TestRunUserByName [2022-02-12T03:01:39.990Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-02-12T03:01:39.990Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-02-12T03:01:42.448Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-02-12T03:01:42.903Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-02-12T03:01:42.903Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-02-12T03:01:42.903Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-02-12T03:01:45.087Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-02-12T03:01:45.087Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-02-12T03:01:45.087Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-02-12T03:01:45.087Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-02-12T03:01:45.087Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-02-12T03:01:47.999Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-02-12T03:01:48.729Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-02-12T03:01:48.729Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-02-12T03:01:48.729Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-02-12T03:01:49.612Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-02-12T03:01:49.612Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-02-12T03:01:49.612Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-02-12T03:01:49.612Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-02-12T03:01:49.612Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-02-12T03:01:49.612Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-02-12T03:01:49.612Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-02-12T03:01:49.612Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-12T03:01:49.612Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-02-12T03:01:49.612Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-02-12T03:01:49.612Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-02-12T03:01:49.612Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-02-12T03:01:49.612Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-02-12T03:01:50.256Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-02-12T03:01:50.256Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-02-12T03:01:50.256Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-02-12T03:01:51.783Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-02-12T03:01:52.562Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-02-12T03:01:52.563Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-02-12T03:01:52.563Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-02-12T03:01:52.563Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-02-12T03:01:52.563Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-02-12T03:01:52.563Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-02-12T03:01:52.746Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-02-12T03:01:52.746Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-02-12T03:01:52.746Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-02-12T03:01:55.517Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-02-12T03:01:58.467Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-02-12T03:01:58.467Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-02-12T03:01:58.467Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-02-12T03:01:59.814Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-02-12T03:02:00.406Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-02-12T03:02:02.259Z] === RUN TestDockerSuite/TestRunEnvironment [2022-02-12T03:02:02.259Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-02-12T03:02:02.259Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-02-12T03:02:02.259Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-02-12T03:02:02.259Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-02-12T03:02:02.259Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-02-12T03:02:02.259Z] === RUN TestDockerSuite/TestRunExitCode [2022-02-12T03:02:04.477Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-02-12T03:02:05.193Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-02-12T03:02:06.971Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-02-12T03:02:07.638Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-02-12T03:02:09.870Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-02-12T03:02:10.997Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-02-12T03:02:10.997Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-02-12T03:02:10.997Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-02-12T03:02:10.997Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-02-12T03:02:11.428Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-02-12T03:02:13.178Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-02-12T03:02:14.384Z] === RUN TestDockerSuite/TestRunExposePort [2022-02-12T03:02:14.384Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-02-12T03:02:14.384Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-02-12T03:02:14.384Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-02-12T03:02:14.384Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-02-12T03:02:14.384Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-02-12T03:02:14.384Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-02-12T03:02:14.384Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-02-12T03:02:14.384Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-02-12T03:02:14.384Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-12T03:02:14.384Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-12T03:02:14.384Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-02-12T03:02:14.384Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-02-12T03:02:14.384Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-02-12T03:02:14.384Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-02-12T03:02:14.384Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-02-12T03:02:15.360Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-02-12T03:02:17.546Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-02-12T03:02:17.546Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-02-12T03:02:17.546Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-02-12T03:02:17.546Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-02-12T03:02:17.546Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-02-12T03:02:17.546Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-02-12T03:02:18.006Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-02-12T03:02:18.006Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-02-12T03:02:18.006Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-02-12T03:02:18.006Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-02-12T03:02:18.006Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-02-12T03:02:18.006Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-02-12T03:02:18.006Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-02-12T03:02:18.006Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-02-12T03:02:18.006Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-02-12T03:02:20.248Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-02-12T03:02:20.248Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-02-12T03:02:20.248Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-02-12T03:02:20.248Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-02-12T03:02:20.248Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-02-12T03:02:20.248Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-02-12T03:02:20.248Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-02-12T03:02:20.248Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-02-12T03:02:20.248Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-02-12T03:02:20.248Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-02-12T03:02:20.248Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-02-12T03:02:20.248Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-02-12T03:02:21.752Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-02-12T03:02:23.938Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-02-12T03:02:26.119Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-02-12T03:02:28.912Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-02-12T03:02:28.912Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-02-12T03:02:28.912Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-02-12T03:02:30.815Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-02-12T03:02:30.816Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-02-12T03:02:30.816Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-02-12T03:02:30.816Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-02-12T03:02:30.816Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-02-12T03:02:30.816Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-02-12T03:02:30.816Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-02-12T03:02:30.816Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-02-12T03:02:30.816Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestSaveImageId [2022-02-12T03:02:30.816Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-02-12T03:02:30.816Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-02-12T03:02:30.816Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-02-12T03:02:30.816Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-02-12T03:02:30.816Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-02-12T03:02:30.816Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-02-12T03:02:30.816Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-02-12T03:02:30.816Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-02-12T03:02:30.816Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-02-12T03:02:30.816Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-02-12T03:02:31.134Z] === RUN TestDockerSuite/TestRunModeHostname [2022-02-12T03:02:31.134Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-02-12T03:02:31.134Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-02-12T03:02:31.134Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-02-12T03:02:31.134Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-02-12T03:02:31.134Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-02-12T03:02:31.134Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-02-12T03:02:31.134Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-02-12T03:02:31.134Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-02-12T03:02:31.134Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-02-12T03:02:31.134Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-02-12T03:02:31.134Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-02-12T03:02:31.134Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-02-12T03:02:31.134Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-02-12T03:02:31.134Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-02-12T03:02:31.134Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-02-12T03:02:31.134Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-02-12T03:02:31.134Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-02-12T03:02:31.134Z] === RUN TestDockerSuite/TestRunMount [2022-02-12T03:02:31.134Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-02-12T03:02:31.134Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-02-12T03:02:31.134Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-02-12T03:02:31.134Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-02-12T03:02:31.134Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-02-12T03:02:31.134Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-02-12T03:02:31.134Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-02-12T03:02:31.134Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-02-12T03:02:33.000Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-02-12T03:02:33.461Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-02-12T03:02:33.920Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-02-12T03:02:34.384Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-02-12T03:02:35.926Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-02-12T03:02:41.571Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-02-12T03:02:41.571Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-02-12T03:02:41.571Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-02-12T03:02:41.571Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-02-12T03:02:41.571Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-02-12T03:02:41.571Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-02-12T03:02:41.571Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-02-12T03:02:43.013Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-02-12T03:02:43.013Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-02-12T03:02:43.013Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-02-12T03:02:45.524Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-02-12T03:02:45.524Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T03:02:45.524Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-02-12T03:02:47.447Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-02-12T03:02:51.595Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-02-12T03:02:51.595Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-02-12T03:02:51.595Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-02-12T03:02:52.204Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-02-12T03:02:52.204Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-02-12T03:02:52.204Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-02-12T03:02:52.204Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-02-12T03:02:52.204Z] === RUN TestDockerSuite/TestRunNetHost [2022-02-12T03:02:52.204Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-02-12T03:02:52.204Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-02-12T03:02:52.204Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-02-12T03:02:52.204Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-02-12T03:02:52.204Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-02-12T03:02:52.573Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-02-12T03:02:52.573Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-02-12T03:02:52.573Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-02-12T03:02:52.672Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-02-12T03:02:52.672Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-02-12T03:02:52.672Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-02-12T03:02:52.672Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-02-12T03:02:52.672Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-02-12T03:02:52.672Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-02-12T03:02:52.672Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-02-12T03:02:52.672Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-02-12T03:02:52.672Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-02-12T03:02:53.028Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-02-12T03:02:53.146Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-02-12T03:02:54.132Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-02-12T03:02:54.510Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-02-12T03:02:54.510Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-02-12T03:02:54.510Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-02-12T03:02:54.510Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-02-12T03:02:54.510Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-02-12T03:02:54.510Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-02-12T03:02:54.510Z] === RUN TestDockerSuite/TestStartRecordError [2022-02-12T03:02:54.510Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-02-12T03:02:54.972Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-02-12T03:02:56.352Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-02-12T03:02:58.567Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-02-12T03:03:00.132Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-02-12T03:03:01.577Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-02-12T03:03:02.347Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-02-12T03:03:02.815Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-02-12T03:03:02.815Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-02-12T03:03:02.815Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-02-12T03:03:02.815Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-02-12T03:03:02.815Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-02-12T03:03:02.815Z] === RUN TestDockerSuite/TestRunPortInUse [2022-02-12T03:03:02.815Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-02-12T03:03:02.815Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-02-12T03:03:02.815Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-02-12T03:03:02.815Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-02-12T03:03:02.815Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-02-12T03:03:02.815Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-02-12T03:03:02.815Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-02-12T03:03:02.815Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-02-12T03:03:02.815Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-02-12T03:03:02.815Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-12T03:03:05.310Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-02-12T03:03:05.312Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-02-12T03:03:05.312Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-02-12T03:03:05.312Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-02-12T03:03:05.312Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-02-12T03:03:05.312Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-02-12T03:03:05.312Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-02-12T03:03:05.312Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-02-12T03:03:05.312Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-02-12T03:03:05.312Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-02-12T03:03:05.312Z] === RUN TestDockerSuite/TestStatsNoStream [2022-02-12T03:03:05.312Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-02-12T03:03:05.312Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-02-12T03:03:06.282Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-02-12T03:03:07.568Z] === RUN TestDockerSuite/TestRunPublishPort [2022-02-12T03:03:07.568Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-02-12T03:03:07.568Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-02-12T03:03:07.568Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-02-12T03:03:07.568Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-02-12T03:03:07.568Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-02-12T03:03:07.568Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-02-12T03:03:07.568Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-02-12T03:03:07.568Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-02-12T03:03:07.568Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-12T03:03:07.568Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-02-12T03:03:08.627Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-02-12T03:03:08.627Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T03:03:08.627Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-02-12T03:03:09.197Z] === RUN TestDockerSuite/TestTopPrivileged [2022-02-12T03:03:09.197Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-02-12T03:03:09.197Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-02-12T03:03:11.379Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-02-12T03:03:11.379Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-02-12T03:03:11.379Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-02-12T03:03:11.379Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-02-12T03:03:11.379Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-02-12T03:03:11.379Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-02-12T03:03:11.379Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-02-12T03:03:11.379Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-02-12T03:03:11.379Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-02-12T03:03:11.379Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-02-12T03:03:11.379Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-02-12T03:03:11.379Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-02-12T03:03:11.379Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-02-12T03:03:15.680Z] === RUN TestDockerSuite/TestRmiBlank [2022-02-12T03:03:15.680Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-02-12T03:03:15.680Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-02-12T03:03:18.001Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-02-12T03:03:18.001Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-02-12T03:03:18.001Z] === RUN TestDockerSuite/TestRunRm [2022-02-12T03:03:20.948Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-02-12T03:03:26.906Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-02-12T03:03:29.083Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-02-12T03:03:29.083Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-02-12T03:03:29.083Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-02-12T03:03:29.083Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-02-12T03:03:29.083Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-02-12T03:03:29.083Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-02-12T03:03:29.083Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-02-12T03:03:29.083Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-02-12T03:03:30.621Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-02-12T03:03:30.621Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-02-12T03:03:30.696Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-02-12T03:03:32.912Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-02-12T03:03:36.181Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-02-12T03:03:36.181Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-02-12T03:03:36.181Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-02-12T03:03:36.181Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-02-12T03:03:36.181Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-02-12T03:03:36.561Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-02-12T03:03:38.777Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-02-12T03:03:38.777Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-02-12T03:03:38.777Z] === RUN TestDockerSuite/TestRunState [2022-02-12T03:03:38.777Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-02-12T03:03:38.777Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-02-12T03:03:39.377Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-02-12T03:03:39.377Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-02-12T03:03:39.835Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-02-12T03:03:42.567Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-02-12T03:03:42.567Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-02-12T03:03:42.567Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-02-12T03:03:44.782Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-02-12T03:03:44.782Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-02-12T03:03:44.782Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-02-12T03:03:44.782Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-02-12T03:03:44.782Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-02-12T03:03:44.782Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-02-12T03:03:45.251Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-02-12T03:03:45.251Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-02-12T03:03:45.251Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-02-12T03:03:48.574Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-02-12T03:03:48.574Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-02-12T03:03:48.574Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-02-12T03:03:48.574Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-02-12T03:03:48.574Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-02-12T03:03:48.574Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-02-12T03:03:48.574Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-02-12T03:03:50.136Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-02-12T03:03:51.119Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-02-12T03:03:51.119Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-02-12T03:03:51.119Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-02-12T03:03:51.119Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-02-12T03:03:51.119Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-02-12T03:03:51.119Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-02-12T03:03:51.119Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-02-12T03:03:51.119Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-02-12T03:03:51.119Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-02-12T03:03:51.119Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-02-12T03:03:51.119Z] === RUN TestDockerSuite/TestRunUserByID [2022-02-12T03:03:51.119Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-02-12T03:03:51.119Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-02-12T03:03:51.119Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-02-12T03:03:51.119Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-02-12T03:03:51.119Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-02-12T03:03:51.119Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-02-12T03:03:51.119Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-02-12T03:03:51.119Z] === RUN TestDockerSuite/TestRunUserByName [2022-02-12T03:03:51.119Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-02-12T03:03:51.119Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-02-12T03:03:54.075Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-02-12T03:03:54.075Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-02-12T03:03:54.075Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-02-12T03:03:55.657Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-02-12T03:03:55.657Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-02-12T03:03:55.657Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-02-12T03:03:55.911Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-02-12T03:03:57.028Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-02-12T03:03:57.028Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-02-12T03:03:57.028Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-02-12T03:03:57.028Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-02-12T03:03:57.028Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-02-12T03:04:01.783Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-02-12T03:04:05.997Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-02-12T03:04:05.997Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-02-12T03:04:05.997Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite (2606.24s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.71s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.27s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.65s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (94.23s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.30s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.77s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.21s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.36s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.12s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.22s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (97.23s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.25s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.64s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.86s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.92s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.30s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.55s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.92s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.83s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.20s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.12s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.32s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.66s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.15s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.53s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddTar (49.47s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.31s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (25.46s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.54s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.52s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.66s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.80s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.51s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.17s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.54s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.41s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.35s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.60s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (40.14s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.17s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.30s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.18s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.25s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.55s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.95s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCmd (0.63s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.59s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.60s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.24s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.30s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.27s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.49s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.91s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.92s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.54s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.83s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.72s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.76s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (29.27s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.61s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.57s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.64s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.52s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (29.81s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.76s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (25.44s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.54s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.62s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (8.11s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.83s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.81s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerignore (79.54s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.22s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (73.89s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.61s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.60s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (17.48s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.81s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.98s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (34.87s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.39s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.17s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (106.38s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.38s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.62s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.20s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.53s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.59s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.25s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.24s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.58s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.78s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.60s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.00s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.64s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildFails (7.03s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.14s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.33s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.31s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.17s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.51s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.41s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.06s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.89s) [2022-02-12T03:04:06.458Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.59s) [2022-02-12T03:04:06.458Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.04s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildHistory (10.93s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.99s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.96s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.83s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.90s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildLabel (1.00s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.73s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.97s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.61s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildLabels (1.03s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.72s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.97s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.62s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.81s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.66s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (13.97s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.64s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (29.14s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.31s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.09s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.64s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.44s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.96s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.94s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.71s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildNoContext (7.51s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (8.95s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (7.17s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.30s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.79s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.10s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.44s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.44s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.58s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.25s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.76s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.15s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.59s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.51s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.15s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.11s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (37.41s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (27.08s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildRm (12.36s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.31s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.41s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.44s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (8.42s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.12s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (19.61s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.64s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.66s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.76s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.25s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildStderr (4.05s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (17.65s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.95s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.25s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.26s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.98s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.89s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.56s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.58s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.47s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.85s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.80s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (9.92s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.31s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.59s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.48s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.28s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.40s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (22.21s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.33s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.24s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.35s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.00s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.04s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.11s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCommitChange (4.60s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.25s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCommitNewFile (11.03s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCommitTTY (11.39s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (9.14s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.22s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (11.53s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.27s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.27s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.39s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.58s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.11s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.20s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.34s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.29s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.31s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.09s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.61s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.26s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.42s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.68s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.16s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.99s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.68s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.60s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.60s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.29s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.12s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.62s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.77s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.72s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.66s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.70s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004420_} (3.07s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13502316105_c:\foo_false____} (7.95s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13502316105_c:\foo_true____} (2.72s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.05s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.54s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.47s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.78s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.47s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.56s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCpToCaseE (19.23s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.77s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCpToDot (2.73s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCpToStdout (2.76s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-02-12T03:04:06.459Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.22s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCreateArgs (0.22s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.26s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.53s) [2022-02-12T03:04:06.459Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.23s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.17s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.75s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestCreateLabels (0.21s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestCreateRM (0.41s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.22s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.41s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.92s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.23s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.45s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.32s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.22s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.59s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.44s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.39s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.64s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (17.86s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsCopy (5.16s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.21s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.32s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.96s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.88s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.66s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.13s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsFilters (4.66s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsFormat (9.49s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.09s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsRename (2.48s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsResize (7.89s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.31s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.69s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (9.85s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsUntag (2.84s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.88s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.00s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.04s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.03s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.13s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.22s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.20s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.30s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.38s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestExecInspectID (3.81s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.54s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.39s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (8.16s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.03s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.28s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.29s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.28s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.34s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.10s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.10s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.11s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.46s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.40s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.69s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.11s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.93s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.30s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.36s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.65s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImagesFormat (0.29s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.13s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.60s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (7.67s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.35s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.24s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.47s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectDefault (2.36s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectHistory (4.35s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.43s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.40s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.22s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.34s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.27s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.10s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.48s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectStatus (3.05s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.73s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.52s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.55s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.39s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.44s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.41s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.38s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.18s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.16s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.88s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (7.32s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.58s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.11s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.32s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.30s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.19s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.89s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.69s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.48s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.64s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsSince (9.18s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsTail (3.17s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.82s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.56s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.89s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.92s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestPsByOrder (9.94s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestPsListContainersBase (13.56s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.68s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.37s) [2022-02-12T03:04:06.460Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.14s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.30s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.94s) [2022-02-12T03:04:06.460Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.94s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.02s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.32s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.73s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.37s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.97s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.46s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.76s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.70s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (33.35s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.07s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.30s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.26s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.97s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.79s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.71s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.70s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiBlank (0.10s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.39s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.27s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.95s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.74s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.88s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.39s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.89s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.48s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiTag (0.77s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.50s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.27s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.47s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.67s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.26s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-02-12T03:04:06.461Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.09s) [2022-02-12T03:04:06.461Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.69s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.43s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.45s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (7.27s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.20s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.92s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.30s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.37s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.11s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.46s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.48s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.38s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.32s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.89s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.26s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-12T03:04:06.922Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.41s) [2022-02-12T03:04:06.922Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.12s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.20s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.27s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.33s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunExitCode (2.32s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.31s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.36s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.46s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.11s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.70s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.77s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (11.98s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.16s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.27s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.37s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.27s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.30s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.25s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.07s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.60s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunRm (2.28s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.35s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.31s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.26s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.27s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.62s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.27s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.00s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.79s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.35s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.30s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.08s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (11.83s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.72s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.97s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.39s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.24s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.38s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.11s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.78s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.27s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.60s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.33s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.82s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.96s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.60s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.35s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.27s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.54s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.31s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.36s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.31s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.17s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.63s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.03s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.40s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.41s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (12.60s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.63s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.88s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.10s) [2022-02-12T03:04:06.923Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-12T03:04:06.923Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.56s) [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.923Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-02-12T03:04:06.923Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-02-12T03:04:06.924Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- PASS: TestDockerRegistrySuite (0.18s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-12T03:04:06.924Z] === RUN TestDockerSchema1RegistrySuite [2022-02-12T03:04:06.924Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-02-12T03:04:06.924Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-02-12T03:04:06.924Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-02-12T03:04:06.924Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-02-12T03:04:06.924Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-02-12T03:04:06.924Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-02-12T03:04:06.924Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-02-12T03:04:06.924Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-02-12T03:04:06.924Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-02-12T03:04:06.924Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-02-12T03:04:06.924Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-02-12T03:04:06.924Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-02-12T03:04:06.924Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-02-12T03:04:06.924Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-02-12T03:04:06.924Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-02-12T03:04:06.924Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-02-12T03:04:06.924Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-02-12T03:04:06.924Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-02-12T03:04:06.924Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-02-12T03:04:06.924Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthTokenSuite [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-02-12T03:04:06.924Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-02-12T03:04:06.924Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-02-12T03:04:06.924Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-02-12T03:04:06.924Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-02-12T03:04:06.924Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-12T03:04:06.924Z] === RUN TestDockerDaemonSuite [2022-02-12T03:04:06.924Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-02-12T03:04:06.924Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-02-12T03:04:06.924Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-02-12T03:04:06.924Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-12T03:04:06.924Z] === RUN TestDockerSwarmSuite [2022-02-12T03:04:06.924Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-02-12T03:04:06.924Z] === RUN TestDockerPluginSuite [2022-02-12T03:04:06.924Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-02-12T03:04:06.924Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-02-12T03:04:06.924Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-02-12T03:04:06.924Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-02-12T03:04:06.924Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-02-12T03:04:06.924Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-02-12T03:04:06.924Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-02-12T03:04:06.924Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-02-12T03:04:06.924Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-02-12T03:04:06.924Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-02-12T03:04:06.924Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-02-12T03:04:06.924Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-12T03:04:06.924Z] === RUN TestDockerExternalVolumeSuite [2022-02-12T03:04:06.924Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-02-12T03:04:06.924Z] === RUN TestDockerNetworkSuite [2022-02-12T03:04:06.924Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-02-12T03:04:06.924Z] === RUN TestDockerHubPullSuite [2022-02-12T03:04:06.924Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-02-12T03:04:06.924Z] PASS [2022-02-12T03:04:06.924Z] ok github.com/docker/docker/integration-cli 2606.648s [2022-02-12T03:04:06.924Z] [2022-02-12T03:04:06.924Z] === Skipped [2022-02-12T03:04:06.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-02-12T03:04:06.924Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-02-12T03:04:06.924Z] [2022-02-12T03:04:06.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-02-12T03:04:06.924Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-02-12T03:04:06.924Z] [2022-02-12T03:04:06.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-12T03:04:06.924Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-12T03:04:06.924Z] [2022-02-12T03:04:06.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-02-12T03:04:06.924Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-02-12T03:04:06.924Z] [2022-02-12T03:04:06.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-12T03:04:06.924Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-12T03:04:06.924Z] [2022-02-12T03:04:06.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-12T03:04:06.924Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-12T03:04:06.924Z] [2022-02-12T03:04:06.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-12T03:04:06.924Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-12T03:04:06.924Z] [2022-02-12T03:04:06.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-12T03:04:06.924Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-12T03:04:06.924Z] [2022-02-12T03:04:06.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-12T03:04:06.924Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-12T03:04:06.924Z] [2022-02-12T03:04:06.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-12T03:04:06.924Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-12T03:04:06.924Z] [2022-02-12T03:04:06.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-12T03:04:06.924Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.924Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-12T03:04:06.924Z] [2022-02-12T03:04:06.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-02-12T03:04:06.925Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-02-12T03:04:06.925Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-02-12T03:04:06.925Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-02-12T03:04:06.925Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2022-02-12T03:04:06.925Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.31s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.31s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.54s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.54s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.80s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.80s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.28s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-02-12T03:04:06.925Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.28s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.28s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-02-12T03:04:06.925Z] [2022-02-12T03:04:06.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-12T03:04:06.925Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.925Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-02-12T03:04:06.926Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.30s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.31s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.31s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.33s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.33s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) [2022-02-12T03:04:06.926Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-02-12T03:04:06.926Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-02-12T03:04:06.926Z] docker_cli_sni_test.go:18: Flakey test [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-02-12T03:04:06.926Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-02-12T03:04:06.926Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-02-12T03:04:06.926Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-02-12T03:04:06.926Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-02-12T03:04:06.926Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-02-12T03:04:06.926Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-02-12T03:04:06.926Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-02-12T03:04:06.926Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-12T03:04:06.926Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.926Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-12T03:04:06.926Z] [2022-02-12T03:04:06.926Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-02-12T03:04:06.927Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-02-12T03:04:06.927Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-02-12T03:04:06.927Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-02-12T03:04:06.927Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-02-12T03:04:06.927Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-02-12T03:04:06.927Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-02-12T03:04:06.927Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-02-12T03:04:06.927Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-02-12T03:04:06.927Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-12T03:04:06.927Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-12T03:04:06.927Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-12T03:04:06.927Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-12T03:04:06.927Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-02-12T03:04:06.927Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-12T03:04:06.927Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-12T03:04:06.927Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-12T03:04:06.927Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-12T03:04:06.927Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-12T03:04:06.927Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-02-12T03:04:06.927Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-12T03:04:06.927Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-12T03:04:06.927Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-12T03:04:06.927Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-12T03:04:06.927Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-02-12T03:04:06.927Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-02-12T03:04:06.927Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-12T03:04:06.927Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-12T03:04:06.927Z] [2022-02-12T03:04:06.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-12T03:04:06.927Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.927Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-12T03:04:06.928Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.03s) [2022-02-12T03:04:06.928Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.03s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-12T03:04:06.928Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-02-12T03:04:06.928Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-12T03:04:06.928Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-02-12T03:04:06.928Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-12T03:04:06.928Z] [2022-02-12T03:04:06.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-02-12T03:04:07.389Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-12T03:04:07.389Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-12T03:04:07.389Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-12T03:04:07.389Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-02-12T03:04:07.389Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-02-12T03:04:07.389Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-12T03:04:07.389Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.03s) [2022-02-12T03:04:07.389Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-02-12T03:04:07.389Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-02-12T03:04:07.389Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-12T03:04:07.389Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.389Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-12T03:04:07.389Z] [2022-02-12T03:04:07.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-12T03:04:07.390Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-12T03:04:07.390Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-12T03:04:07.390Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-12T03:04:07.390Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:04:07.390Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-12T03:04:07.390Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-12T03:04:07.390Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-12T03:04:07.390Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-02-12T03:04:07.390Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-12T03:04:07.390Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-12T03:04:07.390Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.390Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-12T03:04:07.390Z] [2022-02-12T03:04:07.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.391Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-02-12T03:04:07.391Z] [2022-02-12T03:04:07.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-02-12T03:04:07.391Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-12T03:04:07.392Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-12T03:04:07.392Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-12T03:04:07.392Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-12T03:04:07.392Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:04:07.392Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:04:07.392Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:04:07.392Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-12T03:04:07.392Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-12T03:04:07.392Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.392Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-12T03:04:07.392Z] [2022-02-12T03:04:07.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-12T03:04:07.393Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.393Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-12T03:04:07.393Z] [2022-02-12T03:04:07.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-12T03:04:07.394Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.394Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-12T03:04:07.394Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.394Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-12T03:04:07.394Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.394Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-12T03:04:07.394Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.394Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-12T03:04:07.394Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.394Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-12T03:04:07.394Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.394Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-12T03:04:07.394Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.394Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-12T03:04:07.394Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.394Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-12T03:04:07.394Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.394Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-12T03:04:07.394Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.394Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-12T03:04:07.394Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.394Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-02-12T03:04:07.394Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-02-12T03:04:07.394Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-02-12T03:04:07.394Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.394Z] DONE 1085 tests, 539 skipped in 2616.392s [2022-02-12T03:04:07.394Z] INFO: Integration tests ended at 02/12/2022 03:04:07. Duration:00:43:36.7632740 [2022-02-12T03:04:07.394Z] INFO: Docker info of the daemon under test at end of run [2022-02-12T03:04:07.394Z] [2022-02-12T03:04:07.854Z] Containers: 2 [2022-02-12T03:04:07.854Z] Running: 0 [2022-02-12T03:04:07.854Z] Paused: 0 [2022-02-12T03:04:07.854Z] Stopped: 2 [2022-02-12T03:04:07.854Z] Images: 18 [2022-02-12T03:04:07.854Z] Server Version: 0.0.0-dev [2022-02-12T03:04:07.854Z] Storage Driver: windowsfilter [2022-02-12T03:04:07.854Z] Windows: [2022-02-12T03:04:07.854Z] Logging Driver: json-file [2022-02-12T03:04:07.854Z] Plugins: [2022-02-12T03:04:07.854Z] Volume: local [2022-02-12T03:04:07.854Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-12T03:04:07.854Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-12T03:04:07.854Z] Swarm: inactive [2022-02-12T03:04:07.854Z] Default Isolation: process [2022-02-12T03:04:07.854Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-02-12T03:04:07.854Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-02-12T03:04:07.854Z] OSType: windows [2022-02-12T03:04:07.854Z] Architecture: x86_64 [2022-02-12T03:04:07.854Z] CPUs: 4 [2022-02-12T03:04:07.854Z] Total Memory: 32GiB [2022-02-12T03:04:07.854Z] Name: azwin-2-b192c0 [2022-02-12T03:04:07.854Z] ID: UFM7:5QP2:MFRN:OLUM:ADQF:NU7B:7SLN:YR4G:UIDO:XZPH:QOQS:7ICK [2022-02-12T03:04:07.854Z] Docker Root Dir: D:\CI\PR-43231\1\daemon [2022-02-12T03:04:07.854Z] Debug Mode (client): false [2022-02-12T03:04:07.854Z] Debug Mode (server): true [2022-02-12T03:04:07.854Z] File Descriptors: -1 [2022-02-12T03:04:07.854Z] Goroutines: 17 [2022-02-12T03:04:07.854Z] System Time: 2022-02-12T03:04:07.370754Z [2022-02-12T03:04:07.854Z] EventsListeners: 0 [2022-02-12T03:04:07.854Z] Registry: https://index.docker.io/v1/ [2022-02-12T03:04:07.854Z] Labels: [2022-02-12T03:04:07.854Z] Experimental: false [2022-02-12T03:04:07.854Z] Insecure Registries: [2022-02-12T03:04:07.854Z] 127.0.0.0/8 [2022-02-12T03:04:07.854Z] Live Restore Enabled: false [2022-02-12T03:04:07.854Z] [2022-02-12T03:04:07.854Z] [2022-02-12T03:04:07.854Z] INFO: Stopping daemon under test [2022-02-12T03:04:07.854Z] SUCCESS: The process with PID 1880 (child process of PID 852) has been terminated. [2022-02-12T03:04:07.854Z] SUCCESS: The process with PID 852 (child process of PID 3608) has been terminated. [2022-02-12T03:04:07.854Z] INFO: Stop tailing logs of the daemon under tests [2022-02-12T03:04:07.854Z] INFO: executeCI.ps1 Completed successfully at 02/12/2022 03:04:07. [2022-02-12T03:04:07.854Z] INFO: Tidying up at end of run [2022-02-12T03:04:07.854Z] INFO: Saving daemon under test log (d:\CI\PR-43231\1\dut.out) to bundles\CIDUT.out [2022-02-12T03:04:07.854Z] INFO: Saving daemon under test log (d:\CI\PR-43231\1\dut.err) to bundles\CIDUT.err [2022-02-12T03:04:07.854Z] INFO: Saving containerd logs to bundles [2022-02-12T03:04:07.854Z] INFO: Nuke-Everything... [2022-02-12T03:04:08.260Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-02-12T03:04:08.314Z] INFO: Container count on control daemon to delete is 2 [2022-02-12T03:04:08.774Z] a598b3a214fe [2022-02-12T03:04:08.774Z] 05c90816d5f2 [2022-02-12T03:04:08.774Z] INFO: Tidying pidfile d:\CI\PR-43231\1\docker.pid [2022-02-12T03:04:08.774Z] INFO: Nuking d:\CI [2022-02-12T03:04:12.207Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-02-12T03:04:12.929Z] === RUN TestDockerSuite/TestRmiTag [2022-02-12T03:04:13.385Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-02-12T03:04:16.970Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-02-12T03:04:17.105Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-02-12T03:04:24.125Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-02-12T03:04:24.125Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-02-12T03:04:24.125Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-02-12T03:04:24.594Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-02-12T03:04:29.344Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-02-12T03:04:32.295Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-02-12T03:04:35.246Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-02-12T03:04:35.246Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-02-12T03:04:35.246Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-02-12T03:04:35.716Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-02-12T03:04:35.716Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-02-12T03:04:35.716Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-02-12T03:04:35.716Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-02-12T03:04:35.716Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-02-12T03:04:35.716Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-02-12T03:04:35.716Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-02-12T03:04:35.716Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-02-12T03:04:35.716Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-02-12T03:04:35.716Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-02-12T03:04:35.716Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-02-12T03:04:35.716Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-02-12T03:04:38.760Z] INFO: Zapped successfully [2022-02-12T03:04:38.760Z] [2022-02-12T03:04:38.760Z] INFO: executeCI.ps1 exiting at Sat Feb 12 03:04:35 CUT 2022. Duration 01:09:51.6017692 [2022-02-12T03:04:38.760Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-02-12T03:04:39.009Z] Recording test results [2022-02-12T03:04:40.472Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-02-12T03:04:42.218Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-02-12T03:04:42.686Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-02-12T03:04:43.182Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-02-12T03:04:44.255Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-02-12T03:04:47.929Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-02-12T03:04:49.424Z] Creating windowsRS5-integration-bundles.zip [2022-02-12T03:04:50.127Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-02-12T03:04:50.127Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-02-12T03:04:50.127Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-02-12T03:04:50.127Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.127Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-02-12T03:04:50.127Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.127Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-02-12T03:04:50.127Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.127Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-02-12T03:04:50.127Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.127Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-02-12T03:04:50.127Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.127Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-02-12T03:04:50.127Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.240Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-02-12T03:04:50.597Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-02-12T03:04:50.597Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.597Z] === RUN TestDockerSuite/TestSaveImageId [2022-02-12T03:04:50.597Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.597Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-02-12T03:04:50.597Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.597Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-02-12T03:04:50.597Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.597Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-02-12T03:04:50.597Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.597Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-02-12T03:04:50.597Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.597Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-02-12T03:04:50.597Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.597Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-02-12T03:04:50.597Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.597Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-02-12T03:04:50.597Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.597Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-02-12T03:04:50.597Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.597Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-02-12T03:04:50.698Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-02-12T03:04:50.698Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-02-12T03:04:50.698Z] === RUN TestDockerSuite/TestRunAddHost [2022-02-12T03:04:50.698Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-02-12T03:04:51.153Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-02-12T03:04:51.153Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-02-12T03:04:51.153Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-02-12T03:04:51.153Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-02-12T03:04:51.153Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-02-12T03:04:51.153Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-02-12T03:04:51.153Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-02-12T03:04:51.153Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-02-12T03:04:51.153Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-02-12T03:04:51.153Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-02-12T03:04:51.153Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [Pipeline] archiveArtifacts [2022-02-12T03:04:51.821Z] Archiving artifacts [2022-02-12T03:04:52.814Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-02-12T03:04:53.284Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-02-12T03:04:53.752Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-02-12T03:04:54.047Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-02-12T03:04:54.047Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-02-12T03:04:54.047Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-02-12T03:04:54.047Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-02-12T03:04:54.047Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-02-12T03:04:54.220Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-02-12T03:04:55.784Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-02-12T03:05:01.099Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-02-12T03:05:04.446Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-02-12T03:05:04.446Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-02-12T03:05:04.446Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-02-12T03:05:05.773Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-02-12T03:05:07.214Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43231/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-12T03:05:08.149Z] + make clean [2022-02-12T03:05:08.693Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-02-12T03:05:09.121Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-12T03:05:09.261Z] docker-dev-cache [2022-02-12T03:05:09.261Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-12T03:05:12.420Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-02-12T03:05:14.866Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-02-12T03:05:14.866Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-02-12T03:05:14.866Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-02-12T03:05:15.311Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-02-12T03:05:15.311Z] === RUN TestDockerSuite/TestRunBindMounts [2022-02-12T03:05:19.621Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-02-12T03:05:19.621Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-02-12T03:05:19.621Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-02-12T03:05:19.621Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-02-12T03:05:19.621Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-02-12T03:05:19.621Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-02-12T03:05:19.621Z] === RUN TestDockerSuite/TestStartRecordError [2022-02-12T03:05:19.621Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-02-12T03:05:19.621Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-02-12T03:05:22.367Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-02-12T03:05:22.367Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-02-12T03:05:22.367Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-02-12T03:05:22.367Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-02-12T03:05:22.367Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-02-12T03:05:22.367Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-02-12T03:05:22.367Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-02-12T03:05:22.367Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-02-12T03:05:22.367Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-02-12T03:05:22.367Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-02-12T03:05:22.367Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-02-12T03:05:22.367Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-02-12T03:05:22.367Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-02-12T03:05:22.367Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-02-12T03:05:22.367Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-02-12T03:05:22.367Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-02-12T03:05:22.367Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-02-12T03:05:22.367Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-02-12T03:05:22.367Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-02-12T03:05:22.367Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-02-12T03:05:22.367Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-02-12T03:05:22.367Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-02-12T03:05:22.367Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-02-12T03:05:26.100Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-02-12T03:05:26.100Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-02-12T03:05:26.100Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-02-12T03:05:28.285Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-02-12T03:05:28.285Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-02-12T03:05:28.285Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-02-12T03:05:28.285Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-02-12T03:05:28.285Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-02-12T03:05:28.285Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-02-12T03:05:28.285Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-02-12T03:05:28.285Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-02-12T03:05:28.285Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-02-12T03:05:28.285Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-02-12T03:05:28.285Z] === RUN TestDockerSuite/TestStatsNoStream [2022-02-12T03:05:28.285Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-02-12T03:05:28.285Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-02-12T03:05:29.820Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-02-12T03:05:29.820Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-02-12T03:05:29.820Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-02-12T03:05:29.820Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-02-12T03:05:29.852Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-02-12T03:05:30.276Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-02-12T03:05:32.808Z] === RUN TestDockerSuite/TestTopPrivileged [2022-02-12T03:05:32.808Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-02-12T03:05:32.808Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-02-12T03:05:33.172Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-02-12T03:05:33.172Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-02-12T03:05:33.172Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-02-12T03:05:33.173Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-02-12T03:05:33.173Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-02-12T03:05:33.173Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-02-12T03:05:33.173Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-02-12T03:05:33.173Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-02-12T03:05:33.173Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-02-12T03:05:33.173Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-02-12T03:05:33.173Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-02-12T03:05:33.173Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-02-12T03:05:33.173Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-02-12T03:05:33.173Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-02-12T03:05:33.173Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-02-12T03:05:35.027Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-02-12T03:05:35.027Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-02-12T03:05:35.027Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-02-12T03:05:35.027Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-02-12T03:05:35.027Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-02-12T03:05:35.027Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-02-12T03:05:35.027Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-02-12T03:05:35.027Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-02-12T03:05:35.027Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-02-12T03:05:35.027Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-02-12T03:05:35.027Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-02-12T03:05:35.027Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-02-12T03:05:35.027Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-02-12T03:05:35.340Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-02-12T03:05:39.114Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-02-12T03:05:42.843Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-02-12T03:05:42.844Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-02-12T03:05:42.844Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-02-12T03:05:42.844Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-02-12T03:05:42.844Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-02-12T03:05:42.844Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-02-12T03:05:42.844Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-02-12T03:05:45.739Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-02-12T03:05:45.739Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-02-12T03:05:45.739Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-02-12T03:05:45.739Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-02-12T03:05:45.739Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-02-12T03:05:45.739Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-02-12T03:05:45.739Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-02-12T03:05:45.739Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-02-12T03:05:45.739Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-02-12T03:05:47.907Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-02-12T03:05:52.837Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-02-12T03:05:52.837Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-02-12T03:05:52.837Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-02-12T03:05:52.837Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-02-12T03:05:52.837Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-02-12T03:05:52.837Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-02-12T03:05:52.837Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-02-12T03:05:52.837Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-02-12T03:05:54.975Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-02-12T03:05:54.975Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-02-12T03:05:54.975Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-02-12T03:05:54.975Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-02-12T03:05:54.975Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-02-12T03:05:54.975Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-02-12T03:05:54.975Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-02-12T03:05:54.975Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-12T03:05:54.975Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-02-12T03:05:54.975Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-02-12T03:05:54.975Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-02-12T03:05:54.975Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-02-12T03:05:54.975Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-02-12T03:05:55.053Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-02-12T03:05:55.053Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-02-12T03:05:58.698Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-02-12T03:05:58.698Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-02-12T03:05:58.698Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-02-12T03:05:58.698Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-02-12T03:05:58.698Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-02-12T03:05:58.698Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-02-12T03:05:58.843Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-02-12T03:05:59.313Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-02-12T03:05:59.781Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-02-12T03:05:59.781Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-02-12T03:05:59.781Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-02-12T03:06:01.588Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-02-12T03:06:05.308Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-02-12T03:06:05.308Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-02-12T03:06:05.308Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-02-12T03:06:09.040Z] === RUN TestDockerSuite/TestRunEnvironment [2022-02-12T03:06:09.040Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-02-12T03:06:09.040Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-02-12T03:06:09.040Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-02-12T03:06:09.040Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-02-12T03:06:09.040Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-02-12T03:06:09.040Z] === RUN TestDockerSuite/TestRunExitCode [2022-02-12T03:06:10.206Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-02-12T03:06:10.206Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-02-12T03:06:10.206Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-02-12T03:06:10.206Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-02-12T03:06:10.206Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-02-12T03:06:10.206Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-02-12T03:06:10.206Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-02-12T03:06:11.937Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-02-12T03:06:15.655Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-02-12T03:06:18.551Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-02-12T03:06:20.633Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-02-12T03:06:20.633Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-02-12T03:06:20.633Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-02-12T03:06:22.269Z] === RUN TestDockerSuite/TestRunExposePort [2022-02-12T03:06:22.269Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-02-12T03:06:22.269Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-02-12T03:06:22.269Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-02-12T03:06:22.269Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-02-12T03:06:22.269Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-02-12T03:06:22.269Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-02-12T03:06:22.269Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-02-12T03:06:22.269Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-02-12T03:06:22.269Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-12T03:06:22.269Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-12T03:06:22.269Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-02-12T03:06:22.269Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-02-12T03:06:22.270Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-02-12T03:06:22.270Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-02-12T03:06:22.270Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-02-12T03:06:29.323Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-02-12T03:06:29.323Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-02-12T03:06:29.323Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-02-12T03:06:29.323Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-02-12T03:06:29.323Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-02-12T03:06:29.323Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-02-12T03:06:29.323Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-02-12T03:06:29.323Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-02-12T03:06:29.323Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-02-12T03:06:29.323Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-02-12T03:06:29.323Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-02-12T03:06:29.323Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-02-12T03:06:33.123Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-02-12T03:06:33.123Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.123Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite (2711.53s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.89s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.31s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.81s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (93.60s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.35s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.09s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.52s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.98s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.55s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.38s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (100.83s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.49s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.81s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.06s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.08s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.64s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.85s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.55s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.73s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.41s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.31s) [2022-02-12T03:06:33.123Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.47s) [2022-02-12T03:06:33.123Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.98s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.09s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.63s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildAddTar (40.67s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.58s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.20s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.00s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.75s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.30s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.54s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.69s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.66s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.74s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.56s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.08s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.74s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.71s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (28.18s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.49s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.72s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.21s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.76s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.76s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.17s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCmd (0.70s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.69s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.67s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.67s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.84s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.47s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.61s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.17s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.10s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.59s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.04s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.80s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-12T03:06:33.124Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.72s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (40.99s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.82s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.77s) [2022-02-12T03:06:33.124Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.25s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.65s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (27.98s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.85s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.55s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.14s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.31s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.13s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.70s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.63s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.60s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerignore (59.89s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.45s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (65.73s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.17s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.10s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.48s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.25s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.42s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (34.02s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.08s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.66s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (92.40s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.59s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.69s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.36s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.59s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.62s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.55s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.64s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.44s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.57s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.21s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.53s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (16.29s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.75s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildFails (3.01s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.18s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.49s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildForceRm (8.37s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.25s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.62s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.41s) [2022-02-12T03:06:33.594Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-12T03:06:33.594Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.79s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.70s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.42s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildHistory (13.69s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.21s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.41s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.92s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.58s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildLabel (1.21s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.78s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.18s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.73s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildLabels (1.20s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.82s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.95s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.66s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.72s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.38s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (19.21s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.72s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (38.54s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.03s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.86s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.81s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.23s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (20.30s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.00s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.76s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.57s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.72s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.28s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.79s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.16s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.64s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.40s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.07s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.27s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.73s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (14.81s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.86s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.58s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.49s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.57s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (49.30s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (23.22s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildRm (15.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.99s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.55s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.77s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.65s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.60s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.65s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (19.22s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.07s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.77s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.50s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.83s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildStderr (5.19s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (22.83s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.54s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.10s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.64s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.43s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.50s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.81s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.69s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.31s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (26.22s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.17s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.81s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.75s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.22s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.56s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.27s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.29s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.59s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.12s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.56s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.49s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.40s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.37s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.33s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.51s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.22s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.70s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCommitChange (6.32s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.30s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.65s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCommitTTY (8.60s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.58s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.14s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.76s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.01s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.97s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.00s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.70s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.56s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.56s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.63s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.06s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.98s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.47s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.72s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.32s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.03s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.53s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.69s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.36s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.03s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.59s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.85s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.43s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.23s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.63s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.89s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.97s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.00s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.87s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0002b6858_} (3.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12623211736_c:\foo_false____} (2.92s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12623211736_c:\foo_true____} (2.92s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.48s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.13s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.06s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.19s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.51s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.10s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCpToCaseE (11.03s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.72s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCpToDot (3.03s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCpToStdout (3.18s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-12T03:06:33.595Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.26s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.29s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.01s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.25s) [2022-02-12T03:06:33.595Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.27s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.81s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestCreateLabels (0.27s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestCreateRM (0.46s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.25s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.47s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.59s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.27s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.62s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.46s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.25s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.01s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.03s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.04s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.75s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.26s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (10.37s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsCopy (5.65s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.63s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.00s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.94s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.37s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.55s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.38s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsFilters (6.40s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsFormat (6.82s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.18s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsRename (3.40s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsResize (8.50s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.03s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.58s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsUntag (2.79s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.12s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.39s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.39s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.49s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.47s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.56s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.49s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (9.97s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.61s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestExecInspectID (4.96s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.82s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.64s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.38s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.43s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.46s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.40s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.44s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.19s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.78s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.39s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.72s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.26s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.12s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.30s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.42s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.28s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImagesFormat (0.24s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.10s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.95s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.87s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.96s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.96s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectDefault (2.87s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectHistory (5.62s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.92s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.48s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.26s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.82s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.74s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.10s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.53s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectStatus (3.80s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (6.67s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.71s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.99s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.54s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (4.12s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.98s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.08s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.03s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.44s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.55s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.38s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.04s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.69s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.58s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.72s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.58s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.00s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.75s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.17s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.10s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsSince (9.66s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsTail (3.58s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.27s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.05s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.93s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.00s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPsByOrder (9.71s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.72s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.61s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.40s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.01s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.59s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (9.11s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.35s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.69s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.19s) [2022-02-12T03:06:33.596Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-12T03:06:33.596Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.68s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.33s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.74s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.48s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.09s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.35s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (8.35s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.31s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.26s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.93s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.56s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.56s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.43s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.37s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (16.20s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.55s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.78s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.95s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.30s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.36s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.78s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiTag (0.77s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.15s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (20.16s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.59s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.37s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.42s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.78s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.88s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.24s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.90s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.95s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.95s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.04s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.98s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.63s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.51s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.39s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.34s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.22s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.14s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.54s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.72s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.16s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.21s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.22s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.05s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.05s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.11s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunExitCode (2.83s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.14s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.07s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.24s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.04s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.36s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.19s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.63s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.50s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.09s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.74s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.49s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.23s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.32s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.18s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.25s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.45s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.17s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (10.63s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunRm (3.09s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.16s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.08s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.01s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.59s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.11s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.10s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.78s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.49s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.23s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.13s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.94s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.57s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.09s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.44s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.94s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.10s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.99s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.50s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.09s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.19s) [2022-02-12T03:06:33.597Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.75s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-12T03:06:33.597Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.36s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.45s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.74s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.41s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.45s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.28s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.23s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.50s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.67s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.50s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.32s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.23s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.24s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.77s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.42s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.44s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.58s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.69s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (9.12s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.31s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (11.73s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.50s) [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-02-12T03:06:33.598Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] --- PASS: TestDockerRegistrySuite (0.16s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-12T03:06:33.598Z] === RUN TestDockerSchema1RegistrySuite [2022-02-12T03:06:33.598Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-02-12T03:06:33.598Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-02-12T03:06:33.598Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-02-12T03:06:33.598Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-02-12T03:06:33.598Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-02-12T03:06:33.598Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-02-12T03:06:33.598Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-02-12T03:06:33.598Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-02-12T03:06:33.598Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-02-12T03:06:33.598Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-02-12T03:06:33.598Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-02-12T03:06:33.598Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-02-12T03:06:33.598Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-02-12T03:06:33.598Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-02-12T03:06:33.598Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-02-12T03:06:33.598Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-02-12T03:06:33.598Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-02-12T03:06:33.598Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-02-12T03:06:33.598Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-02-12T03:06:33.598Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-12T03:06:33.598Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthTokenSuite [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-02-12T03:06:33.598Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-02-12T03:06:33.598Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-02-12T03:06:33.598Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-02-12T03:06:33.598Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.598Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-02-12T03:06:33.599Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-12T03:06:33.599Z] === RUN TestDockerDaemonSuite [2022-02-12T03:06:33.599Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-02-12T03:06:33.599Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-02-12T03:06:33.599Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-02-12T03:06:33.599Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-12T03:06:33.599Z] === RUN TestDockerSwarmSuite [2022-02-12T03:06:33.599Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-02-12T03:06:33.599Z] === RUN TestDockerPluginSuite [2022-02-12T03:06:33.599Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-02-12T03:06:33.599Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-02-12T03:06:33.599Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-02-12T03:06:33.599Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-02-12T03:06:33.599Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-02-12T03:06:33.599Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-02-12T03:06:33.599Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-02-12T03:06:33.599Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-02-12T03:06:33.599Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-02-12T03:06:33.599Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-02-12T03:06:33.599Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-02-12T03:06:33.599Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-12T03:06:33.599Z] === RUN TestDockerExternalVolumeSuite [2022-02-12T03:06:33.599Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-02-12T03:06:33.599Z] === RUN TestDockerNetworkSuite [2022-02-12T03:06:33.599Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-02-12T03:06:33.599Z] === RUN TestDockerHubPullSuite [2022-02-12T03:06:33.599Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-02-12T03:06:33.599Z] PASS [2022-02-12T03:06:33.599Z] ok github.com/docker/docker/integration-cli 2711.930s [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === Skipped [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-02-12T03:06:33.599Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-02-12T03:06:33.599Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.35s) [2022-02-12T03:06:33.599Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.35s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-02-12T03:06:33.599Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-12T03:06:33.599Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-12T03:06:33.599Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-12T03:06:33.599Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-12T03:06:33.599Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-12T03:06:33.599Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-12T03:06:33.599Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-12T03:06:33.599Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-02-12T03:06:33.599Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-12T03:06:33.599Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-12T03:06:33.599Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-02-12T03:06:33.599Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-12T03:06:33.599Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-12T03:06:33.599Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-02-12T03:06:33.599Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-02-12T03:06:33.599Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.58s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.58s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.00s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.00s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.54s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.54s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.56s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.56s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-02-12T03:06:33.599Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-02-12T03:06:33.599Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-02-12T03:06:33.599Z] [2022-02-12T03:06:33.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-02-12T03:06:34.070Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.55s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.55s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.05s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.070Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-02-12T03:06:34.070Z] [2022-02-12T03:06:34.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-12T03:06:34.070Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.55s) [2022-02-12T03:06:34.071Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.55s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.54s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.54s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.56s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.56s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.56s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.56s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.49s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.49s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.51s) [2022-02-12T03:06:34.071Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.51s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-02-12T03:06:34.071Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-02-12T03:06:34.071Z] docker_cli_sni_test.go:18: Flakey test [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-12T03:06:34.071Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-12T03:06:34.071Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.071Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-12T03:06:34.071Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-02-12T03:06:34.072Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-12T03:06:34.072Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-12T03:06:34.072Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-12T03:06:34.072Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-12T03:06:34.072Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-02-12T03:06:34.072Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-12T03:06:34.072Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-12T03:06:34.072Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-12T03:06:34.072Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-12T03:06:34.072Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-12T03:06:34.072Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.03s) [2022-02-12T03:06:34.072Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.03s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-12T03:06:34.072Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-12T03:06:34.072Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-12T03:06:34.072Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-12T03:06:34.072Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-12T03:06:34.072Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-12T03:06:34.072Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-12T03:06:34.072Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-12T03:06:34.072Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.072Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-12T03:06:34.072Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-12T03:06:34.073Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-12T03:06:34.073Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-12T03:06:34.073Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-12T03:06:34.073Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.03s) [2022-02-12T03:06:34.073Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.03s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-12T03:06:34.073Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-02-12T03:06:34.073Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-12T03:06:34.073Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-12T03:06:34.073Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-12T03:06:34.073Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-12T03:06:34.073Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-12T03:06:34.073Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.073Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-12T03:06:34.073Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:06:34.074Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-12T03:06:34.074Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-12T03:06:34.074Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-12T03:06:34.074Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-02-12T03:06:34.074Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-12T03:06:34.074Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.05s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.05s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-12T03:06:34.074Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.074Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-12T03:06:34.074Z] [2022-02-12T03:06:34.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.04s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.04s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-02-12T03:06:34.075Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.075Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-02-12T03:06:34.075Z] [2022-02-12T03:06:34.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-02-12T03:06:34.076Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.076Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-02-12T03:06:34.076Z] [2022-02-12T03:06:34.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-02-12T03:06:34.544Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-02-12T03:06:34.544Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-02-12T03:06:34.544Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-12T03:06:34.544Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-12T03:06:34.544Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-12T03:06:34.544Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.544Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-12T03:06:34.544Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.545Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-12T03:06:34.545Z] [2022-02-12T03:06:34.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-12T03:06:34.545Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.546Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-12T03:06:34.546Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.546Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-12T03:06:34.546Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.546Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-12T03:06:34.546Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.546Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-12T03:06:34.546Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.546Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-12T03:06:34.546Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.546Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-12T03:06:34.546Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.546Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-12T03:06:34.546Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.546Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-12T03:06:34.546Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.546Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-02-12T03:06:34.546Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-02-12T03:06:34.546Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-02-12T03:06:34.546Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] DONE 1085 tests, 539 skipped in 2723.849s [2022-02-12T03:06:34.546Z] INFO: Integration tests ended at 02/12/2022 03:06:34. Duration:00:45:23.9843208 [2022-02-12T03:06:34.546Z] INFO: Docker info of the daemon under test at end of run [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] Containers: 2 [2022-02-12T03:06:34.546Z] Running: 0 [2022-02-12T03:06:34.546Z] Paused: 0 [2022-02-12T03:06:34.546Z] Stopped: 2 [2022-02-12T03:06:34.546Z] Images: 18 [2022-02-12T03:06:34.546Z] Server Version: 0.0.0-dev [2022-02-12T03:06:34.546Z] Storage Driver: windowsfilter [2022-02-12T03:06:34.546Z] Windows: [2022-02-12T03:06:34.546Z] Logging Driver: json-file [2022-02-12T03:06:34.546Z] Plugins: [2022-02-12T03:06:34.546Z] Volume: local [2022-02-12T03:06:34.546Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-12T03:06:34.546Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-12T03:06:34.546Z] Swarm: inactive [2022-02-12T03:06:34.546Z] Default Isolation: process [2022-02-12T03:06:34.546Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-12T03:06:34.546Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-12T03:06:34.546Z] OSType: windows [2022-02-12T03:06:34.546Z] Architecture: x86_64 [2022-02-12T03:06:34.546Z] CPUs: 4 [2022-02-12T03:06:34.546Z] Total Memory: 32GiB [2022-02-12T03:06:34.546Z] Name: azwin-2-d1afd1 [2022-02-12T03:06:34.546Z] ID: 3X4A:UQMV:24HW:DQFW:IIHI:DWIK:JA34:VNKO:VRJE:Z3A2:O6WW:PZQE [2022-02-12T03:06:34.546Z] Docker Root Dir: D:\CI\PR-43231\1\daemon [2022-02-12T03:06:34.546Z] Debug Mode (client): false [2022-02-12T03:06:34.546Z] Debug Mode (server): true [2022-02-12T03:06:34.546Z] File Descriptors: -1 [2022-02-12T03:06:34.546Z] Goroutines: 17 [2022-02-12T03:06:34.546Z] System Time: 2022-02-12T03:06:34.2602981Z [2022-02-12T03:06:34.546Z] EventsListeners: 0 [2022-02-12T03:06:34.546Z] Registry: https://index.docker.io/v1/ [2022-02-12T03:06:34.546Z] Labels: [2022-02-12T03:06:34.546Z] Experimental: false [2022-02-12T03:06:34.546Z] Insecure Registries: [2022-02-12T03:06:34.546Z] 127.0.0.0/8 [2022-02-12T03:06:34.546Z] Live Restore Enabled: false [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] [2022-02-12T03:06:34.546Z] INFO: Stopping daemon under test [2022-02-12T03:06:34.546Z] SUCCESS: The process with PID 4160 (child process of PID 5496) has been terminated. [2022-02-12T03:06:34.546Z] SUCCESS: The process with PID 5496 (child process of PID 2688) has been terminated. [2022-02-12T03:06:34.546Z] INFO: Stop tailing logs of the daemon under tests [2022-02-12T03:06:34.546Z] INFO: executeCI.ps1 Completed successfully at 02/12/2022 03:06:34. [2022-02-12T03:06:34.546Z] INFO: Tidying up at end of run [2022-02-12T03:06:35.017Z] INFO: Saving daemon under test log (d:\CI\PR-43231\1\dut.out) to bundles\CIDUT.out [2022-02-12T03:06:35.017Z] INFO: Saving daemon under test log (d:\CI\PR-43231\1\dut.err) to bundles\CIDUT.err [2022-02-12T03:06:35.017Z] INFO: Saving containerd logs to bundles [2022-02-12T03:06:35.017Z] INFO: Nuke-Everything... [2022-02-12T03:06:35.017Z] INFO: Container count on control daemon to delete is 2 [2022-02-12T03:06:35.017Z] 3cb6df4edf73 [2022-02-12T03:06:35.017Z] 0e3269d08dae [2022-02-12T03:06:35.485Z] INFO: Tidying pidfile d:\CI\PR-43231\1\docker.pid [2022-02-12T03:06:35.485Z] INFO: Nuking d:\CI [2022-02-12T03:06:37.865Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-02-12T03:06:37.865Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-02-12T03:06:37.865Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-02-12T03:06:40.033Z] === RUN TestDockerSuite/TestRunModeHostname [2022-02-12T03:06:40.033Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-02-12T03:06:40.033Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-02-12T03:06:40.033Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-02-12T03:06:40.033Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-02-12T03:06:40.033Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-02-12T03:06:40.033Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-02-12T03:06:40.033Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-02-12T03:06:40.033Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-02-12T03:06:40.033Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-02-12T03:06:40.033Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-02-12T03:06:40.033Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-02-12T03:06:40.033Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-02-12T03:06:40.033Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-02-12T03:06:40.033Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-02-12T03:06:40.033Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-02-12T03:06:40.033Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-02-12T03:06:40.033Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-02-12T03:06:40.033Z] === RUN TestDockerSuite/TestRunMount [2022-02-12T03:06:40.033Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-02-12T03:06:40.033Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-02-12T03:06:40.033Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-02-12T03:06:40.033Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-02-12T03:06:40.033Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-02-12T03:06:40.033Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-02-12T03:06:40.033Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-02-12T03:06:40.033Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-02-12T03:06:50.323Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-02-12T03:06:50.323Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-02-12T03:06:50.323Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-02-12T03:06:50.323Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-02-12T03:06:50.323Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-02-12T03:06:50.323Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-02-12T03:06:50.323Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-02-12T03:06:57.370Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-02-12T03:07:03.282Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-02-12T03:07:03.282Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-02-12T03:07:03.282Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-02-12T03:07:03.282Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-02-12T03:07:03.282Z] === RUN TestDockerSuite/TestRunNetHost [2022-02-12T03:07:03.282Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-02-12T03:07:03.282Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-02-12T03:07:03.282Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-02-12T03:07:03.282Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-02-12T03:07:03.282Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-02-12T03:07:03.282Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-02-12T03:07:03.282Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-02-12T03:07:03.282Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-02-12T03:07:03.282Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-02-12T03:07:03.282Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-02-12T03:07:03.282Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-02-12T03:07:03.282Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-02-12T03:07:03.282Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-02-12T03:07:03.282Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-02-12T03:07:04.244Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-02-12T03:07:05.210Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-02-12T03:07:05.610Z] INFO: Zapped successfully [2022-02-12T03:07:05.611Z] [2022-02-12T03:07:05.611Z] INFO: executeCI.ps1 exiting at Sat Feb 12 03:07:02 CUT 2022. Duration 01:13:01.0447969 [2022-02-12T03:07:05.611Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-02-12T03:07:05.859Z] Recording test results [2022-02-12T03:07:07.377Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-02-12T03:07:09.559Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-02-12T03:07:11.087Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-02-12T03:07:13.282Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-02-12T03:07:13.988Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-02-12T03:07:14.447Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-02-12T03:07:14.447Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-02-12T03:07:14.447Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-02-12T03:07:14.447Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-02-12T03:07:14.447Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-02-12T03:07:14.447Z] === RUN TestDockerSuite/TestRunPortInUse [2022-02-12T03:07:14.447Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-02-12T03:07:14.447Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-02-12T03:07:14.447Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-02-12T03:07:14.447Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-02-12T03:07:14.447Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-02-12T03:07:14.447Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-02-12T03:07:14.447Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-02-12T03:07:14.447Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-02-12T03:07:14.447Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-02-12T03:07:14.447Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-12T03:07:15.385Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2022-02-12T03:07:16.592Z] Archiving artifacts [2022-02-12T03:07:19.124Z] === RUN TestDockerSuite/TestRunPublishPort [2022-02-12T03:07:19.124Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-02-12T03:07:19.124Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-02-12T03:07:19.124Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-02-12T03:07:19.124Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-02-12T03:07:19.124Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-02-12T03:07:19.124Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-02-12T03:07:19.124Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-02-12T03:07:19.124Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-02-12T03:07:19.124Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-12T03:07:19.124Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-02-12T03:07:31.025Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43231/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-12T03:07:31.483Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-02-12T03:07:31.483Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-02-12T03:07:31.483Z] === RUN TestDockerSuite/TestRunRm [2022-02-12T03:07:31.979Z] + make clean [2022-02-12T03:07:33.545Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-12T03:07:33.545Z] docker-dev-cache [2022-02-12T03:07:33.545Z] docker-mod-cache [2022-02-12T03:07:33.653Z] === RUN TestDockerSuite/TestRunRmAndWait [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-12T03:07:40.710Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-02-12T03:07:43.602Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-02-12T03:07:47.338Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-02-12T03:07:51.063Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-02-12T03:07:51.063Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-12T03:07:51.063Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-02-12T03:07:51.063Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-02-12T03:07:51.063Z] === RUN TestDockerSuite/TestRunState [2022-02-12T03:07:51.063Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-02-12T03:07:51.063Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-02-12T03:07:54.782Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-02-12T03:07:54.782Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-02-12T03:07:54.782Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-02-12T03:07:54.782Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-02-12T03:07:54.782Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-02-12T03:07:54.782Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-02-12T03:07:54.782Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-02-12T03:07:54.782Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-02-12T03:07:55.238Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-02-12T03:07:55.238Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-02-12T03:07:55.238Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-02-12T03:07:55.238Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-02-12T03:08:01.008Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-02-12T03:08:01.008Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-02-12T03:08:01.008Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-02-12T03:08:01.008Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-02-12T03:08:01.008Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-02-12T03:08:01.008Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-02-12T03:08:01.008Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-02-12T03:08:01.008Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-02-12T03:08:01.008Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-02-12T03:08:01.008Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-02-12T03:08:01.008Z] === RUN TestDockerSuite/TestRunUserByID [2022-02-12T03:08:01.008Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-02-12T03:08:01.008Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-02-12T03:08:01.008Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-02-12T03:08:01.008Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-02-12T03:08:01.008Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-02-12T03:08:01.008Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-02-12T03:08:01.008Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-02-12T03:08:01.008Z] === RUN TestDockerSuite/TestRunUserByName [2022-02-12T03:08:01.008Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-02-12T03:08:01.008Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-02-12T03:08:04.731Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-02-12T03:08:04.731Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-02-12T03:08:04.731Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-02-12T03:08:07.620Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-02-12T03:08:07.620Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-02-12T03:08:07.620Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-02-12T03:08:07.620Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-02-12T03:08:07.620Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-02-12T03:08:12.290Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-02-12T03:08:22.588Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-02-12T03:08:29.640Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-02-12T03:08:39.933Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-02-12T03:08:39.933Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-02-12T03:08:39.933Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-02-12T03:08:39.933Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-02-12T03:08:42.825Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-02-12T03:08:46.547Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-02-12T03:08:50.274Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-02-12T03:08:50.274Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-02-12T03:08:50.274Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-02-12T03:08:50.274Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-02-12T03:08:50.274Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-02-12T03:08:50.274Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-02-12T03:08:50.274Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-02-12T03:08:50.274Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-02-12T03:08:50.274Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-02-12T03:08:50.274Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-02-12T03:08:50.274Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-02-12T03:08:50.274Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-02-12T03:08:50.274Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-02-12T03:08:50.274Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-02-12T03:08:50.274Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-02-12T03:08:56.047Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-02-12T03:08:58.956Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-02-12T03:09:01.127Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-02-12T03:09:08.180Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-02-12T03:09:08.180Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-02-12T03:09:08.180Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-02-12T03:09:08.180Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-02-12T03:09:08.180Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-02-12T03:09:08.180Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-02-12T03:09:08.180Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-02-12T03:09:08.180Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestSaveImageId [2022-02-12T03:09:08.180Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-02-12T03:09:08.180Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-02-12T03:09:08.180Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-02-12T03:09:08.180Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-02-12T03:09:08.180Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-02-12T03:09:08.180Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-02-12T03:09:08.180Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-02-12T03:09:08.180Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-02-12T03:09:08.180Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-02-12T03:09:08.180Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-02-12T03:09:11.067Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-02-12T03:09:11.067Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-02-12T03:09:11.523Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-02-12T03:09:11.524Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-02-12T03:09:13.690Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-02-12T03:09:23.984Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-02-12T03:09:23.984Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-02-12T03:09:23.984Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-02-12T03:09:34.288Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-02-12T03:09:34.288Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-02-12T03:09:34.288Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-02-12T03:09:41.341Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-02-12T03:09:41.341Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-02-12T03:09:41.341Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-02-12T03:09:41.341Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-02-12T03:09:41.341Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-02-12T03:09:41.341Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-02-12T03:09:41.341Z] === RUN TestDockerSuite/TestStartRecordError [2022-02-12T03:09:41.341Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-02-12T03:09:41.341Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-02-12T03:09:51.644Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-02-12T03:09:51.644Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-02-12T03:09:51.644Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-02-12T03:09:51.644Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-02-12T03:09:51.644Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-02-12T03:09:51.644Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-02-12T03:09:51.644Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-02-12T03:09:51.644Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-02-12T03:09:51.644Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-02-12T03:09:51.644Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-02-12T03:09:51.644Z] === RUN TestDockerSuite/TestStatsNoStream [2022-02-12T03:09:51.644Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-02-12T03:09:51.644Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-02-12T03:10:00.183Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-02-12T03:10:03.074Z] === RUN TestDockerSuite/TestTopPrivileged [2022-02-12T03:10:03.074Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-02-12T03:10:03.074Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-02-12T03:10:07.744Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-02-12T03:10:07.744Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-02-12T03:10:07.744Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-02-12T03:10:07.744Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-02-12T03:10:07.744Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-02-12T03:10:07.744Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-02-12T03:10:07.744Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-02-12T03:10:07.744Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-02-12T03:10:07.744Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-02-12T03:10:07.744Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-02-12T03:10:07.744Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-02-12T03:10:07.744Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-02-12T03:10:07.744Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-02-12T03:10:22.517Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-02-12T03:10:22.517Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-02-12T03:10:22.973Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-02-12T03:10:22.973Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-02-12T03:10:22.973Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-02-12T03:10:23.434Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-02-12T03:10:23.434Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-02-12T03:10:23.889Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-02-12T03:10:27.615Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-02-12T03:10:27.615Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-02-12T03:10:32.283Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-02-12T03:10:32.283Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-02-12T03:10:32.739Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-02-12T03:10:32.739Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-02-12T03:10:32.739Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-02-12T03:10:45.087Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-02-12T03:10:45.087Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-02-12T03:10:45.087Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-02-12T03:10:45.087Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-02-12T03:10:45.087Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-02-12T03:10:45.087Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-02-12T03:10:45.087Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-02-12T03:10:55.393Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-02-12T03:10:55.393Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-02-12T03:10:55.393Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-02-12T03:11:10.176Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-02-12T03:11:10.176Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.176Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite (2977.86s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.85s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.29s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.74s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (86.01s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.18s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.61s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.47s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.02s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (97.28s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.12s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.16s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.08s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.31s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.10s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.60s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.93s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.46s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.62s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.43s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.27s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.45s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.91s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.45s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.61s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddTar (42.51s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.62s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.02s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.73s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (9.90s) [2022-02-12T03:11:10.633Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.47s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.14s) [2022-02-12T03:11:10.633Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.40s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (11.62s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.51s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.41s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.76s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.73s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (29.79s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.30s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.04s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.54s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.72s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.90s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.73s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.76s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.18s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCmd (0.71s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.66s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.68s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.73s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.65s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.49s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.59s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (3.15s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.15s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.62s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.07s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.82s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.07s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (44.63s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.83s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.72s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.60s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.48s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.61s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (29.16s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.84s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.09s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.25s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.08s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (5.04s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (4.12s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.95s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerignore (63.30s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.74s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.54s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (69.73s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.06s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.05s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (24.46s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.75s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.31s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.63s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.95s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (97.65s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.58s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.51s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.68s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.36s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.61s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.70s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.75s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.19s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.82s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.60s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.17s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.00s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.69s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.76s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildFails (3.45s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.78s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.72s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.38s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.44s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.65s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.79s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.81s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.70s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.64s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildHistory (13.61s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.19s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.79s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.89s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.99s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildLabel (1.29s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.75s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.15s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.71s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildLabels (1.20s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.83s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.89s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.68s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.72s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.64s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.70s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.70s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (43.38s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.87s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.56s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.61s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.82s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (22.74s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.55s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.77s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildNoContext (4.09s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (6.06s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.56s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.18s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.81s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.17s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.65s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.96s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.07s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (12.03s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.29s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.65s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.63s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.12s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.53s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.38s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (52.09s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildRm (17.61s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.49s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.75s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (5.08s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.09s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildShellInherited (6.10s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (21.11s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.07s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.78s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.57s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.22s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildStderr (6.34s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (26.85s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.51s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.46s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.66s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.11s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (7.07s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.78s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.67s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.87s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (27.41s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.17s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.37s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.38s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildWithFailure (4.07s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.58s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (15.32s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.30s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.59s) [2022-02-12T03:11:10.634Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.43s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.55s) [2022-02-12T03:11:10.634Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.53s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.44s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.67s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.41s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.51s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.38s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCommitChange (6.69s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.09s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.45s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCommitTTY (9.42s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.06s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.14s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.41s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.60s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.58s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.39s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.39s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.12s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.58s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.63s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.12s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.45s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.53s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.44s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (4.03s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.32s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.34s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.62s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (7.13s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.34s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.59s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (4.03s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.14s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.24s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.55s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (3.09s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.28s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.31s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.34s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.37s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.34s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000405530_} (3.36s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12133934008_c:\foo_false____} (3.34s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12133934008_c:\foo_true____} (3.18s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.48s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.11s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.50s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.55s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.47s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.45s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.84s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCpToCaseE (13.47s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.96s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCpToDot (3.65s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCpToStdout (3.79s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.26s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateArgs (0.27s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.33s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.37s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.25s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.27s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.74s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.86s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateLabels (0.26s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateRM (0.48s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.28s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.50s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.53s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.31s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.66s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.70s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.28s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.63s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.20s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.61s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.55s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.59s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.16s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsCopy (6.78s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.59s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.45s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.99s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.52s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.21s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsFilters (6.98s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsFormat (6.91s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.22s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsRename (3.61s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsResize (35.50s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.49s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.20s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (7.92s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsUntag (2.81s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.05s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.38s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.41s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (4.06s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (4.23s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.09s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (4.11s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.13s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.10s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestExecInspectID (6.06s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-12T03:11:10.635Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.36s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-12T03:11:10.635Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.03s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.45s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.52s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.55s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.56s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.39s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.19s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.10s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.42s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.79s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.28s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.20s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.31s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.56s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.69s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImagesFormat (0.25s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.14s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.10s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.35s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.24s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.51s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.34s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectDefault (3.32s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectHistory (5.95s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.37s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectJSONFields (4.01s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.25s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.31s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (4.08s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (4.01s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectStatus (8.58s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.45s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectTemplateError (4.12s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.37s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (4.04s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.39s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.34s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.93s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.37s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.34s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.52s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.36s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (4.01s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.84s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.10s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.03s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (5.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.95s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.54s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.41s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsSince (9.99s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsTail (3.95s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.64s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.38s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (7.14s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.66s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPsByOrder (14.11s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPsListContainersBase (13.90s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (19.53s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.39s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.03s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.46s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.64s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.29s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.41s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPsShowMounts (11.10s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.69s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (7.15s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (6.64s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.53s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (31.77s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (9.92s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.30s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.24s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.93s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.35s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (6.19s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (7.03s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.36s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (19.69s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (4.18s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.80s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (9.66s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.66s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.77s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.78s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiTag (0.78s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.50s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.47s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.77s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.37s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.40s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.16s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-12T03:11:10.636Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.70s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.21s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.38s) [2022-02-12T03:11:10.636Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.40s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.33s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.87s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.28s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.35s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.03s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.34s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.47s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.44s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.25s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.10s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.65s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.41s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.19s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.37s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.31s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.42s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunExitCode (3.40s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.42s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.43s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.43s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (6.16s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.49s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.72s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.98s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (7.05s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (6.08s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.47s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.27s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.19s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.21s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.25s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.11s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.34s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.55s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunRm (3.34s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.43s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.42s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.37s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (4.07s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.35s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.44s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.64s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.35s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.32s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.23s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.08s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.67s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (9.66s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.19s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.28s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.52s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.43s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (6.07s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.81s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.26s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.78s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.25s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.27s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.79s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.07s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.73s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestStartAttachSilent (6.16s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.72s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (8.57s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.14s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (4.06s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.30s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-02-12T03:11:10.637Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.37s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.69s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.19s) [2022-02-12T03:11:10.637Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.44s) [2022-02-12T03:11:10.638Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.43s) [2022-02-12T03:11:10.638Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-02-12T03:11:10.638Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s) [2022-02-12T03:11:10.638Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.78s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-12T03:11:10.638Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.72s) [2022-02-12T03:11:10.638Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-12T03:11:10.638Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.06s) [2022-02-12T03:11:10.638Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.30s) [2022-02-12T03:11:10.638Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.30s) [2022-02-12T03:11:10.638Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.25s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-12T03:11:10.638Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.85s) [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-02-12T03:11:10.638Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] --- PASS: TestDockerRegistrySuite (0.17s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-12T03:11:10.638Z] === RUN TestDockerSchema1RegistrySuite [2022-02-12T03:11:10.638Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-02-12T03:11:10.638Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-02-12T03:11:10.638Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-02-12T03:11:10.638Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-02-12T03:11:10.638Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-02-12T03:11:10.638Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-02-12T03:11:10.638Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-02-12T03:11:10.638Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-02-12T03:11:10.638Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-02-12T03:11:10.638Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-02-12T03:11:10.638Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-02-12T03:11:10.638Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:11:10.638Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-02-12T03:11:10.638Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-02-12T03:11:10.638Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-02-12T03:11:10.638Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:10.638Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-02-12T03:11:10.638Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-02-12T03:11:11.095Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-02-12T03:11:11.095Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-02-12T03:11:11.095Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-02-12T03:11:11.095Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-12T03:11:11.095Z] === RUN TestDockerRegistryAuthTokenSuite [2022-02-12T03:11:11.095Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-02-12T03:11:11.095Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-02-12T03:11:11.095Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-02-12T03:11:11.095Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-02-12T03:11:11.095Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-02-12T03:11:11.095Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-12T03:11:11.095Z] === RUN TestDockerDaemonSuite [2022-02-12T03:11:11.095Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-02-12T03:11:11.095Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-02-12T03:11:11.095Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-02-12T03:11:11.095Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-12T03:11:11.095Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-12T03:11:11.095Z] === RUN TestDockerSwarmSuite [2022-02-12T03:11:11.095Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-02-12T03:11:11.095Z] === RUN TestDockerPluginSuite [2022-02-12T03:11:11.095Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-02-12T03:11:11.095Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-02-12T03:11:11.095Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-02-12T03:11:11.095Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-02-12T03:11:11.095Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-02-12T03:11:11.095Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-02-12T03:11:11.095Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-02-12T03:11:11.095Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-02-12T03:11:11.095Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-02-12T03:11:11.095Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-02-12T03:11:11.095Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.095Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-02-12T03:11:11.096Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-12T03:11:11.096Z] === RUN TestDockerExternalVolumeSuite [2022-02-12T03:11:11.096Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-02-12T03:11:11.096Z] === RUN TestDockerNetworkSuite [2022-02-12T03:11:11.096Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-02-12T03:11:11.096Z] === RUN TestDockerHubPullSuite [2022-02-12T03:11:11.096Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-02-12T03:11:11.096Z] PASS [2022-02-12T03:11:11.096Z] ok github.com/docker/docker/integration-cli 2978.262s [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === Skipped [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-02-12T03:11:11.096Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-02-12T03:11:11.096Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-12T03:11:11.096Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-02-12T03:11:11.096Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-12T03:11:11.096Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-12T03:11:11.096Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-12T03:11:11.096Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-12T03:11:11.096Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-12T03:11:11.096Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-12T03:11:11.096Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-02-12T03:11:11.096Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-12T03:11:11.096Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-02-12T03:11:11.096Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-02-12T03:11:11.096Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-02-12T03:11:11.096Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.02s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.47s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.47s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.51s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.51s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.04s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.04s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.54s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.54s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-02-12T03:11:11.096Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.48s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.48s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.54s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.54s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.51s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.51s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-02-12T03:11:11.096Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.096Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-02-12T03:11:11.096Z] [2022-02-12T03:11:11.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-02-12T03:11:11.097Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.51s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.51s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.58s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.58s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.55s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.55s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.53s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.53s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.51s) [2022-02-12T03:11:11.097Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.51s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-02-12T03:11:11.097Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-02-12T03:11:11.097Z] docker_cli_sni_test.go:18: Flakey test [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-12T03:11:11.097Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-12T03:11:11.097Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-12T03:11:11.097Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-02-12T03:11:11.097Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-12T03:11:11.097Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-02-12T03:11:11.097Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-12T03:11:11.097Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-02-12T03:11:11.097Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-12T03:11:11.097Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-12T03:11:11.097Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-12T03:11:11.097Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-12T03:11:11.097Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-12T03:11:11.097Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-12T03:11:11.097Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-12T03:11:11.097Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.097Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-12T03:11:11.097Z] [2022-02-12T03:11:11.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-12T03:11:11.098Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-12T03:11:11.098Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.03s) [2022-02-12T03:11:11.098Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-12T03:11:11.098Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-12T03:11:11.098Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-12T03:11:11.098Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-12T03:11:11.098Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-02-12T03:11:11.098Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-12T03:11:11.098Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-12T03:11:11.098Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-12T03:11:11.098Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-12T03:11:11.098Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-12T03:11:11.098Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-12T03:11:11.098Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.098Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-12T03:11:11.098Z] [2022-02-12T03:11:11.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-12T03:11:11.099Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-12T03:11:11.099Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-12T03:11:11.099Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-12T03:11:11.099Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-12T03:11:11.099Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-12T03:11:11.099Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-12T03:11:11.099Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-02-12T03:11:11.099Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-12T03:11:11.099Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-12T03:11:11.099Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-12T03:11:11.099Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-12T03:11:11.099Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-02-12T03:11:11.099Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-02-12T03:11:11.099Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-12T03:11:11.099Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.099Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-12T03:11:11.099Z] [2022-02-12T03:11:11.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-12T03:11:11.099Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.03s) [2022-02-12T03:11:11.100Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.03s) [2022-02-12T03:11:11.100Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-12T03:11:11.100Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-12T03:11:11.100Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-12T03:11:11.100Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-12T03:11:11.100Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-12T03:11:11.100Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:11:11.100Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-12T03:11:11.100Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-12T03:11:11.100Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-12T03:11:11.100Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.03s) [2022-02-12T03:11:11.100Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.03s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-02-12T03:11:11.100Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-12T03:11:11.100Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-12T03:11:11.100Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.100Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-12T03:11:11.100Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-12T03:11:11.101Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.101Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-12T03:11:11.101Z] [2022-02-12T03:11:11.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-12T03:11:11.557Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.557Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-12T03:11:11.557Z] [2022-02-12T03:11:11.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-12T03:11:11.557Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.557Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-12T03:11:11.557Z] [2022-02-12T03:11:11.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-12T03:11:11.557Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.557Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-12T03:11:11.557Z] [2022-02-12T03:11:11.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-12T03:11:11.557Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.557Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-12T03:11:11.557Z] [2022-02-12T03:11:11.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-12T03:11:11.557Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.557Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-12T03:11:11.557Z] [2022-02-12T03:11:11.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-02-12T03:11:11.558Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-12T03:11:11.558Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-02-12T03:11:11.558Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-02-12T03:11:11.559Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-02-12T03:11:11.559Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-12T03:11:11.559Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-12T03:11:11.559Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-12T03:11:11.559Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-12T03:11:11.559Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:11:11.559Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.559Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:11:11.559Z] [2022-02-12T03:11:11.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-12T03:11:11.560Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.560Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-12T03:11:11.560Z] [2022-02-12T03:11:11.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-12T03:11:11.561Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.561Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-12T03:11:11.561Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.561Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-12T03:11:11.561Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.561Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-12T03:11:11.561Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.561Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-12T03:11:11.561Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.561Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-12T03:11:11.561Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.561Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-12T03:11:11.561Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.561Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-12T03:11:11.561Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.561Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-12T03:11:11.561Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.561Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-12T03:11:11.561Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.561Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-12T03:11:11.561Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.561Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-02-12T03:11:11.561Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-02-12T03:11:11.561Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-02-12T03:11:11.561Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] DONE 1085 tests, 544 skipped in 2990.215s [2022-02-12T03:11:11.561Z] INFO: Integration tests ended at 02/12/2022 03:11:11. Duration:00:49:50.3924152 [2022-02-12T03:11:11.561Z] INFO: Docker info of the daemon under test at end of run [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] Containers: 2 [2022-02-12T03:11:11.561Z] Running: 0 [2022-02-12T03:11:11.561Z] Paused: 0 [2022-02-12T03:11:11.561Z] Stopped: 2 [2022-02-12T03:11:11.561Z] Images: 18 [2022-02-12T03:11:11.561Z] Server Version: 0.0.0-dev [2022-02-12T03:11:11.561Z] Storage Driver: windowsfilter [2022-02-12T03:11:11.561Z] Windows: [2022-02-12T03:11:11.561Z] Logging Driver: json-file [2022-02-12T03:11:11.561Z] Plugins: [2022-02-12T03:11:11.561Z] Volume: local [2022-02-12T03:11:11.561Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-12T03:11:11.561Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-12T03:11:11.561Z] Swarm: inactive [2022-02-12T03:11:11.561Z] Default Isolation: process [2022-02-12T03:11:11.561Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-12T03:11:11.561Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-12T03:11:11.561Z] OSType: windows [2022-02-12T03:11:11.561Z] Architecture: x86_64 [2022-02-12T03:11:11.561Z] CPUs: 4 [2022-02-12T03:11:11.561Z] Total Memory: 32GiB [2022-02-12T03:11:11.561Z] Name: azwin-2-d1afd0 [2022-02-12T03:11:11.561Z] ID: 6TXE:64JR:WYLK:4GYI:CVRT:TWW3:Q2TD:SETX:7VY4:ABZZ:BM7R:XKWH [2022-02-12T03:11:11.561Z] Docker Root Dir: D:\CI\PR-43231\1\daemon [2022-02-12T03:11:11.561Z] Debug Mode (client): false [2022-02-12T03:11:11.561Z] Debug Mode (server): true [2022-02-12T03:11:11.561Z] File Descriptors: -1 [2022-02-12T03:11:11.561Z] Goroutines: 46 [2022-02-12T03:11:11.561Z] System Time: 2022-02-12T03:11:11.4442571Z [2022-02-12T03:11:11.561Z] EventsListeners: 0 [2022-02-12T03:11:11.561Z] Registry: https://index.docker.io/v1/ [2022-02-12T03:11:11.561Z] Labels: [2022-02-12T03:11:11.561Z] Experimental: false [2022-02-12T03:11:11.561Z] Insecure Registries: [2022-02-12T03:11:11.561Z] 127.0.0.0/8 [2022-02-12T03:11:11.561Z] Live Restore Enabled: false [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] [2022-02-12T03:11:11.561Z] INFO: Stopping daemon under test [2022-02-12T03:11:12.017Z] SUCCESS: The process with PID 2864 (child process of PID 3336) has been terminated. [2022-02-12T03:11:12.017Z] SUCCESS: The process with PID 3336 (child process of PID 3296) has been terminated. [2022-02-12T03:11:12.017Z] INFO: Stop tailing logs of the daemon under tests [2022-02-12T03:11:12.017Z] INFO: executeCI.ps1 Completed successfully at 02/12/2022 03:11:11. [2022-02-12T03:11:12.017Z] INFO: Tidying up at end of run [2022-02-12T03:11:12.017Z] INFO: Saving daemon under test log (d:\CI\PR-43231\1\dut.out) to bundles\CIDUT.out [2022-02-12T03:11:12.017Z] INFO: Saving daemon under test log (d:\CI\PR-43231\1\dut.err) to bundles\CIDUT.err [2022-02-12T03:11:12.017Z] INFO: Saving containerd logs to bundles [2022-02-12T03:11:12.017Z] INFO: Nuke-Everything... [2022-02-12T03:11:12.017Z] INFO: Container count on control daemon to delete is 2 [2022-02-12T03:11:12.473Z] 404d5730792a [2022-02-12T03:11:12.473Z] 2ae5fd2aaac8 [2022-02-12T03:11:12.473Z] INFO: Tidying pidfile d:\CI\PR-43231\1\docker.pid [2022-02-12T03:11:12.473Z] INFO: Killing containerd with PID 5440 [2022-02-12T03:11:12.473Z] INFO: Nuking d:\CI [2022-02-12T03:11:42.703Z] INFO: Zapped successfully [2022-02-12T03:11:42.703Z] [2022-02-12T03:11:42.703Z] INFO: executeCI.ps1 exiting at Sat Feb 12 03:11:40 CUT 2022. Duration 01:17:25.4512623 [2022-02-12T03:11:42.703Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-02-12T03:11:42.942Z] Recording test results [2022-02-12T03:11:49.537Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-02-12T03:11:51.579Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-02-12T03:11:53.953Z] Archiving artifacts [2022-02-12T03:12:07.883Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43231/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-12T03:12:08.798Z] + make clean [2022-02-12T03:12:10.327Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-12T03:12:10.327Z] docker-dev-cache [2022-02-12T03:12:10.327Z] 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